Visualizzazione dei risultati da 1 a 10 su 10
  1. #1

    installazione touch pad

    allore,ho installato il pacchetto gsynaptic ma continua a non andare lo scroll del touch pad...
    quindi quando vado su Sistema->Preferenze->Touch pad mi da il seguente errore:


    GSynaptics couldn't initialize.
    You have to set 'SHMConfig' 'true' in xorg.conf or XF86Config to use GSynaptics.

    Sono andato a mettere il true nel file Xorg ma niente da fare,illuminatemi!

    Grazie mille!

  2. #2
    mi rispondo da solo nel caso uno avesse i miei medesimi problemi..

    Option "LeftEdge" "1900"
    Option "RightEdge" "5400"
    Option "TopEdge" "1400"
    Option "BottomEdge" "4500"
    Option "FingerLow" "25"
    Option "FingerHigh" "30"
    Option "MaxTapTime" "180"
    Option "MaxTapMove" "220"
    Option "VertScrollDelta" "100"
    Option "MinSpeed" "0.02"
    Option "MaxSpeed" "0.18"
    Option "AccelFactor" "0.0010"

    basta inserirlo dove ci sono le opzioni del touch dentro il file Xorg.
    ciau...

  3. #3
    no cavoli continua a non andarmi...

  4. #4
    ragazzi aiutatemi!!!
    comunque ho un packard bell se potesse essere rilevante..

  5. #5
    prova ad incollare qui xorg.conf

    avvia gsynaptcs e prova a configurarlo da li

    http://bp0.blogger.com/_UbcBOQWhX2Y/...gsynaptics.png

  6. #6
    Ecco qui il mio Xorg:
    Section "Files"
    FontPath "/usr/share/X11/fonts/misc"
    FontPath "/usr/share/X11/fonts/cyrillic"
    FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
    FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
    FontPath "/usr/share/X11/fonts/Type1"
    FontPath "/usr/share/X11/fonts/100dpi"
    FontPath "/usr/share/X11/fonts/75dpi"
    FontPath "/usr/share/fonts/X11/misc"
    # path to defoma fonts
    FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
    EndSection

    Section "Module"
    Load "i2c"
    Load "bitmap"
    Load "ddc"
    Load "dri"
    Load "extmod"
    Load "freetype"
    Load "glx"
    Load "int10"
    Load "type1"
    Load "vbe"
    Load "dbe"
    Load "Synaptics"
    EndSection

    Section "InputDevice"
    Identifier "Generic Keyboard"
    Driver "kbd"
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "it"
    Option "XkbOptions" "lv3:ralt_switch"
    EndSection

    Section "InputDevice"
    Identifier "Configured Mouse"
    Driver "mouse"
    Option "CorePointer"
    Option "Device" "/dev/input/mice"
    Option "Protocol" "ExplorerPS/2"
    Option "ZAxisMapping" "4 5"
    Option "Emulate3Buttons" "true"
    EndSection

    Section "InputDevice"
    Identifier "Synaptics Touchpad"
    Driver "Synaptics"
    Option "SendCoreEvents" "true"
    Option "Device" "/dev/psaux"
    Option "Protocol" "auto-dev"
    Option "HorizScrollDelta" "0"
    Option "SHMConfig" "on"
    Option "Emulate3Buttons" "on"
    Option "LeftEdge" "1900"
    Option "RightEdge" "5400"
    Option "TopEdge" "1400"
    Option "BottomEdge" "4500"
    Option "FingerLow" "25"
    Option "FingerHigh" "30"
    Option "MaxTapTime" "180"
    Option "MaxTapMove" "220"
    Option "VertScrollDelta" "100"
    Option "MinSpeed" "0.02"
    Option "MaxSpeed" "0.18"
    Option "AccelFactor" "0.0010"
    EndSection

    Section "InputDevice"
    Driver "wacom"
    Identifier "stylus"
    Option "Device" "/dev/wacom" # Change to
    # /dev/input/event
    # for USB
    Option "Type" "stylus"
    Option "ForceDevice" "ISDV4" # Tablet PC ONLY
    EndSection

    Section "InputDevice"
    Driver "wacom"
    Identifier "eraser"
    Option "Device" "/dev/wacom" # Change to
    # /dev/input/event
    # for USB
    Option "Type" "eraser"
    Option "ForceDevice" "ISDV4" # Tablet PC ONLY
    EndSection

    Section "InputDevice"
    Driver "wacom"
    Identifier "cursor"
    Option "Device" "/dev/wacom" # Change to
    # /dev/input/event
    # for USB
    Option "Type" "cursor"
    Option "ForceDevice" "ISDV4" # Tablet PC ONLY
    EndSection

    Section "Device"
    Identifier "NVIDIA Corporation NV40M? [GeForce Go 6200]"
    Driver "nvidia"
    BusID "PCI:1:0:0"
    EndSection

    Section "Monitor"
    Identifier "V770"
    Option "DPMS"
    EndSection

    Section "Screen"
    Identifier "Default Screen"
    Device "NVIDIA Corporation NV40M? [GeForce Go 6200]"
    Monitor "V770"
    DefaultDepth 24
    SubSection "Display"
    Depth 1
    Modes "1024x768" "800x600" "1280x800"
    EndSubSection
    SubSection "Display"
    Depth 4
    Modes "1024x768" "800x600" "1280x800"
    EndSubSection
    SubSection "Display"
    Depth 8
    Modes "1024x768" "800x600" "1280x800"
    EndSubSection
    SubSection "Display"
    Depth 15
    Modes "1024x768" "800x600" "1280x800"
    EndSubSection
    SubSection "Display"
    Depth 16
    Modes "1024x768" "800x600" "1280x800"
    EndSubSection
    SubSection "Display"
    Depth 24
    Modes "1024x768" "800x600" "1280x800"
    EndSubSection
    EndSection

    Section "ServerLayout"
    Identifier "Default Layout"
    Screen "Default Screen"
    InputDevice "Generic Keyboard"
    InputDevice "Configured Mouse"
    InputDevice "stylus" "SendCoreEvents"
    InputDevice "cursor" "SendCoreEvents"
    InputDevice "eraser" "SendCoreEvents"
    EndSection

    Section "Extensions"
    Option "Composite" "Enable"
    EndSection

  7. #7
    prova a mettere

    InputDevice "Synaptics Touchpad"

    nella sezione

    Section "ServerLayout"
    Identifier "Default Layout"
    Screen "Default Screen"
    InputDevice "Generic Keyboard"
    InputDevice "Configured Mouse"
    InputDevice "stylus" "SendCoreEvents"
    InputDevice "cursor" "SendCoreEvents"
    InputDevice "eraser" "SendCoreEvents"
    EndSection

    oppure prova a modificare cosi http://www.lorenzobettini.it/linux/xorg.conf.txt

    salvando quello attuale prima


    riavvia xorg naturalmente per fare gli esperimenti

  8. #8
    si il primo caso l'ho già provato aggiungendo quella riga ma non mi conclude nulla..
    ora provo con la seconda.

    psgni volta riavvio X,penso che vada bene

  9. #9
    bene andy lo Xorg di quel tizio riguardante il touch è quasi perfetta!

    Però lo scroll mi funziona solo sull'estrema destra del touch pad.
    Che cosa mi dici di settare diversamente?!?

    grazie ancora.

  10. #10
    http://wiki.archlinux.org/index.php/Touchpad_Synaptics

    non so' guardavo qui http://wiki.archlinux.org/index.php/Touchpad_Synaptics

    LeftEdge, RightEdge, TopEdge and BottomEdge are integer values which indicate the dimensions of your touchpad as x or y coordinates.

    magari cambiando quei valori risolvi

    Option "LeftEdge" "60"
    Option "RightEdge" "830"


    devi fare delle prove

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.