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

Re: touchpad conflicts with mouse



antonio giulio wrote:
> Hi,
> 
> I have a notebook sis. If I set as "CorePointer" touchpad, only
> touchpad works. If I set mouse as "CorePointer", in kdm mouse and
> touchpad work, but when I login in KDE, touchpad is stopped
> (ksynaptics cannot restart it). I have tested with XFree 4.3.0 and
> Xorg 6.8.2, Kernel 2.6.8 and Kernel 2.6.11. Actually I have kernel
> 2.6.11 and xorg. This is my partial xorg.conf for mouse and touchpad:
> 

Try this:

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        Option          "Clone"                 "off"
        Option          "Xinerama"              "off"
        InputDevice     "Generic Keyboard"
        InputDevice     "TouchPad"              "CorePointer"
        InputDevice     "Configured Mouse"      "SendCoreEvents"
EndSection

SendCoreEvents makes another input device behave just like the core
input device, and you can then use them both at once.

-Corey



Reply to: