[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [OT] Mouse USB, scelta e consigli



Il giorno Thu, 7 Feb 2008 14:33:55 +0100
<jack.automatic@gmail.com> ha scritto:

> non ci son problemi neppure a far andare in maniera esclusiva il mouse (USB)
> ed il trackpoint (PS/2) del portatile, vero?

No :)
Basta che metti il mouse USB come CorePointer, e il trackpoint no (però gli
devi inviare i CoreEvents):

Section "ServerLayout"
        ...
        InputDevice     "Configured Mouse"
        InputDevice     "Synaptics Touchpad"
EndSection
Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"        "/dev/psaux"
        Option          "Protocol"      "ImPS/2"        
EndSection
Section "InputDevice"
        Identifier      "Synaptics Touchpad"
        Driver          "synaptics"
        Option          "SendCoreEvents"        "true"
        Option          "Device"                "/dev/psaux"
        Option          "Protocol"              "auto-dev"
        Option          "HorizScrollDelta"      "0"
        Option          "SHMConfig"             "on"
EndSection

Ciao,
David

-- 
 . ''`.  Debian maintainer | http://wiki.debian.org/DavidPaleino
 : :'  : Linuxer #334216 --|-- http://www.hanskalabs.net/
 `. `'`  GPG: 1392B174 ----|---- http://snipr.com/qa_page
   `-   2BAB C625 4E66 E7B8 450A C3E1 E6AA 9017 1392 B174

Attachment: signature.asc
Description: PGP signature


Reply to: