[Pardus-kullanicilari] Yanıt: Touchpad Kapama

Onur Küçük onur at pardus.org.tr
22 Kas 2007 Per 15:04:22 EET


> I: Bus=0011 Vendor=0002 Product=0005 Version=0063
> N: Name="ImPS/2 Logitech Wheel Mouse"
> P: Phys=isa0060/serio2/input0
> S: Sysfs=/class/input/input4
> H: Handlers=mouse1 event3 ts1
> B: EV=7
> B: KEY=70000 0 0 0 0 0 0 0 0
> B: REL=103

 Sanırım bu touchpad (neden bilmiyorum synaptics gibi görünmüyor)

> I: Bus=0003 Vendor=09da Product=0006 Version=0001
> N: Name="A4Tech USB Optical Mouse"
> P: Phys=usb-0000:00:0b.0-4/input0
> S: Sysfs=/class/input/input5
> H: Handlers=mouse2 event4 ts2
> B: EV=7
> B: KEY=3f0000 0 0 0 0 0 0 0 0
> B: REL=143

 Bu da harici usb fare

 Bu aygıtın synaptics olmama ihtimali var, ya da tanıtmak çekirdek yamalamayı 
gerektirebilir. Temiz olmasa da daha kolay uygulanabilecek şöyle bir çözüm 
geliyor aklıma, xorg.conf da (tabi yedekledikten sonra)

1) Mouse0 Section da

 /dev/input/mice

 değerini

 /dev/input/mouse2

 yapmak çözebilir. Yeterli olmazsa (olur da Xinput bulursa)

2) Mouse0 section ı kaldırıp yerine

Section "InputDevice"
    Identifier "Mouse0"
    Driver     "mouse"
    Option     "Protocol" "ExplorerPS/2"
    Option     "Device" "/dev/input/mouse1"
    Option     "ZAxisMapping" "4 5 6 7"
    Option     "Buttons" "5"
    Option     "Sensitivity" "0"
EndSection

Section "InputDevice"
    Identifier "Mouse1"
    Driver     "mouse"
    Option     "Protocol" "ExplorerPS/2"
    Option     "Device" "/dev/input/mouse2"
    Option     "ZAxisMapping" "4 5 6 7"
    Option     "Buttons" "5"
EndSection

 ekleyip Section "ServerLayout" da da 

    InputDevice "Mouse0" "CorePointer"

 satırının altına

    InputDevice "Mouse1" "SendCoreEvents"

 ekleyince sadece usb fare çalışıyor olmalı.


-- 
 Onur Küçük                                      Knowledge speaks,
 <onur.--.-.pardus.org.tr>                       but wisdom listens


Pardus-kullanicilari mesaj listesiyle ilgili daha fazla bilgi