Fedora Linux Support Community & Resources Center
  #1  
Old 12th November 2006, 04:51 AM
smithxi's Avatar
smithxi Offline
Registered User
 
Join Date: Oct 2006
Posts: 134
High DPI mouse too fast

my 2000 dpi mouse on the lowest settings in mouse control is too fast, is there any way i can modify anything to make it slower?
Reply With Quote
  #2  
Old 12th November 2006, 05:04 AM
agentstewie Offline
Registered User
 
Join Date: Jun 2006
Posts: 46
lmao i had the same problem.. assuming your in gnome, click on (top left panel) system -> preferences -> mouse -> (tab) motion
__________________
_________________________
Agent Stewie
PassHashR and PassHashR
Reply With Quote
  #3  
Old 12th November 2006, 05:29 AM
smithxi's Avatar
smithxi Offline
Registered User
 
Join Date: Oct 2006
Posts: 134
see thats what i mean, the lowest settings in there aren't even slow enough for me.
Reply With Quote
  #4  
Old 12th November 2006, 05:37 AM
agentstewie Offline
Registered User
 
Join Date: Jun 2006
Posts: 46
Quote:
Originally Posted by smithxi
see thats what i mean, the lowest settings in there aren't even slow enough for me.

hmm... i think there is some x configureation file to mess with.. but im not 100% how to change them correctly, so i cannot help you.. sorry!
__________________
_________________________
Agent Stewie
PassHashR and PassHashR
Reply With Quote
  #5  
Old 12th November 2006, 06:56 AM
smithxi's Avatar
smithxi Offline
Registered User
 
Join Date: Oct 2006
Posts: 134
someone in IRC chat suggested xset m X X, and that worked for changing it, but even really low numbers didn't lower it enough. there has to be some method of changing the dpi. also i'd like to be able to set the scroll speed to 1 line.
Reply With Quote
  #6  
Old 27th June 2012, 07:43 AM
~lood~ Offline
Registered User
 
Join Date: Nov 2009
Posts: 1
windows_7chrome
Re: High DPI mouse too fast

did you fix it? I get the same problem with my razer deathadder black.....it is 3500DPI LOL
Reply With Quote
  #7  
Old 27th June 2012, 08:59 AM
george_toolan Offline
Registered User
 
Join Date: Dec 2006
Posts: 1,718
linuxfirefox
Re: High DPI mouse too fast

What happens if you configure the windows driver to 450 dpi and then reboot to Linux?
Reply With Quote
  #8  
Old 27th June 2012, 05:41 PM
RupertPupkin's Avatar
RupertPupkin Offline
Registered User
 
Join Date: Nov 2006
Location: Detroit
Posts: 4,619
linuxfedorafirefox
Re: High DPI mouse too fast

For a 3500DPI mouse, try slowing it down by a factor of 4 by creating a file called /etc/X11/xorg.conf.d/30-mymouse.conf with these contents:
Code:
Section "InputClass"
   Identifier "My mouse"
   MatchIsPointer "true"
   Option "ConstantDeceleration" "4"
EndSection
You'll have to restart X for it to take effect. You can find more info about mouse acceleration in the xorg.conf man page.
__________________
OS: Fedora 18 x86_64 | CPU: AMD64 3700+ 2.2GHz | RAM: 2GB PC3200 DDR | Disk: 160GB PATA | Video: ATI Radeon 7500 AGP 64MB | Sound: Turtle Beach Santa Cruz CS4630 | Ethernet: Realtek 8110SC
Reply With Quote
  #9  
Old 28th June 2012, 09:39 AM
squall38 Offline
Registered User
 
Join Date: Feb 2009
Posts: 1
linuxchrome
Re: High DPI mouse too fast

I run this script in my .xinitrc to reduce the cursor speed for my 3600 dpi mouse:

Code:
#!/bin/sh

for i in `xinput list|grep "4Tech USB Full Speed"|cut -d "=" -f 2|cut -d "      " -f 1`; do
        xinput set-float-prop $i 'Device Accel Constant Deceleration' 2.5;
done
Replace "4Tech USB Full Speed" with your device name (run xinput list).

Doing it like this has the advantage that other mice that get connected (or touchpads) aren't affected.
Reply With Quote
Reply

Tags
dpi, fast, high, mouse

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
mouse wheel not working in vmware (usb mouse) ohrobot Hardware & Laptops 3 1st April 2010 02:10 AM
F10, F12 and Laser Mouse 6000 Scroll Speed too Fast MissouriKnight Hardware & Laptops 8 17th January 2010 03:44 PM
mouse over F9Beta KDE panel bar causes high cpu marko Alpha - Beta (Fedora 9 Only) 0 6th April 2008 04:28 PM
Mouse problem, mouse goes crazy, works fine on windows Doritos Hardware & Laptops 11 30th July 2005 01:13 PM


Current GMT-time: 04:40 (Thursday, 23-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat