geekvenue.net

Welcome to Chucktips Hardware HELP WITH DEAD OS Installing FreeBSD Miscellaneous
 faq
 search
 add article
 cool-stuff
 how-to
 main
 tips


TIP: Working with a wheel mouse
Hardware Posted by Jason on Monday March 26, @10:34PM
from the Roll-Your-Own dept.
If you have an Intellimouse, you can use the wheel in X-Windows.

Checkout the imwheel port - /usr/ports/x11/imwheel. It works with the Logitech wheel mouse and may work with others.


<  |  >

 

Related Links
  • Articles on Hardware
  • Also by Jason
  • Contact author

    Lilliput Mini USB Computer Monitor

    If you have ever wanted to learn about Cisco Routers, check out my new book "Cisco Routers for the Small Business" - it's Cisco CLI for the Regular Guy!

  • Sponsors

    The Fine Print: The following comments are owned by whoever posted them.
    ( Add a Reply )

    Scroll Wheel : You can also do this:
    by Understudy on Wednesday May 15, @11:59AM
    Edit your XF86Config file. #ee /etc/XF86Config <---That is where mine is yours may or may not be in this location. You probably have a section that looks like this:
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/mouse"
    EndSection
    Make it look like this:
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/mouse"
    Option "Buttons" "5"
    Option "ZAxisMapping" "4 5"
    EndSection
    Now the two lines I added Option Buttons and Options ZAxisMapping will also make yor scroll wheel work. I test mine with Kword and Konquer. It doesn't matter if you don't have a five button mouse. You can leave it like as it is shown. Enjoy.
    [ Add a Reply to this ]
    The Fine Print: The following comments are owned by whoever posted them.
    ( Article Reply )

    "You never know how many friends you have until you own a Condo on the beach." -- Jason's Postulate

    Powered by Zope  Powered by Apache  Squishdot Powered
    All trademarks and copyrights on this page are owned by their respective companies. Comments are owned by the Poster. The Rest ©2001 Jason Neumann.
    [ main | post article | search ]