Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux? |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
05-03-2006, 03:17 AM
|
#1
|
LQ Newbie
Registered: May 2006
Posts: 2
Rep:
|
Wheel mouse and QuakeForge
Hi,
I have the following problem when playing Quake (quakeforge binaries) on my Ubuntu Breezy system. The thing is, that I have a basic Logitech wheel mouse. In quake config, my mouse keys are bind as follows: mouse1 is attack, mouse2 is jump. So when I am trying to perform the rocket jump pressing both buttons at the same time, nothing happens. My guess is that this is due to Emulate 3 buttons option (when I press mouse1 and mouse2 at the same time it acts as mouse3) which is enabled in my xorg.conf:
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
So in my understanding basicully my mouse is a 3 button mouse (wheel is mouse3 when pressed), so this emulation is kinda useless? If I disable Emulate3Buttons and add Option "Buttons" "3" will it solve my problem or mess up my system completely?
|
|
|
05-03-2006, 06:30 AM
|
#2
|
Member
Registered: Sep 2005
Location: Old Blighty
Distribution: Slackware, NetBSD
Posts: 536
Rep:
|
Yeah, you don't need Emulate3Buttons, you can delete that line. But you want Option "Buttons" "5", since the wheel counts as two buttons.
|
|
|
05-03-2006, 11:14 AM
|
#3
|
LQ Newbie
Registered: May 2006
Posts: 2
Original Poster
Rep:
|
Hi,
Thanks for your tips, but this didn't help. I removed Emulate3Buttons line and added Option "Buttons" "5", but still facing the same problem in quakeforge qw. Anything else I could try?
|
|
|
05-04-2006, 04:19 AM
|
#4
|
Member
Registered: Sep 2005
Location: Old Blighty
Distribution: Slackware, NetBSD
Posts: 536
Rep:
|
Hmmm, that's the standard configuration for a wheel mouse. Try running xev to check if X is interpreting the buttons correctly, pressing both buttons should, of course, generate two separate events. If the're OK, the problem must be in your quake config. If not, then hmmm, I don't know wtf is going on.
|
|
|
All times are GMT -5. The time now is 12:03 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|