Swisslinux.org

− Le carrefour GNU/Linux en Suisse −

 

Langue

 

Le Forum

Vous n'êtes pas identifié.

#1 13 Jun 2006 21:10:34

_TiTan_
Citoyen(ne)
 
Date d'inscription: 29 Sep 2005
Messages: 11

[NVIDIA] Problème de driver.

Bonjour,
depuis quelques temps, j'essait d'installer les drivers de ma carte graphique NVIDIA.
C'est une VGA compatible controller: nVidia Corporation NV17 [GeForce4 MX 420] (rev a3) (résultat de la sortie de lspci).
Donc, j'ai bien installé les drivers de NVIDIA (ici NVIDIA-Linux-x86-1.0-8762-pkg1.run).
L'installation à réussie, celon ce que dis l'installateur du driver.
Il a modifié lui meme mon xorg.conf pour que celui ci fonctionne.
J'ai moi meme rajouté la ligne "nvidia" à mon /etc/modules.
Mais lors du lancement de startx, j'obtiens un écran noir, figé, je ne peu rien faire, aucune touche ne m'en sort, excepté le Alt+F1 qui me renvoit à mon shell.
Je suis sous Debian Stable : kernel 2.6.8-2-386.
J'ai enregistré le résultat d'erreur que me donne startx ( startx > startx-error.log 2>&1 ) :

Code:

xauth:  creating new authority file /home/titan/.serverauth.6743

X Window System Version 7.0.0
Release Date: 21 December 2005
X Protocol Version 11, Revision 0, Release 7.0
Build Operating System:Linux 2.6.12-1-686 i686
Current Operating System: Linux titan 2.6.8-2-386 #1 Thu May 19 17:40:50 JST 2005 i686
Build Date: 16 March 2006
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Tue Jun 13 20:48:32 2006

(==) Using config file: "/etc/X11/xorg.conf"
XIO:  fatal IO error 104 (Connection reset by peer) on X server ":0.0"
      after 0 requests (0 known processed) with 0 events remaining.

Et voici le fichier xorg.conf que me produit l'installation du driver (j'utilise actuellement la backup de mon xorg.conf pour pouvoir utiliser X) :

Code:

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Mon May 15 13:23:42 PDT 2006

# XF86Config-4 (XFree86 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 XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86 package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xfree86
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
#   cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
#   md5sum /etc/X11/XF86Config-4 >/var/lib/xfree86/XF86Config-4.md5sum
#   dpkg-reconfigure xserver-xfree86

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

Section "Files"
            # local font server
    # if the local font server has problems, we can fall back on these
    ModulePath "/usr/X11R6/lib/modules"
    FontPath        "unix/:7100"
    FontPath        "/usr/share/fonts/X11/misc"
    FontPath        "/usr/lib/X11/fonts/misc"
    FontPath        "/usr/share/fonts/X11/cyrillic"
    FontPath        "/usr/lib/X11/fonts/cyrillic"
    FontPath        "/usr/lib/X11/fonts/100dpi/:unscaled"
    FontPath        "/usr/lib/X11/fonts/75dpi/:unscaled"
    FontPath        "/usr/share/fonts/X11/Type1"
    FontPath        "/usr/lib/X11/fonts/Type1"
    FontPath        "/usr/share/fonts/X11/CID"
    FontPath        "/usr/lib/X11/fonts/CID"
    FontPath        "/usr/lib/X11/fonts/Speedo"
    FontPath        "/usr/share/fonts/X11/100dpi"
    FontPath        "/usr/lib/X11/fonts/100dpi"
    FontPath        "/usr/share/fonts/X11/75dpi"
    FontPath        "/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
    Load           "bitmap"
    Load           "dbe"
    Load           "ddc"
    Load           "extmod"
    Load           "freetype"
    Load           "glx"
    Load           "int10"
    Load           "record"
    Load           "type1"
    Load           "vbe"
EndSection

Section "InputDevice"
    Identifier     "Generic Keyboard"
    Driver         "keyboard"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xfree86"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "fr"
    Option         "XkbOptions" "fr"
EndSection

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

Section "Monitor"
    Identifier     "Écran générique"
    HorizSync       28.0 - 50.0
    VertRefresh     43.0 - 75.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "NVIDIA Corporation NV17 [GeForce4 MX 420]"
    Driver         "nvidia"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "NVIDIA Corporation NV17 [GeForce4 MX 420]"
    Monitor        "Écran générique"
    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

Je ne sais plus quoi faire.
Merci beaucoup pour votre aide, et bonne soirée. smile

