Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Mouse Sensetivity
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
phsythax
n00b
n00b


Joined: 07 Nov 2005
Posts: 58

PostPosted: Thu Aug 03, 2006 7:53 am    Post subject: Mouse Sensetivity Reply with quote

Hi! im using a "Microsoft laser mouse 6000" (usb) and the sensetivity of it is very high, how do i turn it down?
thanks in advance
_________________
http://moo.frac.dk/
Back to top
View user's profile Send private message
asiB4
Guru
Guru


Joined: 16 Jan 2006
Posts: 370
Location: Inside the electric circus

PostPosted: Thu Aug 03, 2006 10:03 am    Post subject: Reply with quote

have you consulted your documentation...what desktop environment or window manager are you using? KDE should have a sensitivity setting in the peripherals section of the control center...or...Applications>Desktop Preferences>Mouse in Gnome. Of the window managers I can only speak for Fluxbox...but /me thinks you can use xset m in ~/.fluxbox/startup or /etc/X11/xinit/xinitrc to change your preferences of your mouse sensitivity...if I am not mistaken.
_________________
Registered Linux User #332738

Back to top
View user's profile Send private message
phsythax
n00b
n00b


Joined: 07 Nov 2005
Posts: 58

PostPosted: Thu Aug 03, 2006 10:52 am    Post subject: Reply with quote

asiB4 wrote:
have you consulted your documentation...what desktop environment or window manager are you using? KDE should have a sensitivity setting in the peripherals section of the control center...or...Applications>Desktop Preferences>Mouse in Gnome. Of the window managers I can only speak for Fluxbox...but /me thinks you can use xset m in ~/.fluxbox/startup or /etc/X11/xinit/xinitrc to change your preferences of your mouse sensitivity...if I am not mistaken.


i've tried the xset option, it only sets the mouse acceleration, not sensetivity. I also use fluxbox.
_________________
http://moo.frac.dk/
Back to top
View user's profile Send private message
truc
Advocate
Advocate


Joined: 25 Jul 2005
Posts: 3199

PostPosted: Thu Aug 03, 2006 4:57 pm    Post subject: Reply with quote

I personnally play with xset option, and I have lowered my mouse sensitivity

xset m 7/10 1 is what I use.


And FYI:
asiB4 wrote:
in ~/.fluxbox/startup or /etc/X11/xinit/xinitrc


/etc/X11/xinit/xinitrc, is not read with startx by default (for an unknown reason, since there's already a open bug in bugzilla for that:startx doesnt use /etc/X11/xinit/xinitrc if ~/.xinitrc exists but noone seems to care about)

If you want startx to use this file, then modify it
change this:
if [ -f $userclientrc ]; then
    defaultclientargs=$userclientrc
elif [ -f $sysclientrc ]; then
    defaultclientargs=$sysclientrc
fi

to this:
if [ -f $sysclientrc ]; then
    defaultclientargs=$sysclientrc
elif [ -f $userclientrc ]; then
    defaultclientargs=$userclientrc
fi
Back to top
View user's profile Send private message
don quixada
l33t
l33t


Joined: 15 May 2003
Posts: 790

PostPosted: Thu Jun 28, 2007 3:12 am    Post subject: Reply with quote

In Gnome (2.16.3) you have to change the sensitivity as root. I.e., open up a virtual-terminal-window as root and run 'gnome-mouse-properties' then change the sensitivity there. It should work for you then. I think that this should be considered a bug.

dq
Back to top
View user's profile Send private message
PaulBredbury
Watchman
Watchman


Joined: 14 Jul 2005
Posts: 7310

PostPosted: Thu Jun 28, 2007 8:34 am    Post subject: Reply with quote

With a Razer Copperhead mouse set at 1600dpi, I use:
Code:
xset m 1/5 1

The equivalent for 2000dpi is:
Code:
xset m 1/6 1
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum