В общем, кидаем свои xorg.conf, может кто-то найдет в них что-то интересное. Так же все вопросы по данному чудо-файлу в данном топике.
Итак:
Код:
bash-3.2# cat /etc/X11/xorg.conf
Section "ServerLayout"
Identifier "DefaultLayout"
Screen "DefaultScreen" 0 0
InputDevice "Mouse" "CorePointer"
InputDevice "Keyboard" "CoreKeyboard"
EndSection
Section "Files"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/100dpi"
FontPath "/usr/share/fonts/75dpi"
FontPath "/usr/share/fonts/TTF"
EndSection
Section "Module"
Load "dbe"
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
Load "freetype"
Load "glx"
EndSection
Section "InputDevice"
Identifier "Keyboard"
Driver "kbd"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us,ru(winkeys)"
Option "XkbOptions" "grp:ctrl_shift_toggle,grp_led:scroll"
EndSection
Section "InputDevice"
Identifier "Mouse"
Driver "mouse"
Option "Protocol" "Auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "SyncMaster"
HorizSync 30 - 80
VertRefresh 56 - 75
EndSection
Section "Device"
Identifier "GeForce"
Driver "nvidia"
EndSection
Section "Screen"
Identifier "DefaultScreen"
Device "GeForce"
Monitor "SyncMaster"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 8
Modes "1280x1024" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1280x1024" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024" "1024x768" "800x600"
EndSubSection
EndSection
bash-3.2#
Прежде всего меня интересует:
1) Секция Module. Может у меня что-то грузится лишнее, а чего-то нет?
2) Что конкретно значат цифры в ZAxis_Mapping. То что это настройка колесика мыши, это ясно. Но что туда писать, чтобы было максимально удобно?
3) Что за AutoRepeat в настройках клавиатуры?
С остальным вроде все ясно