Hors ligne

 

#2 13 Jun 2006 23:37:22

WaVeR
Gourou(e) du libre
Lieu: Biel-Bienne
Date d'inscription: 08 Oct 2004
Messages: 531
Site web

Re: [NVIDIA] Problème de driver.

Oh la la, c'est pas trop la joie aider sur un serveur X yikes C'est la chose la plus délicate.

Si tu commences par voir si ton module Nvidia se charge bien et son erreur, pour ça lors du plantage tu fais CTRL+ALT+F1 puis soit en root soit avec sudo tu lances:

modprobe nvidia

Si erreur

Est ce que ton /usr/src/linux pointe bien sur ton kernel  kernel 2.6.8-2-386?

Si /usr/src/linux pointe sur ton bon kernel

Que donne la commande

Code:

ls -l /dev/nvidia*

There's no place like 127.0.0.1

Hors ligne

 

#3 13 Jun 2006 23:50:24

_TiTan_
Citoyen(ne)
 
Date d'inscription: 29 Sep 2005
Messages: 11

Re: [NVIDIA] Problème de driver.

Lors d'un "modprobe nvidia" je n'ai apparemment aucun message d'erreur.
J'ai fais un "lsmod | grep nv" pour montrer ceci :

Code:

nvidia               4546548  0 
agpgart                31784  2 via_agp,nvidia
i2c_core               22416  1 nvidia

et voici le résultat du "ls -l /dev/nvidia*" :

Code:

crw-rw-rw-  1 root root  195,   0 2006-03-05 16:28 /dev/nvidia0
crw-rw----  1 root video 195,   1 2006-03-05 16:28 /dev/nvidia1
crw-rw----  1 root video 195,   2 2006-03-05 16:28 /dev/nvidia2
crw-rw----  1 root video 195,   3 2006-03-05 16:28 /dev/nvidia3
crw-rw-rw-  1 root root  195, 255 2006-03-05 16:28 /dev/nvidiactl

Voilà, j'espère que ça vous aidera à comprendre. Moi je suis dépassé par la gestion graphique sous Linux.
Merci beaucoup smile

Hors ligne

 

#4 14 Jun 2006 07:59:41

BOFH
Admin
Lieu: Ecublens, VD
Date d'inscription: 03 Feb 2005
Messages: 862
Site web

Re: [NVIDIA] Problème de driver.

Connection reset by peer ?

dieu sait, X a fait une segfault ou va savoir quel horrible crash...

ce qui serait intéressant, ce serait de voir le contenu de /var/log/Xorg.0.log...

+

Hors ligne

 

#5 14 Jun 2006 10:47:24

_TiTan_
Citoyen(ne)
 
Date d'inscription: 29 Sep 2005
Messages: 11

Re: [NVIDIA] Problème de driver.

Voilà, je vous print le /var/log/Xorg.0.log :

Code:

/* ce référencer au post suivant */

J'ais essayé d'y comprendre quelque chose, mais ce n'est pas de mon niveau malheureusement sad
Merci encore smile

Hors ligne

 

#6 14 Jun 2006 17:39:55

fbianco
Membre du comité
Lieu: Suisse
Date d'inscription: 04 Feb 2005
Messages: 1455
Site web

Re: [NVIDIA] Problème de driver.

Salut,

ton log de xorg ne correspond pas au xorg.conf que tu as posté plus haut, avec le driver nvidia. Car dans ton xorg.conf tu n'as pas le DRI et dans le log il est chargé :

Code:

