View previous topic :: View next topic |
Author |
Message |
tmske Tux's lil' helper
Joined: 19 May 2005 Posts: 141
|
Posted: Thu May 19, 2005 12:48 pm Post subject: [solved] mouse sticks at top left borders |
|
|
I just finished my gentoo installation. First I had no mouse problems but after some internet problems (I had to recompile the kernel) I couldn't get X started anymore. Now I've finally got x started, but I have a mouse problem.
My mouse moves but it jumps to the top and left borders of the screen.
I have a dell latitude d600.
It's not my only problem, i still have no 3d acceleration, but if I could get my mouse up, that would be a good thing.
this is a part of the xorg.conf (I cannot copy it because I'm not working on my laptop)
Code: | Section "InputDevice"
Identifier "Mouse"
Driver "mouse"
Option "Protocol" "Microsoft"
Option "Device" "/dev/input/mice"
EndSection |
Last edited by tmske on Thu May 19, 2005 1:12 pm; edited 1 time in total |
|
Back to top |
|
|
jbc28 Apprentice
Joined: 07 Jan 2003 Posts: 205 Location: Edinburgh
|
Posted: Thu May 19, 2005 12:58 pm Post subject: |
|
|
Hi,
You could try:
Code: | Option "Protocol" "ImPS/2" |
|
|
Back to top |
|
|
tmske Tux's lil' helper
Joined: 19 May 2005 Posts: 141
|
Posted: Thu May 19, 2005 1:11 pm Post subject: |
|
|
Thanks, it's solved! |
|
Back to top |
|
|
|