touch pad hp mini 210-1030sl
touch pad hp mini 210-1030sl
salve a tutti, vi espongo il mio problema, ho da poco comprato un hp mini 210-1030sl, di base ha win7 ma credo sia più adatto l'ultimo ubuntu 10.04 remix ed in effetti merita molto, l'unico mio problema è che il touchpad non funziona come in window7, funziona come un touchpad normale mentre questo è configurato con i tasti all'interno del pad che fanno anche da superfice ricettiva, ma non vengono riconosciuti come tale e lo scrolling si effettua a lato, qualcuno mi può aiutare?
- steff
- Moderatore Globale

- Messaggi: 40370
- Iscrizione: domenica 18 febbraio 2007, 19:48
- Desktop: LXQt+labwc
- Distribuzione: Arch; Debian; Ubuntu Server
- Sesso: Maschile
- Località: Toscana
- Contatti:
Re: touch pad hp mini 210-1030sl
Probabilmente devi usare un file di config personalizzato.
incolla per adesso
lo scroll laterale e orizzontale dovrebbe funzionare, eventualmente anche lo scroll con due dita. Per il resto bisogna capire come fare ancora.
Codice: Seleziona tutto
sudo gedit /etc/hal/fdi/policy/11-x11-synaptics.fdiCodice: 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. -->
<!-- Speed -->
<merge key="input.x11_options.MinSpeed" type="string">0.4</merge>
<merge key="input.x11_options.MaxSpeed" type="string">0.7</merge>
<merge key="input.x11_options.AccelFactor" type="string">2.0</merge>
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
<merge key="input.x11_options.HorizEdgeScroll" type="string">true</merge>
Enable two finger scroll
<merge key="input.x11_options.VertTwoFingerScroll" type="string">true</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>Hai fatto un backup oggi? Ieri?? Quando???
La Documentazione da consultare e la FAQ sul uso del forum
Sistemi: LXQt - semplice, modulare e configurabile + *ubuntu in Vbox
La Documentazione da consultare e la FAQ sul uso del forum
Sistemi: LXQt - semplice, modulare e configurabile + *ubuntu in Vbox
Chi c’è in linea
Visualizzano questa sezione: 0 utenti iscritti e 10 ospiti