On 4/9/07, Seth Goodman <sethg@goodmanassociates.com> wrote:
Matt Richardson wrote on Monday, April 09, 2007 4:39 PM -0500: > I had the same problem when I upgraded sarge to etch some time ago. > The solution was to add psmouse to /etc/modules. Check out lsmod and > see if it's listed already, but I'd guess not. cray4:~# lsmod Module Size Used by <...> psmouse 20360 0 <...> cray4:~# cat /etc/modules <...> ide-cd ide-disk ide-generic psmouse -- Seth Goodman
Ok, so that wasn't it. Here's my mouse section from xorg.conf.
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
EndSection
I remember having a problem with dpkg-reconfigure xserver-xorg when
trying to figure out the issue. Something along the lines of an error
saying that dpkg wouldn't over-write the existing xorg.conf because it
had been manually modified. I think that behavior changed at some
point, but I couldn't tell you when.
--
Matt