(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 1.0.0
   ABI class: X.Org Server Extension, version 0.2 

... en plus il n'y pas l'erreur au fond du log...

Relance le serveur graphique avec le xorg.conf qui plante et sauve le log.


Utilisateur de Debian GNU/Linux, le système d'exploitation universel !

www : https://skadi.ch

Hors ligne

 

#7 14 Jun 2006 18:58:41

_TiTan_
Citoyen(ne)
 
Date d'inscription: 29 Sep 2005
Messages: 11

Re: [NVIDIA] Problème de driver.

Ah pardon sad
Voici le contenu de mon Xorg log lors de l'erreur :

Code:

X Window System Version 7.0.0
Release Date: 21 December 2005
X Protocol Version 11, Revision 0, Release 7.0
Build Operating System:Linux 2.6.12-1-686 i686
Current Operating System: Linux titan 2.6.8-2-386 #1 Thu May 19 17:40:50 JST 2005 i686
Build Date: 16 March 2006
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Wed Jun 14 18:54:20 2006
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Écran générique"
(**) |   |-->Device "NVIDIA Corporation NV17 [GeForce4 MX 420]"
(**) |-->Input Device "Generic Keyboard"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc105"
(**) XKB: model: "pc105"
(**) Option "XkbLayout" "fr"
(**) XKB: layout: "fr"
(**) Option "XkbOptions" "fr"
(**) XKB: options: "fr"
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "Configured Mouse"
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/lib/X11/fonts/cyrillic" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/Type1" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/CID" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/lib/X11/fonts/CID" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
    Entry deleted from font path.
(**) FontPath set to "unix/:7100,/usr/share/fonts/X11/misc,/usr/lib/X11/fonts/misc,/usr/lib/X11/fonts/100dpi/:unscaled,/usr/lib/X11/fonts/75dpi/:unscaled,/usr/lib/X11/fonts/Type1,/usr/lib/X11/fonts/Speedo,/usr/lib/X11/fonts/100dpi,/usr/lib/X11/fonts/75dpi,/usr/share/fonts/X11/misc/,/usr/share/fonts/X11/TTF/,/usr/share/fonts/X11/OTF,/usr/share/fonts/X11/Type1/,/usr/share/fonts/X11/CID/,/usr/share/fonts/X11/100dpi/,/usr/share/fonts/X11/75dpi/"
(==) RgbPath set to "/usr/share/X11/rgb"
(**) ModulePath set to "/usr/X11R6/lib/modules,/usr/lib/xorg/modules"
(II) Module ABI versions:
    X.Org ANSI C Emulation: 0.2
    X.Org Video Driver: 0.8
    X.Org XInput driver : 0.5
    X.Org Server Extension : 0.2
    X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
    compiled for 7.0.0, module version = 1.0.0
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
    compiled for 7.0.0, module version = 1.0.0
    ABI class: X.Org Video Driver, version 0.8
(--) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1106,0305 card 0000,0000 rev 03 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1106,8305 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:07:0: chip 1106,0686 card 1106,0000 rev 40 class 06,01,00 hdr 80
(II) PCI: 00:07:1: chip 1106,0571 card 0000,0000 rev 06 class 01,01,8a hdr 00
(II) PCI: 00:07:2: chip 1106,3038 card 0925,1234 rev 1a class 0c,03,00 hdr 00
(II) PCI: 00:07:3: chip 1106,3038 card 0925,1234 rev 1a class 0c,03,00 hdr 00
(II) PCI: 00:07:4: chip 1106,3057 card 0000,0000 rev 40 class 06,00,00 hdr 00
(II) PCI: 00:07:5: chip 1106,3058 card 1462,3300 rev 50 class 04,01,00 hdr 00
(II) PCI: 00:07:6: chip 1106,3068 card 1543,4c22 rev 30 class 07,80,00 hdr 00
(II) PCI: 00:0c:0: chip 10ec,8139 card 10ec,8139 rev 10 class 02,00,00 hdr 00
(II) PCI: 01:00:0: chip 10de,0172 card 1554,10e3 rev a3 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
    [0] -1    0    0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
    [0] -1    0    0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
    [0] -1    0    0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
    [0] -1    0    0xdc000000 - 0xddffffff (0x2000000) MX[B]
(II) Bus 1 prefetchable memory range:
    [0] -1    0    0xd4000000 - 0xdbffffff (0x8000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:7:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(1:0:0) nVidia Corporation NV17 [GeForce4 MX 420] rev 163, Mem @ 0xdc000000/24, 0xd4000000/26, 0xd8000000/19
(II) Addressable bus resource ranges are
    [0] -1    0    0x00000000 - 0xffffffff (0x0) MX[B]
    [1] -1    0    0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
    [0] -1    0    0xffe00000 - 0xffffffff (0x200000) MX[B](B)
    [1] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
    [2] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[B]
    [3] -1    0    0x000c0000 - 0x000effff (0x30000) MX[B]
    [4] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [5] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
    [6] -1    0    0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xd0000000 from 0xd3ffffff to 0xcfffffff
(II) Active PCI resource ranges:
    [0] -1    0    0xdf000000 - 0xdf0000ff (0x100) MX[B]
    [1] -1    0    0xd0000000 - 0xcfffffff (0x0) MX[B]O
    [2] -1    0    0xd8000000 - 0xd807ffff (0x80000) MX[B](B)
    [3] -1    0    0xd4000000 - 0xd7ffffff (0x4000000) MX[B](B)
    [4] -1    0    0xdc000000 - 0xdcffffff (0x1000000) MX[B](B)
    [5] -1    0    0x0000ec00 - 0x0000ecff (0x100) IX[B]
    [6] -1    0    0x0000e800 - 0x0000e8ff (0x100) IX[B]
    [7] -1    0    0x0000e400 - 0x0000e403 (0x4) IX[B]
    [8] -1    0    0x0000e000 - 0x0000e003 (0x4) IX[B]
    [9] -1    0    0x0000dc00 - 0x0000dcff (0x100) IX[B]
    [10] -1    0    0x0000d800 - 0x0000d81f (0x20) IX[B]
    [11] -1    0    0x0000d400 - 0x0000d41f (0x20) IX[B]
    [12] -1    0    0x0000d000 - 0x0000d00f (0x10) IX[B]
(II) Active PCI resource ranges after removing overlaps:
    [0] -1    0    0xdf000000 - 0xdf0000ff (0x100) MX[B]
    [1] -1    0    0xd0000000 - 0xcfffffff (0x0) MX[B]O
    [2] -1    0    0xd8000000 - 0xd807ffff (0x80000) MX[B](B)
    [3] -1    0    0xd4000000 - 0xd7ffffff (0x4000000) MX[B](B)
    [4] -1    0    0xdc000000 - 0xdcffffff (0x1000000) MX[B](B)
    [5] -1    0    0x0000ec00 - 0x0000ecff (0x100) IX[B]
    [6] -1    0    0x0000e800 - 0x0000e8ff (0x100) IX[B]
    [7] -1    0    0x0000e400 - 0x0000e403 (0x4) IX[B]
    [8] -1    0    0x0000e000 - 0x0000e003 (0x4) IX[B]
    [9] -1    0    0x0000dc00 - 0x0000dcff (0x100) IX[B]
    [10] -1    0    0x0000d800 - 0x0000d81f (0x20) IX[B]
    [11] -1    0    0x0000d400 - 0x0000d41f (0x20) IX[B]
    [12] -1    0    0x0000d000 - 0x0000d00f (0x10) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
    [0] -1    0    0xffe00000 - 0xffffffff (0x200000) MX[B](B)
    [1] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
    [2] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[B]
    [3] -1    0    0x000c0000 - 0x000effff (0x30000) MX[B]
    [4] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [5] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
    [6] -1    0    0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
    [0] -1    0    0xffe00000 - 0xffffffff (0x200000) MX[B](B)
    [1] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
    [2] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[B]
    [3] -1    0    0x000c0000 - 0x000effff (0x30000) MX[B]
    [4] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [5] -1    0    0xdf000000 - 0xdf0000ff (0x100) MX[B]
    [6] -1    0    0xd0000000 - 0xcfffffff (0x0) MX[B]O
    [7] -1    0    0xd8000000 - 0xd807ffff (0x80000) MX[B](B)
    [8] -1    0    0xd4000000 - 0xd7ffffff (0x4000000) MX[B](B)
    [9] -1    0    0xdc000000 - 0xdcffffff (0x1000000) MX[B](B)
    [10] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
    [11] -1    0    0x00000000 - 0x000000ff (0x100) IX[B]
    [12] -1    0    0x0000ec00 - 0x0000ecff (0x100) IX[B]
    [13] -1    0    0x0000e800 - 0x0000e8ff (0x100) IX[B]
    [14] -1    0    0x0000e400 - 0x0000e403 (0x4) IX[B]
    [15] -1    0    0x0000e000 - 0x0000e003 (0x4) IX[B]
    [16] -1    0    0x0000dc00 - 0x0000dcff (0x100) IX[B]
    [17] -1    0    0x0000d800 - 0x0000d81f (0x20) IX[B]
    [18] -1    0    0x0000d400 - 0x0000d41f (0x20) IX[B]
    [19] -1    0    0x0000d000 - 0x0000d00f (0x10) IX[B]
(II) LoadModule: "bitmap"
(II) Reloading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Loading font Bitmap
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
    compiled for 7.0.0, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "ddc"
(II) Loading /usr/lib/xorg/modules/libddc.so
(II) Module ddc: vendor="X.Org Foundation"
    compiled for 7.0.0, module version = 1.0.0
    ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
    compiled for 7.0.0, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.2
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
    compiled for 7.0.0, module version = 2.1.0
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.8762
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules/libint10.so
(II) Module int10: vendor="X.Org Foundation"
    compiled for 7.0.0, module version = 1.0.0
    ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
    compiled for 7.0.0, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.2
(II) Loading extension RECORD
(II) LoadModule: "type1"
(II) Loading /usr/lib/xorg/modules/fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
    compiled for 7.0.0, module version = 1.0.2
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Type1
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules/libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
    compiled for 7.0.0, module version = 1.1.0
    ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "nvidia"
(II) Loading /usr/X11R6/lib/modules/drivers/nvidia_drv.so
(II) Module nvidia: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.8762
    Module class: X.Org Video Driver
(II) LoadModule: "keyboard"
(II) Loading /usr/lib/xorg/modules/input/keyboard_drv.so
(II) Module keyboard: vendor="X.Org Foundation"
    compiled for 7.0.0, module version = 1.0.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 0.5
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
    compiled for 7.0.0, module version = 1.0.4
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 0.5
(II) NVIDIA dlloader X Driver  1.0-8762  Mon May 15 13:08:07 PDT 2006
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 01:00:0
(--) Assigning device section with no busID to primary device
(--) Chipset NVIDIA GPU found
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules/libfb.so
(II) Module fb: vendor="X.Org Foundation"
    compiled for 7.0.0, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.2
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/lib/xorg/modules/libramdac.so
(II) Module ramdac: vendor="X.Org Foundation"
    compiled for 7.0.0, module version = 0.1.0
    ABI class: X.Org Video Driver, version 0.8
(II) resource ranges after xf86ClaimFixedResources() call:
    [0] -1    0    0xffe00000 - 0xffffffff (0x200000) MX[B](B)
    [1] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
    [2] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[B]
    [3] -1    0    0x000c0000 - 0x000effff (0x30000) MX[B]
    [4] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [5] -1    0    0xdf000000 - 0xdf0000ff (0x100) MX[B]
    [6] -1    0    0xd0000000 - 0xcfffffff (0x0) MX[B]O
    [7] -1    0    0xd8000000 - 0xd807ffff (0x80000) MX[B](B)
    [8] -1    0    0xd4000000 - 0xd7ffffff (0x4000000) MX[B](B)
    [9] -1    0    0xdc000000 - 0xdcffffff (0x1000000) MX[B](B)
    [10] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
    [11] -1    0    0x00000000 - 0x000000ff (0x100) IX[B]
    [12] -1    0    0x0000ec00 - 0x0000ecff (0x100) IX[B]
    [13] -1    0    0x0000e800 - 0x0000e8ff (0x100) IX[B]
    [14] -1    0    0x0000e400 - 0x0000e403 (0x4) IX[B]
    [15] -1    0    0x0000e000 - 0x0000e003 (0x4) IX[B]
    [16] -1    0    0x0000dc00 - 0x0000dcff (0x100) IX[B]
    [17] -1    0    0x0000d800 - 0x0000d81f (0x20) IX[B]
    [18] -1    0    0x0000d400 - 0x0000d41f (0x20) IX[B]
    [19] -1    0    0x0000d000 - 0x0000d00f (0x10) IX[B]
(II) resource ranges after probing:
    [0] -1    0    0xffe00000 - 0xffffffff (0x200000) MX[B](B)
    [1] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
    [2] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[B]
    [3] -1    0    0x000c0000 - 0x000effff (0x30000) MX[B]
    [4] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [5] -1    0    0xdf000000 - 0xdf0000ff (0x100) MX[B]
    [6] -1    0    0xd0000000 - 0xcfffffff (0x0) MX[B]O
    [7] -1    0    0xd8000000 - 0xd807ffff (0x80000) MX[B](B)
    [8] -1    0    0xd4000000 - 0xd7ffffff (0x4000000) MX[B](B)
    [9] -1    0    0xdc000000 - 0xdcffffff (0x1000000) MX[B](B)
    [10] 0    0    0x000a0000 - 0x000affff (0x10000) MS[B]
    [11] 0    0    0x000b0000 - 0x000b7fff (0x8000) MS[B]
    [12] 0    0    0x000b8000 - 0x000bffff (0x8000) MS[B]
    [13] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
    [14] -1    0    0x00000000 - 0x000000ff (0x100) IX[B]
    [15] -1    0    0x0000ec00 - 0x0000ecff (0x100) IX[B]
    [16] -1    0    0x0000e800 - 0x0000e8ff (0x100) IX[B]
    [17] -1    0    0x0000e400 - 0x0000e403 (0x4) IX[B]
    [18] -1    0    0x0000e000 - 0x0000e003 (0x4) IX[B]
    [19] -1    0    0x0000dc00 - 0x0000dcff (0x100) IX[B]
    [20] -1    0    0x0000d800 - 0x0000d81f (0x20) IX[B]
    [21] -1    0    0x0000d400 - 0x0000d41f (0x20) IX[B]
    [22] -1    0    0x0000d000 - 0x0000d00f (0x10) IX[B]
    [23] 0    0    0x000003b0 - 0x000003bb (0xc) IS[B]
    [24] 0    0    0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(0): Enabling RENDER acceleration
(II) NVIDIA(0): NVIDIA GPU GeForce4 MX 420 at PCI:1:0:0
(--) NVIDIA(0): VideoRAM: 65536 kBytes
(--) NVIDIA(0): VideoBIOS: 04.17.00.45.f1
(II) NVIDIA(0): Detected AGP rate: 4X
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(--) NVIDIA(0): Connected display device(s) on GeForce4 MX 420 at PCI:1:0:0:
(--) NVIDIA(0):     FUS Scaleo C772 (CRT-0)
(--) NVIDIA(0): FUS Scaleo C772 (CRT-0): 350.0 MHz maximum pixel clock
(II) NVIDIA(0): Assigned Display Device: CRT-0
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0):     "1024x768"
(II) NVIDIA(0):     "800x600"
(II) NVIDIA(0):     "640x480"
(II) NVIDIA(0): Virtual screen size determined to be 1024 x 768
(++) NVIDIA(0): DPI set to (100, 100); computed from -dpi X commandline option
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
    [0] 0    0    0xd8000000 - 0xd807ffff (0x80000) MX[B]
    [1] 0    0    0xd4000000 - 0xd7ffffff (0x4000000) MX[B]
    [2] 0    0    0xdc000000 - 0xdcffffff (0x1000000) MX[B]
    [3] -1    0    0xffe00000 - 0xffffffff (0x200000) MX[B](B)
    [4] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
    [5] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[B]
    [6] -1    0    0x000c0000 - 0x000effff (0x30000) MX[B]
    [7] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [8] -1    0    0xdf000000 - 0xdf0000ff (0x100) MX[B]
    [9] -1    0    0xd0000000 - 0xcfffffff (0x0) MX[B]O
    [10] -1    0    0xd8000000 - 0xd807ffff (0x80000) MX[B](B)
    [11] -1    0    0xd4000000 - 0xd7ffffff (0x4000000) MX[B](B)
    [12] -1    0    0xdc000000 - 0xdcffffff (0x1000000) MX[B](B)
    [13] 0    0    0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
    [14] 0    0    0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
    [15] 0    0    0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
    [16] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
    [17] -1    0    0x00000000 - 0x000000ff (0x100) IX[B]
    [18] -1    0    0x0000ec00 - 0x0000ecff (0x100) IX[B]
    [19] -1    0    0x0000e800 - 0x0000e8ff (0x100) IX[B]
    [20] -1    0    0x0000e400 - 0x0000e403 (0x4) IX[B]
    [21] -1    0    0x0000e000 - 0x0000e003 (0x4) IX[B]
    [22] -1    0    0x0000dc00 - 0x0000dcff (0x100) IX[B]
    [23] -1    0    0x0000d800 - 0x0000d81f (0x20) IX[B]
    [24] -1    0    0x0000d400 - 0x0000d41f (0x20) IX[B]
    [25] -1    0    0x0000d000 - 0x0000d00f (0x10) IX[B]
    [26] 0    0    0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
    [27] 0    0    0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) NVIDIA(0): Setting mode "1024x768"
