Section "Files" # FontPath "unix/:-1" EndSection Section "Module" Load "dbe" Load "glx" Load "dri" Load "extmod" Load "type1" Load "freetype" SubSection "extmod" Option "omit xfree86-dga" EndSubSection EndSection Section "DRI" Mode 0660 Group "xgrp" EndSection #Клава стандартная pc105 #Переключение - ctrl+shift, при переключении на русский #загарается индикатор scroll lock #к этому до того привык, что на винде #автоматически смотрю на индикатор, не на русском ли я сейчас ... ;) Section "InputDevice" Identifier "Keyboard1" Driver "kbd" Option "AutoRepeat" "500 30" Option "XkbModel" "pc105" Option "XkbLayout" "us,ru" Option "XkbOptions" "grp:ctrl_shift_toggle,grp_led:scroll,grp:switch" Option "XkbVariant" ",winkeys" EndSection #Мышь была ps/2 Genius, теперь ps/2 a4tech #конфиг не менял, просто переткнул на живую мыши #всё работает Section "InputDevice" Identifier "mouse0" Option "Device" "/dev/input/mice" Driver "mouse" Option "Protocol" "IMPS/2" Option "ZAxisMapping" "4 5" EndSection #А вот в этом вся соль ... ;) #Если использую fglrx, то раскомментирую соотвественно "fglrx" #Если же нет, то тупо прописал "radeon", работает #как то раз прописал "ati" - всё равно работало, но так посчитал верней ... ;) Section "Device" Identifier "Device0" # Driver "fglrx" Driver "radeon" EndSection Section "Monitor" Identifier "Monitor at Device0" EndSection Section "Screen" Identifier "Screen at Device0" Device "Device0" Monitor "Monitor at Device0" DefaultColorDepth 16 Subsection "Display" Depth 8 Modes "1024x768" "832x624" "800x600" "720x400" "640x480" EndSubSection Subsection "Display" Depth 16 Modes "1024x768" "832x624" "800x600" "720x400" "640x480" EndSubSection Subsection "Display" Depth 24 Modes "1024x768" "832x624" "800x600" "720x400" "640x480" EndSubSection DefaultColorDepth 24 Subsection "Display" Depth 24 Modes "1024x768" "832x624" "800x600" "720x400" "640x480" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Screen at Device0" InputDevice "mouse0" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" EndSection