I have also a Acer TM 800 Series, nice machine ...
Marcos B wrote:
[snip]James Tappin wrote: > Yes -- ehci is for USB 2.0 and uhci is for 1.x. Since (I assume) the
But now, I have a problem with X : the mouse is still not working when I start my gnome session (the touchpad is still working as before).Yep, you just have to add one line ...
The red light is on, but moving the mouse doesn't move the cursor.
Maybe there is some problems with my XF86config-4 (I just added a new mouse section, see below).
no idea ...
By the way, what is mousedev (kernel module ?) modprobe mousedev returns this : FATAL: Module mousedev not found.
Probably not, but I do not know your config.
Did I forget a module in my kernel config ?
I think you need hid, then it should work fine.
Do I need this "mousedev" in order to use my usb mouse under X ? What is the "usb mouse module" you are talking about (is it hid ?)
looks good,
here is my XF86config-4 :
[...] Section "InputDevice"
# Identifier and driver
Identifier "Mouse1" Driver "mouse" Option "Protocol" "ImPS/2" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5" Option "SendCoreEvents" "true"
EndSection
looks good,
Section "InputDevice" Identifier "Touchpad" Driver "synaptics" Option "Device" "/dev/psaux" Option "Protocol" "auto-dev" Option "LeftEdge" "1900" Option "RightEdge" "5400" Option "TopEdge" "1800" Option "BottomEdge" "3900" Option "FingerLow" "25" Option "FingerHigh" "30" Option "MaxTapTime" "180" Option "MaxTapMove" "220" Option "VertScrollDelta" "100" Option "MinSpeed" "0.02" Option "MaxSpeed" "0.18" Option "AccelFactor" "0.0010" EndSection
add InputDevice "Mouse1" "SendCoreEvents"
[...]
Section "ServerLayout"
Screen "Screen0"
InputDevice "Touchpad" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"Hope that helps.
EndSection
Thanks for your help
Marcos
Cheers, Martin Bock
-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

