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 14/06/2006, à 17:10

Ti-nérisson

[Résolu]Les drivers nvidia font planter mon portable

Bonjour

J'ai un portable Acer Aspire 1525WLMi avec une carte graphique Nvidia GeForce FX Go5700 et j'ai voulu suivre ce tuto pour avoir l'accélération 3D. J'ai installé le paquet nvidia-glx, les deux autres paquets requis (nvidia-kernel-common et linux-restricted-modules-2.6.15-23-386) étant déja installés.
Quand je lance la commande:

sudo nvidia-glx-config enable

Ça a l'air de marcher mais quand je veut redémarrer X j'ai un zouli zécran bleu hmm avec un message d'erreur entouré d'un cadre de caractères bizarres et qui dit:

Impossible de démarrer le serveur X (l'interface graphique) car il n'est probablement pas configuré correctement.
Voulez vous consulter les messages du
Oui Non

La suite, si je choisi "oui", est le début de mon fichier /var/log/Xorg.0.log

Je fais OK et j'ai le message:

Le serveur X est désactivé pour le moment. Relancez GDM quand il sera configuré.

Pour que tout redevienne normal je remplace le fichier xorg.conf par le backup que j'en avait fait puis je redémarre et ça fonctionne à nouveau normalement... mais je n'ai toujours pas l'accélération 3D sad
Le fichier xorg.conf que j'utilise est celui-ci:

# /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 /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 "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"
    # 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"
EndSection

Section "InputDevice"
    Identifier    "Generic Keyboard"
    Driver        "kbd"
    Option        "CoreKeyboard"
    Option        "XkbRules"    "xorg"
    Option        "XkbModel"    "pc105"
    Option        "XkbLayout"    "fr"
    Option        "XkbVariant"    "latin9"
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 "cursor"
          Driver "wacom"
          Option "Device" "/dev/ttyUSB0"
          Option "Type" "cursor"
          Option "USB" "on"
  EndSection

  Section "InputDevice"
          Identifier "stylus"
          Driver "wacom"
          Option "Device" "/dev/ttyUSB0"
          Option "Type" "stylus"
          Option "USB" "on"
  EndSection

  Section "InputDevice"
          Identifier "eraser"
          Driver "wacom"
          Option "Device" "/dev/ttyUSB0"
          Option "Type" "eraser"
          Option "USB" "on"
  EndSection   

Section "Device"
    Identifier    "NVIDIA Corporation NV36 [GeForce FX Go5700]"
    Driver        "nv"
    BusID        "PCI:1:0:0"
EndSection

Section "Monitor"
    Identifier    "Generic Monitor"
    Option        "DPMS"
    HorizSync    28-51
    VertRefresh    43-60
    Modeline        "1280x800@60" 83.91 1280 1312 1624 1656 800 816 824 841
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Device        "NVIDIA Corporation NV36 [GeForce FX Go5700]"
    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 "ServerLayout"
    Identifier    "Default Layout"
    Screen        "Default Screen"
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    InputDevice     "stylus" "AlwaysCore"
    InputDevice     "cursor" "AlwaysCore"
    InputDevice     "eraser" "AlwaysCore"
EndSection

Section "DRI"
    Mode    0666
EndSection

Et celui qui est généré aprés la commande "sudo nvidia-glx-config enable" est celui-là:

# /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 /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 "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"
    # 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"
EndSection

Section "InputDevice"
    Identifier    "Generic Keyboard"
    Driver        "kbd"
    Option        "CoreKeyboard"
    Option        "XkbRules"    "xorg"
    Option        "XkbModel"    "pc104"
    Option        "XkbLayout"    "us"
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"
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    "ATI Technologies, Inc. Radeon RV100 QY [Radeon 7000/VE]"
    Driver        "nvidia"
    BusID        "PCI:0:5:0"
EndSection

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

Section "Screen"
    Identifier    "Default Screen"
    Device        "ATI Technologies, Inc. Radeon RV100 QY [Radeon 7000/VE]"
    Monitor        "Generic Monitor"
    DefaultDepth    24
    SubSection "Display"
        Depth        1
        Modes        "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        4
        Modes        "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        8
        Modes        "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        15
        Modes        "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        16
        Modes        "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        24
        Modes        "1024x768" "832x624" "800x600" "720x400" "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"
    InputDevice    "Synaptics Touchpad"
EndSection

Section "DRI"
    Mode    0666
EndSection

Si quelqu'un a une idée... hmm merci d'avance.

edit: j'avais oublié le lien vers le tutoriel.

Dernière modification par Ti-nérisson (Le 14/06/2006, à 18:29)

Hors ligne

#2 Le 14/06/2006, à 17:22

loloemr

Re : [Résolu]Les drivers nvidia font planter mon portable

Dans la section device, tu changes nv en nvidia pour commencer.

fais aussi un petit sudo modprobe nvidia. Si il ne te renvoie rien cela doit marcher


L'open source est garant de notre indépendance technologique, permet de créer des emplois locaux et véhiculent deux idées fondamentales : la transparence de l'information et la supériorité de la collaboration sur la concurrence ... GNU/Linux c'est bon mangez-en !!

Hors ligne

#3 Le 14/06/2006, à 17:27

y0ggl

Re : [Résolu]Les drivers nvidia font planter mon portable

Salut,
apres le plantage tu peux voir les erreurs du serveur X avec la commande:

cat /var/log/Xorg.0.log | grep EE

Hors ligne

#4 Le 14/06/2006, à 17:29

bapoumba

Re : [Résolu]Les drivers nvidia font planter mon portable

Ti-nérisson a écrit :

Section "Device"
    Identifier    "ATI Technologies, Inc. Radeon RV100 QY [Radeon 7000/VE]"
    Driver        "nvidia"

C'est normal, ça ? wink


| Ubuntu Forums |
J'aime les fraises.

Hors ligne

#5 Le 14/06/2006, à 18:06

Lestat the vampire

Re : [Résolu]Les drivers nvidia font planter mon portable

Autre chose : dans la Section "Device", le BusID change entre les 2 fichiers.....bizarre...
Tu devrais essayer de prendre le xorg.conf qui fonctionne et de ne changer que nv par nvidia, redemarrer X et voir qi ca passe....sinon, il serait interessant de voir ton xorg.log comme le suggere y0ggl.

Hors ligne

#6 Le 14/06/2006, à 18:14

Ti-nérisson

Re : [Résolu]Les drivers nvidia font planter mon portable

loloemr > Changer nv en nvidia il l'a fait tout seul en générant un nouveau fichier xorg.conf. Sinon modprobe nvidia ne me revoit rien mais ça ne marche pas neutral

y0ggl >

cat /var/log/Xorg.0.log | grep EE

me donne

Current Operating System: Linux ACER-HELENE 2.6.15-23-386 #1 PREEMPT Tue May 23 13:49:40 UTC 2006 i686
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(II) Loading extension MIT-SCREEN-SAVER
(EE) Failed to initialize GLX extension (Compatible NVIDIA X driver not found)

Pourtant j'ai bien installé le paquet nvidia-glx et ma carte est bien dans la liste du materiel supporté hmm (2 fois même)

bapoumba > Non c'est pas normal mais j'ai essayé de remplacer

Identifier    "ATI Technologies, Inc. Radeon RV100 QY [Radeon 7000/VE]"

par

"NVIDIA Corporation NV36 [GeForce FX Go5700]"

les deux fois ou cette ligne apparait dans le fichier et ça n'a rien changé.

Lestat the vampire > Je vais essayer...

Hors ligne

#7 Le 14/06/2006, à 18:26

Ti-nérisson

Re : [Résolu]Les drivers nvidia font planter mon portable

Ça marche! big_smile
Tu avais raison Lestat, il valait mieux ne pas utiliser le fichier généré automatiquement et changer seulement "nv" en "nvidia". Je viens de finir la 1ère course de Planet Penguin Racer sans problème.

Merci beaucoup tout le monde cool

Hors ligne