Mam taki kłopot z panelem dotykowym w laptopie, że sobie sam klika kiedy mu pasuje, bez mojej ingerencji. Nie wiem czy to wina systemu, czy samego urządzenia. Dlatego moim zdaniem najlepszym rozwianiem będzie wyłącznie lewego przycisku myszy uruchomianego za pomocą uderzenia w panel dotykowy, ale jak to zrobić?
Laptop: ACER EMACHINES EME510-301G16mi procesor Intel 2,13 GHz 64bit
Debian - Lenny
panel dotykowy w laptopie Acer sam dzia
Teraz już lepiej.groszyn pisze:A teraz?
Pytanie dodatkowe: czy z innym systemem operacyjnym panel podobnie się zachowuje?
Jeżeli wszystko działa poprawnie to wklej wynik polecenia:
Kod: Zaznacz cały
cat /etc/X11/xorg.conf
Nie, na innym systemie działa poprawnie i jeśli podepnę mysz optyczna to również ok, mimo że panel w tym samym czasie jest aktywny...
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "pl"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
EndSection
Section "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
EndSection
Tutaj bym się zahaczył.Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
??
EndSection
Spróbuj wkleić na to miejsce takie coś
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice" albo /dev/psaux
Option "Protocol" "ImPS/2"
EndSection
A w jaki sposób wyłączyć całkiem kliknięcie myszy, za pomocą uderzenia w touchpad?
[ Dodano: 2009-03-13, 21:29 ]
[ Dodano: 2009-03-13, 21:31 ]
A w jaki sposób wyłączyć całkiem kliknięcie myszy, za pomocą uderzenia w touchpad?
[ Dodano: 2009-03-13, 21:29 ]
groszyn pisze:A w jaki sposób wyłączyć całkiem kliknięcie myszy, za pomocą uderzenia w touchpad?
[ Dodano: 2009-03-13, 21:31 ]
A w jaki sposób wyłączyć całkiem kliknięcie myszy, za pomocą uderzenia w touchpad?