Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Desktop Environments
  • Search

Mouse weirdness, evdev, opengl, xorg

Problems with GUI applications? Questions about X, KDE, Gnome, Fluxbox, etc.? Come on in. NOTE: For multimedia, go up one forum
Post Reply
Advanced search
38 posts
  • Previous
  • 1
  • 2
Author
Message
c0nv1ct
n00b
n00b
Posts: 8
Joined: Tue May 29, 2007 4:39 pm

  • Quote

Post by c0nv1ct » Mon Dec 24, 2007 2:03 pm

With xorg-server 1.4.0.90, nvidia drivers 169.07, and evdev 1.1.5-r2, problems still exist. Its been months, i still dont get why this is still broken. Atleast i've found that having VLC running fixes the problem (i prefer mpd over audacious).
Top
syscrash
Guru
Guru
User avatar
Posts: 541
Joined: Mon Apr 14, 2003 12:43 am
Contact:
Contact syscrash
Website

  • Quote

Post by syscrash » Tue Dec 25, 2007 2:43 am

I've fixed one problem here:
https://bugs.freedesktop.org/show_bug.cgi?id=13808
Let's hope they integrate the fix soon.

(This has to do with the mouse not reacting properly to slow movements.)
Play ET? Come by #gentoo.et on freenode!
http://syscrash.ca
Top
PaulBredbury
Watchman
Watchman
User avatar
Posts: 7310
Joined: Thu Jul 14, 2005 3:47 pm

  • Quote

Post by PaulBredbury » Tue Dec 25, 2007 3:03 am

I use:

Code: Select all

Section "InputDevice"
	Driver		"mouse"
...
# See mouse.c in xf86-input-mouse
# Defaults to 1.
	Option		"Sensitivity"		"0.2"
With mouse acceleration turned off:

Code: Select all

xset m 0 0
Top
Jinxter2K7
n00b
n00b
Posts: 15
Joined: Mon Dec 10, 2007 11:05 pm

  • Quote

Post by Jinxter2K7 » Tue Dec 25, 2007 9:48 pm

syscrash wrote:I've fixed one problem here:
https://bugs.freedesktop.org/show_bug.cgi?id=13808
Let's hope they integrate the fix soon.

(This has to do with the mouse not reacting properly to slow movements.)
Confirmed, your fix works, good stuff, thanks :)
Top
kaosone
Guru
Guru
User avatar
Posts: 446
Joined: Sun Feb 01, 2004 2:42 am
Contact:
Contact kaosone
Website

  • Quote

Post by kaosone » Sun Dec 30, 2007 5:49 pm

for me this fix doesn't work :(
Top
kaktuspalme
n00b
n00b
Posts: 29
Joined: Sun Apr 23, 2006 8:12 pm

  • Quote

Post by kaktuspalme » Sat Feb 09, 2008 4:19 pm

For me the fix doesnt work either(in et).

I went into the game today, and ive seen when i go right side with the mouse , it runs very fast, little movements are enough to make a 360 movement.
But When i go with the mouse rightside, then it makes nearly nothing. Same with up and down, when i go up it runs very slow. When i go down, it rans very fast down.

A little bit strange the problem.

Sorry for bad english.
Top
azp
Guru
Guru
Posts: 457
Joined: Sun Nov 16, 2003 5:48 pm
Location: Sweden
Contact:
Contact azp
Website

  • Quote

Post by azp » Tue Mar 18, 2008 8:12 pm

I've seen strange issues in Darwinia too. Like the previous post, the mouse is super sensitive and moves all over the place, totally uncontrollable. It's a real shame that when I finally took some time to sit down and play, it didn't work as it should...

:cry:
Weeks of coding can save you hours of planning.
Top
azp
Guru
Guru
Posts: 457
Joined: Sun Nov 16, 2003 5:48 pm
Location: Sweden
Contact:
Contact azp
Website

  • Quote

Post by azp » Tue Apr 07, 2009 8:45 pm

I've found this solution in the gentoo evdev (HAL) guide. Add this following setting inside a Module section:

Section "Module"
...
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
...
EndSection

The full guide can be found here: http://www.gentoo.org/proj/en/desktop/x ... -guide.xml
Weeks of coding can save you hours of planning.
Top
Animatrix
Guru
Guru
User avatar
Posts: 480
Joined: Sat May 13, 2006 6:11 pm
Location: France - Gard (30)

  • Quote

Post by Animatrix » Wed Apr 08, 2009 11:52 am

azp wrote:I've found this solution in the gentoo evdev (HAL) guide. Add this following setting inside a Module section:

Section "Module"
...
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
...
EndSection

The full guide can be found here: http://www.gentoo.org/proj/en/desktop/x ... -guide.xml
With warsow, this doesn't work :(
Top
chabo
n00b
n00b
Posts: 24
Joined: Tue Sep 25, 2007 11:57 am

  • Quote

Post by chabo » Wed Apr 08, 2009 12:32 pm

try downgrade x11-drivers/xf86-input-evdev to 2.1.3 version if you use evdev as a mouse driver in xorg.conf
i've had this problem after some upgrade of evdev or xorg and had to downgrade

i have:
x11-base/xorg-server-1.5.3-r5
x11-base/xorg-x11-7.4
Top
azp
Guru
Guru
Posts: 457
Joined: Sun Nov 16, 2003 5:48 pm
Location: Sweden
Contact:
Contact azp
Website

  • Quote

Post by azp » Wed Apr 08, 2009 7:11 pm

I could mention that I'm using Xorg-1.5.3-r5 with the "new" HAL fdi settings. I think there have been bug fixes regarding this issue going into xorg-1.5, but I might be totally off base.
Weeks of coding can save you hours of planning.
Top
cjmace
Tux's lil' helper
Tux's lil' helper
Posts: 111
Joined: Thu Sep 18, 2003 12:38 pm

Any updates?

  • Quote

Post by cjmace » Tue Jan 10, 2012 7:28 pm

Any further updates on this?

I have a Microsoft wireless mouse and have no issues with the pointer. The mouse buttons are very slow to react in gnome (like 5-10 seconds to bring up a menu). In individual applications they work fine. No issues with keyboard. Very strange.

Have current portage versions of Xorg, gnome and nvidia. emerge -e x11 nvidia gnome gave no help. Issue is the same with device set as mouse or as event device.

Really strange and annoying.
Top
azp
Guru
Guru
Posts: 457
Joined: Sun Nov 16, 2003 5:48 pm
Location: Sweden
Contact:
Contact azp
Website

  • Quote

Post by azp » Thu Jan 26, 2012 11:36 am

My issues went away when updating Xorg, and that was 3 years ago, so your problem is probably something very different. Xorg has even left HAL behind since this thread was started, and is now using evdev exclusively. Have you checked out the Gentoo Xorg evdev guide?
Weeks of coding can save you hours of planning.
Top
Post Reply

38 posts
  • Previous
  • 1
  • 2

Return to “Desktop Environments”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic