I'm a long term user of Kubuntu and I had been trying the last 3 releases of Dapper Drake without any problem.
Starting with 6.06 beta and beta2, after install I can't move the mouse cursor at all. I have a USB IntelliMouse. The xorg.conf file looks fine as far as I can tell.
Any idea what's wrong? I saw someone in another post refer to the "mouse problem", but searches for that problem in this forum or ubuntuforums didn't bring up anything.
Thanks.
Starting with 6.06 beta and beta2, after install I can't move the mouse cursor at all. I have a USB IntelliMouse. The xorg.conf file looks fine as far as I can tell.
Code:
Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ExplorerPS/2" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "true" EndSection
Thanks.
Comment