Bonjour à tous.
Sur un portable Clevo à écran tactile, j’essaie de faire fonctionner justement le côté tactile ![]()
Une piste est d’utiliser un driver proprio (en attendant mieux !) ici :
http://www.aimtouch.com.tw/web-us/driver.htm
Il faut, entre autres, modifier xorg.conf de la façon suivante :
[quote] c. Add the following lines into xorg.conf.new
If your system will not have a mouse, then use “CorePointer” instead of
“SendCoreEvents” in the “ServerLayout” section. Set “ServerLayout” section
as the following.
InputDevice "HID TOUCH"
d. Add the a new “InputDevice” Section as the following.
Section “InputDevice”
Identifier “HID TOUCH”
Driver “xfhiddrv”
Option “Device” “/dev/usb/hiddev0”
Option “ScreenNo” “0”
Option “Rotation” “0”
Option “SwapY” “0”
Option “UpSound” “0”
Option “DownSound” “0”
Option “AutoRightClick” “1”
Option “TouchMode” “2”
EndSection[/quote]
Mais, au redémarrage du serveur X, j’ai un gros couac : plus rien, reboot et plus de kdm opérationnel ![]()
Seule solution trouvée : éditer avec nano /etc/xorg.conf, supprimer les lignes ajoutées et, là, je respire.
Quelqu’un saurait-il me donner une piste ?
Merci d’avance pour les idées.
Guillaume