[X-Window] Using the mouse wheel with XFree86

Last update on November 5, 2008 07:34 AM by netty5
Published by netty5

[X-Window] Using the mouse wheel with XFree86






To activate the mouse wheel under X-Window simply add the following command line in the configuration file of XFree86: etc/X11/XF86Config,found in the mouse device section:

Option "ZAxisMapping" "4 5"


when using a 5 button mouse or more (5 = 2 buttons + wheel click + wheel up and wheel down) apply these following lines:

Option "Buttons" "7"
Option "ZAxisMapping" "6 7"


Then to put the wheel to the right place (XFree86 systematically assign it to the last position and only 5 buttons mouse are supported by default) you must run the following commands:

xmodmap -e "pointer = 1 2 3 6 7 4 5"
imwheel -k -b "67"
Best answers for « Using the mouse wheel with XFree86 » in :
[Word/Excel] Easily increase the size of a text Show [Word/Excel] Easily increase the size of a text A small trick allowing you to increase size of a text in Office applications, Firefox, Internet Explorer .... Keep the CTRL key on your keyboard then you use the mouse wheel. Depending...
Restrict Right click of mouse ShowRestrict Right click of mouse On your website, for protection of source code and photos, it is possible to restrict visitor from right click on your web page. Place this script between the tags and of your HTML...
Mouse or touch-pad acting erratically[Automatic clicking issue] ShowMouse or touch-pad acting erratically[Automatic clicking issue] Issue Solution Notes Issue An very annoying issue, when I was typing on my laptop my cursor would jump around or putting the mouse pointer over an icon will automatically...
Changing your mouse pointer ShowChanging your mouse pointer This simple tips is designated to show you how to change your mouse pointer: Right-click on your desktop and scroll to "Personalize". In the open window, select Personalize appearance and sound¯....
Download MOMO Racing Force Feedback Wheel ShowThis steering wheel with gear lever, from Logitech game equipment, will be appreciated by professional players. It is endowed with multiple buttons, you will enjoy using it. For those who have already got it, here is its updated driver.
The mouse ShowIntroduction to the mouse The mouse is a pointing device used to move a cursor on the screen and allowing objects to be selected, moved and manipulated using the buttons. The consistent action of pressing (clicking) on a button in order to carry...
The Printer ShowPrinters The printer is a peripheral that allows you to make a print-out (on paper) of computer data. There are several printer technologies, the most common of which are: the daisy wheel printer the dot-matrix printer (also called impact...
Installation of XFree86 ShowInstallation of XFree86 XFree86 is a graphical interface under Linux (XWindow is the interface of the UNIX stations). To configure XFree86, just type "XF86Setup" in the command line; this entry is case-sensitive. A screen appears. You are prompted...