Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[Nvidia] Problème d'écran noir avec NVIDIA 6200 (résolu)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index French
View previous topic :: View next topic  
Author Message
babos
Tux's lil' helper
Tux's lil' helper


Joined: 15 Feb 2006
Posts: 144
Location: Martinique

PostPosted: Wed Apr 26, 2006 4:56 pm    Post subject: [Nvidia] Problème d'écran noir avec NVIDIA 6200 (résolu) Reply with quote

Voilà, j'ai bien réussi mon install après de nombreuses heures de recherches sur les forums et dans les docs mais j'ai un sacré problème avec ma carte graphique.
J'ai bien suivie la doc http://www.gentoo.org/doc/fr/nvidia-guide.xml et j'ai lu de nombreux forums mais en vain, snif.

J'ai une NVIDIA Winfast A6200, mais lorsque j'utilise le pilote nvidia dans mon xorg.conf, j'obtiens un écran noir au démarrage de startx. Le seul moyen de m'échapper conciste à faire Ctrl+Alt+Suppr. Lorsque j'observe le log, aucune erreur n'apparait.
Si j'utilise le pilote nv, au démarrage de startx, l'écran clignote 3 fois en noir et le log me dit qu'il ne détecte aucun écran.
Startx démarre seulement avec le pilote vesa, mais malheureusement je n'ai pas l'accélération 3D...

Par ailleurs, je n'ai jamais réussi à avoir le framebuffer (même avec mon ancienne ATI 9250), est-ce qu'il n'y aurait pas un problème de reconnaissance du pilote AGP ou d'identification de l'écran (un LCD de LG 566LM)??

D'ailleurs, pour que l'écran fonctionne je suis obligé de préciser le vert sync et horiz, sinon il devient hors portée.

Je peux poster les xorg.conf des 3 cas (les 3 pilotes différents) et les résultats obtenus dans le log.

Merci beaucoup à tous les gentooïstes
Gentoo est la meilleure distribution pour ceux qui aiment comprendre l'informatique
_________________
Quand le sage montre le ciel, l'idiot regarde son doigt.


Last edited by babos on Fri Apr 28, 2006 11:23 pm; edited 2 times in total
Back to top
View user's profile Send private message
babos
Tux's lil' helper
Tux's lil' helper


Joined: 15 Feb 2006
Posts: 144
Location: Martinique

PostPosted: Wed Apr 26, 2006 5:16 pm    Post subject: Reply with quote

Voici pour le pilote nvidia mon xorg.conf et le log associé:

Xorg.conf:

Code:
Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath      "/usr/lib/X11/rgb"
        ModulePath   "/usr/lib/modules"
        FontPath     "/usr/share/fonts/misc/"
        FontPath     "/usr/share/fonts/TTF/"
        FontPath     "/usr/share/fonts/Type1/"
        FontPath     "/usr/share/fonts/CID/"
        FontPath     "/usr/share/fonts/75dpi/"
        FontPath     "/usr/share/fonts/100dpi/"
EndSection

Section "Module"
        Load  "record"
        Load  "extmod"
        Load  "dbe"
        # Load  "dri"
        Load  "glx"
        Load  "xtrap"
        Load  "freetype"
        Load  "type1"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option      "CoreKeyboard"
        Option      "XkbModel"  "pc105"
        Option      "XkbLayout" "fr"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "ZAxisMapping"      "4 5"
        Option      "Device" "/dev/input/mouse0"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "GSM"
        ModelName    "566LM"
        # HorizSync     31.0 - 61.0
        # VertRefresh   50.0 - 75.0
        # Option             "DPMS"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "ShadowFB"                  # [<bool>]
        #Option     "DefaultRefresh"            # [<bool>]
        Identifier  "Card0"
        Driver      "nvidia"
        VendorName  "nVidia Corporation"
        BoardName   "Ge6200"
        BusID       "PCI:1:0:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        # SubSection "Display"
                # Viewport   0 0
                # Depth     1
        # EndSubSection
        # SubSection "Display"
                # Viewport   0 0
                # Depth     4
        # EndSubSection
        #SubSection "Display"
        #       Viewport   0 0
        #       Depth     8
        #       Modes   "1280x1024" "1024x768" "800x600" "640x480"
        #EndSubSection
        # SubSection "Display"
                #  Viewport   0 0
                # Depth     15
        # EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
                Modes   "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes   "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

#Section "dri"
#       Mode 0666
        VendorName  "nVidia Corporation"
        BoardName   "Ge6200"
        BusID       "PCI:1:0:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        # SubSection "Display"
                # Viewport   0 0
                # Depth     1
        # EndSubSection
        # SubSection "Display"
                # Viewport   0 0
                # Depth     4
        # EndSubSection
        #SubSection "Display"
        #       Viewport   0 0
        #       Depth     8
        #       Modes   "1280x1024" "1024x768" "800x600" "640x480"
        #EndSubSection
        # SubSection "Display"
                #  Viewport   0 0
                # Depth     15
        # EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
                Modes   "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes   "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

#Section "dri"
#       Mode 0666
        VendorName  "nVidia Corporation"
        BoardName   "Ge6200"
        BusID       "PCI:1:0:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        # SubSection "Display"
                # Viewport   0 0
                # Depth     1
        # EndSubSection
        # SubSection "Display"
                # Viewport   0 0
                # Depth     4
        # EndSubSection
        #SubSection "Display"
        #       Viewport   0 0
        #       Depth     8
        #       Modes   "1280x1024" "1024x768" "800x600" "640x480"
        #EndSubSection
        # SubSection "Display"
                #  Viewport   0 0
                # Depth     15
        # EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
                Modes   "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes   "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

#Section "dri"
#       Mode 0666
#EndSection


Et le log, désolé pour la longueur:
Code:
X Window System Version 6.8.2
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: Linux 2.6.15-gentoo-r1 i686 [ELF]
Current Operating System: Linux Gentux 2.6.15-gentoo-r1 #1 SMP PREEMPT Mon Jan 23 14:32:16 AST 2006 i686
Build Date: 20 February 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 Apr 19 18:01:40 2006
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "X.org Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(WW) The directory "/usr/share/fonts/CID/" does not exist.
   Entry deleted from font path.