(II) Loading extension NV-GLX
(II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(**) Option "dpms"
(**) NVIDIA(0): DPMS enabled
(II) Loading extension NV-CONTROL
(==) RandR enabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(II) Initializing extension GLX

Là aussi, j'ai essayé d'y comprendre quelques trucs, mais je suis comme un aveugle qui chercherai un coin de lumière... sad
merci smile

Hors ligne

 

#8 15 Jun 2006 14:13:46

WaVeR
Gourou(e) du libre
Lieu: Biel-Bienne
Date d'inscription: 08 Oct 2004
Messages: 531
Site web

Re: [NVIDIA] Problème de driver.

Zarbe, je ne vois pas d'erreur dans le log (à part des ptits warning) sinon si tu ajoutes:

Dans la section "Screen"

Code:

Option         "NvAGP" "1"

et à la fin du fichier:

Code:

Section "DRI"
        Mode    0666
EndSection

Ça donne quoi?


There's no place like 127.0.0.1

Hors ligne

 

#9 15 Jun 2006 18:10:47

fbianco
Membre du comité
Lieu: Suisse
Date d'inscription: 04 Feb 2005
Messages: 1455
Site web

Re: [NVIDIA] Problème de driver.

c'est peut-être le glx qui pose problème tu pourrais tenter de commenter la ligne :

Code:

Load "glx"

dans ton xorg.conf, et regarder ce qui ce passe.


Utilisateur de Debian GNU/Linux, le système d'exploitation universel !

www : https://skadi.ch

Hors ligne

 

#10 15 Jun 2006 18:17:29

_TiTan_
Citoyen(ne)
 
Date d'inscription: 29 Sep 2005
Messages: 11

Re: [NVIDIA] Problème de driver.

WaVeR, j'ai testé, ça n'a rien changé. Dois je l'enlever maintenant? ou ça ne change strictement rien que je le laisse ou non?

fbianco je m'en vais le tester.

Autre chose, dans mon /etc/X11, j'ai aussi la présence de XF86Config-4, dans lequel, ni "glx", ni "nvidia" ne sont présents. Peut-etre est-ce la source du problême? Faut-il que le fichier XF86Config-4 et xorg.conf soient exactement les même pour que cela fonctionne?

Hors ligne

 

#11 15 Jun 2006 18:24:59

_TiTan_
Citoyen(ne)
 
Date d'inscription: 29 Sep 2005
Messages: 11

Re: [NVIDIA] Problème de driver.

Génial, APPAREMMENT ça fonctione sans le glx !
Maintenant, quand je viens en mode graphique, j'ai un écran NVIDIA.
Mais je dois vérifier, et le probleme se pose du jeux, faut que je trouve un jeux en 3D, car ppracer ne fonctionnait pas, depuis longtemps, j'aivais une erreur, je l'avais donc supprimé, or, maintenant, apt-get ne veut pas l'installer ^^
Il faut donc que je trouve une source où le télécharger ou encore trouver un autre jeux, mais déjà, merci bien, parce que c'est pratiquement sur que ça fonctionne now smile

Hors ligne

 

#12 15 Jun 2006 20:06:33

_TiTan_
Citoyen(ne)
 
Date d'inscription: 29 Sep 2005
Messages: 11

Re: [NVIDIA] Problème de driver.

Bon, bah ça marche pas au final. Aucun jeux ne veut se lancer  :?
Par exemple, voila ce que me renvoi ppracer :

Code:

~$ ppracer
PPRacer 0.3.1 --  http://racer.planetpenguin.de 
(c) 2004-2005 The PPRacer team
(c) 1999-2001 Jasmin F. Patry<jfpatry@sunspirestudios.com>
PPRacer comes with ABSOLUTELY NO WARRANTY. This is free software,
and you are welcome to redistribute it under certain conditions.
See http://www.gnu.org/copyleft/gpl.html for details.

*** ppracer error: Couldn't initialize video: Couldn't find matching GLX visual (Success)

ou vegastrike :

Code:

s$ vegastrike
Vega Strike  
See http://www.gnu.org/copyleft/gpl.html for license details.

GOT SUBDIR ARG = 
Found data in /usr/share/games/vegastrike
Using /usr/share/games/vegastrike as data directory
Using .vegastrike.4.x as the home directory
Found MODDIR = /usr/share/games/vegastrike/mods
USING HOMEDIR : /home/titan/.vegastrike.4.x As the home directory 
CONFIGFILE - No config found in home : /home/titan/.vegastrike.4.x/vegastrike.config
CONFIGFILE - No home config file found, using datadir config file : /usr/share/games/vegastrike/vegastrike.config
DATADIR - No datadir specified in config file, using ; /usr/share/games/vegastrike
SIMULATION_ATOM: 0.06
MISSION_NAME is empty using : explore_universe.mission
running import sys
print sys.path
sys.path = [r"/usr/share/games/vegastrike/modules/builtin/",r"/usr/share/games/vegastrike/modules/",r"/usr/share/games/vegastrike/bases/"]
['/usr/lib/python23.zip', '/usr/lib/python2.3', '/usr/lib/python2.3/plat-linux2', '/usr/lib/python2.3/lib-tk', '/usr/lib/python2.3/lib-dynload', '/usr/local/lib/python2.3/site-packages', '/usr/lib/python2.3/site-packages']
testing VS randomrunning import sys
print sys.path
['/usr/share/games/vegastrike/modules/builtin/', '/usr/share/games/vegastrike/modules/', '/usr/share/games/vegastrike/bases/']
open /dev/[sound/]dsp: Resource temporarily unavailable
ALSA lib confmisc.c:670:(snd_func_card_driver) cannot find card '0'
ALSA lib conf.c:3479:(_snd_config_evaluate) function snd_func_card_driver returned error: No such device
ALSA lib confmisc.c:391:(snd_func_concat) error evaluating strings
ALSA lib conf.c:3479:(_snd_config_evaluate) function snd_func_concat returned error: No such device
ALSA lib confmisc.c:1070:(snd_func_refer) error evaluating name
ALSA lib conf.c:3479:(_snd_config_evaluate) function snd_func_refer returned error: No such device
ALSA lib conf.c:3947:(snd_config_expand) Evaluate error: No such device
ALSA lib pcm.c:2146:(snd_pcm_open_noupdate) Unknown PCM default
Couldn't initialize video: Couldn't find matching GLX visualCouldn't initialize video bpp 32 depth 32: Couldn't find matching GLX visual
Couldn't initialize video bpp 32 depth 24: Couldn't find matching GLX visual
Couldn't initialize video bpp 32 depth 16: Couldn't find matching GLX visual
Couldn't initialize video bpp 16 depth 32: Couldn't find matching GLX visual
Couldn't initialize video bpp 16 depth 24: Couldn't find matching GLX visual
Couldn't initialize video bpp 16 depth 16: Couldn't find matching GLX visual
FAILED to initialize video

ou encore Ennemy Terrory :

Code:

$ et
ET 2.60 linux-i386 Mar 10 2005
----- FS_Startup -----
Current search path:
/home/titan/.etwolf/etmain
/usr/local/games/enemy-territory/etmain/pak2.pk3 (22 files)
/usr/local/games/enemy-territory/etmain/pak1.pk3 (10 files)
/usr/local/games/enemy-territory/etmain/pak0.pk3 (3725 files)
/usr/local/games/enemy-territory/etmain/mp_bin.pk3 (6 files)
/usr/local/games/enemy-territory/etmain

----------------------
3763 files in pk3 files
execing default.cfg
couldn't exec language.cfg
couldn't exec autoexec.cfg
Hunk_Clear: reset the hunk ok

------- Input Initialization -------
Joystick is not active.
------------------------------------
Bypassing CD checks
----- Client Initialization -----
----- Initializing Renderer ----
-------------------------------
----- Client Initialization Complete -----
----- R_Init -----
...loading libGL.so.1: Erreur de segmentation

Je n'y comprend rien :'(

Hors ligne

 

#13 15 Jun 2006 22:33:57

fbianco
Membre du comité
Lieu: Suisse
Date d'inscription: 04 Feb 2005
Messages: 1455
Site web

Re: [NVIDIA] Problème de driver.

C'est tout à fait normal que les jeux ne fonctionnent pas car c'est glx qui s'occupe de l'accélération 3D. Mais au moins maintenant tu sais d'où vient le problème.

Pour la section DRI, tu peux l'enlever car c'est utile que si tu charges le module DRI, qui est incompatible avec les drivers Nvidia.

Le XF86Config-4 n'est utile que pour xfree86, hors tu utilises Xorg. Ce sont deux serveurs graphiques différents.

Maintenant, il te reste à trouver pourquoi le glx pose problème. Est-ce que tu as installé un paquet opengl sur ta distro ? est-ce que tu peux en installer un ? Est-ce qu'un utilisateur de Debian, peux aiguiller _TiTan_ ?


Utilisateur de Debian GNU/Linux, le système d'exploitation universel !

www : https://skadi.ch

Hors ligne

 

#14 15 Jun 2006 22:42:50

_TiTan_
Citoyen(ne)
 
Date d'inscription: 29 Sep 2005
Messages: 11

Re: [NVIDIA] Problème de driver.

Maintenant, il te reste à trouver pourquoi le glx pose problème. Est-ce que tu as installé un paquet opengl sur ta distro ? est-ce que tu peux en installer un ? Est-ce qu'un utilisateur de Debian, peux aiguiller _TiTan_ ?

Hum, bah je sais pas si j'ai installé de tel packets. Comment savoir?
Je suis bien désorienté là, car c'est jsutement l'accélération qui m'interresse, pour pouvoir jouer.
Merci de l'aide fournie jusqu'ici. sad même si ça ne marche toujours pas.
J'espère que quelqu'un aura une bonne idée smile

Hors ligne

 

Pied de page des forums

Powered by FluxBB