Pagina 1 di 1
scroll touchpad presario c700 ubuntu non funziona più
Inviato: sabato 17 luglio 2010, 13:21
da sketch-
salve a tutti, sono nuovo di questo forum e non vorrei aver scritto nello spazio sbagliato...
da qualche tempo non mi funziona più lo scroll verticale sul touchpad, ho provato a seguire qualche discussione ma non ho trovato ancora soluzione.
tutto quello che so è che il mio file xorg.conf è vuoto..
qualcuno sa aiutarmi? grazie!
Re: scroll touchpad presario c700 ubuntu non funziona più
Inviato: sabato 17 luglio 2010, 16:19
da steff
Prova:
incolla:
Codice: Seleziona tutto
<?xml version="1.0" encoding="ISO-8859-1"?>
<deviceinfo version="0.2">
<device>
<match key="info.product" contains="ETPS/2 Elantech Touchpad">
<append key="info.capabilities" type="strlist">input.touchpad</append>
</match>
<match key="info.capabilities" contains="input.touchpad">
<merge key="input.x11_driver" type="string">synaptics</merge>
<merge key="input.x11_options.TapButton1" type="string">1</merge>
<merge key="input.x11_options.TapButton2" type="string">3</merge>
<merge key="input.x11_options.TapButton3" type="string">2</merge>
<!-- Arbitrary options can be passed to the driver using
the input.x11_options property since xorg-server-1.5. -->
Switch on shared memory, enables the driver to be configured at runtime
<merge key="input.x11_options.SHMConfig" type="string">true</merge>
Maximum movement of the finger for detecting a tap
<merge key="input.x11_options.MaxTapMove" type="string">2000</merge>
Enable vertical scrolling when dragging along the right edge
<merge key="input.x11_options.VertEdgeScroll" type="string">true</merge>
Enable vertical scrolling when dragging with two fingers anywhere on the touchpad
<merge key="input.x11_options.VertTwoFingerScroll" type="string">true</merge>
Enable horizontal scrolling when on rught border
<merge key="input.x11_options.HorizEdgeScroll" type="string">true</merge>
Adjust finger width for two finger scroll
<merge key="input.x11_options_EmulateTwoFingerMinW" type="string">20</merge>
<!-- EXAMPLES:
If on, circular scrolling is used
<merge key="input.x11_options.CircularScrolling" type="string">true</merge>
For other possible options, check CONFIGURATION DETAILS in synaptics man page
-->
</match>
</device>
</deviceinfo>
riavvia e prova
Re: scroll touchpad presario c700 ubuntu non funziona più
Inviato: domenica 18 luglio 2010, 12:50
da sketch-
niente :'( ho provato a riavviare più di una volta ma non funziona ancora...