NavigationUser loginWho's onlineThere are currently 2 users and 15 guests online.
Online users
Highest Users
Linux NewsClick the above for your daily dose of Linux news. Food for ThoughtBasically North America lives with one political party. It has one ideology within which all the political parties live, even the N.D.P. ... Its funny; we criticize some [...] for their one-party systems, but that is all we have -- a one party system. Spam?See spam posts on this site? If so, please don't reply to the spam! Instead, just report the URL to the webmaster. |
slow mouse cursorI just did a fresh etch install on a sony vaio pcg-r505 laptop. I have It also occurs to me that this might be a hardware problem. I don't Is there a setting in the mouse configuration in xorg.conf that I am Thanks for your help, A baby is God's opinion that the world should go on. -- |
slow mouse cursor
On 1/31/07, Robert D. Crawford wrote:
> I just did a fresh etch install on a sony vaio pcg-r505 laptop. I have
> had debian installed on this before, but it has been a while. I am
> having a bit of a problem with the mouse cursor being really slow. I
> have changed the acceleration in gnome, but with no effect. I have also
> tried logging into twm, but the problem persists. This would lead me to
> believe that the problem is in x and not wm dependent.
>
> It also occurs to me that this might be a hardware problem. I don't
> think so, as this is the only problem it is showing, but I guess it is
> possible.
>
> Is there a setting in the mouse configuration in xorg.conf that I am
> missing?
>
add this to your xorg.conf in lieu of whatever config you currently
have for synaptics.
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/input/mice"
Option "Protocol" "auto-dev"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "on"
Option "SHMConfig" "on"
Option "LeftEdge" "85"
Option "RightEdge" "1010"
Option "TopEdge" "85"
Option "BottomEdge" "730"
Option "FingerLow" "25"
Option "FingerHigh" "30"
Option "MaxTapTime" "180"
Option "MaxTapMove" "220"
Option "VertScrollDelta" "100"
Option "MinSpeed" "0.10"
Option "MaxSpeed" "0.60"
Option "AccelFactor" "0.2"
Option "HorizScrollDelta" "0"
EndSection
--
-Cisco
======================
GIT - Guru-In-Training
Debian (Etch)
--
slow mouse cursor
"Francisco Zabala" writes:
> add this to your xorg.conf in lieu of whatever config you currently
> have for synaptics.
I forgot to reply to the list...
This did the trick, thanks.
rdc
--
Robert D. Crawford
Cum tacent, clamant. When they are silent, they shout. -Cicero
--
Slow Mouse Cursor
Thank you for posting this. Same issue with A Dell Inspiron 3800. Pasted those lines reload xorg and it works now.
Sony Vaio PCG-Z505JS
This also worked for a pcg-z505js vaio laptop.
Working on Sony VAIO VGN-N31S
This is also working on my N31 Vaio, actually everything works a treat with a little tweeking... inc madwifi, SD-cards etc.
Thanks for the .conf :)