(**) FontPath set to "/usr/share/fonts/misc/,/usr/share/fonts/TTF/,/usr/share/fonts/Type1/,/usr/share/fonts/75dpi/,/usr/share/fonts/100dpi/"
(**) RgbPath set to "/usr/lib/X11/rgb"
(**) ModulePath set to "/usr/lib/modules"
(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(II) Module ABI versions:
   X.Org ANSI C Emulation: 0.2
   X.Org Video Driver: 0.7
   X.Org XInput driver : 0.4
   X.Org Server Extension : 0.2
   X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="X.Org Foundation"
   compiled for 6.8.2, 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/modules/libpcidata.a
(II) Module pcidata: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   ABI class: X.Org Video Driver, version 0.7
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2570 card 1849,2570 rev 02 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,2571 card 0000,0000 rev 02 class 06,04,00 hdr 01
(II) PCI: 00:1d:0: chip 8086,24d2 card 1849,24d0 rev 02 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,24d4 card 1849,24d0 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,24d7 card 1849,24d0 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:3: chip 8086,24de card 1849,24d0 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,24dd card 1849,24d0 rev 02 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev c2 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,24d0 card 0000,0000 rev 02 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,24db card 1849,24d0 rev 02 class 01,01,8a hdr 00
(II) PCI: 00:1f:2: chip 8086,24d1 card 1849,24d1 rev 02 class 01,01,8f hdr 00
(II) PCI: 00:1f:3: chip 8086,24d3 card 1849,24d0 rev 02 class 0c,05,00 hdr 00
(II) PCI: 00:1f:5: chip 8086,24d5 card 1849,9739 rev 02 class 04,01,00 hdr 00
(II) PCI: 01:00:0: chip 10de,0221 card 107d,2031 rev a1 class 03,00,00 hdr 00
(II) PCI: 02:05:0: chip 10ec,8139 card 1849,8139 rev 10 class 02,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,2), 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: 0x0008 (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
   [0] -1   0   0xf3d00000 - 0xf7dfffff (0x4100000) MX[B]
(II) Bus 1 prefetchable memory range:
   [0] -1   0   0xd3c00000 - 0xf3bfffff (0x20000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x0006 (VGA_EN is cleared)
(II) Bus 2 I/O range:
   [0] -1   0   0x0000b000 - 0x0000b0ff (0x100) IX[B]
   [1] -1   0   0x0000b400 - 0x0000b4ff (0x100) IX[B]
   [2] -1   0   0x0000b800 - 0x0000b8ff (0x100) IX[B]
   [3] -1   0   0x0000bc00 - 0x0000bcff (0x100) IX[B]
(II) Bus 2 non-prefetchable memory range:
   [0] -1   0   0xf7e00000 - 0xf7efffff (0x100000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(1:0:0) nVidia Corporation unknown chipset (0x0221) rev 161, Mem @ 0xf6000000/24, 0xe0000000/28, 0xf5000000/24, BIOS @ 0xf7de0000/17
(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 0xf8000000 from 0xfbffffff to 0xf7ffffff
(II) Active PCI resource ranges:
   [0] -1   0   0xf7effc00 - 0xf7effcff (0x100) MX[B]
   [1] -1   0   0xf7fff400 - 0xf7fff4ff (0x100) MX[B]
   [2] -1   0   0xf7fff800 - 0xf7fff9ff (0x200) MX[B]
   [3] -1   0   0x30000000 - 0x300003ff (0x400) MX[B]
   [4] -1   0   0xf7fffc00 - 0xf7ffffff (0x400) MX[B]
   [5] -1   0   0xf8000000 - 0xf7ffffff (0x0) MX[B]O
   [6] -1   0   0xf7de0000 - 0xf7dfffff (0x20000) MX[B](B)
   [7] -1   0   0xf5000000 - 0xf5ffffff (0x1000000) MX[B](B)
   [8] -1   0   0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
   [9] -1   0   0xf6000000 - 0xf6ffffff (0x1000000) MX[B](B)
   [10] -1   0   0x0000b800 - 0x0000b8ff (0x100) IX[B]
   [11] -1   0   0x0000dc00 - 0x0000dc3f (0x40) IX[B]
   [12] -1   0   0x0000d800 - 0x0000d8ff (0x100) IX[B]
   [13] -1   0   0x00000400 - 0x0000041f (0x20) IX[B]
   [14] -1   0   0x0000c400 - 0x0000c40f (0x10) IX[B]
   [15] -1   0   0x0000c800 - 0x0000c803 (0x4) IX[B]
   [16] -1   0   0x0000cc00 - 0x0000cc07 (0x8) IX[B]
   [17] -1   0   0x0000d000 - 0x0000d003 (0x4) IX[B]
   [18] -1   0   0x0000d400 - 0x0000d407 (0x8) IX[B]
   [19] -1   0   0x0000fc00 - 0x0000fc0f (0x10) IX[B]
   [20] -1   0   0x0000ec00 - 0x0000ec1f (0x20) IX[B]
   [21] -1   0   0x0000e800 - 0x0000e81f (0x20) IX[B]
   [22] -1   0   0x0000e400 - 0x0000e41f (0x20) IX[B]
   [23] -1   0   0x0000e000 - 0x0000e01f (0x20) IX[B]
(II) Active PCI resource ranges after removing overlaps:
   [0] -1   0   0xf7effc00 - 0xf7effcff (0x100) MX[B]
   [1] -1   0   0xf7fff400 - 0xf7fff4ff (0x100) MX[B]
   [2] -1   0   0xf7fff800 - 0xf7fff9ff (0x200) MX[B]
   [3] -1   0   0x30000000 - 0x300003ff (0x400) MX[B]
   [4] -1   0   0xf7fffc00 - 0xf7ffffff (0x400) MX[B]
   [5] -1   0   0xf8000000 - 0xf7ffffff (0x0) MX[B]O
   [6] -1   0   0xf7de0000 - 0xf7dfffff (0x20000) MX[B](B)
   [7] -1   0   0xf5000000 - 0xf5ffffff (0x1000000) MX[B](B)
   [8] -1   0   0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
   [9] -1   0   0xf6000000 - 0xf6ffffff (0x1000000) MX[B](B)
   [10] -1   0   0x0000b800 - 0x0000b8ff (0x100) IX[B]
   [11] -1   0   0x0000dc00 - 0x0000dc3f (0x40) IX[B]
   [12] -1   0   0x0000d800 - 0x0000d8ff (0x100) IX[B]
   [13] -1   0   0x00000400 - 0x0000041f (0x20) IX[B]
   [14] -1   0   0x0000c400 - 0x0000c40f (0x10) IX[B]
   [15] -1   0   0x0000c800 - 0x0000c803 (0x4) IX[B]
   [16] -1   0   0x0000cc00 - 0x0000cc07 (0x8) IX[B]
   [17] -1   0   0x0000d000 - 0x0000d003 (0x4) IX[B]
   [18] -1   0   0x0000d400 - 0x0000d407 (0x8) IX[B]
   [19] -1   0   0x0000fc00 - 0x0000fc0f (0x10) IX[B]
   [20] -1   0   0x0000ec00 - 0x0000ec1f (0x20) IX[B]
   [21] -1   0   0x0000e800 - 0x0000e81f (0x20) IX[B]
   [22] -1   0   0x0000e400 - 0x0000e41f (0x20) IX[B]
   [23] -1   0   0x0000e000 - 0x0000e01f (0x20) 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 - 0x2fffffff (0x2ff00000) 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 - 0x2fffffff (0x2ff00000) 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   0xf7effc00 - 0xf7effcff (0x100) MX[B]
   [6] -1   0   0xf7fff400 - 0xf7fff4ff (0x100) MX[B]
   [7] -1   0   0xf7fff800 - 0xf7fff9ff (0x200) MX[B]
   [8] -1   0   0x30000000 - 0x300003ff (0x400) MX[B]
   [9] -1   0   0xf7fffc00 - 0xf7ffffff (0x400) MX[B]
   [10] -1   0   0xf8000000 - 0xf7ffffff (0x0) MX[B]O
   [11] -1   0   0xf7de0000 - 0xf7dfffff (0x20000) MX[B](B)
   [12] -1   0   0xf5000000 - 0xf5ffffff (0x1000000) MX[B](B)
   [13] -1   0   0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
   [14] -1   0   0xf6000000 - 0xf6ffffff (0x1000000) MX[B](B)
   [15] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [16] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [17] -1   0   0x0000b800 - 0x0000b8ff (0x100) IX[B]
   [18] -1   0   0x0000dc00 - 0x0000dc3f (0x40) IX[B]
   [19] -1   0   0x0000d800 - 0x0000d8ff (0x100) IX[B]
   [20] -1   0   0x00000400 - 0x0000041f (0x20) IX[B]
   [21] -1   0   0x0000c400 - 0x0000c40f (0x10) IX[B]
   [22] -1   0   0x0000c800 - 0x0000c803 (0x4) IX[B]
   [23] -1   0   0x0000cc00 - 0x0000cc07 (0x8) IX[B]
   [24] -1   0   0x0000d000 - 0x0000d003 (0x4) IX[B]
   [25] -1   0   0x0000d400 - 0x0000d407 (0x8) IX[B]
   [26] -1   0   0x0000fc00 - 0x0000fc0f (0x10) IX[B]
   [27] -1   0   0x0000ec00 - 0x0000ec1f (0x20) IX[B]
   [28] -1   0   0x0000e800 - 0x0000e81f (0x20) IX[B]
   [29] -1   0   0x0000e400 - 0x0000e41f (0x20) IX[B]
   [30] -1   0   0x0000e000 - 0x0000e01f (0x20) IX[B]
(II) LoadModule: "record"
(II) Loading /usr/lib/modules/extensions/librecord.a
(II) Module record: vendor="X.Org Foundation"
   compiled for 6.8.2, 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: "extmod"
(II) Loading /usr/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="X.Org Foundation"
   compiled for 6.8.2, 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: "dbe"
(II) Loading /usr/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="X.Org Foundation"
   compiled for 6.8.2, 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: "glx"
(II) Loading /usr/lib/modules/extensions/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
   compiled for 4.0.2, module version = 1.0.6629
   Module class: XFree86 Server Extension
   ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "xtrap"
(II) Loading /usr/lib/modules/extensions/libxtrap.a
(II) Module xtrap: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 0.2
(II) Loading extension DEC-XTRAP
(II) LoadModule: "freetype"
(II) Loading /usr/lib/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
   compiled for 6.8.2, 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: "type1"
(II) Loading /usr/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="X.Org Foundation"
   compiled for 6.8.2, 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) Loading font CID
(II) LoadModule: "nvidia"
(II) Loading /usr/lib/modules/drivers/nvidia_drv.o
(II) Module nvidia: vendor="NVIDIA Corporation"
   compiled for 4.0.2, module version = 1.0.6629
   Module class: XFree86 Video Driver
(II) LoadModule: "mouse"
(II) Loading /usr/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 0.4
(II) LoadModule: "kbd"
(II) Loading /usr/lib/modules/input/kbd_drv.o
(II) Module kbd: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 0.4
(II) NVIDIA X Driver  1.0-6629  Wed Nov  3 13:14:07 PST 2004
(II) NVIDIA Unified Driver for all NVIDIA GPUs
(II) Primary Device is: PCI 01:00:0
(--) Chipset NVIDIA GPU found
(II) resource ranges after xf86ClaimFixedResources() call:
   [0] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [1] -1   0   0x00100000 - 0x2fffffff (0x2ff00000) 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   0xf7effc00 - 0xf7effcff (0x100) MX[B]
   [6] -1   0   0xf7fff400 - 0xf7fff4ff (0x100) MX[B]
   [7] -1   0   0xf7fff800 - 0xf7fff9ff (0x200) MX[B]
   [8] -1   0   0x30000000 - 0x300003ff (0x400) MX[B]
   [9] -1   0   0xf7fffc00 - 0xf7ffffff (0x400) MX[B]
   [10] -1   0   0xf8000000 - 0xf7ffffff (0x0) MX[B]O
   [11] -1   0   0xf7de0000 - 0xf7dfffff (0x20000) MX[B](B)
   [12] -1   0   0xf5000000 - 0xf5ffffff (0x1000000) MX[B](B)
   [13] -1   0   0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
   [14] -1   0   0xf6000000 - 0xf6ffffff (0x1000000) MX[B](B)
   [15] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [16] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [17] -1   0   0x0000b800 - 0x0000b8ff (0x100) IX[B]
   [18] -1   0   0x0000dc00 - 0x0000dc3f (0x40) IX[B]
   [19] -1   0   0x0000d800 - 0x0000d8ff (0x100) IX[B]
   [20] -1   0   0x00000400 - 0x0000041f (0x20) IX[B]
   [21] -1   0   0x0000c400 - 0x0000c40f (0x10) IX[B]
   [22] -1   0   0x0000c800 - 0x0000c803 (0x4) IX[B]
   [23] -1   0   0x0000cc00 - 0x0000cc07 (0x8) IX[B]
   [24] -1   0   0x0000d000 - 0x0000d003 (0x4) IX[B]
   [25] -1   0   0x0000d400 - 0x0000d407 (0x8) IX[B]
   [26] -1   0   0x0000fc00 - 0x0000fc0f (0x10) IX[B]
   [27] -1   0   0x0000ec00 - 0x0000ec1f (0x20) IX[B]
   [28] -1   0   0x0000e800 - 0x0000e81f (0x20) IX[B]
   [29] -1   0   0x0000e400 - 0x0000e41f (0x20) IX[B]
   [30] -1   0   0x0000e000 - 0x0000e01f (0x20) IX[B]
(II) resource ranges after probing:
   [0] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [1] -1   0   0x00100000 - 0x2fffffff (0x2ff00000) 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   0xf7effc00 - 0xf7effcff (0x100) MX[B]
   [6] -1   0   0xf7fff400 - 0xf7fff4ff (0x100) MX[B]
   [7] -1   0   0xf7fff800 - 0xf7fff9ff (0x200) MX[B]
   [8] -1   0   0x30000000 - 0x300003ff (0x400) MX[B]
   [9] -1   0   0xf7fffc00 - 0xf7ffffff (0x400) MX[B]
   [10] -1   0   0xf8000000 - 0xf7ffffff (0x0) MX[B]O
   [11] -1   0   0xf7de0000 - 0xf7dfffff (0x20000) MX[B](B)
   [12] -1   0   0xf5000000 - 0xf5ffffff (0x1000000) MX[B](B)
   [13] -1   0   0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
   [14] -1   0   0xf6000000 - 0xf6ffffff (0x1000000) MX[B](B)
   [15] 0   0   0x000a0000 - 0x000affff (0x10000) MS[B]
   [16] 0   0   0x000b0000 - 0x000b7fff (0x8000) MS[B]
   [17] 0   0   0x000b8000 - 0x000bffff (0x8000) MS[B]
   [18] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [19] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [20] -1   0   0x0000b800 - 0x0000b8ff (0x100) IX[B]
   [21] -1   0   0x0000dc00 - 0x0000dc3f (0x40) IX[B]
   [22] -1   0   0x0000d800 - 0x0000d8ff (0x100) IX[B]
   [23] -1   0   0x00000400 - 0x0000041f (0x20) IX[B]
   [24] -1   0   0x0000c400 - 0x0000c40f (0x10) IX[B]
   [25] -1   0   0x0000c800 - 0x0000c803 (0x4) IX[B]
   [26] -1   0   0x0000cc00 - 0x0000cc07 (0x8) IX[B]
   [27] -1   0   0x0000d000 - 0x0000d003 (0x4) IX[B]
   [28] -1   0   0x0000d400 - 0x0000d407 (0x8) IX[B]
   [29] -1   0   0x0000fc00 - 0x0000fc0f (0x10) IX[B]
   [30] -1   0   0x0000ec00 - 0x0000ec1f (0x20) IX[B]
   [31] -1   0   0x0000e800 - 0x0000e81f (0x20) IX[B]
   [32] -1   0   0x0000e400 - 0x0000e41f (0x20) IX[B]
   [33] -1   0   0x0000e000 - 0x0000e01f (0x20) IX[B]
   [34] 0   0   0x000003b0 - 0x000003bb (0xc) IS[B]
   [35] 0   0   0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(==) NVIDIA(0): Depth 8, (==) framebuffer bpp 8
(==) NVIDIA(0): Default visual is PseudoColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(--) NVIDIA(0): Linear framebuffer at 0xE0000000
(--) NVIDIA(0): MMIO registers at 0xF6000000


Un bel écran noir à l'arrivée, seul Ctrl+Alt+Suppr permet de redémarrer.

Merci et désolé pour la longueur du message.
_________________
Quand le sage montre le ciel, l'idiot regarde son doigt.
Back to top
View user's profile Send private message
man in the hill
Veteran
Veteran


Joined: 15 Dec 2005
Posts: 1552
Location: Madinina

PostPosted: Wed Apr 26, 2006 6:33 pm    Post subject: Reply with quote

SAlut,

3 sections screens 8O !!!!

Plutôt ds ce style et une seule section ! :
Code:

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
       DefaultDepth  24
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes     "1024x768"
        EndSubSection
EndSection


Ma section Device :
Code:

Section "Device"
 Identifier  "Card0"
        Driver      "nvidia"
        Option       "NoLogo"  "true"
        Option       "RenderAccel"  "true"
        Option       "AllowGLXWithComposite"  "true"
        Option       "backingstore"  "true"
        VendorName  "nVidia Corporation"
        BoardName   "GeForce FX 5700"
        BusID       "PCI:1:0:0"


Regarde aussi ce Wiki :
http://fr.gentoo-wiki.com/TIP_Xorg_X11_et_transparence

Voilà pour l'instant...



@+
_________________
Get Up and Go !
Back to top
View user's profile Send private message
babos
Tux's lil' helper
Tux's lil' helper


Joined: 15 Feb 2006
Posts: 144
Location: Martinique

PostPosted: Wed Apr 26, 2006 10:28 pm    Post subject: Reply with quote

Bon j'ai modifié ma section screen pour qu'il n'y est plus qu'une seule subsection (la même que toi man in the hill).

Je n'est pas mis tes options dans la section device parce qu'elles semble se rapporter au wiki que tu m'as conseillé (très intéressant d'ailleurs mais emerge en instable de xorg-x11 m'oblige à démasker une bonne cinquantaine de paquets et bloque quand même à cause de xorg-base/xorg-x11-6.9 et x11-libs/libXft que je n'arrive pas à unmerger; j'ai donc re-emergé xorg-x11 en version stable)

Donc je n'ai plus qu'une subsection mais, sé mèm bagay-la, la même chose. Ecran noir, obligé de rebooter et d'utiliser le pilote vesa pour avoir mon interface graphique.

Si il y a d'autres idées je suis preneur, merci beaucoup à toute la communauté!
_________________
Quand le sage montre le ciel, l'idiot regarde son doigt.
Back to top
View user's profile Send private message
Argian
l33t
l33t


Joined: 01 May 2004
Posts: 682
Location: Nîmes

PostPosted: Wed Apr 26, 2006 10:35 pm    Post subject: Reply with quote

babos wrote:
sé mèm bagay-la
Huh ? 8O

Edit : Qui a dit que ce post faisait juste un postcount+1 ? :twisted:
_________________
Proverbe Chinois : "Lorsqu'on n'a rien à dire d'intéressant, on cite généralement un proverbe Chinois."
Back to top
View user's profile Send private message
babos
Tux's lil' helper
Tux's lil' helper


Joined: 15 Feb 2006
Posts: 144
Location: Martinique

PostPosted: Wed Apr 26, 2006 10:43 pm    Post subject: Reply with quote

sé mèm bagay-la = c'est la même chose en créole (désolé, je croyais que c'était clair).
_________________
Quand le sage montre le ciel, l'idiot regarde son doigt.
Back to top
View user's profile Send private message
man in the hill
Veteran
Veteran


Joined: 15 Dec 2005
Posts: 1552
Location: Madinina

PostPosted: Thu Apr 27, 2006 5:56 am    Post subject: Reply with quote

Salut,


Essais de désactiver le frame-buffer ds le kernel si cette option était sélectionné...Je suppose que tu as émergé les derniers pilotes nvidia...Et c'est très important de renseigner les bonnes fréquences pour ton écran...

Moi, je suis en instable avec Xorg-7 modulaire (+ Xgl ) sur mon portable et ma tour, tu peux tjrs essayer de migrer vers Xorg-7 pour voir si tu as une amélioration :
https://forums.gentoo.org/viewtopic-t-414155-start-0.html


Voilà , si cela peu t'aider...


@+, + fos .
_________________
Get Up and Go !
Back to top
View user's profile Send private message
Argian
l33t
l33t


Joined: 01 May 2004
Posts: 682
Location: Nîmes

PostPosted: Thu Apr 27, 2006 12:50 pm    Post subject: Reply with quote

babos wrote:
Code:
(--) PCI:*(1:0:0) nVidia Corporation unknown chipset (0x0221) rev 161, Mem @ 0xf6000000/24, 0xe0000000/28, 0xf5000000/24, BIOS @ 0xf7de0000/17
Eeek, unknown chipset 8O
babos wrote:
Code:
(II) Module nvidia: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.6629
Non, pas la dernière version des drivers, tu devrais vraiment les essayer :wink:
_________________
Proverbe Chinois : "Lorsqu'on n'a rien à dire d'intéressant, on cite généralement un proverbe Chinois."
Back to top
View user's profile Send private message
babos
Tux's lil' helper
Tux's lil' helper


Joined: 15 Feb 2006
Posts: 144
Location: Martinique

PostPosted: Fri Apr 28, 2006 1:58 am    Post subject: Reply with quote

Bon, alors j'ai renseigné les fréquence pour l'écran mais ça ne change rien, j'ai également viré tout simplement le framebuffer aussi mais aucune évolution.
D'ailleurs que je l'active ou pas, ca ne change absoluement rien au démarrage.

Quand j'utilise les dernier pilote nvidia, , au démarrage, impossible de charger le module nvidia:

Code:
 missing kernel or user mode driver nvidia


Un petit coup de modprobe pour essayer de les charger manuellement:
Code:
modprobe nvidia
FATAL: Error inserting nvidia (/lib/modules/2.6.15-gentoo-r1/video/nvidia.ko): Unknown symbol in module, or unknown parameter (see dmesg)


Alors je vais voir le dmesg (je vais vous épargner les passges inutiles à mon avis):

Code:
dmesg
...
lp: driver loaded but no devices found
Linux agpgart interface v0.101 (c) Dave Jones
agpgart: Detected an Intel 865 Chipset.
agpgart: AGP aperture is 64M @ 0xf8000000
[drm] Initialized drm 1.0.0 20040925
...
Linux agpgart interface v0.101 (c) Dave Jones
kobject_register failed for agpgart-intel (-17)
 [<c0270b6d>] kobject_register+0x49/0x69
 [<c02e532b>] bus_add_driver+0x57/0xd8
 [<c027a7bf>] __pci_register_driver+0x82/0xaa
 [<e096d026>] agp_intel_init+0x26/0x2a [intel_agp]
 [<c01363dd>] sys_init_module+0x125/0x192
 [<c0102e37>] sysenter_past_esp+0x54/0x75
nvidia: module license 'NVIDIA' taints kernel.
nvidia: Unknown symbol i2c_del_adapter
nvidia: Unknown symbol i2c_add_adapter
ReiserFS: hdb1: warning: unknown mount option "default"
kobject_register failed for agpgart-intel (-17)
 [<c0270b6d>] kobject_register+0x49/0x69
 [<c02e532b>] bus_add_driver+0x57/0xd8
 [<c027a7bf>] __pci_register_driver+0x82/0xaa
 [<e096d026>] agp_intel_init+0x26/0x2a [intel_agp]
 [<c01363dd>] sys_init_module+0x125/0x192
 [<c0102e37>] sysenter_past_esp+0x54/0x75
nvidia: Unknown symbol i2c_del_adapter
nvidia: Unknown symbol i2c_add_adapter
...
nvidia: Unknown symbol i2c_del_adapter
nvidia: Unknown symbol i2c_add_adapter
nvidia: Unknown symbol i2c_del_adapter
nvidia: Unknown symbol i2c_add_adapter


Les drivers que j'utilise :
Code:
emerge --pretend nvidia-kernel nvidia-glx

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R   ] media-video/nvidia-kernel-1.0.8756
[ebuild   R   ] media-video/nvidia-glx-1.0.8756


Voilà, je ne sais pas si ca aide un peu pour comprendre le problème, j'ai quand même l'impression que mon port agp me pose des petits binz.
Sinon je n'ai pas encore testé xorg7 mais promis je vais tout de suite voir l'adresse.
Merci
_________________
Quand le sage montre le ciel, l'idiot regarde son doigt.
Back to top
View user's profile Send private message
man in the hill
Veteran
Veteran


Joined: 15 Dec 2005
Posts: 1552
Location: Madinina

PostPosted: Fri Apr 28, 2006 4:16 am    Post subject: Reply with quote

Salut,


As-tu sélectionné le bon chipset ?

Colle nous :
Code:

cat /usr/src/linux  | grep AGP

aussi :
Code:
lsmod


Tu as une mauvaise option ds ton fstab pour la partition hdb1 !!!!

Regarde ici :
https://forums.gentoo.org/viewtopic-t-456010-highlight-nvidia+unknown+symbol+i2cdeladapter.html

Moi, je fais plutôt cela avant chaque recompile pour nettoyer mes sources :
Code:
cp .config   config
make mrproper
cp config  .config
make menuconfig


Regarde aussi tes options I2C ds le kernel !

J'espère que cela ira mieux après que tu ais fait ta petite synthèse...



@+
_________________
Get Up and Go !
Back to top
View user's profile Send private message
babos
Tux's lil' helper
Tux's lil' helper


Joined: 15 Feb 2006
Posts: 144
Location: Martinique

PostPosted: Fri Apr 28, 2006 11:22 pm    Post subject: Reply with quote

Yeeeeeeeeeepe!!!!! :D

Ca y est, j'ai l'accélération 3 D et tout marche correctement.

Tu avais raison Man in the Hill, il me manquait le module i2c pour mon chipset intel. J'ai réactivé le framebuffer en vesa-tng et tout roule, j'ai pu admirer la pub nvidia à l'ouverture de x (mais bon au moins j'étais sûr de ne pas m'être planté de pilote).

Bon beh du coup je vais aller me casser les dents un peu plus sérieusement sur les deux adresses que tu m'as donné et essayer d'installer xorg7 et la transparence.

Merci encore, je n'aurai jamais pensé à cela sans toi.

Gentoo est quand même la meilleure distrib que je connaisse et c'est sans aucun doute la communauté la plus accueillante!
:D

merci pour fstab, je l'ai modifié
_________________
Quand le sage montre le ciel, l'idiot regarde son doigt.
Back to top
View user's profile Send private message
babos
Tux's lil' helper
Tux's lil' helper


Joined: 15 Feb 2006
Posts: 144
Location: Martinique

PostPosted: Fri Apr 28, 2006 11:27 pm    Post subject: Reply with quote

Ah, au fait, y'a un petit truc qui m'a chagrinné:

Code:
cat /usr/src/linux  | grep AGP
cat: /usr/src/linux: est un répertoire


Si quelqu'un connait le fichier où se trouvent toutes les infos sur le noyau ca pourrait m'aider pour mes futures pérégrination, mais bon, c'est un autre sujet

On est un peu comme ca les n00b, on se pose souvent beaucoup de questions sur des petits trucs, merci
_________________
Quand le sage montre le ciel, l'idiot regarde son doigt.
Back to top
View user's profile Send private message
Ey
l33t
l33t


Joined: 07 Apr 2005
Posts: 863
Location: Paris

PostPosted: Fri Apr 28, 2006 11:29 pm    Post subject: Reply with quote

Ce que tu cherches c'est /usr/src/linux/.config

EDIT : sinon si tu cherches à trouver toute les occurences du terme "AGP" dans un répertoire et de façon récursive :
Code:
grep -r AGP /usr/src/linux
Back to top
View user's profile Send private message
babos
Tux's lil' helper
Tux's lil' helper


Joined: 15 Feb 2006
Posts: 144
Location: Martinique

PostPosted: Sat Apr 29, 2006 12:02 am    Post subject: Reply with quote

ouai, merci beaucoup :D
_________________
Quand le sage montre le ciel, l'idiot regarde son doigt.
Back to top
View user's profile Send private message
man in the hill
Veteran
Veteran


Joined: 15 Dec 2005
Posts: 1552
Location: Madinina

PostPosted: Sat Apr 29, 2006 1:45 am    Post subject: Reply with quote

Salut,


Merci Ey de rectifier , j'ai été distrait sur ce coup là :twisted: ,

Content pour toi Babos , tu ne regrèteras pas d'utiliser cette superbe distrib :lol: :wink: ...

C'est le fichier /usr/src/linux/.config que tu ouvres avec la commande make menuconfig...



@+
_________________
Get Up and Go !
Back to top
View user's profile Send private message
babos
Tux's lil' helper
Tux's lil' helper


Joined: 15 Feb 2006
Posts: 144
Location: Martinique

PostPosted: Mon May 01, 2006 2:39 am    Post subject: Reply with quote

Merci encore à tous, ce petit forum m'aura permis de comprendre que gentoo est tout de même la meilleure distrib pour tout connaître sur son ordi et pour obtenir des réponses aux questions que l'on peut se poser! Merci encore!

Mwen lé di : tout moun ki pa sav kou manyè an ordi ka maché, ni an sèl solisyon: èsèyé Gèntou. F`ok nou lité pou pa ni an monopol windob!

Traduction: Je voulais préciser: Toute personne qui ne sait pas comment fonctionne un ordi devrait trouver ses réponses dans la Gentoo. Il faut que nous luttions pour éviter le monopole de windows.
_________________
Quand le sage montre le ciel, l'idiot regarde son doigt.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index French All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum