Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 31/05/2007, à 23:47

phileom

NVIDIA legacy Erreur xlib

Salut à tous,

Je viens d'installer une feisty toute fraîche (kubuntu), j'ai une vieille geforce2 MX400, j'ai donc essayé d'installer les drivers legacy (méthode des paquets).
je remplace nv par nvidia comme indiqué, je relance....pas de logo nvidia au démarrage, l'écran est bien réglé maintenant (il était décalé avec le driver nv). Cependant l'accélération 3D est absente, glx gears me donne :

Xlib:  extension "GLX" missing on display ":0.0".
Error: couldn't get an RGB, Double-buffered visual
j'essaye :

nvidia-settings  qui me renvoie un charabia de deux km qui commence par
ERROR: NV-CONTROL extension version 1.6 is too old; the minimimum required
       version is 1.9.


ERROR: Unable to determine number of NVIDIA GPUs on ':0.0'.


ERROR: Unable to determine number of NVIDIA Frame Lock Devices on ':0.0'.

il me lance ensuite la fenêtre de conf nvidia avec un orphelin nvidia-settings configuration en haut à gauche sans rien d'autre à configurer

J'ai essayé de désinstaller, j'ai effectué la méthode manuelle avec le "legacy run.sh" sur le site nvidia,  nvidia-settings me renvoie alors une fenêtre plus complète mais tjs pas de 3D, ni de logo au démarrage.
j'ai rajouté
Option "AllowGLXWithComposite" "True" que dalle ou bien çà encore comme préciser dans un bug tracking:

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

re que dalle avec en plus un plantage de x, l'animation kubuntu du boot se fige puis un curseur clignote en haut. Mon xorg.conf actuel me permettant d'avoir x qui marche sans 3D est le suivant:

# /etc/X11/xorg.conf (xorg X Window System server configuration 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 xorg.conf(5) manual page.
# (Type "man 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 "Files"
    FontPath    "/usr/share/fonts/X11/misc"
    FontPath    "/usr/share/fonts/X11/cyrillic"
    FontPath    "/usr/share/fonts/X11/100dpi/:unscaled"
    FontPath    "/usr/share/fonts/X11/75dpi/:unscaled"
    FontPath    "/usr/share/fonts/X11/Type1"
    FontPath    "/usr/share/fonts/X11/100dpi"
    FontPath    "/usr/share/fonts/X11/75dpi"
    # 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    "vbe"
EndSection

Section "InputDevice"
    Identifier    "Generic Keyboard"
    Driver        "kbd"
    Option        "CoreKeyboard"
    Option        "XkbRules"    "xorg"
    Option        "XkbModel"    "pc105"
    Option        "XkbLayout"    "fr"
    Option        "XkbVariant"    "oss"
EndSection

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

#Section "InputDevice"
#    Driver        "wacom"
#    Identifier    "stylus"
#    Option        "Device"    "/dev/input/wacom"
#    Option        "Type"        "stylus"
#    Option        "ForceDevice"    "ISDV4"        # Tablet PC ONLY
#EndSection
#
#Section "InputDevice"
#    Driver        "wacom"
#    Identifier    "eraser"
#    Option        "Device"    "/dev/input/wacom"
#    Option        "Type"        "eraser"
#    Option        "ForceDevice"    "ISDV4"        # #Tablet PC ONLY
#EndSection
#
#Section "InputDevice"
#    Driver        "wacom"
#    Identifier    "cursor"
#    Option        "Device"    "/dev/input/wacom"
#    Option        "Type"        "cursor"
#    Option        "ForceDevice"    "ISDV4"        # Tablet PC ONLY
#EndSection

Section "Device"
    Identifier    "nVidia Corporation NV11 [GeForce2 MX/MX 400]"
    Driver        "nvidia"
    BusID        "PCI:2:0:0"
EndSection

Section "Monitor"
    Identifier    "Generic Monitor"
    Option        "DPMS"
    HorizSync    28-51
    VertRefresh    43-60
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Device        "nVidia Corporation NV11 [GeForce2 MX/MX 400]"
    Monitor        "Generic Monitor"
    DefaultDepth    24
    SubSection "Display"
        Depth        1
        Modes        "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        4
        Modes        "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        8
        Modes        "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        15
        Modes        "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        16
        Modes        "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        24
        Modes        "1024x768" "800x600" "640x480"
    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 "DRI"
    Mode    0666
EndSection

Merci d'avance pour votre aide car là c'est moi qui commence à buguer

Hors ligne

#2 Le 01/06/2007, à 08:49

phileom

Re : NVIDIA legacy Erreur xlib

up!

Hors ligne

#3 Le 02/06/2007, à 16:41

maxischmeii

Re : NVIDIA legacy Erreur xlib

J'ai exactement le même problème que toi ... mais j'ai pas encore trouvé de solution.

Bonne chance smile

Hors ligne