disabilitare il touchpad quando scrivo
disabilitare il touchpad quando scrivo
c'è un modo di disabilitare il touchpad quando scrivo o il cursore è in una casella di testo?
ho provato ad installare touchfreeze ma mi pare non sia cambiato nulla...
Re: disabilitare il touchpad quando scrivo
Mi iscrivo perchè ultimamente sto facendo troppi errori di battitura... vediamo di trovare la soluzione
Meglio Bruciare che spegnersi lentamente - Neil Young: "Rust Never Sleep"
[Guida] [Compiz] Capi del Cubo Trasparenti (non disegnare le facce sopra/sotto)
Re: disabilitare il touchpad quando scrivo
PS: scusa bucky ma nn mi ero accorto ne avessi già parlato tu...
Re: disabilitare il touchpad quando scrivo
solo che ho provato a mettere un delay grande e a digitare e spostare il cursore contemporaneamente, ma non mi sembra funzioni...
Re: disabilitare il touchpad quando scrivo
Meglio Bruciare che spegnersi lentamente - Neil Young: "Rust Never Sleep"
[Guida] [Compiz] Capi del Cubo Trasparenti (non disegnare le facce sopra/sotto)
Re: disabilitare il touchpad quando scrivo
- mohr tutchy
- Scoppiettante Seguace

- Messaggi: 411
- Iscrizione: mercoledì 24 ottobre 2007, 21:36
Re: disabilitare il touchpad quando scrivo
Per avviarlo io uso
Codice: Seleziona tutto
syndaemon -d -k -i 0.5Il touchpad deve funzionare con il driver synaptics e deve essere esplicitamente impostata su "true" la variabile SMHConfig in /etc/X11/xorg.conf.
Ecco la parte che interessa del mio xorg.conf:
Codice: Seleziona tutto
Section "InputDevice"
Identifier "TouchPad1"
Driver "synaptics"
Option "CorePointer"
Option "SendCoreEvents" "true"
Option "Protocol" "auto-dev"
Option "Device" "/dev/input/eventtouchpad"
Option "SHMConfig" "true"
EndSection
Considerate solo le righe del driver e di SMHConfig e assolutamente non considerate le altre righe; sono parametri specifici per la mia macchina e con grandissima probabilità renderebbero il vostro touchpad inutilizzabile almeno finchè non ripristinerete il vecchio xorg.conf.
Se il tutto ha funzionato e volete che si avvii ogni volta che accendete la sessione grafica aggiungete il comando in Sistema>Preferenze>Sessioni.
Spero possa essere di aiuto
One love
Re: disabilitare il touchpad quando scrivo
Re: disabilitare il touchpad quando scrivo
ma quando dò da terminale il comando
Codice: Seleziona tutto
$synclient TouchpadOff=1Codice: Seleziona tutto
Can't access shared memory area. SHMConfig disabled?- mohr tutchy
- Scoppiettante Seguace

- Messaggi: 411
- Iscrizione: mercoledì 24 ottobre 2007, 21:36
Re: disabilitare il touchpad quando scrivo
mohr tutchy ha scritto: Il touchpad deve funzionare con il driver synaptics e deve essere esplicitamente impostata su "true" la variabile SMHConfig in /etc/X11/xorg.conf.
Ecco la parte che interessa del mio xorg.conf:Prima di effettuare modifiche fate una copia di backup di /etc/X11/xorg.conf.Codice: Seleziona tutto
Section "InputDevice" Identifier "TouchPad1" Driver "synaptics" Option "CorePointer" Option "SendCoreEvents" "true" Option "Protocol" "auto-dev" Option "Device" "/dev/input/eventtouchpad" Option "SHMConfig" "true" EndSection
Considerate solo le righe del driver e di SMHConfig e assolutamente non considerate le altre righe; sono parametri specifici per la mia macchina e con grandissima probabilità renderebbero il vostro touchpad inutilizzabile almeno finchè non ripristinerete il vecchio xorg.conf.
Re: disabilitare il touchpad quando scrivo
- mohr tutchy
- Scoppiettante Seguace

- Messaggi: 411
- Iscrizione: mercoledì 24 ottobre 2007, 21:36
Re: disabilitare il touchpad quando scrivo
Se preferisci abilitare/disabilitare manualmente il touchpad credo che la via migliore sia quella suggerita da drooper; ogni portatile dovrebbe avere una scorciatoia per farlo. Ti suggerisco comunque di provare syndaemon a meno che non hai un mouse sempre collegato alla macchina; nell'ultimo caso potresti anche considerare l'opzione di disabilitare il touchpad del tutto...
One love
Re: disabilitare il touchpad quando scrivo
Da giorni uso questo stesso metodo Hardware/Periferiche/SynapticsTouchpadmohr tutchy ha scritto: Esiste un programmino molto comodo che si chiama syndaemon.
Per avviarlo io usoche significa: avvia come demone, ignora i tasti "modifica" es: Ctrl, Alt e aspetta 0.5 dall'ultima pressione di un tasto prima di riabilitare il touchpad.Codice: Seleziona tutto
syndaemon -d -k -i 0.5
Il touchpad deve funzionare con il driver synaptics e deve essere esplicitamente impostata su "true" la variabile SMHConfig in /etc/X11/xorg.conf.
Ecco la parte che interessa del mio xorg.conf:Prima di effettuare modifiche fate una copia di backup di /etc/X11/xorg.conf.Codice: Seleziona tutto
Section "InputDevice" Identifier "TouchPad1" Driver "synaptics" Option "CorePointer" Option "SendCoreEvents" "true" Option "Protocol" "auto-dev" Option "Device" "/dev/input/eventtouchpad" Option "SHMConfig" "true" EndSection
Considerate solo le righe del driver e di SMHConfig e assolutamente non considerate le altre righe; sono parametri specifici per la mia macchina e con grandissima probabilità renderebbero il vostro touchpad inutilizzabile almeno finchè non ripristinerete il vecchio xorg.conf.
Se il tutto ha funzionato e volete che si avvii ogni volta che accendete la sessione grafica aggiungete il comando in Sistema>Preferenze>Sessioni.
Spero possa essere di aiuto
One love
La riga da me utilizzata è questa...
Codice: Seleziona tutto
syndaemon -k -d -i 1La cosa strana è che non ho dovuto modificare il mio file xorg.conf... funziona da subito solo con questo (good)
Meglio Bruciare che spegnersi lentamente - Neil Young: "Rust Never Sleep"
[Guida] [Compiz] Capi del Cubo Trasparenti (non disegnare le facce sopra/sotto)
Re: disabilitare il touchpad quando scrivo
ti posto il mio xorg.conf:
come vedi SHMConfig è impostato su true...# 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.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# 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 "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
Section "InputDevice"
Identifier "TouchPad1"
Driver "synaptics"
Option "CorePointer"
Option "SendCoreEvents" "true"
Option "Protocol" "auto-dev"
Option "Device" "/dev/input/eventtouchpad"
Option "SHMConfig" "true"
EndSection
se non risolvo questo, mi sa che adotterò anch'io
Codice: Seleziona tutto
syndaemon- mohr tutchy
- Scoppiettante Seguace

- Messaggi: 411
- Iscrizione: mercoledì 24 ottobre 2007, 21:36
Re: disabilitare il touchpad quando scrivo
Per otterne uno funzionante segui questi passi:
1 ~ Esegui il comando
Codice: Seleziona tutto
cat /proc/bus/input/devices |grep -i synaptic -A 1 Codice: Seleziona tutto
N: Name="SynPS/2 Synaptics TouchPad"
P: Phys=isa0060/serio3/input0
2 ~ Crea una regola per udev
Codice: Seleziona tutto
sudo gedit /etc/udev/rules.d/10-synaptics.rulesCodice: Seleziona tutto
SUBSYSTEMS=="input", ATTRS{phys}=="isa0060/serio3/input0", KERNEL=="event*", NAME="input/eventtouchpad"3 ~ Cancella il contenuto di xorg.conf e incolla questo
Codice: Seleziona tutto
# 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.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# 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 "Device"
Identifier "Configured Video Device"
Inputdevice "Touchpad" "CorePointer"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
Section "InputDevice"
Identifier "TouchPad"
Driver "synaptics"
Option "CorePointer"
Option "SendCoreEvents" "true"
Option "Protocol" "auto-dev"
Option "Device" "/dev/input/eventtouchpad"
Option "SHMConfig" "true"
EndSection
A questo punto tutto dovrebbe funzionare
One love
Re: disabilitare il touchpad quando scrivo
dopo avergli dato
Codice: Seleziona tutto
cat /proc/bus/input/devices |grep -i synaptic -A 1 matborda@matborda-laptop:~$ cat /proc/bus/input/devices |grep -i synaptic -A 1
matborda@matborda-laptop:~$
- mohr tutchy
- Scoppiettante Seguace

