LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   IntelliOptical @ mandrake with 5 buttons? (https://www.linuxquestions.org/questions/linux-software-2/intellioptical-%40-mandrake-with-5-buttons-13414/)

zaboron 02-03-2002 03:18 AM

IntelliOptical @ mandrake with 5 buttons?
 
I'm using an IntelliOptical with my Mandrake, connected via USB.
mandrake just had drivers for USB / wheel, so i just can use 3 buttons. how can i get all 5 buttons to work?

Aussie 02-03-2002 03:50 AM

This is what I have in my x config for a five button optical,
Code:

    Identifier        "Mouse1"
    Driver        "mouse"
    Option "Protocol"    "ExplorerPS/2"
    Option "Device"      "/dev/psaux"
    Option "Buttons"      "7"
    Option "ZAxisMapping" "6 7"

And to get the wheel working properly you will need to have a script like this,
Code:

#!/bin/sh

xmodmap -e "pointer = 1 2 3 6 7 4 5"

set to run when you do startx.


All times are GMT -5. The time now is 05:05 PM.