I use a Logitech MX700 mouse with 8 buttons (number 8 is the "window button").
But can only use 7 with X/KDE (3.2 beta2).

XF86Config looks like:

Section "InputDevice"
  Driver       "mouse"
  Identifier   "Mouse[1]"
  Option       "ButtonNumber" "7"
  Option       "Buttons" "7"
  Option       "Device" "/dev/mouse"
  Option       "InputFashion" "Mouse"
  Option       "Name" "PS/2-Mouse;ExplorerPS/2"
  Option       "Protocol" "ExplorerPS/2"
  Option       "ZAxisMapping" "6 7"
EndSection

~/.kde/Autostart/xmodmap looks like this:

#! /bin/bash
/usr/X11R6/bin/xmodmap -e "pointer = 1 2 3 6 7 4 5"

I tried "ButtonNumber" "8", "Buttons" "8" and

#! /bin/bash
/usr/X11R6/bin/xmodmap -e "pointer = 1 2 3 6 7 4 5 8"

but that didn't helped.

How could this be solved?
Any solotions for the XFree86 4.4.xx time frame?

Greetings,
        Dieter

-- 
Dieter Nützel
@home: <Dieter.Nuetzel () hamburg ! de>


-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
--
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to