Visualizzazione dei risultati da 1 a 10 su 10
  1. #1
    Utente di HTML.it
    Registrato dal
    Apr 2006
    Messaggi
    48

    synaptics !!!! ti odio!

    qualcuno sa spiegarmi come mai il mio acer aspire 3103wlmi non vuole far funzionare il suo touchpad con ubuntu 6.10??' ho installato xserver-xorg-input-synaptics , tpconfig, gsynaptics e qsynaptics ... tutti lo vedono ma gnome si rifiuta !!!


    ecco cat /proc/bus/input/devices :

    I: Bus=0011 Vendor=0001 Product=0001 Version=ab41
    N: Name="AT Translated Set 2 keyboard"
    P: Phys=isa0060/serio0/input0
    S: Sysfs=/class/input/input0
    H: Handlers=kbd event0
    B: EV=120013
    B: KEY=4 2000000 3802078 f870d401 f2ffffdf ffefffff ffffffff ffffffff
    B: MSC=10
    B: LED=7

    I: Bus=0010 Vendor=001f Product=0001 Version=0100
    N: Name="PC Speaker"
    P: Phys=isa0061/input0
    S: Sysfs=/class/input/input1
    H: Handlers=kbd event1
    B: EV=40001
    B: SND=6

    I: Bus=0011 Vendor=0002 Product=0007 Version=0000
    N: Name="SynPS/2 Synaptics TouchPad"
    P: Phys=isa0060/serio4/input0
    S: Sysfs=/class/input/input2
    H: Handlers=mouse0 event2 ts0 # cambia ogni volta che riavvio xserver
    B: EV=b
    B: KEY=6420 0 7000f 0 0 0 0 0 0 0 0
    B: ABS=11000003

    I: Bus=0003 Vendor=1241 Product=1111 Version=0440 # mouse USB
    N: Name="HID 1241:1111"
    P: Phys=usb-0000:00:13.0-1/input0
    S: Sysfs=/class/input/input3
    H: Handlers=mouse1 event3 ts1
    B: EV=7
    B: KEY=70000 0 0 0 0 0 0 0 0
    B: REL=103


    ecco xorg.conf:

    # /etc/X11/xorg.conf (xorg X Window System server configurWation file)
    #
    # This file was generated by dexconf, the Debian X Configuration tool, using
    # values from the debconf database.
    #
    # Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
    # (Type "man /etc/X11/xorg.conf" at the shell prompt.)
    #
    # This file is automatically updated on xserver-xorg package upgrades *only*
    # if it has not been modified since the last upgrade of the xserver-xorg
    # package.
    #
    # If you have edited this file but would like it to be automatically updated
    # again, run the following command:
    # sudo dpkg-reconfigure -phigh xserver-xorg

    Section "ServerLayout"
    Identifier "Default Layout"
    Screen 0 "aticonfig-Screen[0]" 0 0
    InputDevice "Generic Keyboard"
    # InputDevice "Configured Mouse"
    # InputDevice "stylus" "SendCoreEvents"
    #InputDevice "cursor" "SendCoreEvents"
    #InputDevice "eraser" "SendCoreEvents"
    InputDevice "Synaptics Touchpad"
    EndSection

    Section "Files"

    # path to defoma fonts
    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"
    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 "synaptics"
    EndSection

    Section "ServerFlags"
    Option "AIGLX" "off"
    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"
    #Option "Device" "/dev/psaux"
    #Option "Protocol" "auto-dev"
    # #Option "HorizScrollDelta" "0"
    # Option "SHMConfig" "on"
    #EndSection
    Section "InputDevice"
    Driver "synaptics"
    Identifier "Synaptics Touchpad"
    Option "Device" "/dev/input/mouse0" # cosa devo mettere???
    Option "Protocol" "auto-dev"
    Option "LeftEdge" "1700"
    Option "RightEdge" "5300"
    Option "TopEdge" "1700"
    Option "BottomEdge" "4200"
    Option "FingerLow" "25"
    Option "FingerHigh" "30"
    Option "MaxTapTime" "180"
    Option "MaxTapMove" "220"
    Option "VertScrollDelta" "100"
    Option "MinSpeed" "0.06"
    Option "MaxSpeed" "0.12"
    Option "AccelFactor" "0.0010"
    # Questa riga deve essere decommentata per utilizzare i programmi
    # di configurazione del touchpad
    Option "SHMConfig" "on"
    # Option "Repeater" "/dev/ps2mouse"
    EndSection

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

    #Section "InputDevice"

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

    #Section "InputDevice"

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

    Section "Monitor"
    Identifier "Generic Monitor"
    Option "DPMS"
    EndSection

    Section "Monitor"
    Identifier "aticonfig-Monitor[0]"
    Option "VendorName" "ATI Proprietary Driver"
    Option "ModelName" "Generic Autodetecting Monitor"
    Option "DPMS" "true"
    EndSection

    Section "Device"
    Identifier "ati"
    Driver "ati"
    BusID "PCI:1:5:0"
    EndSection

    Section "Device"
    Identifier "ati3d"
    Driver "ati"
    BusID "PCI:1:5:0"
    Option "VideoOverlay" "on"
    Option "OpenGLOverlay" "off"
    EndSection

    Section "Screen"
    Identifier "Default Screen"
    Device "ati3d"
    Monitor "Generic Monitor"
    DefaultDepth 24
    SubSection "Display"
    Depth 1
    Modes "1280x800"
    EndSubSection
    SubSection "Display"
    Depth 4
    Modes "1280x800"
    EndSubSection
    SubSection "Display"
    Depth 8
    Modes "1280x800"
    EndSubSection
    SubSection "Display"
    Depth 15
    Modes "1280x800"
    EndSubSection
    SubSection "Display"
    Depth 16
    Modes "1280x800"
    EndSubSection
    SubSection "Display"
    Depth 24
    Modes "1280x800"
    EndSubSection
    EndSection

    Section "Screen"
    Identifier "aticonfig-Screen[0]"
    Device "ati"
    Monitor "aticonfig-Monitor[0]"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection

    Section "DRI"
    Mode 0666
    EndSection

    Section "Extensions"
    Option "Composite" "Disable"
    EndSection





    nella configurazione ho disattivato tutti i mouse e le altre cose pensando che così fosse forzato il touchpad ma.... il mouse usb funziona ancora mentre il touchpad no!!!! HELP!!!! ringrazio anticipatamente !

  2. #2
    Utente di HTML.it L'avatar di GunMan
    Registrato dal
    Dec 2005
    Messaggi
    2,642
    il problema credo sia nell'identificazione, prova a sostituire questo valore

    codice:
     Option "Device" "/dev/input/mouse0"
    con questo

    codice:
     Option "Device" "/dev/psaux"
    Chaos A.D. Disorder unleashed.
    Starting to burn. Starting to lynch.
    Silence means death. Stand on your feet.
    Inner fear. Your worst enemy.

    Refuse / Resist

  3. #3
    Utente di HTML.it
    Registrato dal
    Apr 2006
    Messaggi
    48
    cià provato .... non funziona ....... :-(

  4. #4
    Utente di HTML.it L'avatar di GunMan
    Registrato dal
    Dec 2005
    Messaggi
    2,642
    hai editato e riavviato X ?

    Chaos A.D. Disorder unleashed.
    Starting to burn. Starting to lynch.
    Silence means death. Stand on your feet.
    Inner fear. Your worst enemy.

    Refuse / Resist

  5. #5
    Utente di HTML.it
    Registrato dal
    Apr 2006
    Messaggi
    48
    esatto ma ... niente USB funziona sempre ma il touchpad no ....

  6. #6
    se hai un kernel 2.4* devi mettere /dev/mouse
    se e un 2.6* /dev/input/mouseX

  7. #7
    Utente di HTML.it
    Registrato dal
    Apr 2006
    Messaggi
    48
    ho 2.6 ... ma mouseX dove x sta per .... ?

  8. #8
    Moderatore di Linux e software L'avatar di francofait
    Registrato dal
    Aug 2001
    Messaggi
    13,558
    Section "InputDevice"
    Driver "mouse"
    Identifier "Mouse[1]"
    Option "Buttons" "12"
    Option "Device" "/dev/input/mouse"
    Option "Protocol" "PS/2"
    EndSection

    Non sempre synaptics è richiesto acer e ibm con molti portatili non ne fanno uso e lo gestiscono come sempice muose generico PS/2
    Il mio tinky pad è fra questi e la sezione mouse in xorg.conf è la sua. SO installato Slackware

  9. #9
    Utente di HTML.it
    Registrato dal
    Apr 2006
    Messaggi
    48
    oggi nuovo fatto ... mettendo /dev/psaux il touchpad si avvia per 1 secondo prima del caricamento della schermata di login ... cosa può essere??? permessi?

  10. #10
    Utente di HTML.it
    Registrato dal
    Apr 2006
    Messaggi
    48
    confermo che la porta è /dev/psaux perchè lo messa nella sezione del mouse normale e adesso funziona ... quasi .... cioè il puntatore si muove e clicca ma tutti gli effetti di synaptics non vanno .....

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 © 2025 vBulletin Solutions, Inc. All rights reserved.