LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   FC6 mouse config (https://www.linuxquestions.org/questions/fedora-35/fc6-mouse-config-497291/)

gnjunior 10-31-2006 02:26 PM

FC6 mouse config
 
Hi,

New to FC6, I want to configure my Microsofty mouse.
I no longer find mouse entry in the "InputDevice" section of xorg.conf, as it did in FC4.

Is it still configurable, if yes, where?


Thanks

gnjunior 11-01-2006 07:18 AM

Update

It seems, that it's not required anymore, not for me at least, all seven buttons where detected automatically and imwheel works perfectly even with Konqueror.

mouse: IntelliMouse 7 buttons

Thanks anyhow

Yoshimitsuspeed 11-21-2006 12:18 PM

Can you program it? If so then How?

gnjunior 11-21-2006 01:03 PM

Quote:

Originally Posted by Yoshimitsuspeed
Can you program it? If so then How?

That's how I did:
install imwheel latest version
http://imwheel.sourceforge.net/
Now, as a regular user
make this file
~/.imwheelrc (for each user)

Code:

".*"
None, Left, Alt_L|Left
None, Right, Alt_L|Right
None, Left, Alt|Left
None, Right, Alt|Right

to start from command line as a user:
Code:

imwheel -k -b "6789"
If good:
autostart: put this file:
imwheel.sh

Code:

#!/bin/sh
imwheel -k -b "6789"

in /etc/X11/xinit/xinitrc.d/
and
Code:

chmod +x /etc/X11/xinit/xinitrc.d/imwheel.sh
Hope this work for you too.


All times are GMT -5. The time now is 03:08 PM.