View previous topic :: View next topic |
Author |
Message |
b_zed_image n00b
Joined: 24 May 2005 Posts: 68 Location: South Wales, UK
|
Posted: Sat May 28, 2005 1:20 pm Post subject: Configuring a 3button mouse (with wheel) [SOLVED] |
|
|
This may or may not be the correct forum for this, but how do i configure a 3 button mouse with wheel? I had problems with this on my old SuSE system, but that had Sax2 to help. Im guessing i need to add some kernel modules?
Also, where can i download some fonts? I was particularly fond of my courier new font on SuSE:( _________________ Regards,
Lee
Last edited by b_zed_image on Sat May 28, 2005 1:29 pm; edited 1 time in total |
|
Back to top |
|
|
Apewall Apprentice
Joined: 01 Dec 2004 Posts: 248 Location: USA
|
Posted: Sat May 28, 2005 1:25 pm Post subject: |
|
|
3 button mouse, add this under your mouse option in xorg.conf
Code: | Option "ZAxisMapping" "4 5" |
you can also add
Code: | Option "Resolution" "<dpi of mouse>" |
_________________ Posting for dummies
Last edited by Apewall on Sat May 28, 2005 1:31 pm; edited 1 time in total |
|
Back to top |
|
|
NeddySeagoon Administrator
Joined: 05 Jul 2003 Posts: 54578 Location: 56N 3W
|
Posted: Sat May 28, 2005 1:27 pm Post subject: |
|
|
b_zed_image,
You configure your mouse two places.
The console mouse id configured in /etc/gpm/ the files are well commented.
The X server mouse is configured in /etc/X11/xorg.conf
If Code: | nano -w /etc/X11/xorg.conf | is overwhelming, trywhich is a graphical configuration utility for X. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
|
nixnut Bodhisattva
Joined: 09 Apr 2004 Posts: 10974 Location: the dutch mountains
|
Posted: Sat May 28, 2005 1:28 pm Post subject: Re: Configuring a 3button mouse (with wheel) |
|
|
b_zed_image wrote: | This may or may not be the correct forum for this, but how do i configure a 3 button mouse with wheel? I had problems with this on my old SuSE system, but that had Sax2 to help. Im guessing i need to add some kernel modules? |
You probably mean the mouse in X, not on the console, right? If so, put something like this in your xorg.conf
Code: | # Identifier and driver
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mouse0"
Option "ZAxisMapping" "4 5"
|
Quote: | Also, where can i download some fonts? I was particularly fond of my courier new font on SuSE:( |
Read this: http://gentoo-wiki.com/HOWTO_Xorg_and_Fonts _________________ Please add [solved] to the initial post's subject line if you feel your problem is resolved. Help answer the unanswered
talk is cheap. supply exceeds demand |
|
Back to top |
|
|
b_zed_image n00b
Joined: 24 May 2005 Posts: 68 Location: South Wales, UK
|
Posted: Sat May 28, 2005 1:29 pm Post subject: |
|
|
Thanks guys. Guess this topic is 'SOLVED' ! _________________ Regards,
Lee |
|
Back to top |
|
|
Earthwings Bodhisattva
Joined: 14 Apr 2003 Posts: 7753 Location: Germany
|
Posted: Sat May 28, 2005 1:34 pm Post subject: |
|
|
Moved from Installing Gentoo to Desktop Environments. |
|
Back to top |
|
|
|