Browse Source

fake:


			
			
				rocklinux
			
			
		
fake 20 years ago
parent
commit
137ee6659e
2 changed files with 7 additions and 5 deletions
  1. +3
    -2
      package/x11/xfree86/XF86Config.data
  2. +4
    -3
      package/x11/xorg/xorg.conf.data

+ 3
- 2
package/x11/xfree86/XF86Config.data

@ -232,8 +232,9 @@ Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "Auto"
Option "Device" "/dev/mouse"
Option "Protocol" "ImPS/2"
Option "Device" "/dev/input/mice"
Option "ZaxisMapping" "4 5"
#Option "Emulate3Buttons" "true" # for a two button touch-pad
EndSection

+ 4
- 3
package/x11/xorg/xorg.conf.data

@ -192,7 +192,7 @@ EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "Keyboard"
Driver "kbd"
# For most OSs the protocol can be omitted (it defaults to "Standard").
# When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
@ -254,8 +254,9 @@ Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "Auto"
Option "Device" "/dev/mouse"
Option "Protocol" "ImPS/2"
Option "Device" "/dev/input/mice"
Option "ZaxisMapping" "4 5"
#Option "Emulate3Buttons" "true" # for a two button touch-pad
EndSection

Loading…
Cancel
Save