On Mon, 15 Nov 2004 11:26:46 +0800, Mhac Janapin <[EMAIL PROTECTED]> wrote:
> Hello guys,
> 
> I have a logitech wheel mouse that I wanted to attach to my laptop. I
> edited my /etc/X11/xorg.conf for that. Here's the relevant portion of
> it:
> =========
> Section "InputDevice"
>  Identifier   "Mouse0"
>  Driver        "mouse"
>  Option       "Device"    "/dev/mouse"
>  Option       "Protocol"   "imps/2"
>  Option       "Resolution "50"
>  Option       "Buttons"     "5"
>  Option       "ZAxisMapping"  "4 5"
>  Option       "Emulate3Buttons"  "no"
> EndSection
> 
> Section "ServerLayout"
>  Identifier    "Mhac"
>  Screen      "Screen1"
>  InputDevice   "Mouse0"  "CorePointer"
>  InputDevice   "Keyboard1"  "CoreKeyboard"
> EndSection
> =======

slack 10 here (also running 2.6.7) - using blackbox with on a dell
latitude d600.
with a usb a4tech wheel mouse:

from my xorg.con:

Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice             "Mouse1" "SendCoreEvents"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection


Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "ps/2"
        Option      "Device" "/dev/input/mouse0"
        Option          "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
        Identifier      "Mouse1"
        Driver          "mouse"
        Option          "Protocol" "imps/2"
        Option          "Device" "/dev/input/mouse1"
        Option          "ZAxisMapping" "4 5"
EndSection

both trackpad and usb wheel mouse work ok. no issues with scrolling.
--
Philippine Linux Users' Group (PLUG) Mailing List
[EMAIL PROTECTED] (#PLUG @ irc.free.net.ph)
Official Website: http://plug.linux.org.ph
Searchable Archives: http://marc.free.net.ph
.
To leave, go to http://lists.q-linux.com/mailman/listinfo/plug
.
Are you a Linux newbie? To join the newbie list, go to
http://lists.q-linux.com/mailman/listinfo/ph-linux-newbie

Reply via email to