From 137ee6659ed456e1db873de43468efa9c448380e Mon Sep 17 00:00:00 2001 From: fake Date: Fri, 24 Dec 2004 02:49:11 +0000 Subject: [PATCH] fake: xorg and xfree86 default config fixes [2004122222112604739] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@5345 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/x11/xfree86/XF86Config.data | 5 +++-- package/x11/xorg/xorg.conf.data | 7 ++++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/package/x11/xfree86/XF86Config.data b/package/x11/xfree86/XF86Config.data index 530c37ff3..4d7c4ba90 100644 --- a/package/x11/xfree86/XF86Config.data +++ b/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 diff --git a/package/x11/xorg/xorg.conf.data b/package/x11/xorg/xorg.conf.data index 0bf392b0e..15ce16065 100644 --- a/package/x11/xorg/xorg.conf.data +++ b/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