I have installed Cassandra on a dual boot laptop. My touchpad seems to work fine even if i comment it entirely out in /etc/X11/xorg.conf but my USB just won't move allright
I've checked with sudo cat /etc/input/mice and i get results whenever the mouse moves on the screen (like it jumps when i move it)
My mouse is a Kensington ValuOptical Travel mouse, but i also tried with another noname USB mouse with the same result.
I tried setting all sorts of things in xorg.conf and it currently looks like
- Code: Select all
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
EndSection
...
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
InputDevice "Synaptics Touchpad"
EndSection
(i left out a lot of stuff for the ease of readability)
I was also reading about setting psmouse_noext=1 in the /boot/grub/menu.lst and tried that, but not sure i did it entirely right.
I also read about some other mouseconfigs to put the same place, about the refresh time for the mouse or something...
would appreciate it alot if i could get it to work, cause it's kinda the only thing stopping me from working entirely in linux (still need iwindows for debugging purposes and netbanking though)



