di recente ho dovuto aggiornare xorg-server alla versione 1.5.3-r1, e di conseguenza si è tirato dietro una serie di nuovi pacchetti fra cui xf86-input-synaptics che sostituisce il vecchio synaptics.
Il problema è che ora il mio touchpad non funziona più.
Ho letto questo thread ma non mi è stato di aiuto.
Ho provato ad aggiungere il file /etc/hal/fdi/policy/11-x11-synaptics.fdi contenente le seguenti righe:
Code: Select all
<?xml version="1.0" encoding="ISO-8859-1"?>
<deviceinfo version="0.2">
<device>
<match key="info.capabilities" contains="input.touchpad">
<match key="info.product" contains="SynPS/2 Synaptics TouchPad">
<merge key="input.x11_driver" type="string">synaptics</merge>
<merge key="input.x11_options.Emulate3Buttons" type="string">yes</merge>
<merge key="input.x11_options.LockedDrags" type="string">0</merge>
<merge key="input.x11_options.PalmDetect" type="string">yes</merge>
<merge key="input.x11_options.CoastingSpeed" type="string">20</merge>
<merge key="input.x11_options.TapButton1" type="string">1</merge>
<merge key="input.x11_options.TapButton2" type="string">2</merge>
<merge key="input.x11_options.TapButton3" type="string">3</merge>
<merge key="input.x11_options.SHMConfig" type="string">1</merge>
</match>
<match key="info.product" contains="AlpsPS/2 ALPS">
<merge key="input.x11_driver" type="string">synaptics</merge>
</match>
<match key="info.product" contains="appletouch">
<merge key="input.x11_driver" type="string">synaptics</merge>
</match>
</match>
</device>
</deviceinfo>Anche cancellando la parte relativa al touchpad nello xorg.conf non sono riuscito ad ottenere nulla. Ho restartato hald, ma niente.
Non riesco a configurarlo.
Qualcuno può darmi un aiuto per favore?
EDIT: ho trovato questa guida in giro e finalmente il mio touchpad ha ripreso i sensi.
Ora devo capire come far rifunzionare il click con un tocco sul touchpad e lo scroll strisciando il dito sul lato destro..

