Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Intellimouse optical
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
Tankenator
n00b
n00b


Joined: 13 Nov 2004
Posts: 38

PostPosted: Sat Nov 20, 2004 10:58 pm    Post subject: Intellimouse optical Reply with quote

well here goes again

after several years of inactivity computer wise (dont ask) im again setting up my gentoo box......but need help with the xorg settings for my intellimouse opitcal to get x to recognize the extra buttons.....

I remember that there was a magical invocation that used to be used, but i cannot find it in the forums....

anyone know?
Back to top
View user's profile Send private message
jdonz
n00b
n00b


Joined: 14 Nov 2004
Posts: 2
Location: phoenix

PostPosted: Sun Nov 21, 2004 12:26 am    Post subject: Reply with quote

it would help to know what type of mouse that you use, usb, ps/2, etc. here is my mouse section of xorg.conf to use as a reference. i use a microsoft intellimouse optical with a usb connection.
Code:

Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
    Option       "Protocol" "imps/2"
    Option      "Device" "/dev/input/mice"
    Option      "Buttons" "5"
    Option       "ZAxisMapping" "4 5"

_________________
registered linux user no. 373003
Back to top
View user's profile Send private message
b1lly
n00b
n00b


Joined: 18 Sep 2004
Posts: 66
Location: Melbourne, Australia.

PostPosted: Sun Nov 21, 2004 1:07 am    Post subject: Reply with quote

My XF86Config for USB intellimouse (optical)

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/input/mouse1"
Option "Buttons" "7"
Option "ZAxisMapping" "6 7"
Option "Resolution" "100"
EndSection
Back to top
View user's profile Send private message
jdonz
n00b
n00b


Joined: 14 Nov 2004
Posts: 2
Location: phoenix

PostPosted: Sun Nov 21, 2004 1:39 am    Post subject: Reply with quote

try this:
Code:
cat /dev/input/mouse1


move the mouse and depress the buttons, it should output characters reflecting the data transmittal of the mouse. you may be pointing to the wrong path. try all the mice in the /dev/input path if it doesnt work.
_________________
registered linux user no. 373003
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum