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 16/08/2007, à 01:43

francois008

Abit AN-M2 (GeForce 7025)

Bonjour,

J'avais démarré un autre sujet, mais je crois être assez mal parti. Donc j'en démarre un second qui se voudra mieux documenté et plus clair dans le but d'arriver à créer un How To pour tous ceux qui souhaiteraient avoir Ubuntu 7.04 sur une carte mère Abit AN-M2.

Premières impressions:
- La carte de son, réseaux sont détectées sans aucun problème.
- La carte graphique (GeForce 7025) n'est pas détectée.
- Sans lien avec Ubuntu: Les clavier USB ne sont pas activés au moment du post. (Mais je n'ai pas encore eu le temps de flasher le bios)

A noter que l'installation des pilotes fournis sur le site de NVIDIA (à cette heure-ci, il s'agit des 100.14.11) ne se déroule pas comme prévue. L'assitant retourne plusieurs erreurs & avertissements.

Autant les pilotes libres ( "nv" ) que les pilotes binaires ( "nvidia" ) ne fonctionnent pas.
Les pilotes "vesa" arrivent par contre à nous sauver la vie et accéder en 800x600 à notre cher X (ce qui est mieux qu'un shell quand même).


Commandes informatives:

root@abc-desktop:~# lspci | grep VGA
00:12.0 VGA compatible controller: nVidia Corporation Unknown device 053e (rev a2)

C'est actuellement là ou j'en suis. Je vous ferais part de mes avancements dès qu'il y en aura.



=== ANNEXE ===

Voici mon fichier xorg.conf actuel (avec VESA)

# /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	"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"	"ca"
	Option		"XkbVariant"	"multix"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/2"
	Option		"ZAxisMapping"		"4 5"
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	"Carte vidéo générique"
	Driver		"vesa"
EndSection

Section "Monitor"
	Identifier	"Écran générique"
	Option		"DPMS"
        HorizSync       28-51
        VertRefresh     43-60
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Carte vidéo générique"
	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		"1280x1024"
	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

Voici mon fichier xorg.conf en erreur:

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder26)  Wed Nov  1 19:48:05 PST 2006

# /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 "ServerLayout"
    Identifier     "Default Layout"
    Screen         "Default Screen" 0 0
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    InputDevice    "stylus" "SendCoreEvents"
    InputDevice    "cursor" "SendCoreEvents"
    InputDevice    "eraser" "SendCoreEvents"
EndSection

Section "Files"

	# path to defoma fonts
    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"
    FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
    Load           "i2c"
    Load           "bitmap"
    Load           "ddc"
    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" "us"
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"
    Identifier     "stylus"
    Driver         "wacom"
    Option         "Device" "/dev/input/wacom"
    Option         "Type" "stylus"
    Option         "ForceDevice" "ISDV4"		# Tablet PC ONLY
EndSection

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

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

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

Section "Device"
    Identifier     "Carte vidéo générique"
    Driver         "nvidia"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "Carte vidéo générique"
    Monitor        "LCD1935NXM"
    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      "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Et l'erreur retournée (dans /var/log/Xorg.0.log) est celle-ci:

X Window System Version 7.2.0
Release Date: 22 January 2007
X Protocol Version 11, Revision 0, Release 7.2
Build Operating System: Linux Ubuntu
Current Operating System: Linux fmaz-desktop 2.6.20-16-generic #2 SMP Thu Jun 7 19:00:28 UTC 2007 x86_64
Build Date: 04 April 2007
	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 Aug 15 19:53:25 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "LCD1935NXM"
(**) |   |-->Device "Carte vidéo générique"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Configured Mouse"
(**) |-->Input Device "stylus"
(**) |-->Input Device "cursor"
(**) |-->Input Device "eraser"
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
	Entry deleted from font path.
(**) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
	/usr/share/fonts/X11/misc,
	/usr/X11R6/lib/X11/fonts/misc,
	/usr/share/fonts/X11/cyrillic,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/X11R6/lib/X11/fonts/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
(==) RgbPath set to "/etc/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x7a16e0
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.3
	X.Org Video Driver: 1.1
	X.Org XInput driver : 0.7
	X.Org Server Extension : 0.3
	X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
	compiled for 7.2.0, module version = 1.0.0
	ABI class: X.Org Video Driver, version 1.1
(--) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 10de,0547 card 147b,1c2f rev a2 class 05,00,00 hdr 00
(II) PCI: 00:01:0: chip 10de,0548 card 147b,1c2f rev a2 class 06,01,00 hdr 80
(II) PCI: 00:01:1: chip 10de,0542 card 147b,1c2f rev a2 class 0c,05,00 hdr 80
(II) PCI: 00:01:2: chip 10de,0541 card 147b,1c2f rev a2 class 05,00,00 hdr 80
(II) PCI: 00:02:0: chip 10de,055e card 147b,1c2f rev a2 class 0c,03,10 hdr 80
(II) PCI: 00:02:1: chip 10de,055f card 147b,1c2f rev a2 class 0c,03,20 hdr 80
(II) PCI: 00:04:0: chip 10de,055e card 147b,1c2f rev a2 class 0c,03,10 hdr 80
(II) PCI: 00:04:1: chip 10de,055f card 147b,1c2f rev a2 class 0c,03,20 hdr 80
(II) PCI: 00:06:0: chip 10de,0560 card 147b,1c2f rev a1 class 01,01,8a hdr 00
(II) PCI: 00:07:0: chip 10de,055c card 147b,1c2f rev a1 class 04,03,00 hdr 80
(II) PCI: 00:08:0: chip 10de,0561 card 0000,0000 rev a2 class 06,04,01 hdr 01
(II) PCI: 00:09:0: chip 10de,0550 card 147b,1c2f rev a2 class 01,01,85 hdr 80
(II) PCI: 00:0a:0: chip 10de,054c card 147b,1c2f rev a2 class 02,00,00 hdr 00
(II) PCI: 00:0b:0: chip 10de,0562 card 0000,0000 rev a2 class 06,04,00 hdr 01
(II) PCI: 00:0c:0: chip 10de,0563 card 0000,0000 rev a2 class 06,04,00 hdr 01
(II) PCI: 00:0d:0: chip 10de,0563 card 0000,0000 rev a2 class 06,04,00 hdr 01
(II) PCI: 00:0e:0: chip 10de,0563 card 0000,0000 rev a2 class 06,04,00 hdr 01
(II) PCI: 00:0f:0: chip 10de,0563 card 0000,0000 rev a2 class 06,04,00 hdr 01
(II) PCI: 00:10:0: chip 10de,0563 card 0000,0000 rev a2 class 06,04,00 hdr 01
(II) PCI: 00:11:0: chip 10de,0563 card 0000,0000 rev a2 class 06,04,00 hdr 01
(II) PCI: 00:12:0: chip 10de,053e card 147b,1c2f rev a2 class 03,00,00 hdr 00
(II) PCI: 00:18:0: chip 1022,1100 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:1: chip 1022,1101 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:2: chip 1022,1102 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:3: chip 1022,1103 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 01:09:0: chip 1102,0004 card 1102,2002 rev 04 class 04,01,00 hdr 80
(II) PCI: 01:09:1: chip 1102,7003 card 1102,0040 rev 04 class 09,80,00 hdr 80
(II) PCI: 01:09:2: chip 1102,4001 card 1102,0010 rev 04 class 0c,00,10 hdr 80
(II) PCI: 01:0a:0: chip 17fe,2120 card 1737,0020 rev 00 class 02,00,00 hdr 00
(II) PCI: End of PCI scan
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:8:0), (0,1,1), BCTRL: 0x0204 (VGA_EN is cleared)
(II) Bus 1 I/O range:
	[0] -1	0	0x0000c000 - 0x0000c0ff (0x100) IX[b]
	[1] -1	0	0x0000c400 - 0x0000c4ff (0x100) IX[b]
	[2] -1	0	0x0000c800 - 0x0000c8ff (0x100) IX[b]
	[3] -1	0	0x0000cc00 - 0x0000ccff (0x100) IX[b]
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0	0xfd000000 - 0xfd0fffff (0x100000) MX[b]
(II) Bus 1 prefetchable memory range:
	[0] -1	0	0xfdf00000 - 0xfdffffff (0x100000) MX[b]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:11:0), (0,2,2), BCTRL: 0x0004 (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	0xfde00000 - 0xfdefffff (0x100000) MX[b]
(II) Bus 2 prefetchable memory range:
	[0] -1	0	0xfdd00000 - 0xfddfffff (0x100000) MX[b]
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:12:0), (0,3,3), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 3 I/O range:
	[0] -1	0	0x0000a000 - 0x0000a0ff (0x100) IX[b]
	[1] -1	0	0x0000a400 - 0x0000a4ff (0x100) IX[b]
	[2] -1	0	0x0000a800 - 0x0000a8ff (0x100) IX[b]
	[3] -1	0	0x0000ac00 - 0x0000acff (0x100) IX[b]
(II) Bus 3 non-prefetchable memory range:
	[0] -1	0	0xfdc00000 - 0xfdcfffff (0x100000) MX[b]
(II) Bus 3 prefetchable memory range:
	[0] -1	0	0xfdb00000 - 0xfdbfffff (0x100000) MX[b]
(II) PCI-to-PCI bridge:
(II) Bus 4: bridge is at (0:13:0), (0,4,4), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 4 I/O range:
	[0] -1	0	0x00009000 - 0x000090ff (0x100) IX[b]
	[1] -1	0	0x00009400 - 0x000094ff (0x100) IX[b]
	[2] -1	0	0x00009800 - 0x000098ff (0x100) IX[b]
	[3] -1	0	0x00009c00 - 0x00009cff (0x100) IX[b]
(II) Bus 4 non-prefetchable memory range:
	[0] -1	0	0xfda00000 - 0xfdafffff (0x100000) MX[b]
(II) Bus 4 prefetchable memory range:
	[0] -1	0	0xfd900000 - 0xfd9fffff (0x100000) MX[b]
(II) PCI-to-PCI bridge:
(II) Bus 5: bridge is at (0:14:0), (0,5,5), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 5 I/O range:
	[0] -1	0	0x00008000 - 0x000080ff (0x100) IX[b]
	[1] -1	0	0x00008400 - 0x000084ff (0x100) IX[b]
	[2] -1	0	0x00008800 - 0x000088ff (0x100) IX[b]
	[3] -1	0	0x00008c00 - 0x00008cff (0x100) IX[b]
(II) Bus 5 non-prefetchable memory range:
	[0] -1	0	0xfd800000 - 0xfd8fffff (0x100000) MX[b]
(II) Bus 5 prefetchable memory range:
	[0] -1	0	0xfd700000 - 0xfd7fffff (0x100000) MX[b]
(II) PCI-to-PCI bridge:
(II) Bus 6: bridge is at (0:15:0), (0,6,6), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 6 I/O range:
	[0] -1	0	0x00007000 - 0x000070ff (0x100) IX[b]
	[1] -1	0	0x00007400 - 0x000074ff (0x100) IX[b]
	[2] -1	0	0x00007800 - 0x000078ff (0x100) IX[b]
	[3] -1	0	0x00007c00 - 0x00007cff (0x100) IX[b]
(II) Bus 6 non-prefetchable memory range:
	[0] -1	0	0xfd600000 - 0xfd6fffff (0x100000) MX[b]
(II) Bus 6 prefetchable memory range:
	[0] -1	0	0xfd500000 - 0xfd5fffff (0x100000) MX[b]
(II) PCI-to-PCI bridge:
(II) Bus 7: bridge is at (0:16:0), (0,7,7), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 7 I/O range:
	[0] -1	0	0x00006000 - 0x000060ff (0x100) IX[b]
	[1] -1	0	0x00006400 - 0x000064ff (0x100) IX[b]
	[2] -1	0	0x00006800 - 0x000068ff (0x100) IX[b]
	[3] -1	0	0x00006c00 - 0x00006cff (0x100) IX[b]
(II) Bus 7 non-prefetchable memory range:
	[0] -1	0	0xfd400000 - 0xfd4fffff (0x100000) MX[b]
(II) Bus 7 prefetchable memory range:
	[0] -1	0	0xfd300000 - 0xfd3fffff (0x100000) MX[b]
(II) PCI-to-PCI bridge:
(II) Bus 8: bridge is at (0:17:0), (0,8,8), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 8 I/O range:
	[0] -1	0	0x00005000 - 0x000050ff (0x100) IX[b]
	[1] -1	0	0x00005400 - 0x000054ff (0x100) IX[b]
	[2] -1	0	0x00005800 - 0x000058ff (0x100) IX[b]
	[3] -1	0	0x00005c00 - 0x00005cff (0x100) IX[b]
(II) Bus 8 non-prefetchable memory range:
	[0] -1	0	0xfd200000 - 0xfd2fffff (0x100000) MX[b]
(II) Bus 8 prefetchable memory range:
	[0] -1	0	0xfd100000 - 0xfd1fffff (0x100000) MX[b]
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:24:0), (0,0,8), 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 (0x100000000) MX[b]
(II) Bus 0 prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x100000000) MX[b]
(--) PCI:*(0:18:0) nVidia Corporation unknown chipset (0x053e) rev 162, Mem @ 0xfb000000/24, 0xe0000000/28, 0xfc000000/24
(II) Addressable bus resource ranges are
	[0] -1	0	0x00000000 - 0xffffffff (0x100000000) MX[b]
	[1] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[b]
(II) OS-reported resource ranges:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[b]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[b]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[b]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[b]
	[5] -1	0	0x00000000 - 0x000000ff (0x100) IX[b]
(II) Active PCI resource ranges:
	[0] -1	0	0xfd0fe000 - 0xfd0fe7ff (0x800) MX[b]
	[1] -1	0	0xfd0f8000 - 0xfd0fbfff (0x4000) MX[b]
	[2] -1	0	0xfd0ff000 - 0xfd0ff7ff (0x800) MX[b]
	[3] -1	0	0xfe029000 - 0xfe02900f (0x10) MX[b]
	[4] -1	0	0xfe02a000 - 0xfe02a0ff (0x100) MX[b]
	[5] -1	0	0xfe02b000 - 0xfe02bfff (0x1000) MX[b]
	[6] -1	0	0xfe026000 - 0xfe027fff (0x2000) MX[b]
	[7] -1	0	0xfe020000 - 0xfe023fff (0x4000) MX[b]
	[8] -1	0	0xfe02c000 - 0xfe02c0ff (0x100) MX[b]
	[9] -1	0	0xfe02d000 - 0xfe02dfff (0x1000) MX[b]
	[10] -1	0	0xfe02e000 - 0xfe02e0ff (0x100) MX[b]
	[11] -1	0	0xfe02f000 - 0xfe02ffff (0x1000) MX[b]
	[12] -1	0	0xfc000000 - 0xfcffffff (0x1000000) MX[b](B)
	[13] -1	0	0xe0000000 - 0xefffffff (0x10000000) MX[b](B)
	[14] -1	0	0xfb000000 - 0xfbffffff (0x1000000) MX[b](B)
	[15] -1	0	0x0000c800 - 0x0000c807 (0x8) IX[b]
	[16] -1	0	0x0000cc00 - 0x0000cc3f (0x40) IX[b]
	[17] -1	0	0x0000d800 - 0x0000d807 (0x8) IX[b]
	[18] -1	0	0x0000dc00 - 0x0000dc0f (0x10) IX[b]
	[19] -1	0	0x00000b70 - 0x00000b73 (0x4) IX[b]
	[20] -1	0	0x00000970 - 0x00000977 (0x8) IX[b]
	[21] -1	0	0x00000bf0 - 0x00000bf3 (0x4) IX[b]
	[22] -1	0	0x000009f0 - 0x000009f7 (0x8) IX[b]
	[23] -1	0	0x0000f000 - 0x0000f00f (0x10) IX[b]
	[24] -1	0	0x0000f400 - 0x0000f43f (0x40) IX[b]
	[25] -1	0	0x00001c00 - 0x00001c3f (0x40) IX[b]
	[26] -1	0	0x0000fc00 - 0x0000fc3f (0x40) IX[b]
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0xfd0fe000 - 0xfd0fe7ff (0x800) MX[b]
	[1] -1	0	0xfd0f8000 - 0xfd0fbfff (0x4000) MX[b]
	[2] -1	0	0xfd0ff000 - 0xfd0ff7ff (0x800) MX[b]
	[3] -1	0	0xfe029000 - 0xfe02900f (0x10) MX[b]
	[4] -1	0	0xfe02a000 - 0xfe02a0ff (0x100) MX[b]
	[5] -1	0	0xfe02b000 - 0xfe02bfff (0x1000) MX[b]
	[6] -1	0	0xfe026000 - 0xfe027fff (0x2000) MX[b]
	[7] -1	0	0xfe020000 - 0xfe023fff (0x4000) MX[b]
	[8] -1	0	0xfe02c000 - 0xfe02c0ff (0x100) MX[b]
	[9] -1	0	0xfe02d000 - 0xfe02dfff (0x1000) MX[b]
	[10] -1	0	0xfe02e000 - 0xfe02e0ff (0x100) MX[b]
	[11] -1	0	0xfe02f000 - 0xfe02ffff (0x1000) MX[b]
	[12] -1	0	0xfc000000 - 0xfcffffff (0x1000000) MX[b](B)
	[13] -1	0	0xe0000000 - 0xefffffff (0x10000000) MX[b](B)
	[14] -1	0	0xfb000000 - 0xfbffffff (0x1000000) MX[b](B)
	[15] -1	0	0x0000c800 - 0x0000c807 (0x8) IX[b]
	[16] -1	0	0x0000cc00 - 0x0000cc3f (0x40) IX[b]
	[17] -1	0	0x0000d800 - 0x0000d807 (0x8) IX[b]
	[18] -1	0	0x0000dc00 - 0x0000dc0f (0x10) IX[b]
	[19] -1	0	0x00000b70 - 0x00000b73 (0x4) IX[b]
	[20] -1	0	0x00000970 - 0x00000977 (0x8) IX[b]
	[21] -1	0	0x00000bf0 - 0x00000bf3 (0x4) IX[b]
	[22] -1	0	0x000009f0 - 0x000009f7 (0x8) IX[b]
	[23] -1	0	0x0000f000 - 0x0000f00f (0x10) IX[b]
	[24] -1	0	0x0000f400 - 0x0000f43f (0x40) IX[b]
	[25] -1	0	0x00001c00 - 0x00001c3f (0x40) IX[b]
	[26] -1	0	0x0000fc00 - 0x0000fc3f (0x40) IX[b]
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[b]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[b]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[b]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[b]
	[5] -1	0	0x00000000 - 0x000000ff (0x100) IX[b]
(II) All system resource ranges:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[b]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[b]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[b]
	[4] -1	0	0xfd0fe000 - 0xfd0fe7ff (0x800) MX[b]
	[5] -1	0	0xfd0f8000 - 0xfd0fbfff (0x4000) MX[b]
	[6] -1	0	0xfd0ff000 - 0xfd0ff7ff (0x800) MX[b]
	[7] -1	0	0xfe029000 - 0xfe02900f (0x10) MX[b]
	[8] -1	0	0xfe02a000 - 0xfe02a0ff (0x100) MX[b]
	[9] -1	0	0xfe02b000 - 0xfe02bfff (0x1000) MX[b]
	[10] -1	0	0xfe026000 - 0xfe027fff (0x2000) MX[b]
	[11] -1	0	0xfe020000 - 0xfe023fff (0x4000) MX[b]
	[12] -1	0	0xfe02c000 - 0xfe02c0ff (0x100) MX[b]
	[13] -1	0	0xfe02d000 - 0xfe02dfff (0x1000) MX[b]
	[14] -1	0	0xfe02e000 - 0xfe02e0ff (0x100) MX[b]
	[15] -1	0	0xfe02f000 - 0xfe02ffff (0x1000) MX[b]
	[16] -1	0	0xfc000000 - 0xfcffffff (0x1000000) MX[b](B)
	[17] -1	0	0xe0000000 - 0xefffffff (0x10000000) MX[b](B)
	[18] -1	0	0xfb000000 - 0xfbffffff (0x1000000) MX[b](B)
	[19] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[b]
	[20] -1	0	0x00000000 - 0x000000ff (0x100) IX[b]
	[21] -1	0	0x0000c800 - 0x0000c807 (0x8) IX[b]
	[22] -1	0	0x0000cc00 - 0x0000cc3f (0x40) IX[b]
	[23] -1	0	0x0000d800 - 0x0000d807 (0x8) IX[b]
	[24] -1	0	0x0000dc00 - 0x0000dc0f (0x10) IX[b]
	[25] -1	0	0x00000b70 - 0x00000b73 (0x4) IX[b]
	[26] -1	0	0x00000970 - 0x00000977 (0x8) IX[b]
	[27] -1	0	0x00000bf0 - 0x00000bf3 (0x4) IX[b]
	[28] -1	0	0x000009f0 - 0x000009f7 (0x8) IX[b]
	[29] -1	0	0x0000f000 - 0x0000f00f (0x10) IX[b]
	[30] -1	0	0x0000f400 - 0x0000f43f (0x40) IX[b]
	[31] -1	0	0x00001c00 - 0x00001c3f (0x40) IX[b]
	[32] -1	0	0x0000fc00 - 0x0000fc3f (0x40) IX[b]
(II) LoadModule: "i2c"
(II) Loading /usr/lib/xorg/modules//libi2c.so
(II) Module i2c: vendor="X.Org Foundation"
	compiled for 7.2.0, module version = 1.2.0
	ABI class: X.Org Video Driver, version 1.1
(II) LoadModule: "ddc"
(II) Loading /usr/lib/xorg/modules//libddc.so
(II) Module ddc: vendor="X.Org Foundation"
	compiled for 7.2.0, module version = 1.0.0
	ABI class: X.Org Video Driver, version 1.1
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 7.2.0, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(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.2.0, module version = 2.1.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules//libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
	compiled for 4.0.2, module version = 1.0.9755
	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.2.0, module version = 1.0.0
	ABI class: X.Org Video Driver, version 1.1
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules//libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
	compiled for 7.2.0, module version = 1.1.0
	ABI class: X.Org Video Driver, version 1.1
(II) LoadModule: "nvidia"
(II) Loading /usr/lib/xorg/modules/drivers//nvidia_drv.so
(II) Module nvidia: vendor="NVIDIA Corporation"
	compiled for 4.0.2, module version = 1.0.9755
	Module class: X.Org Video Driver
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
	compiled for 7.2.0, module version = 1.1.0
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.7
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
	compiled for 7.2.0, module version = 1.1.1
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.7
(II) LoadModule: "wacom"
(II) Loading /usr/lib/xorg/modules/input//wacom_drv.so
(II) Module wacom: vendor="X.Org Foundation"
	compiled for 4.3.99.902, module version = 1.0.0
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.7
(II) Wacom driver level: 47-0.7.7-7 $
(II) NVIDIA dlloader X Driver  1.0-9755  Mon Feb 26 23:18:52 PST 2007
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 00:12: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.2.0, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "wfb"
(II) LoadModule: "wfb"
(WW) Warning, couldn't open module wfb
(II) UnloadModule: "wfb"
(EE) Failed to load module "wfb" (module does not exist, 0)
(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.2.0, module version = 0.1.0
	ABI class: X.Org Video Driver, version 1.1
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[b]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[b]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[b]
	[4] -1	0	0xfd0fe000 - 0xfd0fe7ff (0x800) MX[b]
	[5] -1	0	0xfd0f8000 - 0xfd0fbfff (0x4000) MX[b]
	[6] -1	0	0xfd0ff000 - 0xfd0ff7ff (0x800) MX[b]
	[7] -1	0	0xfe029000 - 0xfe02900f (0x10) MX[b]
	[8] -1	0	0xfe02a000 - 0xfe02a0ff (0x100) MX[b]
	[9] -1	0	0xfe02b000 - 0xfe02bfff (0x1000) MX[b]
	[10] -1	0	0xfe026000 - 0xfe027fff (0x2000) MX[b]
	[11] -1	0	0xfe020000 - 0xfe023fff (0x4000) MX[b]
	[12] -1	0	0xfe02c000 - 0xfe02c0ff (0x100) MX[b]
	[13] -1	0	0xfe02d000 - 0xfe02dfff (0x1000) MX[b]
	[14] -1	0	0xfe02e000 - 0xfe02e0ff (0x100) MX[b]
	[15] -1	0	0xfe02f000 - 0xfe02ffff (0x1000) MX[b]
	[16] -1	0	0xfc000000 - 0xfcffffff (0x1000000) MX[b](B)
	[17] -1	0	0xe0000000 - 0xefffffff (0x10000000) MX[b](B)
	[18] -1	0	0xfb000000 - 0xfbffffff (0x1000000) MX[b](B)
	[19] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[b]
	[20] -1	0	0x00000000 - 0x000000ff (0x100) IX[b]
	[21] -1	0	0x0000c800 - 0x0000c807 (0x8) IX[b]
	[22] -1	0	0x0000cc00 - 0x0000cc3f (0x40) IX[b]
	[23] -1	0	0x0000d800 - 0x0000d807 (0x8) IX[b]
	[24] -1	0	0x0000dc00 - 0x0000dc0f (0x10) IX[b]
	[25] -1	0	0x00000b70 - 0x00000b73 (0x4) IX[b]
	[26] -1	0	0x00000970 - 0x00000977 (0x8) IX[b]
	[27] -1	0	0x00000bf0 - 0x00000bf3 (0x4) IX[b]
	[28] -1	0	0x000009f0 - 0x000009f7 (0x8) IX[b]
	[29] -1	0	0x0000f000 - 0x0000f00f (0x10) IX[b]
	[30] -1	0	0x0000f400 - 0x0000f43f (0x40) IX[b]
	[31] -1	0	0x00001c00 - 0x00001c3f (0x40) IX[b]
	[32] -1	0	0x0000fc00 - 0x0000fc3f (0x40) IX[b]
(II) resource ranges after probing:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[b]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[b]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[b]
	[4] -1	0	0xfd0fe000 - 0xfd0fe7ff (0x800) MX[b]
	[5] -1	0	0xfd0f8000 - 0xfd0fbfff (0x4000) MX[b]
	[6] -1	0	0xfd0ff000 - 0xfd0ff7ff (0x800) MX[b]
	[7] -1	0	0xfe029000 - 0xfe02900f (0x10) MX[b]
	[8] -1	0	0xfe02a000 - 0xfe02a0ff (0x100) MX[b]
	[9] -1	0	0xfe02b000 - 0xfe02bfff (0x1000) MX[b]
	[10] -1	0	0xfe026000 - 0xfe027fff (0x2000) MX[b]
	[11] -1	0	0xfe020000 - 0xfe023fff (0x4000) MX[b]
	[12] -1	0	0xfe02c000 - 0xfe02c0ff (0x100) MX[b]
	[13] -1	0	0xfe02d000 - 0xfe02dfff (0x1000) MX[b]
	[14] -1	0	0xfe02e000 - 0xfe02e0ff (0x100) MX[b]
	[15] -1	0	0xfe02f000 - 0xfe02ffff (0x1000) MX[b]
	[16] -1	0	0xfc000000 - 0xfcffffff (0x1000000) MX[b](B)
	[17] -1	0	0xe0000000 - 0xefffffff (0x10000000) MX[b](B)
	[18] -1	0	0xfb000000 - 0xfbffffff (0x1000000) MX[b](B)
	[19] 0	0	0x000a0000 - 0x000affff (0x10000) MS[b]
	[20] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[b]
	[21] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[b]
	[22] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[b]
	[23] -1	0	0x00000000 - 0x000000ff (0x100) IX[b]
	[24] -1	0	0x0000c800 - 0x0000c807 (0x8) IX[b]
	[25] -1	0	0x0000cc00 - 0x0000cc3f (0x40) IX[b]
	[26] -1	0	0x0000d800 - 0x0000d807 (0x8) IX[b]
	[27] -1	0	0x0000dc00 - 0x0000dc0f (0x10) IX[b]
	[28] -1	0	0x00000b70 - 0x00000b73 (0x4) IX[b]
	[29] -1	0	0x00000970 - 0x00000977 (0x8) IX[b]
	[30] -1	0	0x00000bf0 - 0x00000bf3 (0x4) IX[b]
	[31] -1	0	0x000009f0 - 0x000009f7 (0x8) IX[b]
	[32] -1	0	0x0000f000 - 0x0000f00f (0x10) IX[b]
	[33] -1	0	0x0000f400 - 0x0000f43f (0x40) IX[b]
	[34] -1	0	0x00001c00 - 0x00001c3f (0x40) IX[b]
	[35] -1	0	0x0000fc00 - 0x0000fc3f (0x40) IX[b]
	[36] 0	0	0x000003b0 - 0x000003bb (0xc) IS[b]
	[37] 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): Support for GLX with the Damage and Composite X extensions is
(II) NVIDIA(0):     enabled.
(EE) NVIDIA(0): Failed to load the NVIDIA kernel module!
(EE) NVIDIA(0):  *** Aborting ***
(II) UnloadModule: "nvidia"
(II) UnloadModule: "ramdac"
(II) UnloadModule: "fb"
(EE) Screen(s) found, but none have a usable configuration.

Fatal server error:
no screens found

La ligne importante étant:

(EE) NVIDIA(0): Failed to load the NVIDIA kernel module!

Dernière modification par francois008 (Le 16/08/2007, à 02:06)

Hors ligne

#2 Le 16/08/2007, à 02:31

francois008

Re : Abit AN-M2 (GeForce 7025)

J'ai lu un essaie sur Nemo's experience, et apparemment, c'est pas tout ce qu'il y a de plus simple à faire fonctionner cette carte vidéo ! hehe.

root@abc-desktop:~#  modprobe -l | grep "nvidia"
/lib/modules/2.6.20-16-generic/volatile/nvidia_legacy.ko
/lib/modules/2.6.20-16-generic/volatile/nvidia_new.ko
/lib/modules/2.6.20-16-generic/kernel/drivers/video/nvidia.ko
/lib/modules/2.6.20-16-generic/kernel/drivers/video/nvidia/nvidiafb.ko

Vérification des dates des fichiers :
- nvidia_legacy.ko ......... 2007-08-14 22:24
- nvidia_new.ko ............ 2007-08-14 22:24
- nvidia.ko .................. INNEXISTANT
- nvidiafb.ko ................ 2007-06-07 15:11

Bon, le fichier innexistant, c'est probablement parceque j'ai désinstallé les pilotes de NVIDIA binaire à force de faire des tests (toujours aussi infructueux)


Concernant mon fichier /etc/default/linux-restricted-modules-common , il ressemble à ceci:

DISABLED_MODULES=""

Le plan:
1) Ré-installer le fichier .run de NVidia;
1.2) Noter les erreurs/warning lors de l'installation.
2) Mettre DISABLED_MODULES="nvidiafb nvidia_new nvidia_legacy"


... à suivre.

Dernière modification par francois008 (Le 16/08/2007, à 02:32)

Hors ligne

#3 Le 16/08/2007, à 02:59

francois008

Re : Abit AN-M2 (GeForce 7025)

Bon, apparamment, toujours rien, voici cependant les "WARNING" que j'ai eu droit lors de l'assistant d'installation (le fichier .run de NVIDIA):

No precompiled kernel interface found to match your kernel; would you like to attempt to download a kernel interface for your kernel from the nVidia ftp site (ftp://download.nvidia.com) ?

--> YES

No matching precompiled kernel interface was found on the NVIDIA ftp site; this mean that the installer will need to compile a kernel interface for your kernel

--> OK

Building... 100%
Warning: You appear to be using a modular X.org release, but nvidia-installer was unable to determine the correct X library installation path with the 'pkg-config' utility. Please install the X.org SDK/development package for your distribution

--> OK

Warning: nvidia-installer was unable to determine the correct X library installation path and will install the NVIDIA X library to '/usr/lib'

--> OK

Warning: You appear to be using a modular X.org release, but nvidia-installer was unable to determine the correct X library installation path with the 'pkg-config' utility. Please install the X.org SDK/development package for your distribution

--> OK

Warning: nvidia-installer was unable to determine the correct X library installation path and will install the NVIDIA X driver components to '/usr/lib/xorg/modules'. If X fails to find the NVIDIA X driver module, please correct any 'pkg-config' problems warned about earlier and reinstall the driver.

--> OK

Install NVIDIA's 32-bit compatibility OpenGL libraries ?

--> YES

Searching for conflit in X [...] 100%
Installing [...] 100%
Would you like to run the nvidia-xconfig utility to automatically update your X configuration file so that the NVIDIA X driver will be used when you restart X ? Any pre-existing X configuration file will be backed up.

--> YES

Your X configuration file has been successfully updated. Installation of the NVIDIA Accelerated graphic river for Linux x86_64 (version 1.0-9629) is now completed.

--> OK


Je ne comprend pas encore la signification des warning to sujet des PATH, et la je ne sais plus trop quoi tenter...


=== ANNEXE ===

Voici le /var/log/Xorg.0.log retourné lorsque j'ai essayé de faire mon startx après l'installation du driver nvidia:

X Window System Version 7.2.0
Release Date: 22 January 2007
X Protocol Version 11, Revision 0, Release 7.2
Build Operating System: Linux Ubuntu
Current Operating System: Linux fmaz-desktop 2.6.20-16-generic #2 SMP Thu Jun 7 19:00:28 UTC 2007 x86_64
Build Date: 04 April 2007
	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 Aug 15 20:47:28 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Écran générique"
(**) |   |-->Device "Carte vidéo générique"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Configured Mouse"
(**) |-->Input Device "stylus"
(**) |-->Input Device "cursor"
(**) |-->Input Device "eraser"
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
	Entry deleted from font path.
(**) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
	/usr/share/fonts/X11/misc,
	/usr/X11R6/lib/X11/fonts/misc,
	/usr/share/fonts/X11/cyrillic,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/X11R6/lib/X11/fonts/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
(==) RgbPath set to "/etc/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x7a16e0
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.3
	X.Org Video Driver: 1.1
	X.Org XInput driver : 0.7
	X.Org Server Extension : 0.3
	X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
	compiled for 7.2.0, module version = 1.0.0
	ABI class: X.Org Video Driver, version 1.1
(--) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 10de,0547 card 147b,1c2f rev a2 class 05,00,00 hdr 00
(II) PCI: 00:01:0: chip 10de,0548 card 147b,1c2f rev a2 class 06,01,00 hdr 80
(II) PCI: 00:01:1: chip 10de,0542 card 147b,1c2f rev a2 class 0c,05,00 hdr 80
(II) PCI: 00:01:2: chip 10de,0541 card 147b,1c2f rev a2 class 05,00,00 hdr 80
(II) PCI: 00:02:0: chip 10de,055e card 147b,1c2f rev a2 class 0c,03,10 hdr 80
(II) PCI: 00:02:1: chip 10de,055f card 147b,1c2f rev a2 class 0c,03,20 hdr 80
(II) PCI: 00:04:0: chip 10de,055e card 147b,1c2f rev a2 class 0c,03,10 hdr 80
(II) PCI: 00:04:1: chip 10de,055f card 147b,1c2f rev a2 class 0c,03,20 hdr 80
(II) PCI: 00:06:0: chip 10de,0560 card 147b,1c2f rev a1 class 01,01,8a hdr 00
(II) PCI: 00:07:0: chip 10de,055c card 147b,1c2f rev a1 class 04,03,00 hdr 80
(II) PCI: 00:08:0: chip 10de,0561 card 0000,0000 rev a2 class 06,04,01 hdr 01
(II) PCI: 00:09:0: chip 10de,0550 card 147b,1c2f rev a2 class 01,01,85 hdr 80
(II) PCI: 00:0a:0: chip 10de,054c card 147b,1c2f rev a2 class 02,00,00 hdr 00
(II) PCI: 00:0b:0: chip 10de,0562 card 0000,0000 rev a2 class 06,04,00 hdr 01
(II) PCI: 00:0c:0: chip 10de,0563 card 0000,0000 rev a2 class 06,04,00 hdr 01
(II) PCI: 00:0d:0: chip 10de,0563 card 0000,0000 rev a2 class 06,04,00 hdr 01
(II) PCI: 00:0e:0: chip 10de,0563 card 0000,0000 rev a2 class 06,04,00 hdr 01
(II) PCI: 00:0f:0: chip 10de,0563 card 0000,0000 rev a2 class 06,04,00 hdr 01
(II) PCI: 00:10:0: chip 10de,0563 card 0000,0000 rev a2 class 06,04,00 hdr 01
(II) PCI: 00:11:0: chip 10de,0563 card 0000,0000 rev a2 class 06,04,00 hdr 01
(II) PCI: 00:12:0: chip 10de,053e card 147b,1c2f rev a2 class 03,00,00 hdr 00
(II) PCI: 00:18:0: chip 1022,1100 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:1: chip 1022,1101 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:2: chip 1022,1102 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:3: chip 1022,1103 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 01:09:0: chip 1102,0004 card 1102,2002 rev 04 class 04,01,00 hdr 80
(II) PCI: 01:09:1: chip 1102,7003 card 1102,0040 rev 04 class 09,80,00 hdr 80
(II) PCI: 01:09:2: chip 1102,4001 card 1102,0010 rev 04 class 0c,00,10 hdr 80
(II) PCI: 01:0a:0: chip 17fe,2120 card 1737,0020 rev 00 class 02,00,00 hdr 00
(II) PCI: End of PCI scan
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:8:0), (0,1,1), BCTRL: 0x0204 (VGA_EN is cleared)
(II) Bus 1 I/O range:
	[0] -1	0	0x0000c000 - 0x0000c0ff (0x100) IX[b]
	[1] -1	0	0x0000c400 - 0x0000c4ff (0x100) IX[b]
	[2] -1	0	0x0000c800 - 0x0000c8ff (0x100) IX[b]
	[3] -1	0	0x0000cc00 - 0x0000ccff (0x100) IX[b]
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0	0xfd000000 - 0xfd0fffff (0x100000) MX[b]
(II) Bus 1 prefetchable memory range:
	[0] -1	0	0xfdf00000 - 0xfdffffff (0x100000) MX[b]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:11:0), (0,2,2), BCTRL: 0x0004 (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	0xfde00000 - 0xfdefffff (0x100000) MX[b]
(II) Bus 2 prefetchable memory range:
	[0] -1	0	0xfdd00000 - 0xfddfffff (0x100000) MX[b]
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:12:0), (0,3,3), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 3 I/O range:
	[0] -1	0	0x0000a000 - 0x0000a0ff (0x100) IX[b]
	[1] -1	0	0x0000a400 - 0x0000a4ff (0x100) IX[b]
	[2] -1	0	0x0000a800 - 0x0000a8ff (0x100) IX[b]
	[3] -1	0	0x0000ac00 - 0x0000acff (0x100) IX[b]
(II) Bus 3 non-prefetchable memory range:
	[0] -1	0	0xfdc00000 - 0xfdcfffff (0x100000) MX[b]
(II) Bus 3 prefetchable memory range:
	[0] -1	0	0xfdb00000 - 0xfdbfffff (0x100000) MX[b]
(II) PCI-to-PCI bridge:
(II) Bus 4: bridge is at (0:13:0), (0,4,4), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 4 I/O range:
	[0] -1	0	0x00009000 - 0x000090ff (0x100) IX[b]
	[1] -1	0	0x00009400 - 0x000094ff (0x100) IX[b]
	[2] -1	0	0x00009800 - 0x000098ff (0x100) IX[b]
	[3] -1	0	0x00009c00 - 0x00009cff (0x100) IX[b]
(II) Bus 4 non-prefetchable memory range:
	[0] -1	0	0xfda00000 - 0xfdafffff (0x100000) MX[b]
(II) Bus 4 prefetchable memory range:
	[0] -1	0	0xfd900000 - 0xfd9fffff (0x100000) MX[b]
(II) PCI-to-PCI bridge:
(II) Bus 5: bridge is at (0:14:0), (0,5,5), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 5 I/O range:
	[0] -1	0	0x00008000 - 0x000080ff (0x100) IX[b]
	[1] -1	0	0x00008400 - 0x000084ff (0x100) IX[b]
	[2] -1	0	0x00008800 - 0x000088ff (0x100) IX[b]
	[3] -1	0	0x00008c00 - 0x00008cff (0x100) IX[b]
(II) Bus 5 non-prefetchable memory range:
	[0] -1	0	0xfd800000 - 0xfd8fffff (0x100000) MX[b]
(II) Bus 5 prefetchable memory range:
	[0] -1	0	0xfd700000 - 0xfd7fffff (0x100000) MX[b]
(II) PCI-to-PCI bridge:
(II) Bus 6: bridge is at (0:15:0), (0,6,6), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 6 I/O range:
	[0] -1	0	0x00007000 - 0x000070ff (0x100) IX[b]
	[1] -1	0	0x00007400 - 0x000074ff (0x100) IX[b]
	[2] -1	0	0x00007800 - 0x000078ff (0x100) IX[b]
	[3] -1	0	0x00007c00 - 0x00007cff (0x100) IX[b]
(II) Bus 6 non-prefetchable memory range:
	[0] -1	0	0xfd600000 - 0xfd6fffff (0x100000) MX[b]
(II) Bus 6 prefetchable memory range:
	[0] -1	0	0xfd500000 - 0xfd5fffff (0x100000) MX[b]
(II) PCI-to-PCI bridge:
(II) Bus 7: bridge is at (0:16:0), (0,7,7), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 7 I/O range:
	[0] -1	0	0x00006000 - 0x000060ff (0x100) IX[b]
	[1] -1	0	0x00006400 - 0x000064ff (0x100) IX[b]
	[2] -1	0	0x00006800 - 0x000068ff (0x100) IX[b]
	[3] -1	0	0x00006c00 - 0x00006cff (0x100) IX[b]
(II) Bus 7 non-prefetchable memory range:
	[0] -1	0	0xfd400000 - 0xfd4fffff (0x100000) MX[b]
(II) Bus 7 prefetchable memory range:
	[0] -1	0	0xfd300000 - 0xfd3fffff (0x100000) MX[b]
(II) PCI-to-PCI bridge:
(II) Bus 8: bridge is at (0:17:0), (0,8,8), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 8 I/O range:
	[0] -1	0	0x00005000 - 0x000050ff (0x100) IX[b]
	[1] -1	0	0x00005400 - 0x000054ff (0x100) IX[b]
	[2] -1	0	0x00005800 - 0x000058ff (0x100) IX[b]
	[3] -1	0	0x00005c00 - 0x00005cff (0x100) IX[b]
(II) Bus 8 non-prefetchable memory range:
	[0] -1	0	0xfd200000 - 0xfd2fffff (0x100000) MX[b]
(II) Bus 8 prefetchable memory range:
	[0] -1	0	0xfd100000 - 0xfd1fffff (0x100000) MX[b]
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:24:0), (0,0,8), 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 (0x100000000) MX[b]
(II) Bus 0 prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x100000000) MX[b]
(--) PCI:*(0:18:0) nVidia Corporation unknown chipset (0x053e) rev 162, Mem @ 0xfb000000/24, 0xe0000000/28, 0xfc000000/24
(II) Addressable bus resource ranges are
	[0] -1	0	0x00000000 - 0xffffffff (0x100000000) MX[b]
	[1] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[b]
(II) OS-reported resource ranges:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[b]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[b]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[b]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[b]
	[5] -1	0	0x00000000 - 0x000000ff (0x100) IX[b]
(II) Active PCI resource ranges:
	[0] -1	0	0xfd0fe000 - 0xfd0fe7ff (0x800) MX[b]
	[1] -1	0	0xfd0f8000 - 0xfd0fbfff (0x4000) MX[b]
	[2] -1	0	0xfd0ff000 - 0xfd0ff7ff (0x800) MX[b]
	[3] -1	0	0xfe029000 - 0xfe02900f (0x10) MX[b]
	[4] -1	0	0xfe02a000 - 0xfe02a0ff (0x100) MX[b]
	[5] -1	0	0xfe02b000 - 0xfe02bfff (0x1000) MX[b]
	[6] -1	0	0xfe026000 - 0xfe027fff (0x2000) MX[b]
	[7] -1	0	0xfe020000 - 0xfe023fff (0x4000) MX[b]
	[8] -1	0	0xfe02c000 - 0xfe02c0ff (0x100) MX[b]
	[9] -1	0	0xfe02d000 - 0xfe02dfff (0x1000) MX[b]
	[10] -1	0	0xfe02e000 - 0xfe02e0ff (0x100) MX[b]
	[11] -1	0	0xfe02f000 - 0xfe02ffff (0x1000) MX[b]
	[12] -1	0	0xfc000000 - 0xfcffffff (0x1000000) MX[b](B)
	[13] -1	0	0xe0000000 - 0xefffffff (0x10000000) MX[b](B)
	[14] -1	0	0xfb000000 - 0xfbffffff (0x1000000) MX[b](B)
	[15] -1	0	0x0000c800 - 0x0000c807 (0x8) IX[b]
	[16] -1	0	0x0000cc00 - 0x0000cc3f (0x40) IX[b]
	[17] -1	0	0x0000d800 - 0x0000d807 (0x8) IX[b]
	[18] -1	0	0x0000dc00 - 0x0000dc0f (0x10) IX[b]
	[19] -1	0	0x00000b70 - 0x00000b73 (0x4) IX[b]
	[20] -1	0	0x00000970 - 0x00000977 (0x8) IX[b]
	[21] -1	0	0x00000bf0 - 0x00000bf3 (0x4) IX[b]
	[22] -1	0	0x000009f0 - 0x000009f7 (0x8) IX[b]
	[23] -1	0	0x0000f000 - 0x0000f00f (0x10) IX[b]
	[24] -1	0	0x0000f400 - 0x0000f43f (0x40) IX[b]
	[25] -1	0	0x00001c00 - 0x00001c3f (0x40) IX[b]
	[26] -1	0	0x0000fc00 - 0x0000fc3f (0x40) IX[b]
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0xfd0fe000 - 0xfd0fe7ff (0x800) MX[b]
	[1] -1	0	0xfd0f8000 - 0xfd0fbfff (0x4000) MX[b]
	[2] -1	0	0xfd0ff000 - 0xfd0ff7ff (0x800) MX[b]
	[3] -1	0	0xfe029000 - 0xfe02900f (0x10) MX[b]
	[4] -1	0	0xfe02a000 - 0xfe02a0ff (0x100) MX[b]
	[5] -1	0	0xfe02b000 - 0xfe02bfff (0x1000) MX[b]
	[6] -1	0	0xfe026000 - 0xfe027fff (0x2000) MX[b]
	[7] -1	0	0xfe020000 - 0xfe023fff (0x4000) MX[b]
	[8] -1	0	0xfe02c000 - 0xfe02c0ff (0x100) MX[b]
	[9] -1	0	0xfe02d000 - 0xfe02dfff (0x1000) MX[b]
	[10] -1	0	0xfe02e000 - 0xfe02e0ff (0x100) MX[b]
	[11] -1	0	0xfe02f000 - 0xfe02ffff (0x1000) MX[b]
	[12] -1	0	0xfc000000 - 0xfcffffff (0x1000000) MX[b](B)
	[13] -1	0	0xe0000000 - 0xefffffff (0x10000000) MX[b](B)
	[14] -1	0	0xfb000000 - 0xfbffffff (0x1000000) MX[b](B)
	[15] -1	0	0x0000c800 - 0x0000c807 (0x8) IX[b]
	[16] -1	0	0x0000cc00 - 0x0000cc3f (0x40) IX[b]
	[17] -1	0	0x0000d800 - 0x0000d807 (0x8) IX[b]
	[18] -1	0	0x0000dc00 - 0x0000dc0f (0x10) IX[b]
	[19] -1	0	0x00000b70 - 0x00000b73 (0x4) IX[b]
	[20] -1	0	0x00000970 - 0x00000977 (0x8) IX[b]
	[21] -1	0	0x00000bf0 - 0x00000bf3 (0x4) IX[b]
	[22] -1	0	0x000009f0 - 0x000009f7 (0x8) IX[b]
	[23] -1	0	0x0000f000 - 0x0000f00f (0x10) IX[b]
	[24] -1	0	0x0000f400 - 0x0000f43f (0x40) IX[b]
	[25] -1	0	0x00001c00 - 0x00001c3f (0x40) IX[b]
	[26] -1	0	0x0000fc00 - 0x0000fc3f (0x40) IX[b]
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[b]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[b]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[b]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[b]
	[5] -1	0	0x00000000 - 0x000000ff (0x100) IX[b]
(II) All system resource ranges:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[b]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[b]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[b]
	[4] -1	0	0xfd0fe000 - 0xfd0fe7ff (0x800) MX[b]
	[5] -1	0	0xfd0f8000 - 0xfd0fbfff (0x4000) MX[b]
	[6] -1	0	0xfd0ff000 - 0xfd0ff7ff (0x800) MX[b]
	[7] -1	0	0xfe029000 - 0xfe02900f (0x10) MX[b]
	[8] -1	0	0xfe02a000 - 0xfe02a0ff (0x100) MX[b]
	[9] -1	0	0xfe02b000 - 0xfe02bfff (0x1000) MX[b]
	[10] -1	0	0xfe026000 - 0xfe027fff (0x2000) MX[b]
	[11] -1	0	0xfe020000 - 0xfe023fff (0x4000) MX[b]
	[12] -1	0	0xfe02c000 - 0xfe02c0ff (0x100) MX[b]
	[13] -1	0	0xfe02d000 - 0xfe02dfff (0x1000) MX[b]
	[14] -1	0	0xfe02e000 - 0xfe02e0ff (0x100) MX[b]
	[15] -1	0	0xfe02f000 - 0xfe02ffff (0x1000) MX[b]
	[16] -1	0	0xfc000000 - 0xfcffffff (0x1000000) MX[b](B)
	[17] -1	0	0xe0000000 - 0xefffffff (0x10000000) MX[b](B)
	[18] -1	0	0xfb000000 - 0xfbffffff (0x1000000) MX[b](B)
	[19] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[b]
	[20] -1	0	0x00000000 - 0x000000ff (0x100) IX[b]
	[21] -1	0	0x0000c800 - 0x0000c807 (0x8) IX[b]
	[22] -1	0	0x0000cc00 - 0x0000cc3f (0x40) IX[b]
	[23] -1	0	0x0000d800 - 0x0000d807 (0x8) IX[b]
	[24] -1	0	0x0000dc00 - 0x0000dc0f (0x10) IX[b]
	[25] -1	0	0x00000b70 - 0x00000b73 (0x4) IX[b]
	[26] -1	0	0x00000970 - 0x00000977 (0x8) IX[b]
	[27] -1	0	0x00000bf0 - 0x00000bf3 (0x4) IX[b]
	[28] -1	0	0x000009f0 - 0x000009f7 (0x8) IX[b]
	[29] -1	0	0x0000f000 - 0x0000f00f (0x10) IX[b]
	[30] -1	0	0x0000f400 - 0x0000f43f (0x40) IX[b]
	[31] -1	0	0x00001c00 - 0x00001c3f (0x40) IX[b]
	[32] -1	0	0x0000fc00 - 0x0000fc3f (0x40) IX[b]
(II) LoadModule: "ddc"
(II) Loading /usr/lib/xorg/modules//libddc.so
(II) Module ddc: vendor="X.Org Foundation"
	compiled for 7.2.0, module version = 1.0.0
	ABI class: X.Org Video Driver, version 1.1
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 7.2.0, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(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.2.0, module version = 2.1.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
	compiled for 4.0.2, module version = 1.0.9629
	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.2.0, module version = 1.0.0
	ABI class: X.Org Video Driver, version 1.1
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules//libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
	compiled for 7.2.0, module version = 1.1.0
	ABI class: X.Org Video Driver, version 1.1
(II) LoadModule: "nvidia"
(II) Loading /usr/lib/xorg/modules/drivers//nvidia_drv.so
(II) Module nvidia: vendor="NVIDIA Corporation"
	compiled for 4.0.2, module version = 1.0.9629
	Module class: X.Org Video Driver
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
	compiled for 7.2.0, module version = 1.1.0
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.7
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
	compiled for 7.2.0, module version = 1.1.1
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.7
(II) LoadModule: "wacom"
(II) Loading /usr/lib/xorg/modules/input//wacom_drv.so
(II) Module wacom: vendor="X.Org Foundation"
	compiled for 4.3.99.902, module version = 1.0.0
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.7
(II) Wacom driver level: 47-0.7.7-7 $
(II) NVIDIA dlloader X Driver  1.0-9629  Wed Nov  1 19:29:33 PST 2006
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 00:12: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.2.0, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.3
(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.2.0, module version = 0.1.0
	ABI class: X.Org Video Driver, version 1.1
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[b]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[b]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[b]
	[4] -1	0	0xfd0fe000 - 0xfd0fe7ff (0x800) MX[b]
	[5] -1	0	0xfd0f8000 - 0xfd0fbfff (0x4000) MX[b]
	[6] -1	0	0xfd0ff000 - 0xfd0ff7ff (0x800) MX[b]
	[7] -1	0	0xfe029000 - 0xfe02900f (0x10) MX[b]
	[8] -1	0	0xfe02a000 - 0xfe02a0ff (0x100) MX[b]
	[9] -1	0	0xfe02b000 - 0xfe02bfff (0x1000) MX[b]
	[10] -1	0	0xfe026000 - 0xfe027fff (0x2000) MX[b]
	[11] -1	0	0xfe020000 - 0xfe023fff (0x4000) MX[b]
	[12] -1	0	0xfe02c000 - 0xfe02c0ff (0x100) MX[b]
	[13] -1	0	0xfe02d000 - 0xfe02dfff (0x1000) MX[b]
	[14] -1	0	0xfe02e000 - 0xfe02e0ff (0x100) MX[b]
	[15] -1	0	0xfe02f000 - 0xfe02ffff (0x1000) MX[b]
	[16] -1	0	0xfc000000 - 0xfcffffff (0x1000000) MX[b](B)
	[17] -1	0	0xe0000000 - 0xefffffff (0x10000000) MX[b](B)
	[18] -1	0	0xfb000000 - 0xfbffffff (0x1000000) MX[b](B)
	[19] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[b]
	[20] -1	0	0x00000000 - 0x000000ff (0x100) IX[b]
	[21] -1	0	0x0000c800 - 0x0000c807 (0x8) IX[b]
	[22] -1	0	0x0000cc00 - 0x0000cc3f (0x40) IX[b]
	[23] -1	0	0x0000d800 - 0x0000d807 (0x8) IX[b]
	[24] -1	0	0x0000dc00 - 0x0000dc0f (0x10) IX[b]
	[25] -1	0	0x00000b70 - 0x00000b73 (0x4) IX[b]
	[26] -1	0	0x00000970 - 0x00000977 (0x8) IX[b]
	[27] -1	0	0x00000bf0 - 0x00000bf3 (0x4) IX[b]
	[28] -1	0	0x000009f0 - 0x000009f7 (0x8) IX[b]
	[29] -1	0	0x0000f000 - 0x0000f00f (0x10) IX[b]
	[30] -1	0	0x0000f400 - 0x0000f43f (0x40) IX[b]
	[31] -1	0	0x00001c00 - 0x00001c3f (0x40) IX[b]
	[32] -1	0	0x0000fc00 - 0x0000fc3f (0x40) IX[b]
(II) resource ranges after probing:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[b]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[b]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[b]
	[4] -1	0	0xfd0fe000 - 0xfd0fe7ff (0x800) MX[b]
	[5] -1	0	0xfd0f8000 - 0xfd0fbfff (0x4000) MX[b]
	[6] -1	0	0xfd0ff000 - 0xfd0ff7ff (0x800) MX[b]
	[7] -1	0	0xfe029000 - 0xfe02900f (0x10) MX[b]
	[8] -1	0	0xfe02a000 - 0xfe02a0ff (0x100) MX[b]
	[9] -1	0	0xfe02b000 - 0xfe02bfff (0x1000) MX[b]
	[10] -1	0	0xfe026000 - 0xfe027fff (0x2000) MX[b]
	[11] -1	0	0xfe020000 - 0xfe023fff (0x4000) MX[b]
	[12] -1	0	0xfe02c000 - 0xfe02c0ff (0x100) MX[b]
	[13] -1	0	0xfe02d000 - 0xfe02dfff (0x1000) MX[b]
	[14] -1	0	0xfe02e000 - 0xfe02e0ff (0x100) MX[b]
	[15] -1	0	0xfe02f000 - 0xfe02ffff (0x1000) MX[b]
	[16] -1	0	0xfc000000 - 0xfcffffff (0x1000000) MX[b](B)
	[17] -1	0	0xe0000000 - 0xefffffff (0x10000000) MX[b](B)
	[18] -1	0	0xfb000000 - 0xfbffffff (0x1000000) MX[b](B)
	[19] 0	0	0x000a0000 - 0x000affff (0x10000) MS[b]
	[20] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[b]
	[21] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[b]
	[22] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[b]
	[23] -1	0	0x00000000 - 0x000000ff (0x100) IX[b]
	[24] -1	0	0x0000c800 - 0x0000c807 (0x8) IX[b]
	[25] -1	0	0x0000cc00 - 0x0000cc3f (0x40) IX[b]
	[26] -1	0	0x0000d800 - 0x0000d807 (0x8) IX[b]
	[27] -1	0	0x0000dc00 - 0x0000dc0f (0x10) IX[b]
	[28] -1	0	0x00000b70 - 0x00000b73 (0x4) IX[b]
	[29] -1	0	0x00000970 - 0x00000977 (0x8) IX[b]
	[30] -1	0	0x00000bf0 - 0x00000bf3 (0x4) IX[b]
	[31] -1	0	0x000009f0 - 0x000009f7 (0x8) IX[b]
	[32] -1	0	0x0000f000 - 0x0000f00f (0x10) IX[b]
	[33] -1	0	0x0000f400 - 0x0000f43f (0x40) IX[b]
	[34] -1	0	0x00001c00 - 0x00001c3f (0x40) IX[b]
	[35] -1	0	0x0000fc00 - 0x0000fc3f (0x40) IX[b]
	[36] 0	0	0x000003b0 - 0x000003bb (0xc) IS[b]
	[37] 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): Support for GLX with the Damage and Composite X extensions is
(II) NVIDIA(0):     enabled.
(EE) NVIDIA(0): Failed to initialize the NVIDIA kernel module! Please ensure
(EE) NVIDIA(0):     that there is a supported NVIDIA GPU in this system, and
(EE) NVIDIA(0):     that the NVIDIA device files have been created properly. 
(EE) NVIDIA(0):     Please consult the NVIDIA README for details.
(EE) NVIDIA(0):  *** Aborting ***
(II) UnloadModule: "nvidia"
(II) UnloadModule: "ramdac"
(II) UnloadModule: "fb"
(EE) Screen(s) found, but none have a usable configuration.

Fatal server error:
no screens found

La partie intéressante étant:

(EE) NVIDIA(0): Failed to initialize the NVIDIA kernel module! Please ensure
(EE) NVIDIA(0):     that there is a supported NVIDIA GPU in this system, and
(EE) NVIDIA(0):     that the NVIDIA device files have been created properly. 
(EE) NVIDIA(0):     Please consult the NVIDIA README for details.
(EE) NVIDIA(0):  *** Aborting ***

Dernière modification par francois008 (Le 16/08/2007, à 03:04)

Hors ligne

#4 Le 16/08/2007, à 03:32

francois008

Re : Abit AN-M2 (GeForce 7025)

En attente d'un éclair de géni ...

Ps.: Une illumination divine ferait aussi l'affaire.

Dernière modification par francois008 (Le 16/08/2007, à 03:32)

Hors ligne

#5 Le 17/08/2007, à 03:34

HymnToLife

Re : Abit AN-M2 (GeForce 7025)

sudo apt-get remove --purge nvidia-glx*
sudo apt-get remove --purge linux-restricted-modules*
sudo apt-get install pkg-config xorg-dev

Puis reboote, réinstalle ton driver nvidia et poste le retour de

sudo modprobe --show-depends nvidia

- Rodrigue, as-tu du cœur ?
- Non, mais j'ai du pique !

Hors ligne

#6 Le 17/08/2007, à 05:15

francois008

Re : Abit AN-M2 (GeForce 7025)

HymnToLife a écrit :

Puis reboote, réinstalle ton driver nvidia et poste le retour de

sudo modprobe --show-depends nvidia

J'ai tout fait dans l'ordre, et j'ai pris la peine de rebooter comme demandé.
Lorsque j'ai mis le xorg.conf de nvidia, le redémarrage a abouti sur un écran noir. CTRL+ALT+BACKSPACE ne fesaient rien.

J'ai l'impression que ma sortie DVI s'est tout simplement désactivée, et j'ai rien pour me brancher en VGA normal.

Bon, j'ai donc redémarré avec le live CD en mode graphique sans échec, et j'ai restauré le xorg.conf avec driver VESA.

J'ai aussi pris la peine de copier le fichier de xorg.0.log: aucune erreur !!! (c'est positif non ?)


La je suis en mode VESA en attendant de trouver des causes possible à mon écran noir.
Voici la sortie demandée:

insmod /lib/modules/2.6.20-16-generic/kernel/drivers/i2c/i2c-core.ko 
insmod /lib/modules/2.6.20-16-generic/kernel/drivers/video/nvidia.ko

Ps.: Lorsque je tente d'accéder au gestionnaire de pilotes propriétaire, on me donne cette erreur:

Vous devez installer le paquet "linux-restricted-modules-2.6.20-16-generic" pour que ce programme fonctionne.

Je peux installer ca, sans risquer de tout bouziller ?




Fichier xorg.0.log:

X Window System Version 7.2.0
Release Date: 22 January 2007
X Protocol Version 11, Revision 0, Release 7.2
Build Operating System: Linux Ubuntu
Current Operating System: Linux fmaz-desktop 2.6.20-16-generic #2 SMP Thu Jun 7 19:00:28 UTC 2007 x86_64
Build Date: 04 April 2007
	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: Thu Aug 16 22:52:47 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "LCD1935NXM"
(**) |   |-->Device "Carte vidéo générique"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Configured Mouse"
(**) |-->Input Device "stylus"
(**) |-->Input Device "cursor"
(**) |-->Input Device "eraser"
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
	Entry deleted from font path.
(**) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
	/usr/share/fonts/X11/misc,
	/usr/X11R6/lib/X11/fonts/misc,
	/usr/share/fonts/X11/cyrillic,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/X11R6/lib/X11/fonts/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
(==) RgbPath set to "/etc/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x7a16e0
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.3
	X.Org Video Driver: 1.1
	X.Org XInput driver : 0.7
	X.Org Server Extension : 0.3
	X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
	compiled for 7.2.0, module version = 1.0.0
	ABI class: X.Org Video Driver, version 1.1
(--) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 10de,0547 card 147b,1c2f rev a2 class 05,00,00 hdr 00
(II) PCI: 00:01:0: chip 10de,0548 card 147b,1c2f rev a2 class 06,01,00 hdr 80
(II) PCI: 00:01:1: chip 10de,0542 card 147b,1c2f rev a2 class 0c,05,00 hdr 80
(II) PCI: 00:01:2: chip 10de,0541 card 147b,1c2f rev a2 class 05,00,00 hdr 80
(II) PCI: 00:02:0: chip 10de,055e card 147b,1c2f rev a2 class 0c,03,10 hdr 80
(II) PCI: 00:02:1: chip 10de,055f card 147b,1c2f rev a2 class 0c,03,20 hdr 80
(II) PCI: 00:04:0: chip 10de,055e card 147b,1c2f rev a2 class 0c,03,10 hdr 80
(II) PCI: 00:04:1: chip 10de,055f card 147b,1c2f rev a2 class 0c,03,20 hdr 80
(II) PCI: 00:06:0: chip 10de,0560 card 147b,1c2f rev a1 class 01,01,8a hdr 00
(II) PCI: 00:07:0: chip 10de,055c card 147b,1c2f rev a1 class 04,03,00 hdr 80
(II) PCI: 00:08:0: chip 10de,0561 card 0000,0000 rev a2 class 06,04,01 hdr 01
(II) PCI: 00:09:0: chip 10de,0550 card 147b,1c2f rev a2 class 01,01,85 hdr 80
(II) PCI: 00:0a:0: chip 10de,054c card 147b,1c2f rev a2 class 02,00,00 hdr 00
(II) PCI: 00:0b:0: chip 10de,0562 card 0000,0000 rev a2 class 06,04,00 hdr 01
(II) PCI: 00:0c:0: chip 10de,0563 card 0000,0000 rev a2 class 06,04,00 hdr 01
(II) PCI: 00:0d:0: chip 10de,0563 card 0000,0000 rev a2 class 06,04,00 hdr 01
(II) PCI: 00:0e:0: chip 10de,0563 card 0000,0000 rev a2 class 06,04,00 hdr 01
(II) PCI: 00:0f:0: chip 10de,0563 card 0000,0000 rev a2 class 06,04,00 hdr 01
(II) PCI: 00:10:0: chip 10de,0563 card 0000,0000 rev a2 class 06,04,00 hdr 01
(II) PCI: 00:11:0: chip 10de,0563 card 0000,0000 rev a2 class 06,04,00 hdr 01
(II) PCI: 00:12:0: chip 10de,053e card 147b,1c2f rev a2 class 03,00,00 hdr 00
(II) PCI: 00:18:0: chip 1022,1100 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:1: chip 1022,1101 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:2: chip 1022,1102 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:3: chip 1022,1103 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 01:09:0: chip 1102,0004 card 1102,2002 rev 04 class 04,01,00 hdr 80
(II) PCI: 01:09:1: chip 1102,7003 card 1102,0040 rev 04 class 09,80,00 hdr 80
(II) PCI: 01:09:2: chip 1102,4001 card 1102,0010 rev 04 class 0c,00,10 hdr 80
(II) PCI: 01:0a:0: chip 17fe,2120 card 1737,0020 rev 00 class 02,00,00 hdr 00
(II) PCI: End of PCI scan
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:8:0), (0,1,1), BCTRL: 0x0204 (VGA_EN is cleared)
(II) Bus 1 I/O range:
	[0] -1	0	0x0000c000 - 0x0000c0ff (0x100) IX[b]
	[1] -1	0	0x0000c400 - 0x0000c4ff (0x100) IX[b]
	[2] -1	0	0x0000c800 - 0x0000c8ff (0x100) IX[b]
	[3] -1	0	0x0000cc00 - 0x0000ccff (0x100) IX[b]
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0	0xfd000000 - 0xfd0fffff (0x100000) MX[b]
(II) Bus 1 prefetchable memory range:
	[0] -1	0	0xfdf00000 - 0xfdffffff (0x100000) MX[b]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:11:0), (0,2,2), BCTRL: 0x0004 (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	0xfde00000 - 0xfdefffff (0x100000) MX[b]
(II) Bus 2 prefetchable memory range:
	[0] -1	0	0xfdd00000 - 0xfddfffff (0x100000) MX[b]
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:12:0), (0,3,3), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 3 I/O range:
	[0] -1	0	0x0000a000 - 0x0000a0ff (0x100) IX[b]
	[1] -1	0	0x0000a400 - 0x0000a4ff (0x100) IX[b]
	[2] -1	0	0x0000a800 - 0x0000a8ff (0x100) IX[b]
	[3] -1	0	0x0000ac00 - 0x0000acff (0x100) IX[b]
(II) Bus 3 non-prefetchable memory range:
	[0] -1	0	0xfdc00000 - 0xfdcfffff (0x100000) MX[b]
(II) Bus 3 prefetchable memory range:
	[0] -1	0	0xfdb00000 - 0xfdbfffff (0x100000) MX[b]
(II) PCI-to-PCI bridge:
(II) Bus 4: bridge is at (0:13:0), (0,4,4), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 4 I/O range:
	[0] -1	0	0x00009000 - 0x000090ff (0x100) IX[b]
	[1] -1	0	0x00009400 - 0x000094ff (0x100) IX[b]
	[2] -1	0	0x00009800 - 0x000098ff (0x100) IX[b]
	[3] -1	0	0x00009c00 - 0x00009cff (0x100) IX[b]
(II) Bus 4 non-prefetchable memory range:
	[0] -1	0	0xfda00000 - 0xfdafffff (0x100000) MX[b]
(II) Bus 4 prefetchable memory range:
	[0] -1	0	0xfd900000 - 0xfd9fffff (0x100000) MX[b]
(II) PCI-to-PCI bridge:
(II) Bus 5: bridge is at (0:14:0), (0,5,5), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 5 I/O range:
	[0] -1	0	0x00008000 - 0x000080ff (0x100) IX[b]
	[1] -1	0	0x00008400 - 0x000084ff (0x100) IX[b]
	[2] -1	0	0x00008800 - 0x000088ff (0x100) IX[b]
	[3] -1	0	0x00008c00 - 0x00008cff (0x100) IX[b]
(II) Bus 5 non-prefetchable memory range:
	[0] -1	0	0xfd800000 - 0xfd8fffff (0x100000) MX[b]
(II) Bus 5 prefetchable memory range:
	[0] -1	0	0xfd700000 - 0xfd7fffff (0x100000) MX[b]
(II) PCI-to-PCI bridge:
(II) Bus 6: bridge is at (0:15:0), (0,6,6), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 6 I/O range:
	[0] -1	0	0x00007000 - 0x000070ff (0x100) IX[b]
	[1] -1	0	0x00007400 - 0x000074ff (0x100) IX[b]
	[2] -1	0	0x00007800 - 0x000078ff (0x100) IX[b]
	[3] -1	0	0x00007c00 - 0x00007cff (0x100) IX[b]
(II) Bus 6 non-prefetchable memory range:
	[0] -1	0	0xfd600000 - 0xfd6fffff (0x100000) MX[b]
(II) Bus 6 prefetchable memory range:
	[0] -1	0	0xfd500000 - 0xfd5fffff (0x100000) MX[b]
(II) PCI-to-PCI bridge:
(II) Bus 7: bridge is at (0:16:0), (0,7,7), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 7 I/O range:
	[0] -1	0	0x00006000 - 0x000060ff (0x100) IX[b]
	[1] -1	0	0x00006400 - 0x000064ff (0x100) IX[b]
	[2] -1	0	0x00006800 - 0x000068ff (0x100) IX[b]
	[3] -1	0	0x00006c00 - 0x00006cff (0x100) IX[b]
(II) Bus 7 non-prefetchable memory range:
	[0] -1	0	0xfd400000 - 0xfd4fffff (0x100000) MX[b]
(II) Bus 7 prefetchable memory range:
	[0] -1	0	0xfd300000 - 0xfd3fffff (0x100000) MX[b]
(II) PCI-to-PCI bridge:
(II) Bus 8: bridge is at (0:17:0), (0,8,8), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 8 I/O range:
	[0] -1	0	0x00005000 - 0x000050ff (0x100) IX[b]
	[1] -1	0	0x00005400 - 0x000054ff (0x100) IX[b]
	[2] -1	0	0x00005800 - 0x000058ff (0x100) IX[b]
	[3] -1	0	0x00005c00 - 0x00005cff (0x100) IX[b]
(II) Bus 8 non-prefetchable memory range:
	[0] -1	0	0xfd200000 - 0xfd2fffff (0x100000) MX[b]
(II) Bus 8 prefetchable memory range:
	[0] -1	0	0xfd100000 - 0xfd1fffff (0x100000) MX[b]
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:24:0), (0,0,8), 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 (0x100000000) MX[b]
(II) Bus 0 prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x100000000) MX[b]
(--) PCI:*(0:18:0) nVidia Corporation unknown chipset (0x053e) rev 162, Mem @ 0xfb000000/24, 0xe0000000/28, 0xfc000000/24
(II) Addressable bus resource ranges are
	[0] -1	0	0x00000000 - 0xffffffff (0x100000000) MX[b]
	[1] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[b]
(II) OS-reported resource ranges:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[b]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[b]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[b]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[b]
	[5] -1	0	0x00000000 - 0x000000ff (0x100) IX[b]
(II) Active PCI resource ranges:
	[0] -1	0	0xfd0fe000 - 0xfd0fe7ff (0x800) MX[b]
	[1] -1	0	0xfd0f8000 - 0xfd0fbfff (0x4000) MX[b]
	[2] -1	0	0xfd0ff000 - 0xfd0ff7ff (0x800) MX[b]
	[3] -1	0	0xfe029000 - 0xfe02900f (0x10) MX[b]
	[4] -1	0	0xfe02a000 - 0xfe02a0ff (0x100) MX[b]
	[5] -1	0	0xfe02b000 - 0xfe02bfff (0x1000) MX[b]
	[6] -1	0	0xfe026000 - 0xfe027fff (0x2000) MX[b]
	[7] -1	0	0xfe020000 - 0xfe023fff (0x4000) MX[b]
	[8] -1	0	0xfe02c000 - 0xfe02c0ff (0x100) MX[b]
	[9] -1	0	0xfe02d000 - 0xfe02dfff (0x1000) MX[b]
	[10] -1	0	0xfe02e000 - 0xfe02e0ff (0x100) MX[b]
	[11] -1	0	0xfe02f000 - 0xfe02ffff (0x1000) MX[b]
	[12] -1	0	0xfc000000 - 0xfcffffff (0x1000000) MX[b](B)
	[13] -1	0	0xe0000000 - 0xefffffff (0x10000000) MX[b](B)
	[14] -1	0	0xfb000000 - 0xfbffffff (0x1000000) MX[b](B)
	[15] -1	0	0x0000c800 - 0x0000c807 (0x8) IX[b]
	[16] -1	0	0x0000cc00 - 0x0000cc3f (0x40) IX[b]
	[17] -1	0	0x0000d800 - 0x0000d807 (0x8) IX[b]
	[18] -1	0	0x0000dc00 - 0x0000dc0f (0x10) IX[b]
	[19] -1	0	0x00000b70 - 0x00000b73 (0x4) IX[b]
	[20] -1	0	0x00000970 - 0x00000977 (0x8) IX[b]
	[21] -1	0	0x00000bf0 - 0x00000bf3 (0x4) IX[b]
	[22] -1	0	0x000009f0 - 0x000009f7 (0x8) IX[b]
	[23] -1	0	0x0000f000 - 0x0000f00f (0x10) IX[b]
	[24] -1	0	0x0000f400 - 0x0000f43f (0x40) IX[b]
	[25] -1	0	0x00001c00 - 0x00001c3f (0x40) IX[b]
	[26] -1	0	0x0000fc00 - 0x0000fc3f (0x40) IX[b]
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0xfd0fe000 - 0xfd0fe7ff (0x800) MX[b]
	[1] -1	0	0xfd0f8000 - 0xfd0fbfff (0x4000) MX[b]
	[2] -1	0	0xfd0ff000 - 0xfd0ff7ff (0x800) MX[b]
	[3] -1	0	0xfe029000 - 0xfe02900f (0x10) MX[b]
	[4] -1	0	0xfe02a000 - 0xfe02a0ff (0x100) MX[b]
	[5] -1	0	0xfe02b000 - 0xfe02bfff (0x1000) MX[b]
	[6] -1	0	0xfe026000 - 0xfe027fff (0x2000) MX[b]
	[7] -1	0	0xfe020000 - 0xfe023fff (0x4000) MX[b]
	[8] -1	0	0xfe02c000 - 0xfe02c0ff (0x100) MX[b]
	[9] -1	0	0xfe02d000 - 0xfe02dfff (0x1000) MX[b]
	[10] -1	0	0xfe02e000 - 0xfe02e0ff (0x100) MX[b]
	[11] -1	0	0xfe02f000 - 0xfe02ffff (0x1000) MX[b]
	[12] -1	0	0xfc000000 - 0xfcffffff (0x1000000) MX[b](B)
	[13] -1	0	0xe0000000 - 0xefffffff (0x10000000) MX[b](B)
	[14] -1	0	0xfb000000 - 0xfbffffff (0x1000000) MX[b](B)
	[15] -1	0	0x0000c800 - 0x0000c807 (0x8) IX[b]
	[16] -1	0	0x0000cc00 - 0x0000cc3f (0x40) IX[b]
	[17] -1	0	0x0000d800 - 0x0000d807 (0x8) IX[b]
	[18] -1	0	0x0000dc00 - 0x0000dc0f (0x10) IX[b]
	[19] -1	0	0x00000b70 - 0x00000b73 (0x4) IX[b]
	[20] -1	0	0x00000970 - 0x00000977 (0x8) IX[b]
	[21] -1	0	0x00000bf0 - 0x00000bf3 (0x4) IX[b]
	[22] -1	0	0x000009f0 - 0x000009f7 (0x8) IX[b]
	[23] -1	0	0x0000f000 - 0x0000f00f (0x10) IX[b]
	[24] -1	0	0x0000f400 - 0x0000f43f (0x40) IX[b]
	[25] -1	0	0x00001c00 - 0x00001c3f (0x40) IX[b]
	[26] -1	0	0x0000fc00 - 0x0000fc3f (0x40) IX[b]
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[b]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[b]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[b]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[b]
	[5] -1	0	0x00000000 - 0x000000ff (0x100) IX[b]
(II) All system resource ranges:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[b]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[b]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[b]
	[4] -1	0	0xfd0fe000 - 0xfd0fe7ff (0x800) MX[b]
	[5] -1	0	0xfd0f8000 - 0xfd0fbfff (0x4000) MX[b]
	[6] -1	0	0xfd0ff000 - 0xfd0ff7ff (0x800) MX[b]
	[7] -1	0	0xfe029000 - 0xfe02900f (0x10) MX[b]
	[8] -1	0	0xfe02a000 - 0xfe02a0ff (0x100) MX[b]
	[9] -1	0	0xfe02b000 - 0xfe02bfff (0x1000) MX[b]
	[10] -1	0	0xfe026000 - 0xfe027fff (0x2000) MX[b]
	[11] -1	0	0xfe020000 - 0xfe023fff (0x4000) MX[b]
	[12] -1	0	0xfe02c000 - 0xfe02c0ff (0x100) MX[b]
	[13] -1	0	0xfe02d000 - 0xfe02dfff (0x1000) MX[b]
	[14] -1	0	0xfe02e000 - 0xfe02e0ff (0x100) MX[b]
	[15] -1	0	0xfe02f000 - 0xfe02ffff (0x1000) MX[b]
	[16] -1	0	0xfc000000 - 0xfcffffff (0x1000000) MX[b](B)
	[17] -1	0	0xe0000000 - 0xefffffff (0x10000000) MX[b](B)
	[18] -1	0	0xfb000000 - 0xfbffffff (0x1000000) MX[b](B)
	[19] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[b]
	[20] -1	0	0x00000000 - 0x000000ff (0x100) IX[b]
	[21] -1	0	0x0000c800 - 0x0000c807 (0x8) IX[b]
	[22] -1	0	0x0000cc00 - 0x0000cc3f (0x40) IX[b]
	[23] -1	0	0x0000d800 - 0x0000d807 (0x8) IX[b]
	[24] -1	0	0x0000dc00 - 0x0000dc0f (0x10) IX[b]
	[25] -1	0	0x00000b70 - 0x00000b73 (0x4) IX[b]
	[26] -1	0	0x00000970 - 0x00000977 (0x8) IX[b]
	[27] -1	0	0x00000bf0 - 0x00000bf3 (0x4) IX[b]
	[28] -1	0	0x000009f0 - 0x000009f7 (0x8) IX[b]
	[29] -1	0	0x0000f000 - 0x0000f00f (0x10) IX[b]
	[30] -1	0	0x0000f400 - 0x0000f43f (0x40) IX[b]
	[31] -1	0	0x00001c00 - 0x00001c3f (0x40) IX[b]
	[32] -1	0	0x0000fc00 - 0x0000fc3f (0x40) IX[b]
(II) LoadModule: "i2c"
(II) Loading /usr/lib/xorg/modules//libi2c.so
(II) Module i2c: vendor="X.Org Foundation"
	compiled for 7.2.0, module version = 1.2.0
	ABI class: X.Org Video Driver, version 1.1
(II) LoadModule: "ddc"
(II) Loading /usr/lib/xorg/modules//libddc.so
(II) Module ddc: vendor="X.Org Foundation"
	compiled for 7.2.0, module version = 1.0.0
	ABI class: X.Org Video Driver, version 1.1
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 7.2.0, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(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.2.0, module version = 2.1.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
	compiled for 4.0.2, module version = 1.0.9629
	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.2.0, module version = 1.0.0
	ABI class: X.Org Video Driver, version 1.1
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules//libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
	compiled for 7.2.0, module version = 1.1.0
	ABI class: X.Org Video Driver, version 1.1
(II) LoadModule: "nvidia"
(II) Loading /usr/lib/xorg/modules/drivers//nvidia_drv.so
(II) Module nvidia: vendor="NVIDIA Corporation"
	compiled for 4.0.2, module version = 1.0.9629
	Module class: X.Org Video Driver
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
	compiled for 7.2.0, module version = 1.1.0
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.7
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
	compiled for 7.2.0, module version = 1.1.1
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.7
(II) LoadModule: "wacom"
(II) Loading /usr/lib/xorg/modules/input//wacom_drv.so
(II) Module wacom: vendor="X.Org Foundation"
	compiled for 4.3.99.902, module version = 1.0.0
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.7
(II) Wacom driver level: 47-0.7.7-7 $
(II) NVIDIA dlloader X Driver  1.0-9629  Wed Nov  1 19:29:33 PST 2006
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 00:12: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.2.0, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.3
(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.2.0, module version = 0.1.0
	ABI class: X.Org Video Driver, version 1.1
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[b]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[b]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[b]
	[4] -1	0	0xfd0fe000 - 0xfd0fe7ff (0x800) MX[b]
	[5] -1	0	0xfd0f8000 - 0xfd0fbfff (0x4000) MX[b]
	[6] -1	0	0xfd0ff000 - 0xfd0ff7ff (0x800) MX[b]
	[7] -1	0	0xfe029000 - 0xfe02900f (0x10) MX[b]
	[8] -1	0	0xfe02a000 - 0xfe02a0ff (0x100) MX[b]
	[9] -1	0	0xfe02b000 - 0xfe02bfff (0x1000) MX[b]
	[10] -1	0	0xfe026000 - 0xfe027fff (0x2000) MX[b]
	[11] -1	0	0xfe020000 - 0xfe023fff (0x4000) MX[b]
	[12] -1	0	0xfe02c000 - 0xfe02c0ff (0x100) MX[b]
	[13] -1	0	0xfe02d000 - 0xfe02dfff (0x1000) MX[b]
	[14] -1	0	0xfe02e000 - 0xfe02e0ff (0x100) MX[b]
	[15] -1	0	0xfe02f000 - 0xfe02ffff (0x1000) MX[b]
	[16] -1	0	0xfc000000 - 0xfcffffff (0x1000000) MX[b](B)
	[17] -1	0	0xe0000000 - 0xefffffff (0x10000000) MX[b](B)
	[18] -1	0	0xfb000000 - 0xfbffffff (0x1000000) MX[b](B)
	[19] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[b]
	[20] -1	0	0x00000000 - 0x000000ff (0x100) IX[b]
	[21] -1	0	0x0000c800 - 0x0000c807 (0x8) IX[b]
	[22] -1	0	0x0000cc00 - 0x0000cc3f (0x40) IX[b]
	[23] -1	0	0x0000d800 - 0x0000d807 (0x8) IX[b]
	[24] -1	0	0x0000dc00 - 0x0000dc0f (0x10) IX[b]
	[25] -1	0	0x00000b70 - 0x00000b73 (0x4) IX[b]
	[26] -1	0	0x00000970 - 0x00000977 (0x8) IX[b]
	[27] -1	0	0x00000bf0 - 0x00000bf3 (0x4) IX[b]
	[28] -1	0	0x000009f0 - 0x000009f7 (0x8) IX[b]
	[29] -1	0	0x0000f000 - 0x0000f00f (0x10) IX[b]
	[30] -1	0	0x0000f400 - 0x0000f43f (0x40) IX[b]
	[31] -1	0	0x00001c00 - 0x00001c3f (0x40) IX[b]
	[32] -1	0	0x0000fc00 - 0x0000fc3f (0x40) IX[b]
(II) resource ranges after probing:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[b]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[b]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[b]
	[4] -1	0	0xfd0fe000 - 0xfd0fe7ff (0x800) MX[b]
	[5] -1	0	0xfd0f8000 - 0xfd0fbfff (0x4000) MX[b]
	[6] -1	0	0xfd0ff000 - 0xfd0ff7ff (0x800) MX[b]
	[7] -1	0	0xfe029000 - 0xfe02900f (0x10) MX[b]
	[8] -1	0	0xfe02a000 - 0xfe02a0ff (0x100) MX[b]
	[9] -1	0	0xfe02b000 - 0xfe02bfff (0x1000) MX[b]
	[10] -1	0	0xfe026000 - 0xfe027fff (0x2000) MX[b]
	[11] -1	0	0xfe020000 - 0xfe023fff (0x4000) MX[b]
	[12] -1	0	0xfe02c000 - 0xfe02c0ff (0x100) MX[b]
	[13] -1	0	0xfe02d000 - 0xfe02dfff (0x1000) MX[b]
	[14] -1	0	0xfe02e000 - 0xfe02e0ff (0x100) MX[b]
	[15] -1	0	0xfe02f000 - 0xfe02ffff (0x1000) MX[b]
	[16] -1	0	0xfc000000 - 0xfcffffff (0x1000000) MX[b](B)
	[17] -1	0	0xe0000000 - 0xefffffff (0x10000000) MX[b](B)
	[18] -1	0	0xfb000000 - 0xfbffffff (0x1000000) MX[b](B)
	[19] 0	0	0x000a0000 - 0x000affff (0x10000) MS[b]
	[20] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[b]
	[21] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[b]
	[22] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[b]
	[23] -1	0	0x00000000 - 0x000000ff (0x100) IX[b]
	[24] -1	0	0x0000c800 - 0x0000c807 (0x8) IX[b]
	[25] -1	0	0x0000cc00 - 0x0000cc3f (0x40) IX[b]
	[26] -1	0	0x0000d800 - 0x0000d807 (0x8) IX[b]
	[27] -1	0	0x0000dc00 - 0x0000dc0f (0x10) IX[b]
	[28] -1	0	0x00000b70 - 0x00000b73 (0x4) IX[b]
	[29] -1	0	0x00000970 - 0x00000977 (0x8) IX[b]
	[30] -1	0	0x00000bf0 - 0x00000bf3 (0x4) IX[b]
	[31] -1	0	0x000009f0 - 0x000009f7 (0x8) IX[b]
	[32] -1	0	0x0000f000 - 0x0000f00f (0x10) IX[b]
	[33] -1	0	0x0000f400 - 0x0000f43f (0x40) IX[b]
	[34] -1	0	0x00001c00 - 0x00001c3f (0x40) IX[b]
	[35] -1	0	0x0000fc00 - 0x0000fc3f (0x40) IX[b]
	[36] 0	0	0x000003b0 - 0x000003bb (0xc) IS[b]
	[37] 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): Support for GLX with the Damage and Composite X extensions is
(II) NVIDIA(0):     enabled.

Dernière modification par francois008 (Le 17/08/2007, à 05:16)

Hors ligne

#7 Le 17/08/2007, à 05:18

HymnToLife

Re : Abit AN-M2 (GeForce 7025)

francois008 a écrit :
insmod /lib/modules/2.6.20-16-generic/kernel/drivers/i2c/i2c-core.ko 
insmod /lib/modules/2.6.20-16-generic/kernel/drivers/video/nvidia.ko

Ps.: Lorsque je tente d'accéder au gestionnaire de pilotes propriétaire, on me donne cette erreur:

Vous devez installer le paquet "linux-restricted-modules-2.6.20-16-generic" pour que ce programme fonctionne.

Je peux installer ca, sans risquer de tout bouziller ?

On se fout du gestionnaire de pilotes propriétaires, c'est justement lui qui te mettait le souk. N'installe surtout pas les restricted-modules ! Tout est OK pour l'instant, c'est possible que ça soit un problème avec la sortie DVI, en effet, il faudrait tester en VGA...

Dernière modification par HymnToLife (Le 17/08/2007, à 05:18)


- Rodrigue, as-tu du cœur ?
- Non, mais j'ai du pique !

Hors ligne

#8 Le 17/08/2007, à 05:20

francois008

Re : Abit AN-M2 (GeForce 7025)

Hum, ok... Et sommairement, quel était mon problème ? (Parceque la j'ai fait ce que tu ma dis sans trop savoir pourquoi et dans quel but... j'aimerais bien ne plus avoir à te déranger pour ca!)


Pour l'écran noir:
Quelqu'un pourrait me poster un xorg.conf d'une carte nvidia qui fonctionne avec la sortie DVI question que je vérifie si j'ai pas oublié un truc ?

Hors ligne

#9 Le 17/08/2007, à 05:24

HymnToLife

Re : Abit AN-M2 (GeForce 7025)

francois008 a écrit :

Hum, ok... Et sommairement, quel était mon problème ? (Parceque la j'ai fait ce que tu ma dis sans trop savoir pourquoi et dans quel but... j'aimerais bien ne plus avoir à te déranger pour ca!)

Conflit entre le pilote des paquets Ubuntu (linux-restricted-modules + nvidia-glx) et ceux que tu as installés. C'est pour ça qu'il ne faut surtout pas réinstaller les restricted-modules.


- Rodrigue, as-tu du cœur ?
- Non, mais j'ai du pique !

Hors ligne

#10 Le 17/08/2007, à 05:55

francois008

Re : Abit AN-M2 (GeForce 7025)

Et tu as détecté se conflit comment (en te basant sur quelle données/informations ?)

Hors ligne

#11 Le 17/08/2007, à 06:02

HymnToLife

Re : Abit AN-M2 (GeForce 7025)

C'est en quelque sorte de notoriété publique ^^ Tous ceux qui ont essayé d'installer depuis les paquets .run de nvidia sous Feisty+ ont eu le même problème.


- Rodrigue, as-tu du cœur ?
- Non, mais j'ai du pique !

Hors ligne

#12 Le 17/08/2007, à 06:06

francois008

Re : Abit AN-M2 (GeForce 7025)

Étrange. Quoi qu'il en soit, je transmetterais l'info si je voient des gens avec les mêmes troubles que moi.

Reste maintenant à avoir une image sur cette jolie écran toute noir.

Il existe de la DOC pour connaitre toutes les options existante pour la section Device du xorg.conf ?

J'ai trouvé ces 2 la, mais ca règle pas mon cas:

    Option "ConnectedMonitor" "DFP"
    Option "UseDisplayDevice" "DFP"

Et j'ai aussi remarqué qu'avec le BusID, j'ai une erreur dans le log, mais sans, j'ai pas d'erreur et un écran noir.

Hors ligne

#13 Le 17/08/2007, à 18:53

francois008

Re : Abit AN-M2 (GeForce 7025)

Bon.
Selon lspci | grep VGA, mon BusId devrait être à 0:12:0.

Sous les pilote VESA:
12 == Device not found
18 == OK
rien == OK

Sous les pilotes NVIDIA:
12 == Device not found
18 == Écran noir
rien == Écran noir

J'ai fais un petit essaie:
- j'ai tenté de créer un mode TwinView en Clone pour essayer d'avoir un signal dans chacune de mes 2 sorties... jusqu'ici c'est un échec.
- J'ai tenté de supprimer xorg.conf, et de laisser X s'en générer un tout seul
- J'ai tenté avec nvidia-xconfig
- J'ai tenté avec X -configure

^^ Mais en vain.


J'ai remarqué que cette erreur était souvent présente dans les logs:
(EE) Failed to initialize GLX extension (Compatible NVIDIA X driver not found)


Je sais que tu m'a fais faire ceci:

sudo apt-get remove --purge nvidia-glx*

Ca pourrait expliquer quelque chose ?


Voici mon xorg.conf qui me donne un joli écran noir:

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder26)  Wed Nov  1 19:48:05 PST 2006

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
    RgbPath         "/usr/lib/X11/rgb"
EndSection

Section "Module"
    Load           "dbe"
    Load           "extmod"
    Load           "type1"
    Load           "freetype"
    Load           "glx"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       30.0 - 110.0
    VertRefresh     50.0 - 150.0
    Option         "DPMS"
EndSection


Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BusID          "PCI:0:12:0"
    Option "ConnectedMonitor"         "DFP, DFP"
    Option "TwinView"                 "true"
    Option "TwinViewOrientation"      "Clone"
    Option "MetaModes"                "1280x1024, 1280x1024"
    # Option "SecondMonitorHorizSync"   "30.0 - 110.0"
    # Option "SecondMonitorVertSync"    "55.0 - 150.0"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
        Modes      "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Dernière modification par francois008 (Le 17/08/2007, à 18:56)

Hors ligne

#14 Le 17/08/2007, à 19:37

HymnToLife

Re : Abit AN-M2 (GeForce 7025)

francois008 a écrit :

J'ai remarqué que cette erreur était souvent présente dans les logs:
(EE) Failed to initialize GLX extension (Compatible NVIDIA X driver not found)


Je sais que tu m'a fais faire ceci:

sudo apt-get remove --purge nvidia-glx*

Ca pourrait expliquer quelque chose ?

Si tu as correctement réinstallé tes driver nvidia, non. Par contre, moi, ce qui me gêne, c'est ta section "Files" qui m'a l'air bien vide. Généralement, ça ressemble plutôt à ça :

Section "Files"
        RgbPath         "/etc/X11/rgb"
        ModulePath      "/usr/lib/xorg/modules"
        FontPath        "/usr/share/fonts/X11/misc"
        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"
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
        FontPath        "/data/mfb/software/fonts"
EndSection

Dernière modification par HymnToLife (Le 17/08/2007, à 19:50)


- Rodrigue, as-tu du cœur ?
- Non, mais j'ai du pique !

Hors ligne

#15 Le 17/08/2007, à 19:41

francois008

Re : Abit AN-M2 (GeForce 7025)

ModulePath      "/usr/lib/xorg/modules"

C'est pas la dedans que les drivers NVidia sont stockés ? (Comme glx par exemple...)

Je copie-colle et je retente.

Hors ligne

#16 Le 17/08/2007, à 20:07

francois008

Re : Abit AN-M2 (GeForce 7025)

La j'suis tout mélanger avec les BusID, semble que 12, ca soit finalement le bon.

Enfin bref, Avec les ajout, l'écran est toujours noir, mais j'ai droit à un *BEEP!* en plus

Je redémarre et j'ai ceci dans les logs (remarque qu'il n'y a plus d'erreur au sujet de GLX):

Xorg.0.log:

X Window System Version 7.2.0
Release Date: 22 January 2007
X Protocol Version 11, Revision 0, Release 7.2
Build Operating System: Linux Ubuntu
Current Operating System: Linux fmaz-desktop 2.6.20-16-generic #2 SMP Thu Jun 7 19:00:28 UTC 2007 x86_64
Build Date: 04 April 2007
	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: Fri Aug 17 13:53:38 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Layout0"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Device0"
(**) |-->Input Device "Keyboard0"
(**) |-->Input Device "Mouse0"
(WW) The directory "/data/mfb/software/fonts" does not exist.
	Entry deleted from font path.
(**) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
	/usr/share/fonts/X11/misc,
	/usr/X11R6/lib/X11/fonts/misc,
	/usr/share/fonts/X11/cyrillic,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/X11R6/lib/X11/fonts/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
(**) RgbPath set to "/usr/lib/X11/rgb"
(**) ModulePath set to "/usr/lib/xorg/modules"
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x7a16e0
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.3
	X.Org Video Driver: 1.1
	X.Org XInput driver : 0.7
	X.Org Server Extension : 0.3
	X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
	compiled for 7.2.0, module version = 1.0.0
	ABI class: X.Org Video Driver, version 1.1
(--) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 10de,0547 card 147b,1c2f rev a2 class 05,00,00 hdr 00
(II) PCI: 00:01:0: chip 10de,0548 card 147b,1c2f rev a2 class 06,01,00 hdr 80
(II) PCI: 00:01:1: chip 10de,0542 card 147b,1c2f rev a2 class 0c,05,00 hdr 80
(II) PCI: 00:01:2: chip 10de,0541 card 147b,1c2f rev a2 class 05,00,00 hdr 80
(II) PCI: 00:02:0: chip 10de,055e card 147b,1c2f rev a2 class 0c,03,10 hdr 80
(II) PCI: 00:02:1: chip 10de,055f card 147b,1c2f rev a2 class 0c,03,20 hdr 80
(II) PCI: 00:04:0: chip 10de,055e card 147b,1c2f rev a2 class 0c,03,10 hdr 80
(II) PCI: 00:04:1: chip 10de,055f card 147b,1c2f rev a2 class 0c,03,20 hdr 80
(II) PCI: 00:06:0: chip 10de,0560 card 147b,1c2f rev a1 class 01,01,8a hdr 00
(II) PCI: 00:07:0: chip 10de,055c card 147b,1c2f rev a1 class 04,03,00 hdr 80
(II) PCI: 00:08:0: chip 10de,0561 card 0000,0000 rev a2 class 06,04,01 hdr 01
(II) PCI: 00:09:0: chip 10de,0550 card 147b,1c2f rev a2 class 01,01,85 hdr 80
(II) PCI: 00:0a:0: chip 10de,054c card 147b,1c2f rev a2 class 02,00,00 hdr 00
(II) PCI: 00:0b:0: chip 10de,0562 card 0000,0000 rev a2 class 06,04,00 hdr 01
(II) PCI: 00:0c:0: chip 10de,0563 card 0000,0000 rev a2 class 06,04,00 hdr 01
(II) PCI: 00:0d:0: chip 10de,0563 card 0000,0000 rev a2 class 06,04,00 hdr 01
(II) PCI: 00:0e:0: chip 10de,0563 card 0000,0000 rev a2 class 06,04,00 hdr 01
(II) PCI: 00:0f:0: chip 10de,0563 card 0000,0000 rev a2 class 06,04,00 hdr 01
(II) PCI: 00:10:0: chip 10de,0563 card 0000,0000 rev a2 class 06,04,00 hdr 01
(II) PCI: 00:11:0: chip 10de,0563 card 0000,0000 rev a2 class 06,04,00 hdr 01
(II) PCI: 00:12:0: chip 10de,053e card 147b,1c2f rev a2 class 03,00,00 hdr 00
(II) PCI: 00:18:0: chip 1022,1100 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:1: chip 1022,1101 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:2: chip 1022,1102 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:3: chip 1022,1103 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 01:09:0: chip 1102,0004 card 1102,2002 rev 04 class 04,01,00 hdr 80
(II) PCI: 01:09:1: chip 1102,7003 card 1102,0040 rev 04 class 09,80,00 hdr 80
(II) PCI: 01:09:2: chip 1102,4001 card 1102,0010 rev 04 class 0c,00,10 hdr 80
(II) PCI: 01:0a:0: chip 17fe,2120 card 1737,0020 rev 00 class 02,00,00 hdr 00
(II) PCI: End of PCI scan
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:8:0), (0,1,1), BCTRL: 0x0204 (VGA_EN is cleared)
(II) Bus 1 I/O range:
	[0] -1	0	0x0000c000 - 0x0000c0ff (0x100) IX[b]
	[1] -1	0	0x0000c400 - 0x0000c4ff (0x100) IX[b]
	[2] -1	0	0x0000c800 - 0x0000c8ff (0x100) IX[b]
	[3] -1	0	0x0000cc00 - 0x0000ccff (0x100) IX[b]
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0	0xfd000000 - 0xfd0fffff (0x100000) MX[b]
(II) Bus 1 prefetchable memory range:
	[0] -1	0	0xfdf00000 - 0xfdffffff (0x100000) MX[b]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:11:0), (0,2,2), BCTRL: 0x0004 (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	0xfde00000 - 0xfdefffff (0x100000) MX[b]
(II) Bus 2 prefetchable memory range:
	[0] -1	0	0xfdd00000 - 0xfddfffff (0x100000) MX[b]
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:12:0), (0,3,3), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 3 I/O range:
	[0] -1	0	0x0000a000 - 0x0000a0ff (0x100) IX[b]
	[1] -1	0	0x0000a400 - 0x0000a4ff (0x100) IX[b]
	[2] -1	0	0x0000a800 - 0x0000a8ff (0x100) IX[b]
	[3] -1	0	0x0000ac00 - 0x0000acff (0x100) IX[b]
(II) Bus 3 non-prefetchable memory range:
	[0] -1	0	0xfdc00000 - 0xfdcfffff (0x100000) MX[b]
(II) Bus 3 prefetchable memory range:
	[0] -1	0	0xfdb00000 - 0xfdbfffff (0x100000) MX[b]
(II) PCI-to-PCI bridge:
(II) Bus 4: bridge is at (0:13:0), (0,4,4), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 4 I/O range:
	[0] -1	0	0x00009000 - 0x000090ff (0x100) IX[b]
	[1] -1	0	0x00009400 - 0x000094ff (0x100) IX[b]
	[2] -1	0	0x00009800 - 0x000098ff (0x100) IX[b]
	[3] -1	0	0x00009c00 - 0x00009cff (0x100) IX[b]
(II) Bus 4 non-prefetchable memory range:
	[0] -1	0	0xfda00000 - 0xfdafffff (0x100000) MX[b]
(II) Bus 4 prefetchable memory range:
	[0] -1	0	0xfd900000 - 0xfd9fffff (0x100000) MX[b]
(II) PCI-to-PCI bridge:
(II) Bus 5: bridge is at (0:14:0), (0,5,5), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 5 I/O range:
	[0] -1	0	0x00008000 - 0x000080ff (0x100) IX[b]
	[1] -1	0	0x00008400 - 0x000084ff (0x100) IX[b]
	[2] -1	0	0x00008800 - 0x000088ff (0x100) IX[b]
	[3] -1	0	0x00008c00 - 0x00008cff (0x100) IX[b]
(II) Bus 5 non-prefetchable memory range:
	[0] -1	0	0xfd800000 - 0xfd8fffff (0x100000) MX[b]
(II) Bus 5 prefetchable memory range:
	[0] -1	0	0xfd700000 - 0xfd7fffff (0x100000) MX[b]
(II) PCI-to-PCI bridge:
(II) Bus 6: bridge is at (0:15:0), (0,6,6), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 6 I/O range:
	[0] -1	0	0x00007000 - 0x000070ff (0x100) IX[b]
	[1] -1	0	0x00007400 - 0x000074ff (0x100) IX[b]
	[2] -1	0	0x00007800 - 0x000078ff (0x100) IX[b]
	[3] -1	0	0x00007c00 - 0x00007cff (0x100) IX[b]
(II) Bus 6 non-prefetchable memory range:
	[0] -1	0	0xfd600000 - 0xfd6fffff (0x100000) MX[b]
(II) Bus 6 prefetchable memory range:
	[0] -1	0	0xfd500000 - 0xfd5fffff (0x100000) MX[b]
(II) PCI-to-PCI bridge:
(II) Bus 7: bridge is at (0:16:0), (0,7,7), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 7 I/O range:
	[0] -1	0	0x00006000 - 0x000060ff (0x100) IX[b]
	[1] -1	0	0x00006400 - 0x000064ff (0x100) IX[b]
	[2] -1	0	0x00006800 - 0x000068ff (0x100) IX[b]
	[3] -1	0	0x00006c00 - 0x00006cff (0x100) IX[b]
(II) Bus 7 non-prefetchable memory range:
	[0] -1	0	0xfd400000 - 0xfd4fffff (0x100000) MX[b]
(II) Bus 7 prefetchable memory range:
	[0] -1	0	0xfd300000 - 0xfd3fffff (0x100000) MX[b]
(II) PCI-to-PCI bridge:
(II) Bus 8: bridge is at (0:17:0), (0,8,8), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 8 I/O range:
	[0] -1	0	0x00005000 - 0x000050ff (0x100) IX[b]
	[1] -1	0	0x00005400 - 0x000054ff (0x100) IX[b]
	[2] -1	0	0x00005800 - 0x000058ff (0x100) IX[b]
	[3] -1	0	0x00005c00 - 0x00005cff (0x100) IX[b]
(II) Bus 8 non-prefetchable memory range:
	[0] -1	0	0xfd200000 - 0xfd2fffff (0x100000) MX[b]
(II) Bus 8 prefetchable memory range:
	[0] -1	0	0xfd100000 - 0xfd1fffff (0x100000) MX[b]
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:24:0), (0,0,8), 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 (0x100000000) MX[b]
(II) Bus 0 prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x100000000) MX[b]
(--) PCI:*(0:18:0) nVidia Corporation unknown chipset (0x053e) rev 162, Mem @ 0xfb000000/24, 0xe0000000/28, 0xfc000000/24
(II) Addressable bus resource ranges are
	[0] -1	0	0x00000000 - 0xffffffff (0x100000000) MX[b]
	[1] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[b]
(II) OS-reported resource ranges:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[b]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[b]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[b]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[b]
	[5] -1	0	0x00000000 - 0x000000ff (0x100) IX[b]
