[ Bloke.com || Linux || JavaScript || Java || Volleyball || Link Me ]
Free: [ Guestbook || MessageBot || Plugins || Counter || AusPrices || Advertise ]
www.bloke.com

Home - Linux - mouse

I have a Microsoft Intelli Mouse (optical).

When you plug it into the PS/2 port (rather than USB), then the wheel doesn't work. The easiest way is to run mouseconfig (as root). It will set the file /etc/sysconfig/mouse:

MOUSETYPE="imps2"
XMOUSETYPE="IMPS/2"
FULLNAME="Microsoft IntelliMouse (PS/2)"
XEMU3=no
DEVICE=/dev/mouse
This is using "Microsoft IntelliMouse (PS/2)" (and don't emulate 3 buttons (since it has 3 buttons)).

When you run the mouse as a PS/2 mouse (with the adapter to plug it in to the normal mouse port), then with the above settings the touchpad works just fine too. However, since it's a two button mouse you need to emulate three buttons to paste, and this doesn't work. I'd also like to see an option to turn it off. Mostly because the touch pad annoys the crap out of me. I would like to see the toggle (pencil head) work though.

When you are done, stop X, and restart gpm. Or if you are lazy reboot. To stop X when it's at the graphical login prompt, type all at the same time. Mind you, you then might need to kill a few more things before you could run "startx" to start the X server back up again.

Similarly, if it's connected to the USB port, then: run mouseconfig again (with the mouse connected to the USB port). file: /etc/sysconfig/mouse

MOUSETYPE="ps/2"
XMOUSETYPE="IMPS/2"
FULLNAME="Microsoft IntelliMouse (USB)"
XEMU3=no
DEVICE=/dev/mouse

Links

Last Change: Monday, 10-Jan-2005 07:41:30 EST

Disclaimer

The information provided within these pages is provided AS IS, and without any warranty. Following these directions may (but not limited to) crash your computer, delete all the information on your hard disk, open up security holes or cause your house to burn down. I made these pages to provide some information about the setup that I have done, but I did not proofread it for correctness, and in most cases did not test it. There are commands in these pages that would definately delete or corrupt all the data on your computer (especially the dualboot section). In fact it happened to me.... So you are on your own!


Cameron Gregory