[Linux-masaustu] Re: touchpad iptal etme yardım

---------

[Linux-masaustu] Re: touchpad iptal etme yardım

From: Goksin Akdeniz <goksin_at_enixma.org>
Date: Sun, 18 Oct 2009 20:00:47 +0300
Message-Id: <200910182000.50343.goksin@enixma.org>

>
> Section "InputDevice"
> Identifier "Mouse1"
> Driver "mouse"
> Option "Protocol" "ExplorerPS/2"
> Option "Device" "/dev/mouse"
> EndSection
>
> Section "InputDevice"
> Identifier "Mouse2"
> Driver "evdev"
> Option "device"
> "/dev/input/by-id/usb-A4Tech_RF_USB_Receiver-event-mouse" Option
> "HWheelRelativeAxisButtons" "7 6"
> EndSection
>
> Section "InputDevice"
> Identifier "SynapticsMouse1"
> Driver "synaptics"
> Option "SHMConfig" "on"
> EndSection
>
Yapılandırma dosyanızda iki adet fare girişi var. Birisini iptal etmeniz yani
ilgili bölümü ya tamamen silmeli veya o bölümü yorum satırına çevirmeniz
gerekiyor. synaptics mouse bölümünü aşağıdaki gibi düzenleyebilirsiniz.

# Section "InputDevice"
# Identifier "SynapticsMouse1"
# Driver "synaptics"
# Option "SHMConfig" "on"
# EndSection

Bir de alşağıdaki bölümü

>
> Section "ServerLayout"
> Identifier "layout1"
> InputDevice "Keyboard1" "CoreKeyboard"
> InputDevice "Mouse1" "CorePointer"
> InputDevice "Mouse2" "SendCoreEvents"
> InputDevice "SynapticsMouse1" "SendCoreEvents"
> Screen "screen1"
> EndSection
>

Şu şekide düzenleyebilirsiniz.

 Section "ServerLayout"
     Identifier "layout1"
     InputDevice "Keyboard1" "CoreKeyboard"
     InputDevice "Mouse1" "CorePointer"
# InputDevice "Mouse2" "SendCoreEvents"
# InputDevice "SynapticsMouse1" "SendCoreEvents"
     Screen "screen1"
 EndSection

Bu düzenlemeden sonra teorik olarak X yapılandırmanızda syanptic pad etkisiz
kılınmış olacak. yapınadırma dosyanıza bakılırsa mandriva kullanıyorsunuz
sanırım. Mandriva kendi yapılandırma araçları ile bu durumu değiştirmeyi
denediniz mi?

Gökşin Akdeniz http://www.enixma.org
_________________
 - People who hate Windows use Linux but people who love UNIX use BSD.
 - Never forget the AMIGA. No computer in history ever made such a big step
forward.
 - "If 386BSD had been available when I started on Linux, Linux would probably
never had happened." Linus Torvalds

_______________________________________________
Linux-masaustu mailing list
Linux-masaustu_at_liste.linux.org.tr
http://liste.linux.org.tr/mailman/listinfo/linux-masaustu

Received on Sun 18 Oct 2009 - 18:29:45 EEST

---------

Bu arsiv hypermail 2.2.0 tarafindan uretilmistir.