On Thu, Jan 29, 2009 at 02:23:31AM -0200, Paulo César Pereira de Andrade wrote: > Hint on how I did test the patch, and some intermediate versions > that would fail to load due to unresolved symbols; add to > /etc/X11/xorg.conf something like: > -%<- > Section "InputDevice" > Identifier "Mouse1" > Driver "mouse" > Option "Protocol" "ExplorerPS/2" > Option "Device" "/dev/input/mice" > EndSection > > Section "InputDevice" > Identifier "Keyboard1" > Driver "kbd" > Option "CoreKeyboard" > EndSection > -%<- > > and to Section "ServerLayout": > -%<- > InputDevice "Keyboard1" "CoreKeyboard" > InputDevice "Mouse1" "CorePointer" > -%<- > > and to Section "ServerFlags": > -%<- > Option "AutoEnableDevices" "True" > Option "AutoAddDevices" "False" > -%<-
once you disable AutoAddDevices, the server picks the standard mouse/keyboard devices anyway. The rest is superfluous. Cheers, Peter _______________________________________________ xorg mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/xorg
