[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

drivers nvidia e mouse



Ciao a tutti.

Ho appena installato i drivers proprietari nvidia per la FX5200 sulla mia
Sarge. Risultato? Il 3D è attivo ma il puntatore del mouse non si muove
più. È un mouse PS2 e riporto qui le parti rilevanti di XF86Config-4

Section "Module"
#       Load    "GLcore"
        Load    "bitmap"
        Load    "dbe"
        Load    "ddc"
#       Load    "dri"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "record"
        Load    "speedo"
        Load    "type1"
        Load    "vbe"
EndSection

[...]

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "SendCoreEvents"        "true"
        Option          "Device"                "/dev/psaux"
        Option          "Protocol"              "ImPS/2"
        Option          "Emulate3Buttons"       "false"
        Option          "ZAxisMapping"          "4 5"
EndSection

Section "InputDevice"
        Identifier      "Generic Mouse"
        Driver          "mouse"
        Option          "SendCoreEvents"        "true"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ImPS/2"
        Option          "Emulate3Buttons"       "true"
        Option          "ZAxisMapping"          "4 5"
EndSection

[...]

Section "Device"
        Identifier      "Sparkle GeForce FX 5200"
        Driver          "nvidia"
#       Option          "CursorShadow"  "true"
        Option          "SWCursor"      "true"
#       Option          "HWCursor"      "false"
EndSection

[...]

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
        InputDevice     "Generic Mouse"
EndSection

Nel log di X non c'è nessun errore. Uso il kernel 2.6.8 di Sarge (686). Ho
eseguito le seguenti prove, senza successo:

1 - HWCursor a true e SWCursor a false
2 - Cambiato il protocollo da "ImPS/2" a "PS/2"
3 - Eliminato l'Input Device "Generic Mouse" relativo al mouse USB
4 - Aggiunto SendCoreEvents al "Configured Mouse" che prima non c'era
5 - Googlato

Cosa posso ancora fare?



Reply to: