Grant wrote: > I upgraded my laptop to modular xorg but X won't start. Based on the > errors I see, it seems to be due to the mouse in some way. I've tried > compiling xorg-x11 with only 'synaptics' and both 'synaptics' and > 'mouse' in my INPUT_DEVICES. I've also commented and uncommented the > two 'Driver' lines below but I still get mouse errors and X won't > start. > > Section "InputDevice" > Identifier "mymouse" > # Driver "mouse" > Driver "synaptics" > Option "Protocol" "PS/2" > Option "Device" "/dev/mouse" > Option "Emulate3Buttons" > Option "Emulate3Timeout" "150" > Option "MaxTapTime" "0" > Option "MinSpeed" "0.3" > Option "MaxSpeed" "0.75" > Option "AccelFactor" "0.005" > # Option "SHMConfig" "on" > EndSection > > I ran 'revdep-rebuild -p' and it only wants to remerge gcc and some > gst stuff so I haven't run it for real yet. > > Does anyone know how to fix this?
Try changing the device to /dev/input/mice for the mouse driver. I think the synaptics driver has to use the event interface. Thanks, Donnie
signature.asc
Description: OpenPGP digital signature

