ludovico van ha scritto: > > E coloro che, usando xorg da sid, hanno un xorg.conf vuoto come possono > > fare? > > * installa xserver-xorg-input-synaptics
Celo!
> * copia /usr/share/hal/fdi/policy/20thirdparty/11-x11-synaptics.fdi in
> /etc/hal/fdi/policy/ e modificalo a piacimento
Ho provato e ho modificato il file in questione con questo risultato:
<?xml version="1.0" encoding="ISO-8859-1"?>
<deviceinfo version="0.2">
<device>
<match key="info.capabilities" contains="input.touchpad">
<merge key="input.x11_driver" type="string">synaptics</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 dragging with two fingers
anywhere on the touchpad -->
<merge key="input.x11_options.HorizTwoFingerScroll"
type="string">true</merge>
<!-- If on, circular scrolling is used -->
<merge key="input.x11_options.CircularScrolling"
type="string">true</merge>
</match>
</device>
</deviceinfo>
Ma l'unica cosa che continua a non funzionarmi è proprio il tap: cosa
sbaglio?
--
Ciao
leandro
Io non voglio sapere tutto, io voglio capire tutto
pgpKFR5YASaDz.pgp
Description: PGP signature

