PDA

View Full Version : Aiuto non so come procedereall'installazione


LukA4e
30-08-2003, 13:36
devo installare i driver synaptics, questo è il file d'aiuto:

3. Copy the driver-modul "snyaptics_drv.o" into the XFree-module path
"ex. /usr/X11R6/lib/modules/input/".

4. Load the driver by changig the XFree configuration file through
adding the line 'Load "synaptics"' in the modul-section.

5. Add/Replace in the InputDevice-section for the touchpad the
following lines:

Section "InputDevice"
Driver "synaptics"
Identifier "Mouse[1]"
Option "Device" "/dev/psaux"
Option "Edges" "1900 5400 1800 3900"
Option "Finger" "25 30"
Option "MaxTapTime" "20"
Option "MaxTapMove" "220"
Option "VertScrollDelta" "100"
Option "MinSpeed" "0.02"
Option "MaxSpeed" "0.18"
Option "AccelFactor" "0.0010"
# Option "Repeater" "/dev/ps2mouse"
# Option "SHMConfig" "on"
EndSection

Change the Identifier to the same name as in the ServerLayout-section.
The Option "Repeater" und "SHMConfig" are at the moment for testing.

6. Add the "CorePointer" option to the InputDevice line at the ServerLayout section:

Section "ServerLayout"
...
InputDevice "Mouse[1]" "CorePointer"
...

7. Start/Restart the X-Server. If the touchpad doesn't work go to
step 8.

8. a) Check the XFree-Logfiles
b) Try to start the XServer with 'startx -- -logverbose 8' for more
Output

Mi potete dire cosa devo fare esattamente xkè nn ho capito niente.....

Ciao e grazie ;)

cogiac
30-08-2003, 13:43
Qual'è il problema? devi seguire le istruzioni..passo passo..

LukA4e
30-08-2003, 13:59
il problema è:
il quarto passo! Cosa devo fare?? che file devo modificare?

uhmuhmuhm
30-08-2003, 14:09
Originariamente inviato da LukA4e
il problema è:
il quarto passo! Cosa devo fare?? che file devo modificare? Il... File di configurazione di XFree... No? :mbe:

cogiac
30-08-2003, 14:23
apri con un editor ( vi, pico , emacs, ..) /etc/X11/XF86Config
e nella sezione dei moduli aggiungi : Load "synaptics"
Poi aggiungi anche il punto 5 e continui con il resto..

LukA4e
30-08-2003, 18:45
grazie 1000! adesso provo. non sapevo come si chiamava il file d configurazione di xfree e dov'era....

Ciao grazie ancora, poi v faccio sapere!