- Messaggi: 411
- Iscrizione: mercoledì 24 ottobre 2007, 21:36
Re: disabilitare il touchpad quando scrivo
Posta l'utput di
Codice: Seleziona tutto
cat /proc/bus/input/devices[code]
One loveRe: disabilitare il touchpad quando scrivo
Codice: Seleziona tutto
matborda@matborda-laptop:~$ cat /proc/bus/input/devices
I: Bus=0017 Vendor=0001 Product=0001 Version=0100
N: Name="Macintosh mouse button emulation"
P: Phys=
S: Sysfs=/devices/virtual/input/input0
U: Uniq=
H: Handlers=mouse0 event0
B: EV=7
B: KEY=70000 0 0 0 0 0 0 0 0
B: REL=3
I: Bus=0011 Vendor=0001 Product=0001 Version=ab41
N: Name="AT Translated Set 2 keyboard"
P: Phys=isa0060/serio0/input0
S: Sysfs=/devices/platform/i8042/serio0/input/input1
U: Uniq=
H: Handlers=kbd event1
B: EV=120013
B: KEY=8000 0 0 0 0 0 500f 2102002 380307c f810d001 feffffdf ffefffff ffffffff ffffffff
B: MSC=10
B: LED=7
I: Bus=0019 Vendor=0000 Product=0005 Version=0000
N: Name="Lid Switch"
P: Phys=PNP0C0D/button/input0
S: Sysfs=/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input2
U: Uniq=
H: Handlers=event2
B: EV=21
B: SW=1
I: Bus=0019 Vendor=0000 Product=0001 Version=0000
N: Name="Power Button (CM)"
P: Phys=PNP0C0C/button/input0
S: Sysfs=/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3
U: Uniq=
H: Handlers=kbd event3
B: EV=3
B: KEY=100000 0 0 0
I: Bus=0019 Vendor=0000 Product=0003 Version=0000
N: Name="Sleep Button (CM)"
P: Phys=PNP0C0E/button/input0
S: Sysfs=/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input4
U: Uniq=
H: Handlers=kbd event4
B: EV=3
B: KEY=4000 0 0 0 0
I: Bus=0019 Vendor=0000 Product=0006 Version=0000
N: Name="Video Bus"
P: Phys=/video/input0
S: Sysfs=/devices/LNXSYSTM:00/device:00/PNP0A03:00/device:2e/input/input5
U: Uniq=
H: Handlers=kbd event5
B: EV=3
B: KEY=3f000b 0 0 0 0 0 0 0
I: Bus=0019 Vendor=0000 Product=0006 Version=0000
N: Name="Video Bus"
P: Phys=/video/input0
S: Sysfs=/devices/LNXSYSTM:00/device:00/PNP0A03:00/device:33/input/input6
U: Uniq=
H: Handlers=kbd event6
B: EV=3
B: KEY=3f000b 0 0 0 0 0 0 0
I: Bus=0010 Vendor=001f Product=0001 Version=0100
N: Name="PC Speaker"
P: Phys=isa0061/input0
S: Sysfs=/devices/platform/pcspkr/input/input7
U: Uniq=
H: Handlers=kbd event7
B: EV=40001
B: SND=6
I: Bus=0011 Vendor=0002 Product=0008 Version=0000
N: Name="PS/2 Mouse"
P: Phys=isa0060/serio2/input1
S: Sysfs=/devices/platform/i8042/serio2/input/input8
U: Uniq=
H: Handlers=mouse1 event8
B: EV=7
B: KEY=70000 0 0 0 0 0 0 0 0
B: REL=3
I: Bus=0011 Vendor=0002 Product=0008 Version=7321
N: Name="AlpsPS/2 ALPS GlidePoint"
P: Phys=isa0060/serio2/input0
S: Sysfs=/devices/platform/i8042/serio2/input/input9
U: Uniq=
H: Handlers=mouse2 event9
B: EV=f
B: KEY=420 0 70000 0 0 0 0 0 0 0 0
B: REL=3
B: ABS=1000003
I: Bus=0003 Vendor=093a Product=2510 Version=0110
N: Name="PIXART USB OPTICAL MOUSE"
P: Phys=usb-0000:00:1d.1-2/input0
S: Sysfs=/devices/pci0000:00/0000:00:1d.1/usb6/6-2/6-2:1.0/input/input10
U: Uniq=
H: Handlers=mouse3 event10
B: EV=17
B: KEY=70000 0 0 0 0 0 0 0 0
B: REL=103
B: MSC=10
- mohr tutchy
- Scoppiettante Seguace

- Messaggi: 411
- Iscrizione: mercoledì 24 ottobre 2007, 21:36
Re: disabilitare il touchpad quando scrivo
One love
Re: disabilitare il touchpad quando scrivo
comunque devo ammettere che syndaemon mi sembra buono.
salute
Chi c’è in linea
Visualizzano questa sezione: 0 utenti iscritti e 10 ospiti