(II) Active PCI resource ranges:
	[0] -1	0	0xfd0fe000 - 0xfd0fe7ff (0x800) MX[b]
	[1] -1	0	0xfd0f8000 - 0xfd0fbfff (0x4000) MX[b]
	[2] -1	0	0xfd0ff000 - 0xfd0ff7ff (0x800) MX[b]
	[3] -1	0	0xfe029000 - 0xfe02900f (0x10) MX[b]
	[4] -1	0	0xfe02a000 - 0xfe02a0ff (0x100) MX[b]
	[5] -1	0	0xfe02b000 - 0xfe02bfff (0x1000) MX[b]
	[6] -1	0	0xfe026000 - 0xfe027fff (0x2000) MX[b]
	[7] -1	0	0xfe020000 - 0xfe023fff (0x4000) MX[b]
	[8] -1	0	0xfe02c000 - 0xfe02c0ff (0x100) MX[b]
	[9] -1	0	0xfe02d000 - 0xfe02dfff (0x1000) MX[b]
	[10] -1	0	0xfe02e000 - 0xfe02e0ff (0x100) MX[b]
	[11] -1	0	0xfe02f000 - 0xfe02ffff (0x1000) MX[b]
	[12] -1	0	0xfc000000 - 0xfcffffff (0x1000000) MX[b](B)
	[13] -1	0	0xe0000000 - 0xefffffff (0x10000000) MX[b](B)
	[14] -1	0	0xfb000000 - 0xfbffffff (0x1000000) MX[b](B)
	[15] -1	0	0x0000c800 - 0x0000c807 (0x8) IX[b]
	[16] -1	0	0x0000cc00 - 0x0000cc3f (0x40) IX[b]
	[17] -1	0	0x0000d800 - 0x0000d807 (0x8) IX[b]
	[18] -1	0	0x0000dc00 - 0x0000dc0f (0x10) IX[b]
	[19] -1	0	0x00000b70 - 0x00000b73 (0x4) IX[b]
	[20] -1	0	0x00000970 - 0x00000977 (0x8) IX[b]
	[21] -1	0	0x00000bf0 - 0x00000bf3 (0x4) IX[b]
	[22] -1	0	0x000009f0 - 0x000009f7 (0x8) IX[b]
	[23] -1	0	0x0000f000 - 0x0000f00f (0x10) IX[b]
	[24] -1	0	0x0000f400 - 0x0000f43f (0x40) IX[b]
	[25] -1	0	0x00001c00 - 0x00001c3f (0x40) IX[b]
	[26] -1	0	0x0000fc00 - 0x0000fc3f (0x40) IX[b]
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0xfd0fe000 - 0xfd0fe7ff (0x800) MX[b]
	[1] -1	0	0xfd0f8000 - 0xfd0fbfff (0x4000) MX[b]
	[2] -1	0	0xfd0ff000 - 0xfd0ff7ff (0x800) MX[b]
	[3] -1	0	0xfe029000 - 0xfe02900f (0x10) MX[b]
	[4] -1	0	0xfe02a000 - 0xfe02a0ff (0x100) MX[b]
	[5] -1	0	0xfe02b000 - 0xfe02bfff (0x1000) MX[b]
	[6] -1	0	0xfe026000 - 0xfe027fff (0x2000) MX[b]
	[7] -1	0	0xfe020000 - 0xfe023fff (0x4000) MX[b]
	[8] -1	0	0xfe02c000 - 0xfe02c0ff (0x100) MX[b]
	[9] -1	0	0xfe02d000 - 0xfe02dfff (0x1000) MX[b]
	[10] -1	0	0xfe02e000 - 0xfe02e0ff (0x100) MX[b]
	[11] -1	0	0xfe02f000 - 0xfe02ffff (0x1000) MX[b]
	[12] -1	0	0xfc000000 - 0xfcffffff (0x1000000) MX[b](B)
	[13] -1	0	0xe0000000 - 0xefffffff (0x10000000) MX[b](B)
	[14] -1	0	0xfb000000 - 0xfbffffff (0x1000000) MX[b](B)
	[15] -1	0	0x0000c800 - 0x0000c807 (0x8) IX[b]
	[16] -1	0	0x0000cc00 - 0x0000cc3f (0x40) IX[b]
	[17] -1	0	0x0000d800 - 0x0000d807 (0x8) IX[b]
	[18] -1	0	0x0000dc00 - 0x0000dc0f (0x10) IX[b]
	[19] -1	0	0x00000b70 - 0x00000b73 (0x4) IX[b]
	[20] -1	0	0x00000970 - 0x00000977 (0x8) IX[b]
	[21] -1	0	0x00000bf0 - 0x00000bf3 (0x4) IX[b]
	[22] -1	0	0x000009f0 - 0x000009f7 (0x8) IX[b]
	[23] -1	0	0x0000f000 - 0x0000f00f (0x10) IX[b]
	[24] -1	0	0x0000f400 - 0x0000f43f (0x40) IX[b]
	[25] -1	0	0x00001c00 - 0x00001c3f (0x40) IX[b]
	[26] -1	0	0x0000fc00 - 0x0000fc3f (0x40) IX[b]
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[b]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[b]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[b]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[b]
	[5] -1	0	0x00000000 - 0x000000ff (0x100) IX[b]
(II) All system resource ranges:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[b]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[b]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[b]
	[4] -1	0	0xfd0fe000 - 0xfd0fe7ff (0x800) MX[b]
	[5] -1	0	0xfd0f8000 - 0xfd0fbfff (0x4000) MX[b]
	[6] -1	0	0xfd0ff000 - 0xfd0ff7ff (0x800) MX[b]
	[7] -1	0	0xfe029000 - 0xfe02900f (0x10) MX[b]
	[8] -1	0	0xfe02a000 - 0xfe02a0ff (0x100) MX[b]
	[9] -1	0	0xfe02b000 - 0xfe02bfff (0x1000) MX[b]
	[10] -1	0	0xfe026000 - 0xfe027fff (0x2000) MX[b]
	[11] -1	0	0xfe020000 - 0xfe023fff (0x4000) MX[b]
	[12] -1	0	0xfe02c000 - 0xfe02c0ff (0x100) MX[b]
	[13] -1	0	0xfe02d000 - 0xfe02dfff (0x1000) MX[b]
	[14] -1	0	0xfe02e000 - 0xfe02e0ff (0x100) MX[b]
	[15] -1	0	0xfe02f000 - 0xfe02ffff (0x1000) MX[b]
	[16] -1	0	0xfc000000 - 0xfcffffff (0x1000000) MX[b](B)
	[17] -1	0	0xe0000000 - 0xefffffff (0x10000000) MX[b](B)
	[18] -1	0	0xfb000000 - 0xfbffffff (0x1000000) MX[b](B)
	[19] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[b]
	[20] -1	0	0x00000000 - 0x000000ff (0x100) IX[b]
	[21] -1	0	0x0000c800 - 0x0000c807 (0x8) IX[b]
	[22] -1	0	0x0000cc00 - 0x0000cc3f (0x40) IX[b]
	[23] -1	0	0x0000d800 - 0x0000d807 (0x8) IX[b]
	[24] -1	0	0x0000dc00 - 0x0000dc0f (0x10) IX[b]
	[25] -1	0	0x00000b70 - 0x00000b73 (0x4) IX[b]
	[26] -1	0	0x00000970 - 0x00000977 (0x8) IX[b]
	[27] -1	0	0x00000bf0 - 0x00000bf3 (0x4) IX[b]
	[28] -1	0	0x000009f0 - 0x000009f7 (0x8) IX[b]
	[29] -1	0	0x0000f000 - 0x0000f00f (0x10) IX[b]
	[30] -1	0	0x0000f400 - 0x0000f43f (0x40) IX[b]
	[31] -1	0	0x00001c00 - 0x00001c3f (0x40) IX[b]
	[32] -1	0	0x0000fc00 - 0x0000fc3f (0x40) IX[b]
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
	compiled for 7.2.0, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 7.2.0, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(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: "type1"
(II) Loading /usr/lib/xorg/modules//fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
	compiled for 7.2.0, module version = 1.0.2
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Type1
(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.2.0, module version = 2.1.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
	compiled for 4.0.2, module version = 1.0.9629
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "nvidia"
(II) Loading /usr/lib/xorg/modules/drivers//nvidia_drv.so
(II) Module nvidia: vendor="NVIDIA Corporation"
	compiled for 4.0.2, module version = 1.0.9629
	Module class: X.Org Video Driver
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
	compiled for 7.2.0, module version = 1.1.0
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.7
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
	compiled for 7.2.0, module version = 1.1.1
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.7
(II) NVIDIA dlloader X Driver  1.0-9629  Wed Nov  1 19:29:33 PST 2006
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 00:12:0
(--) 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.2.0, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.3
(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.2.0, module version = 0.1.0
	ABI class: X.Org Video Driver, version 1.1
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[b]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[b]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[b]
	[4] -1	0	0xfd0fe000 - 0xfd0fe7ff (0x800) MX[b]
	[5] -1	0	0xfd0f8000 - 0xfd0fbfff (0x4000) MX[b]
	[6] -1	0	0xfd0ff000 - 0xfd0ff7ff (0x800) MX[b]
	[7] -1	0	0xfe029000 - 0xfe02900f (0x10) MX[b]
	[8] -1	0	0xfe02a000 - 0xfe02a0ff (0x100) MX[b]
	[9] -1	0	0xfe02b000 - 0xfe02bfff (0x1000) MX[b]
	[10] -1	0	0xfe026000 - 0xfe027fff (0x2000) MX[b]
	[11] -1	0	0xfe020000 - 0xfe023fff (0x4000) MX[b]
	[12] -1	0	0xfe02c000 - 0xfe02c0ff (0x100) MX[b]
	[13] -1	0	0xfe02d000 - 0xfe02dfff (0x1000) MX[b]
	[14] -1	0	0xfe02e000 - 0xfe02e0ff (0x100) MX[b]
	[15] -1	0	0xfe02f000 - 0xfe02ffff (0x1000) MX[b]
	[16] -1	0	0xfc000000 - 0xfcffffff (0x1000000) MX[b](B)
	[17] -1	0	0xe0000000 - 0xefffffff (0x10000000) MX[b](B)
	[18] -1	0	0xfb000000 - 0xfbffffff (0x1000000) MX[b](B)
	[19] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[b]
	[20] -1	0	0x00000000 - 0x000000ff (0x100) IX[b]
	[21] -1	0	0x0000c800 - 0x0000c807 (0x8) IX[b]
	[22] -1	0	0x0000cc00 - 0x0000cc3f (0x40) IX[b]
	[23] -1	0	0x0000d800 - 0x0000d807 (0x8) IX[b]
	[24] -1	0	0x0000dc00 - 0x0000dc0f (0x10) IX[b]
	[25] -1	0	0x00000b70 - 0x00000b73 (0x4) IX[b]
	[26] -1	0	0x00000970 - 0x00000977 (0x8) IX[b]
	[27] -1	0	0x00000bf0 - 0x00000bf3 (0x4) IX[b]
	[28] -1	0	0x000009f0 - 0x000009f7 (0x8) IX[b]
	[29] -1	0	0x0000f000 - 0x0000f00f (0x10) IX[b]
	[30] -1	0	0x0000f400 - 0x0000f43f (0x40) IX[b]
	[31] -1	0	0x00001c00 - 0x00001c3f (0x40) IX[b]
	[32] -1	0	0x0000fc00 - 0x0000fc3f (0x40) IX[b]
(II) resource ranges after probing:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[b]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[b]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[b]
	[4] -1	0	0xfd0fe000 - 0xfd0fe7ff (0x800) MX[b]
	[5] -1	0	0xfd0f8000 - 0xfd0fbfff (0x4000) MX[b]
	[6] -1	0	0xfd0ff000 - 0xfd0ff7ff (0x800) MX[b]
	[7] -1	0	0xfe029000 - 0xfe02900f (0x10) MX[b]
	[8] -1	0	0xfe02a000 - 0xfe02a0ff (0x100) MX[b]
	[9] -1	0	0xfe02b000 - 0xfe02bfff (0x1000) MX[b]
	[10] -1	0	0xfe026000 - 0xfe027fff (0x2000) MX[b]
	[11] -1	0	0xfe020000 - 0xfe023fff (0x4000) MX[b]
	[12] -1	0	0xfe02c000 - 0xfe02c0ff (0x100) MX[b]
	[13] -1	0	0xfe02d000 - 0xfe02dfff (0x1000) MX[b]
	[14] -1	0	0xfe02e000 - 0xfe02e0ff (0x100) MX[b]
	[15] -1	0	0xfe02f000 - 0xfe02ffff (0x1000) MX[b]
	[16] -1	0	0xfc000000 - 0xfcffffff (0x1000000) MX[b](B)
	[17] -1	0	0xe0000000 - 0xefffffff (0x10000000) MX[b](B)
	[18] -1	0	0xfb000000 - 0xfbffffff (0x1000000) MX[b](B)
	[19] 0	0	0x000a0000 - 0x000affff (0x10000) MS[b]
	[20] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[b]
	[21] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[b]
	[22] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[b]
	[23] -1	0	0x00000000 - 0x000000ff (0x100) IX[b]
	[24] -1	0	0x0000c800 - 0x0000c807 (0x8) IX[b]
	[25] -1	0	0x0000cc00 - 0x0000cc3f (0x40) IX[b]
	[26] -1	0	0x0000d800 - 0x0000d807 (0x8) IX[b]
	[27] -1	0	0x0000dc00 - 0x0000dc0f (0x10) IX[b]
	[28] -1	0	0x00000b70 - 0x00000b73 (0x4) IX[b]
	[29] -1	0	0x00000970 - 0x00000977 (0x8) IX[b]
	[30] -1	0	0x00000bf0 - 0x00000bf3 (0x4) IX[b]
	[31] -1	0	0x000009f0 - 0x000009f7 (0x8) IX[b]
	[32] -1	0	0x0000f000 - 0x0000f00f (0x10) IX[b]
	[33] -1	0	0x0000f400 - 0x0000f43f (0x40) IX[b]
	[34] -1	0	0x00001c00 - 0x00001c3f (0x40) IX[b]
	[35] -1	0	0x0000fc00 - 0x0000fc3f (0x40) IX[b]
	[36] 0	0	0x000003b0 - 0x000003bb (0xc) IS[b]
	[37] 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): Option "ConnectedMonitor" "DFP, DFP"
(**) NVIDIA(0): Option "TwinView" "true"
(**) NVIDIA(0): Option "TwinViewOrientation" "Clone"
(**) NVIDIA(0): Option "MetaModes" "1280x1024, 1280x1024"
(**) NVIDIA(0): Enabling RENDER acceleration
(**) NVIDIA(0): TwinView enabled
(**) NVIDIA(0): ConnectedMonitor string: "DFP, DFP"
(II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
(II) NVIDIA(0):     enabled.

Fichier xorg.conf dont il est question:

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder26)  Wed Nov  1 19:48:05 PST 2006

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
    RgbPath         "/usr/lib/X11/rgb"
        ModulePath      "/usr/lib/xorg/modules"
        FontPath        "/usr/share/fonts/X11/misc"
        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"
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
        FontPath        "/data/mfb/software/fonts"
EndSection

Section "Module"
    Load           "dbe"
    Load           "extmod"
    Load           "type1"
    Load           "freetype"
    Load           "glx"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       30.0 - 110.0
    VertRefresh     50.0 - 150.0
    Option         "DPMS"
EndSection


Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BusID          "PCI:0:18:0"
    Option "ConnectedMonitor"         "DFP, DFP"
    Option "TwinView"                 "true"
    Option "TwinViewOrientation"      "Clone"
    Option "MetaModes"                "1280x1024, 1280x1024"
    # Option "SecondMonitorHorizSync"   "30.0 - 110.0"
    # Option "SecondMonitorVertSync"    "55.0 - 150.0"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
        Modes      "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Une idée ?

Hors ligne