|
|
发表于 2007-5-9 08:55:42
|
显示全部楼层
[PHP]
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
InputDevice "Synaptics Mouse" "AlwaysCore"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "InputDevice"
Identifier "Synaptics Mouse"
Driver "synaptics"
Option " rotocol" "auto-dev"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5 6 7"
Option "SHMConfig" "on"
Option "LockedDrags" "1"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option " rotocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
[/PHP]
也没什么特别的,主要是要注意ServerLayout那个section里的设置。
题外话:这键盘也忒贵了点吧? |
|