You are not logged in.

#1 2008-03-26 10:45:45

kwurzel
Member
Registered: 2008-03-25
Posts: 14

[solved] damn fast cursor (and sometimes small fonts) in gdm and GNOME

Hey there!

Since yesterday's pacman -Syu (unfortunately I can't remember the packages beeing updated hmm), my cursor moves damn fast, i.e. the cursor is very (very! wink) sensitive to mouse movements! I have a Logitech MX Laser, but it's the same with an old mechanical mouse.

My second problem (that came up a long time ago) is that gdm sometimes has a smaller fontsize (i.e. text entered in the login textfield is smaller than usual); and I have to restart X to reset the fontsize, otherwise it will be the same in GNOME. That often occurs after an update on X.

Any hints for me (mainly for the first one, I can live with the second...)? Thank you!

Last edited by kwurzel (2008-03-26 12:44:35)

Offline

#2 2008-03-26 11:38:25

varl
Member
Registered: 2007-06-07
Posts: 51

Re: [solved] damn fast cursor (and sometimes small fonts) in gdm and GNOME

There is a log of what packages where updated in "/var/log/pacman.log" I think.

Then there is a cache of the old packages (unless you've already run "pacman -Scc") in "/var/cache/pacman/pkg".
You can revert with "pacman -U"-ing the previous package version in that folder.

Good luck.

Offline

#3 2008-03-26 11:48:16

dyscoria
Member
Registered: 2008-01-10
Posts: 1,007

Re: [solved] damn fast cursor (and sometimes small fonts) in gdm and GNOME

Try appending this resolution line to the mouse section of your /etc/X11/xorg.conf
I think setting a lower value will reduce the sensitivity.

Identifier     "Mouse1"
Driver         "mouse"
Option         "Protocol" "Auto"    # Auto detect
Option         "Device" "/dev/input/mice"
Option         "ZAxisMapping" "4 5 6 7"
Option         "Resolution" "128"

Last edited by dyscoria (2008-03-26 11:48:39)


flack 2.0.6: menu-driven BASH script to easily tag FLAC files (AUR)
knock-once 1.2: BASH script to easily create/send one-time sequences for knockd (forum/AUR)

Offline

#4 2008-03-26 12:44:16

kwurzel
Member
Registered: 2008-03-25
Posts: 14

Re: [solved] damn fast cursor (and sometimes small fonts) in gdm and GNOME

Okay, thank you for the tipps! I just removed my xorg.conf and XF86config-4 and tested X without, and it worked again. So i just took the old xorg.conf, removed all unnecessary items and it's perfect. :-)

Offline

Board footer

Powered by FluxBB