Reply
Old October 3rd, 2003 Top | #1
 
jonifen's Avatar
pffff...
Joined: February 2003
Posts: 705
Reputation: 10
Power: 117

Default Microsoft Intellimouse Optical & Redhat Linux

Ain't posted here in a while... been quite busy, but here goes

I woulda thought this was an OS issue due to it working fine in WinXP.
I've just recently installed Redhat 9 and XP in a dual boot (using NT bootloader, not LILO/GRUB) and the only thing I'm finding an issue is the side buttons on my mouse aren't working. I was wondering if there was some sort of app/kernel addition which I could get to make the extra buttons work? I'm lost without the Back/Forward functions they gave me on the Internet browsers.

Thanks in advance
jonifen is offline   Reply With Quote
Old October 3rd, 2003 Top | #2
 
j79zlr's Avatar
Glaanies script monkey
Joined: February 2003
Location: Chicago
Posts: 2,725
Reputation: 1520
Power: 152

Default

Its not easy, but can be done. Download and install IMWHEEL; then

XF86CONFIG file:

Code:
# Identifier and driver

Identifier "Mouse1"
Driver "mouse"

# On platforms where PnP mouse detection is supported the following
# protocol setting can be used when using a newer PnP mouse:

# Option "Protocol" "Auto"

# The available mouse protocols types that you can set below are:
# Auto BusMouse GlidePoint GlidePointPS/2 IntelliMouse IMPS/2
# Logitech Microsoft MMHitTab MMSeries Mouseman MouseManPlusPS/2
# MouseSystems NetMousePS/2 NetScrollPS/2 OSMouse PS/2 SysMouse
# ThinkingMouse ThinkingMousePS/2 Xqueue
Option "Protocol" "ExplorerPS/2"
Option "Buttons" "7"
Option "ZAxisMapping" "6 7"
Now you have to add a startup script to /etc/profile.d/:

Code:
#!/bin/sh
xmodmap -e "pointer = 1 2 3 6 7 4 5"
and (I can only get this to work with KDE's autostart, on fluxbox I have a shortcut to this script and execute it after logging in, if you include the line in the startup script bad things happen) add a script to the KDE autostart folder (if you are using KDE)

Code:
#!/bin/sh
imwheel -k -p -b "67"
Last, you have to add a .imwheelrc file to the home directories:

Code:
".*"
None, Up, Alt_L|Left
None, Down, Alt_L|Right
j79zlr is offline   Reply With Quote
Old October 3rd, 2003 Top | #3

OSNN Folding Team  
NetRyder's Avatar
Tech Junkie
Joined: April 2002
Location: New York City
Posts: 13,256
Reputation: 4260
Power: 294

Default

Yeah, I had to go through some similar editing of the XF86Config file to get virtual scrolling and touch-zones enabled for my touchpad.
NetRyder is offline   Reply With Quote

Reply

Bookmarks

Thread Tools

Posting Rules

Similar Threads
Thread Thread Starter Forum Replies Last Post
Intellipoint 4.1 forgets its settings [::Microsoft Intellimouse Optical::] Cosmin General Hardware 3 March 17th, 2003 7:59pm
MICROSOFT - IntelliMouse Optical Kr0m General Hardware 9 January 10th, 2002 12:08am
winxp+quake3+voodoo3 2000 intellimouse optical aznassy0666 General Hardware 1 December 31st, 2001 9:21pm
Intellimouse Optical Probs w/ multiple users................ bassman General Hardware 3 December 23rd, 2001 5:47pm
intellimouse optical mavis General Hardware 1 December 11th, 2001 7:21pm