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 23/10/2007, à 12:58

ledragonBleu

Redémarage sur mauvaise résolution

Voila, je viens d'installer Ubuntu 7.10, j'ai activé le driver de ma carte nVidia et les effets marches comme il
faut, mais voila, chaque fois que je redémarre ma sessions, la résolution de mon écran se met à 1440 sur 900 alors que je l'est mise à 1680 sur 1050. Quelqu'un aurait-il la solution?

Hors ligne

#2 Le 23/10/2007, à 18:15

inbox

Re : Redémarage sur mauvaise résolution

Colles voir le résultat de

gedit /etc/X11/xorg.conf

Un problème résolu ? Indiquez le en modifiant le titre du sujet.

Hors ligne

#3 Le 23/10/2007, à 19:40

ledragonBleu

Re : Redémarage sur mauvaise résolution

voila

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

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"ch"
	Option		"XkbVariant"	"fr"
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	"Synaptics Touchpad"
	Driver		"synaptics"
	Option		"SendCoreEvents"	"true"
	Option		"Device"	"/dev/psaux"
	Option		"Protocol"	"auto-dev"
	Option		"HorizEdgeScroll"	"0"
EndSection

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

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

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

Section "Device"
	Identifier	"nVidia Corporation G72M [Quadro NVS 110M/GeForce Go 7300]"
	Boardname	"NVIDIA GeForce 7 Series"
	Busid		"PCI:1:0:0"
	Driver		"nvidia"
	Screen	0
	Vendorname	"NVIDIA"
EndSection

Section "Monitor"
	Identifier	"Écran générique"
	Vendorname	"Generic LCD Display"
	Modelname	"LCD Panel 1680x1050"
	Horizsync	31.5-65.5
	Vertrefresh	56.0 - 65.0
  modeline  "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
  modeline  "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
  modeline  "1280x768@60" 80.14 1280 1344 1480 1680 768 769 772 795 -hsync +vsync
  modeline  "1280x720@60" 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync
  modeline  "1280x800@60" 83.46 1280 1344 1480 1680 800 801 804 828 -hsync +vsync
  modeline  "1440x900@60" 106.47 1440 1520 1672 1904 900 901 904 932 -hsync +vsync
  modeline  "1600x1024@60" 136.36 1600 1704 1872 2144 1024 1025 1028 1060 -hsync +vsync
  modeline  "1680x1050@60" 147.14 1680 1784 1968 2256 1050 1051 1054 1087 -hsync +vsync
	Gamma	1.0
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"nVidia Corporation G72M [Quadro NVS 110M/GeForce Go 7300]"
	Monitor		"Écran générique"
	Defaultdepth	24
	SubSection "Display"
		Depth	24
		Virtual	1680	1050
		Modes		"1680x1050@60"	"1600x1024@60"	"1440x900@60"	"1280x800@60"	"1280x720@60"	"1280x768@60"	"800x600@60"	"800x600@56"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
  screen 0 "Default Screen" 0 0
	Inputdevice	"Generic Keyboard"
	Inputdevice	"Configured Mouse"
	
	# Uncomment if you have a wacom tablet
	#	InputDevice     "stylus"	"SendCoreEvents"
	#	InputDevice     "cursor"	"SendCoreEvents"
	#	InputDevice     "eraser"	"SendCoreEvents"
	Inputdevice	"Synaptics Touchpad"
EndSection
Section "Module"
	Load		"glx"
	Load		"v4l"
EndSection
Section "device" #                            
	Identifier	"device1"
	Boardname	"NVIDIA GeForce 7 Series"
	Busid		"PCI:1:0:0"
	Driver		"nvidia"
	Screen	1
	Vendorname	"NVIDIA"
EndSection
Section "screen" #                            
	Identifier	"screen1"
	Device		"device1"
	Defaultdepth	24
	Monitor		"monitor1"
	SubSection "Display"
		Depth	24
		Modes		"640x480@60"
	EndSubSection
EndSection
Section "monitor" #                            
	Identifier	"monitor1"
	Vendorname	"Plug 'n' Play"
	Modelname	"Plug 'n' Play"
  modeline  "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
	Gamma	1.0
EndSection
Section "ServerFlags"
EndSection

Hors ligne

#4 Le 23/10/2007, à 20:55

Ubuntu-Noobie

Re : Redémarage sur mauvaise résolution

Ah ca m'interesse beaucoup, j'ai des problèmes pour mettre ma résolution moi aussi


"Quand on voit ce qu'on voit, qu'on entend ce qu'on entend... on a raison de penser ce qu'on pense" [coluche]

Hors ligne

#5 Le 23/10/2007, à 22:22

inbox

Re : Redémarage sur mauvaise résolution

Pour que ce soit plus clair, pour moi, colles le contenu de

gedit /var/log/Xorg.0.log

Un problème résolu ? Indiquez le en modifiant le titre du sujet.

Hors ligne

#6 Le 25/10/2007, à 11:48

ledragonBleu

Re : Redémarage sur mauvaise résolution

X Window System Version 1.3.0
Release Date: 19 April 2007
X Protocol Version 11, Revision 0, Release 1.3
Build Operating System: Linux Ubuntu (xorg-server 2:1.3.0.0.dfsg-12ubuntu8)
Current Operating System: Linux LenovoDeLuis 2.6.22-14-generic #1 SMP Sun Oct 14 23:05:12 GMT 2007 i686
Build Date: 29 September 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 Oct 25 11:26:49 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Écran générique"
(**) |   |-->Device "nVidia Corporation G72M [Quadro NVS 110M/GeForce Go 7300]"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Configured Mouse"
(**) |-->Input Device "Synaptics Touchpad"
(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
(==) RgbPath set to "/etc/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x81ea440
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.3
	X.Org Video Driver: 1.2
	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 1.3.0, module version = 1.0.0
	ABI class: X.Org Video Driver, version 1.2
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,27a0 card 17aa,2061 rev 03 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,27a1 card 0000,0000 rev 03 class 06,04,00 hdr 01
(II) PCI: 00:1b:0: chip 8086,27d8 card 17aa,2066 rev 02 class 04,03,00 hdr 00
(II) PCI: 00:1c:0: chip 8086,27d0 card 0000,0000 rev 02 class 06,04,00 hdr 81
(II) PCI: 00:1c:1: chip 8086,27d2 card 0000,0000 rev 02 class 06,04,00 hdr 81
(II) PCI: 00:1d:0: chip 8086,27c8 card 17aa,206b rev 02 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,27c9 card 17aa,206c rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,27ca card 17aa,206d rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:3: chip 8086,27cb card 17aa,206e rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,27cc card 17aa,206f rev 02 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev e2 class 06,04,01 hdr 01
(II) PCI: 00:1f:0: chip 8086,27b9 card 17aa,2071 rev 02 class 06,01,00 hdr 80
(II) PCI: 00:1f:2: chip 8086,27c4 card 17aa,2072 rev 02 class 01,01,80 hdr 00
(II) PCI: 00:1f:3: chip 8086,27da card 17aa,2073 rev 02 class 0c,05,00 hdr 00
(II) PCI: 01:00:0: chip 10de,01d7 card 17aa,2065 rev a1 class 03,00,00 hdr 00
(II) PCI: 03:00:0: chip 8086,4227 card 8086,1011 rev 02 class 02,80,00 hdr 00
(II) PCI: 05:01:0: chip 10ec,8139 card 17aa,2074 rev 10 class 02,00,00 hdr 00
(II) PCI: 05:04:0: chip 1524,1410 card 2400,0000 rev 01 class 06,07,00 hdr 02
(II) PCI: 05:06:0: chip 1180,0832 card 17aa,2076 rev 00 class 0c,00,10 hdr 80
(II) PCI: 05:06:1: chip 1180,0822 card 17aa,2077 rev 19 class 08,05,00 hdr 80
(II) PCI: 05:06:2: chip 1180,0843 card 17aa,2078 rev 01 class 08,80,00 hdr 80
(II) PCI: 05:06:3: chip 1180,0592 card 17aa,2079 rev 0a class 08,80,00 hdr 80
(II) PCI: 05:06:4: chip 1180,0852 card 17aa,207a rev 05 class 08,80,00 hdr 80
(II) PCI: End of PCI scan
(II) Intel Bridge workaround enabled
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,6), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
	[0] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[b]
(II) Bus 0 non-prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[b]
(II) Bus 0 prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[b]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x001c (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0	0xb1000000 - 0xb2ffffff (0x2000000) MX[b]
(II) Bus 1 prefetchable memory range:
	[0] -1	0	0xc0000000 - 0xcfffffff (0x10000000) MX[b]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:28:0), (0,2,2), BCTRL: 0x0004 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:28:1), (0,3,3), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 3 non-prefetchable memory range:
	[0] -1	0	0xb3000000 - 0xb30fffff (0x100000) MX[b]
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 5: bridge is at (0:30:0), (0,5,9), BCTRL: 0x0000 (VGA_EN is cleared)
(II) Bus 5 I/O range:
	[0] -1	0	0x00002000 - 0x00002fff (0x1000) IX[b]
(II) Bus 5 non-prefetchable memory range:
	[0] -1	0	0xb3100000 - 0xb31fffff (0x100000) MX[b]
(II) Bus 5 prefetchable memory range:
	[0] -1	0	0x50000000 - 0x53ffffff (0x4000000) MX[b]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-CardBus bridge:
(II) Bus 6: bridge is at (5:4:0), (5,6,9), BCTRL: 0x05c0 (VGA_EN is cleared)
(II) Bus 6 I/O range:
	[0] -1	0	0x00002400 - 0x000024ff (0x100) IX[b]
	[1] -1	0	0x00002800 - 0x000028ff (0x100) IX[b]
(II) Bus 6 prefetchable memory range:
	[0] -1	0	0x50000000 - 0x53ffffff (0x4000000) MX[b]
(--) PCI:*(1:0:0) nVidia Corporation Quadro NVS 110M / GeForce Go 7300 rev 161, Mem @ 0xb2000000/24, 0xc0000000/28, 0xb1000000/24
(II) Addressable bus resource ranges are
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[b]
	[1] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[b]
(II) OS-reported resource ranges:
	[0] -1	0	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	0xb3100400 - 0xb31004ff (0x100) MX[b]
	[1] -1	0	0xb3100800 - 0xb3100fff (0x800) MX[b]
	[2] -1	0	0xb3100000 - 0xb31000ff (0x100) MX[b]
	[3] -1	0	0xb3000000 - 0xb3000fff (0x1000) MX[b]
	[4] -1	0	0xb0004000 - 0xb00043ff (0x400) MX[b]
	[5] -1	0	0xb0000000 - 0xb0003fff (0x4000) MX[b]
	[6] -1	0	0xb1000000 - 0xb1ffffff (0x1000000) MX[b](B)
	[7] -1	0	0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
	[8] -1	0	0xb2000000 - 0xb2ffffff (0x1000000) MX[b](B)
	[9] -1	0	0x00002000 - 0x000020ff (0x100) IX[b]
	[10] -1	0	0x000018c0 - 0x000018df (0x20) IX[b]
	[11] -1	0	0x000018b0 - 0x000018bf (0x10) IX[b]
	[12] -1	0	0x000001f0 - 0x000001f0 (0x1) IX[b]
	[13] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[b]
	[14] -1	0	0x000001f0 - 0x000001f0 (0x1) IX[b]
	[15] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[b]
	[16] -1	0	0x00001860 - 0x0000187f (0x20) IX[b]
	[17] -1	0	0x00001840 - 0x0000185f (0x20) IX[b]
	[18] -1	0	0x00001820 - 0x0000183f (0x20) IX[b]
	[19] -1	0	0x00001800 - 0x0000181f (0x20) IX[b]
(II) Inactive PCI resource ranges:
	[0] -1	0	0xb3102800 - 0xb31028ff (0x100) MX[b]
	[1] -1	0	0xb3102400 - 0xb31024ff (0x100) MX[b]
	[2] -1	0	0xb3102000 - 0xb31020ff (0x100) MX[b]
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0xb3100400 - 0xb31004ff (0x100) MX[b]
	[1] -1	0	0xb3100800 - 0xb3100fff (0x800) MX[b]
	[2] -1	0	0xb3100000 - 0xb31000ff (0x100) MX[b]
	[3] -1	0	0xb3000000 - 0xb3000fff (0x1000) MX[b]
	[4] -1	0	0xb0004000 - 0xb00043ff (0x400) MX[b]
	[5] -1	0	0xb0000000 - 0xb0003fff (0x4000) MX[b]
	[6] -1	0	0xb1000000 - 0xb1ffffff (0x1000000) MX[b](B)
	[7] -1	0	0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
	[8] -1	0	0xb2000000 - 0xb2ffffff (0x1000000) MX[b](B)
	[9] -1	0	0x00002000 - 0x000020ff (0x100) IX[b]
	[10] -1	0	0x000018c0 - 0x000018df (0x20) IX[b]
	[11] -1	0	0x000018b0 - 0x000018bf (0x10) IX[b]
	[12] -1	0	0x000001f0 - 0x000001f0 (0x1) IX[b]
	[13] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[b]
	[14] -1	0	0x000001f0 - 0x000001f0 (0x1) IX[b]
	[15] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[b]
	[16] -1	0	0x00001860 - 0x0000187f (0x20) IX[b]
	[17] -1	0	0x00001840 - 0x0000185f (0x20) IX[b]
	[18] -1	0	0x00001820 - 0x0000183f (0x20) IX[b]
	[19] -1	0	0x00001800 - 0x0000181f (0x20) IX[b]
(II) Inactive PCI resource ranges after removing overlaps:
	[0] -1	0	0xb3102800 - 0xb31028ff (0x100) MX[b]
	[1] -1	0	0xb3102400 - 0xb31024ff (0x100) MX[b]
	[2] -1	0	0xb3102000 - 0xb31020ff (0x100) MX[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	0xb3100400 - 0xb31004ff (0x100) MX[b]
	[5] -1	0	0xb3100800 - 0xb3100fff (0x800) MX[b]
	[6] -1	0	0xb3100000 - 0xb31000ff (0x100) MX[b]
	[7] -1	0	0xb3000000 - 0xb3000fff (0x1000) MX[b]
	[8] -1	0	0xb0004000 - 0xb00043ff (0x400) MX[b]
	[9] -1	0	0xb0000000 - 0xb0003fff (0x4000) MX[b]
	[10] -1	0	0xb1000000 - 0xb1ffffff (0x1000000) MX[b](B)
	[11] -1	0	0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
	[12] -1	0	0xb2000000 - 0xb2ffffff (0x1000000) MX[b](B)
	[13] -1	0	0xb3102800 - 0xb31028ff (0x100) MX[b]
	[14] -1	0	0xb3102400 - 0xb31024ff (0x100) MX[b]
	[15] -1	0	0xb3102000 - 0xb31020ff (0x100) MX[b]
	[16] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[b]
	[17] -1	0	0x00000000 - 0x000000ff (0x100) IX[b]
	[18] -1	0	0x00002000 - 0x000020ff (0x100) IX[b]
	[19] -1	0	0x000018c0 - 0x000018df (0x20) IX[b]
	[20] -1	0	0x000018b0 - 0x000018bf (0x10) IX[b]
	[21] -1	0	0x000001f0 - 0x000001f0 (0x1) IX[b]
	[22] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[b]
	[23] -1	0	0x000001f0 - 0x000001f0 (0x1) IX[b]
	[24] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[b]
	[25] -1	0	0x00001860 - 0x0000187f (0x20) IX[b]
	[26] -1	0	0x00001840 - 0x0000185f (0x20) IX[b]
	[27] -1	0	0x00001820 - 0x0000183f (0x20) IX[b]
	[28] -1	0	0x00001800 - 0x0000181f (0x20) IX[b]
(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.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.1
(II) NVIDIA GLX Module  100.14.19  Wed Sep 12 14:48:02 PDT 2007
(II) Loading extension GLX
(II) LoadModule: "v4l"
(II) Loading /usr/lib/xorg/modules/drivers//v4l_drv.so
(II) Module v4l: vendor="X.Org Foundation"
	compiled for 7.2.0, module version = 0.1.1
	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 1.3.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: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
	compiled for 1.3.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: "freetype"
(II) Loading /usr/lib/xorg/modules//fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
	compiled for 1.3.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: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
	compiled for 1.3.0, module version = 1.13.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension RECORD
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
	compiled for 1.3.0, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(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.0
	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 1.3.0, module version = 1.2.1
	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 1.3.0, module version = 1.2.1
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.7
(II) LoadModule: "synaptics"
(II) Loading /usr/lib/xorg/modules/input//synaptics_drv.so
(II) Module synaptics: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 1.0.0
	Module class: XFree86 XInput Driver
	ABI class: XFree86 XInput driver, version 0.3
(II) v4l driver for Video4Linux
(II) NVIDIA dlloader X Driver  100.14.19  Wed Sep 12 14:14:20 PDT 2007
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 01:00: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 1.3.0, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "wfb"
(II) LoadModule: "wfb"
(II) Loading /usr/lib/xorg/modules//libwfb.so
(II) Module wfb: vendor="NVIDIA Corporation"
	compiled for 7.1.99.2, module version = 1.0.0
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"(II) Module already built-in
(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	0xb3100400 - 0xb31004ff (0x100) MX[b]
	[5] -1	0	0xb3100800 - 0xb3100fff (0x800) MX[b]
	[6] -1	0	0xb3100000 - 0xb31000ff (0x100) MX[b]
	[7] -1	0	0xb3000000 - 0xb3000fff (0x1000) MX[b]
	[8] -1	0	0xb0004000 - 0xb00043ff (0x400) MX[b]
	[9] -1	0	0xb0000000 - 0xb0003fff (0x4000) MX[b]
	[10] -1	0	0xb1000000 - 0xb1ffffff (0x1000000) MX[b](B)
	[11] -1	0	0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
	[12] -1	0	0xb2000000 - 0xb2ffffff (0x1000000) MX[b](B)
	[13] -1	0	0xb3102800 - 0xb31028ff (0x100) MX[b]
	[14] -1	0	0xb3102400 - 0xb31024ff (0x100) MX[b]
	[15] -1	0	0xb3102000 - 0xb31020ff (0x100) MX[b]
	[16] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[b]
	[17] -1	0	0x00000000 - 0x000000ff (0x100) IX[b]
	[18] -1	0	0x00002000 - 0x000020ff (0x100) IX[b]
	[19] -1	0	0x000018c0 - 0x000018df (0x20) IX[b]
	[20] -1	0	0x000018b0 - 0x000018bf (0x10) IX[b]
	[21] -1	0	0x000001f0 - 0x000001f0 (0x1) IX[b]
	[22] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[b]
	[23] -1	0	0x000001f0 - 0x000001f0 (0x1) IX[b]
	[24] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[b]
	[25] -1	0	0x00001860 - 0x0000187f (0x20) IX[b]
	[26] -1	0	0x00001840 - 0x0000185f (0x20) IX[b]
	[27] -1	0	0x00001820 - 0x0000183f (0x20) IX[b]
	[28] -1	0	0x00001800 - 0x0000181f (0x20) 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	0xb3100400 - 0xb31004ff (0x100) MX[b]
	[5] -1	0	0xb3100800 - 0xb3100fff (0x800) MX[b]
	[6] -1	0	0xb3100000 - 0xb31000ff (0x100) MX[b]
	[7] -1	0	0xb3000000 - 0xb3000fff (0x1000) MX[b]
	[8] -1	0	0xb0004000 - 0xb00043ff (0x400) MX[b]
	[9] -1	0	0xb0000000 - 0xb0003fff (0x4000) MX[b]
	[10] -1	0	0xb1000000 - 0xb1ffffff (0x1000000) MX[b](B)
	[11] -1	0	0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
	[12] -1	0	0xb2000000 - 0xb2ffffff (0x1000000) MX[b](B)
	[13] -1	0	0xb3102800 - 0xb31028ff (0x100) MX[b]
	[14] -1	0	0xb3102400 - 0xb31024ff (0x100) MX[b]
	[15] -1	0	0xb3102000 - 0xb31020ff (0x100) MX[b]
	[16] 0	0	0x000a0000 - 0x000affff (0x10000) MS[b]
	[17] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[b]
	[18] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[b]
	[19] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[b]
	[20] -1	0	0x00000000 - 0x000000ff (0x100) IX[b]
	[21] -1	0	0x00002000 - 0x000020ff (0x100) IX[b]
	[22] -1	0	0x000018c0 - 0x000018df (0x20) IX[b]
	[23] -1	0	0x000018b0 - 0x000018bf (0x10) IX[b]
	[24] -1	0	0x000001f0 - 0x000001f0 (0x1) IX[b]
	[25] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[b]
	[26] -1	0	0x000001f0 - 0x000001f0 (0x1) IX[b]
	[27] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[b]
	[28] -1	0	0x00001860 - 0x0000187f (0x20) IX[b]
	[29] -1	0	0x00001840 - 0x0000185f (0x20) IX[b]
	[30] -1	0	0x00001820 - 0x0000183f (0x20) IX[b]
	[31] -1	0	0x00001800 - 0x0000181f (0x20) IX[b]
	[32] 0	0	0x000003b0 - 0x000003bb (0xc) IS[b]
	[33] 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.
(II) NVIDIA(0): NVIDIA GPU GeForce Go 7300 (G72) at PCI:1:0:0 (GPU-0)
(--) NVIDIA(0): Memory: 524288 kBytes
(--) NVIDIA(0): VideoBIOS: 05.72.22.36.21
(II) NVIDIA(0): Detected PCI Express Link width: 16X
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(--) NVIDIA(0): Connected display device(s) on GeForce Go 7300 at PCI:1:0:0:
(--) NVIDIA(0):     LPL (DFP-0)
(--) NVIDIA(0): LPL (DFP-0): 330.0 MHz maximum pixel clock
(--) NVIDIA(0): LPL (DFP-0): Internal Dual Link LVDS
(II) NVIDIA(0): Assigned Display Device: DFP-0
(WW) NVIDIA(0): No valid modes for "1680x1050@60"; removing.
(WW) NVIDIA(0): No valid modes for "1600x1024@60"; removing.
(WW) NVIDIA(0): No valid modes for "800x600@56"; removing.
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0):     "1440x900@60"
(II) NVIDIA(0):     "1280x800@60"
(II) NVIDIA(0):     "1280x720@60"
(II) NVIDIA(0):     "1280x768@60"
(II) NVIDIA(0):     "800x600@60"
(**) NVIDIA(0): Virtual screen size configured to be 1680 x 1050
(--) NVIDIA(0): DPI set to (110, 108); computed from "UseEdidDpi" X config
(--) NVIDIA(0):     option
(==) NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] 0	0	0xb1000000 - 0xb1ffffff (0x1000000) MX[b]
	[1] 0	0	0xc0000000 - 0xcfffffff (0x10000000) MX[b]
	[2] 0	0	0xb2000000 - 0xb2ffffff (0x1000000) MX[b]
	[3] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
	[4] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[b]
	[5] -1	0	0x000c0000 - 0x000effff (0x30000) MX[b]
	[6] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[b]
	[7] -1	0	0xb3100400 - 0xb31004ff (0x100) MX[b]
	[8] -1	0	0xb3100800 - 0xb3100fff (0x800) MX[b]
	[9] -1	0	0xb3100000 - 0xb31000ff (0x100) MX[b]
	[10] -1	0	0xb3000000 - 0xb3000fff (0x1000) MX[b]
	[11] -1	0	0xb0004000 - 0xb00043ff (0x400) MX[b]
	[12] -1	0	0xb0000000 - 0xb0003fff (0x4000) MX[b]
	[13] -1	0	0xb1000000 - 0xb1ffffff (0x1000000) MX[b](B)
	[14] -1	0	0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
	[15] -1	0	0xb2000000 - 0xb2ffffff (0x1000000) MX[b](B)
	[16] -1	0	0xb3102800 - 0xb31028ff (0x100) MX[b]
	[17] -1	0	0xb3102400 - 0xb31024ff (0x100) MX[b]
	[18] -1	0	0xb3102000 - 0xb31020ff (0x100) MX[b]
	[19] 0	0	0x000a0000 - 0x000affff (0x10000) MS[b](OprD)
	[20] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[b](OprD)
	[21] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[b](OprD)
	[22] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[b]
	[23] -1	0	0x00000000 - 0x000000ff (0x100) IX[b]
	[24] -1	0	0x00002000 - 0x000020ff (0x100) IX[b]
	[25] -1	0	0x000018c0 - 0x000018df (0x20) IX[b]
	[26] -1	0	0x000018b0 - 0x000018bf (0x10) IX[b]
	[27] -1	0	0x000001f0 - 0x000001f0 (0x1) IX[b]
	[28] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[b]
	[29] -1	0	0x000001f0 - 0x000001f0 (0x1) IX[b]
	[30] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[b]
	[31] -1	0	0x00001860 - 0x0000187f (0x20) IX[b]
	[32] -1	0	0x00001840 - 0x0000185f (0x20) IX[b]
	[33] -1	0	0x00001820 - 0x0000183f (0x20) IX[b]
	[34] -1	0	0x00001800 - 0x0000181f (0x20) IX[b]
	[35] 0	0	0x000003b0 - 0x000003bb (0xc) IS[b](OprU)
	[36] 0	0	0x000003c0 - 0x000003df (0x20) IS[b](OprU)
(II) NVIDIA(0): Initialized GART.
(II) NVIDIA(0): ACPI display change hotkey events enabled: the X server is new
(II) NVIDIA(0):     enough to receive ACPI display change hotkey events.
(II) NVIDIA(0): Setting mode "1440x900@60"
(II) Loading extension NV-GLX
(II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(II) Loading extension NV-CONTROL
(==) RandR enabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension XAccessControlExtension
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(II) Initializing extension GLX
(**) Option "CoreKeyboard"
(**) Generic Keyboard: Core Keyboard
(**) Option "Protocol" "standard"
(**) Generic Keyboard: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Generic Keyboard: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Generic Keyboard: XkbModel: "pc105"
(**) Option "XkbLayout" "ch"
(**) Generic Keyboard: XkbLayout: "ch"
(**) Option "XkbVariant" "fr"
(**) Generic Keyboard: XkbVariant: "fr"
(**) Option "CustomKeycodes" "off"
(**) Generic Keyboard: CustomKeycodes disabled
(**) Option "Protocol" "ImPS/2"
(**) Configured Mouse: Device: "/dev/input/mice"
(**) Configured Mouse: Protocol: "ImPS/2"
(**) Option "CorePointer"
(**) Configured Mouse: Core Pointer
(**) Option "Device" "/dev/input/mice"
(**) Option "Emulate3Buttons" "true"
(**) Configured Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Configured Mouse: ZAxisMapping: buttons 4 and 5
(**) Configured Mouse: Buttons: 9
(**) Configured Mouse: Sensitivity: 1
Atom 4, CARD32 4, unsigned long 4
(II) Synaptics touchpad driver version 0.14.6 (1406)
(--) Synaptics Touchpad auto-dev sets device to /dev/input/event2
(**) Option "Device" "/dev/input/event2"
(**) Option "HorizEdgeScroll" "0"
(--) Synaptics Touchpad touchpad found
(**) Option "SendCoreEvents" "true"
(**) Synaptics Touchpad: always reports core events
(II) XINPUT: Adding extended input device "Synaptics Touchpad" (type: MOUSE)
(II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
(II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD)
Synaptics DeviceInit called
SynapticsCtrl called.
(II) Configured Mouse: ps2EnableDataReporting: succeeded
Synaptics DeviceOn called
(--) Synaptics Touchpad auto-dev sets device to /dev/input/event2
(**) Option "Device" "/dev/input/event2"
(--) Synaptics Touchpad touchpad found
(II) NVIDIA(0): Setting mode "nvidia-auto-select"
SetClientVersion: 0 9
ProcXCloseDevice to close or not ?
ProcXCloseDevice to close or not ?
ProcXCloseDevice to close or not ?
ProcXCloseDevice to close or not ?

Hors ligne

#7 Le 25/10/2007, à 12:52

inbox

Re : Redémarage sur mauvaise résolution

Salut,

Donc la log on peut lire

(WW) NVIDIA(0): No valid modes for "1680x1050@60"; removing.
(WW) NVIDIA(0): No valid modes for "1600x1024@60"; removing.
(WW) NVIDIA(0): No valid modes for "800x600@56"; removing.
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0):     "1440x900@60"
(II) NVIDIA(0):     "1280x800@60"
(II) NVIDIA(0):     "1280x720@60"
(II) NVIDIA(0):     "1280x768@60"
(II) NVIDIA(0):     "800x600@60"

Les trois 1ères lignes concernent les modes invalides, dont "1680x1050@60".

A priori, il s'agit d'un problème de fréquence, déclaré dans xorg.conf

Section "Monitor"
    Identifier    "Écran générique"
    Vendorname    "Generic LCD Display"
    Modelname    "LCD Panel 1680x1050"
    Horizsync    31.5-65.5
    Vertrefresh    56.0 - 65.0

Il faut, regarder dans la documentation de ton moniteur, ou, si tu ne l'as pas, rechercher sur Google les références techniques de celui-ci.

En cas de doute, indiques cette référence en réponse.

A+


Un problème résolu ? Indiquez le en modifiant le titre du sujet.

Hors ligne

#8 Le 27/10/2007, à 18:00

ledragonBleu

Re : Redémarage sur mauvaise résolution

Merci, ça marche maintenant. big_smile

Hors ligne

#9 Le 28/10/2007, à 01:26

inbox

Re : Redémarage sur mauvaise résolution

Une bonne chose serait d'expliquer (comme tu le peux) ce qui t'a permis de résoudre ton problème, pour ceux qui pourraient lire ce sujet. Merci pour "eux".

D'un autre côté, pense à passer ton sujet en résolu en éditant le titre d'origine.

A+


Un problème résolu ? Indiquez le en modifiant le titre du sujet.

Hors ligne

#10 Le 05/11/2007, à 14:29

Rogan77

Re : Redémarage sur mauvaise résolution

Bonjour,

Je viens poster ici dans l'espoir que ledragonBleu repasse indiqué sa méthode car je suis dans le même cas et je ne vois pas comment régler ce qui cloche hmm
Ma résolution se bloque en 1600*1024 alors qu'à la base elle était en 1680*1050
J'ai trouvé dans le Xorg.0.log les lignes qui m'indiquent le problème :

(WW) NVIDIA(0): No valid modes for "1680x1050@60"; removing.
(WW) NVIDIA(0): No valid modes for "1920x1200@60"; removing.

Voici le log en entier :

X Window System Version 1.3.0
Release Date: 19 April 2007
X Protocol Version 11, Revision 0, Release 1.3
Build Operating System: Linux Ubuntu (xorg-server 2:1.3.0.0.dfsg-12ubuntu8)
Current Operating System: Linux antoine-desktop 2.6.22-14-generic #1 SMP Sun Oct 14 23:05:12 GMT 2007 i686
Build Date: 29 September 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: Mon Nov  5 11:48:37 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Écran générique"
(**) |   |-->Device "nVidia Corporation G80 [GeForce 8500 GT]"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Configured Mouse"
(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
(==) RgbPath set to "/etc/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x81ea440
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.3
	X.Org Video Driver: 1.2
	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 1.3.0, module version = 1.0.0
	ABI class: X.Org Video Driver, version 1.2
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 10de,02f4 card 10de,02f4 rev a2 class 05,00,00 hdr 80
(II) PCI: 00:00:1: chip 10de,02fa card 10de,02fa rev a2 class 05,00,00 hdr 80
(II) PCI: 00:00:2: chip 10de,02fe card 10de,02fe rev a2 class 05,00,00 hdr 80
(II) PCI: 00:00:3: chip 10de,02f8 card 10de,02f8 rev a2 class 05,00,00 hdr 80
(II) PCI: 00:00:4: chip 10de,02f9 card 10de,02f9 rev a2 class 05,00,00 hdr 00
(II) PCI: 00:00:5: chip 10de,02ff card 10de,02ff rev a2 class 05,00,00 hdr 80
(II) PCI: 00:00:6: chip 10de,027f card 10de,027f rev a2 class 05,00,00 hdr 80
(II) PCI: 00:00:7: chip 10de,027e card 10de,027e rev a2 class 05,00,00 hdr 80
(II) PCI: 00:03:0: chip 10de,02fd card 0000,0000 rev a1 class 06,04,00 hdr 01
(II) PCI: 00:04:0: chip 10de,02fb card 0000,0000 rev a1 class 06,04,00 hdr 01
(II) PCI: 00:08:0: chip 10de,0369 card 1043,cb84 rev a1 class 05,00,00 hdr 00
(II) PCI: 00:09:0: chip 10de,0360 card 1043,cb84 rev a2 class 06,01,00 hdr 80
(II) PCI: 00:09:1: chip 10de,0368 card 1043,cb84 rev a2 class 0c,05,00 hdr 80
(II) PCI: 00:09:2: chip 10de,036a card 1043,cb84 rev a2 class 05,00,00 hdr 80
(II) PCI: 00:0a:0: chip 10de,036c card 1043,cb84 rev a1 class 0c,03,10 hdr 80
(II) PCI: 00:0a:1: chip 10de,036d card 1043,cb84 rev a2 class 0c,03,20 hdr 80
(II) PCI: 00:0c:0: chip 10de,036e card 1043,cb84 rev a1 class 01,01,8a hdr 00
(II) PCI: 00:0d:0: chip 10de,037f card 1043,cb84 rev a2 class 01,01,85 hdr 80
(II) PCI: 00:0d:1: chip 10de,037f card 1043,cb84 rev a2 class 01,01,85 hdr 80
(II) PCI: 00:0d:2: chip 10de,037f card 1043,cb84 rev a2 class 01,01,85 hdr 80
(II) PCI: 00:0e:0: chip 10de,0370 card 0000,0000 rev a2 class 06,04,01 hdr 81
(II) PCI: 00:0e:1: chip 10de,0371 card 1043,81f6 rev a2 class 04,03,00 hdr 80
(II) PCI: 00:10:0: chip 10de,0373 card 1043,cb84 rev a2 class 06,80,00 hdr 00
(II) PCI: 00:11:0: chip 10de,0373 card 1043,cb84 rev a2 class 06,80,00 hdr 00
(II) PCI: 00:12:0: chip 10de,0376 card 0000,0000 rev a2 class 06,04,00 hdr 01
(II) PCI: 00:14:0: chip 10de,0374 card 0000,0000 rev a2 class 06,04,00 hdr 01
(II) PCI: 00:16:0: chip 10de,0375 card 0000,0000 rev a2 class 06,04,00 hdr 01
(II) PCI: 00:17:0: chip 10de,0377 card 0000,0000 rev a2 class 06,04,00 hdr 01
(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: 02:00:0: chip 10de,0421 card 1043,8242 rev a1 class 03,00,00 hdr 00
(II) PCI: 03:0b:0: chip 104c,8023 card 1043,815b rev 00 class 0c,00,10 hdr 00
(II) PCI: 06:00:0: chip 1095,3132 card 1043,819f rev 01 class 01,80,00 hdr 00
(II) PCI: End of PCI scan
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:3:0), (0,1,1), BCTRL: 0x0004 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:4:0), (0,2,2), BCTRL: 0x001c (VGA_EN is set)
(II) Bus 2 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 2 non-prefetchable memory range:
	[0] -1	0	0xf8000000 - 0xfbffffff (0x4000000) MX[b]
(II) Bus 2 prefetchable memory range:
	[0] -1	0	0xe0000000 - 0xefffffff (0x10000000) MX[b]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:9:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:14:0), (0,3,3), BCTRL: 0x0a04 (VGA_EN is cleared)
(II) Bus 3 non-prefetchable memory range:
	[0] -1	0	0xfdf00000 - 0xfdffffff (0x100000) MX[b]
(II) PCI-to-PCI bridge:
(II) Bus 4: bridge is at (0:18:0), (0,4,4), BCTRL: 0x0004 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 5: bridge is at (0:20:0), (0,5,5), BCTRL: 0x0004 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 6: bridge is at (0:22:0), (0,6,6), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 6 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 6 non-prefetchable memory range:
	[0] -1	0	0xfde00000 - 0xfdefffff (0x100000) MX[b]
(II) PCI-to-PCI bridge:
(II) Bus 7: bridge is at (0:23:0), (0,7,7), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:24:0), (0,0,7), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
	[0] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[b]
(II) Bus 0 non-prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[b]
(II) Bus 0 prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[b]
(--) PCI:*(2:0:0) nVidia Corporation unknown chipset (0x0421) rev 161, Mem @ 0xfa000000/24, 0xe0000000/28, 0xf8000000/25, I/O @ 0x9c00/7, BIOS @ 0xfbfe0000/17
(II) Addressable bus resource ranges are
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[b]
	[1] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[b]
(II) OS-reported resource ranges:
	[0] -1	0	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	0xfdef8000 - 0xfdefbfff (0x4000) MX[b]
	[1] -1	0	0xfdeff000 - 0xfdeff07f (0x80) MX[b]
	[2] -1	0	0xfdff8000 - 0xfdffbfff (0x4000) MX[b]
	[3] -1	0	0xfdfff000 - 0xfdfff7ff (0x800) MX[b]
	[4] -1	0	0xfe025000 - 0xfe02500f (0x10) MX[b]
	[5] -1	0	0xfe026000 - 0xfe0260ff (0x100) MX[b]
	[6] -1	0	0xfe027000 - 0xfe027fff (0x1000) MX[b]
	[7] -1	0	0xfe028000 - 0xfe02800f (0x10) MX[b]
	[8] -1	0	0xfe029000 - 0xfe0290ff (0x100) MX[b]
	[9] -1	0	0xfe02a000 - 0xfe02afff (0x1000) MX[b]
	[10] -1	0	0xfe020000 - 0xfe023fff (0x4000) MX[b]
	[11] -1	0	0xfe02b000 - 0xfe02bfff (0x1000) MX[b]
	[12] -1	0	0xfe02c000 - 0xfe02cfff (0x1000) 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	0xfbfe0000 - 0xfbffffff (0x20000) MX[b](B)
	[17] -1	0	0xf8000000 - 0xf9ffffff (0x2000000) MX[b](B)
	[18] -1	0	0xe0000000 - 0xefffffff (0x10000000) MX[b](B)
	[19] -1	0	0xfa000000 - 0xfaffffff (0x1000000) MX[b](B)
	[20] -1	0	0x00008c00 - 0x00008c7f (0x80) IX[b]
	[21] -1	0	0x0000ac00 - 0x0000ac07 (0x8) IX[b]
	[22] -1	0	0x0000b000 - 0x0000b007 (0x8) IX[b]
	[23] -1	0	0x0000b400 - 0x0000b40f (0x10) IX[b]
	[24] -1	0	0x0000b800 - 0x0000b803 (0x4) IX[b]
	[25] -1	0	0x0000bc00 - 0x0000bc07 (0x8) IX[b]
	[26] -1	0	0x0000c000 - 0x0000c003 (0x4) IX[b]
	[27] -1	0	0x0000c400 - 0x0000c407 (0x8) IX[b]
	[28] -1	0	0x0000c800 - 0x0000c80f (0x10) IX[b]
	[29] -1	0	0x00000b60 - 0x00000b63 (0x4) IX[b]
	[30] -1	0	0x00000960 - 0x00000967 (0x8) IX[b]
	[31] -1	0	0x00000be0 - 0x00000be3 (0x4) IX[b]
	[32] -1	0	0x000009e0 - 0x000009e7 (0x8) IX[b]
	[33] -1	0	0x0000dc00 - 0x0000dc0f (0x10) IX[b]
	[34] -1	0	0x00000b70 - 0x00000b73 (0x4) IX[b]
	[35] -1	0	0x00000970 - 0x00000977 (0x8) IX[b]
	[36] -1	0	0x00000bf0 - 0x00000bf3 (0x4) IX[b]
	[37] -1	0	0x000009f0 - 0x000009f7 (0x8) IX[b]
	[38] -1	0	0x0000f000 - 0x0000f00f (0x10) IX[b]
	[39] -1	0	0x00001c40 - 0x00001c7f (0x40) IX[b]
	[40] -1	0	0x00001c00 - 0x00001c3f (0x40) IX[b]
	[41] -1	0	0x0000fc00 - 0x0000fc3f (0x40) IX[b]
	[42] -1	0	0x00009c00 - 0x00009c7f (0x80) IX[b](B)
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0xfdef8000 - 0xfdefbfff (0x4000) MX[b]
	[1] -1	0	0xfdeff000 - 0xfdeff07f (0x80) MX[b]
	[2] -1	0	0xfdff8000 - 0xfdffbfff (0x4000) MX[b]
	[3] -1	0	0xfdfff000 - 0xfdfff7ff (0x800) MX[b]
	[4] -1	0	0xfe025000 - 0xfe02500f (0x10) MX[b]
	[5] -1	0	0xfe026000 - 0xfe0260ff (0x100) MX[b]
	[6] -1	0	0xfe027000 - 0xfe027fff (0x1000) MX[b]
	[7] -1	0	0xfe028000 - 0xfe02800f (0x10) MX[b]
	[8] -1	0	0xfe029000 - 0xfe0290ff (0x100) MX[b]
	[9] -1	0	0xfe02a000 - 0xfe02afff (0x1000) MX[b]
	[10] -1	0	0xfe020000 - 0xfe023fff (0x4000) MX[b]
	[11] -1	0	0xfe02b000 - 0xfe02bfff (0x1000) MX[b]
	[12] -1	0	0xfe02c000 - 0xfe02cfff (0x1000) 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	0xfbfe0000 - 0xfbffffff (0x20000) MX[b](B)
	[17] -1	0	0xf8000000 - 0xf9ffffff (0x2000000) MX[b](B)
	[18] -1	0	0xe0000000 - 0xefffffff (0x10000000) MX[b](B)
	[19] -1	0	0xfa000000 - 0xfaffffff (0x1000000) MX[b](B)
	[20] -1	0	0x00008c00 - 0x00008c7f (0x80) IX[b]
	[21] -1	0	0x0000ac00 - 0x0000ac07 (0x8) IX[b]
	[22] -1	0	0x0000b000 - 0x0000b007 (0x8) IX[b]
	[23] -1	0	0x0000b400 - 0x0000b40f (0x10) IX[b]
	[24] -1	0	0x0000b800 - 0x0000b803 (0x4) IX[b]
	[25] -1	0	0x0000bc00 - 0x0000bc07 (0x8) IX[b]
	[26] -1	0	0x0000c000 - 0x0000c003 (0x4) IX[b]
	[27] -1	0	0x0000c400 - 0x0000c407 (0x8) IX[b]
	[28] -1	0	0x0000c800 - 0x0000c80f (0x10) IX[b]
	[29] -1	0	0x00000b60 - 0x00000b63 (0x4) IX[b]
	[30] -1	0	0x00000960 - 0x00000967 (0x8) IX[b]
	[31] -1	0	0x00000be0 - 0x00000be3 (0x4) IX[b]
	[32] -1	0	0x000009e0 - 0x000009e7 (0x8) IX[b]
	[33] -1	0	0x0000dc00 - 0x0000dc0f (0x10) IX[b]
	[34] -1	0	0x00000b70 - 0x00000b73 (0x4) IX[b]
	[35] -1	0	0x00000970 - 0x00000977 (0x8) IX[b]
	[36] -1	0	0x00000bf0 - 0x00000bf3 (0x4) IX[b]
	[37] -1	0	0x000009f0 - 0x000009f7 (0x8) IX[b]
	[38] -1	0	0x0000f000 - 0x0000f00f (0x10) IX[b]
	[39] -1	0	0x00001c40 - 0x00001c7f (0x40) IX[b]
	[40] -1	0	0x00001c00 - 0x00001c3f (0x40) IX[b]
	[41] -1	0	0x0000fc00 - 0x0000fc3f (0x40) IX[b]
	[42] -1	0	0x00009c00 - 0x00009c7f (0x80) IX[b](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	0xfdef8000 - 0xfdefbfff (0x4000) MX[b]
	[5] -1	0	0xfdeff000 - 0xfdeff07f (0x80) MX[b]
	[6] -1	0	0xfdff8000 - 0xfdffbfff (0x4000) MX[b]
	[7] -1	0	0xfdfff000 - 0xfdfff7ff (0x800) MX[b]
	[8] -1	0	0xfe025000 - 0xfe02500f (0x10) MX[b]
	[9] -1	0	0xfe026000 - 0xfe0260ff (0x100) MX[b]
	[10] -1	0	0xfe027000 - 0xfe027fff (0x1000) MX[b]
	[11] -1	0	0xfe028000 - 0xfe02800f (0x10) MX[b]
	[12] -1	0	0xfe029000 - 0xfe0290ff (0x100) MX[b]
	[13] -1	0	0xfe02a000 - 0xfe02afff (0x1000) MX[b]
	[14] -1	0	0xfe020000 - 0xfe023fff (0x4000) MX[b]
	[15] -1	0	0xfe02b000 - 0xfe02bfff (0x1000) MX[b]
	[16] -1	0	0xfe02c000 - 0xfe02cfff (0x1000) MX[b]
	[17] -1	0	0xfe02d000 - 0xfe02dfff (0x1000) MX[b]
	[18] -1	0	0xfe02e000 - 0xfe02e0ff (0x100) MX[b]
	[19] -1	0	0xfe02f000 - 0xfe02ffff (0x1000) MX[b]
	[20] -1	0	0xfbfe0000 - 0xfbffffff (0x20000) MX[b](B)
	[21] -1	0	0xf8000000 - 0xf9ffffff (0x2000000) MX[b](B)
	[22] -1	0	0xe0000000 - 0xefffffff (0x10000000) MX[b](B)
	[23] -1	0	0xfa000000 - 0xfaffffff (0x1000000) MX[b](B)
	[24] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[b]
	[25] -1	0	0x00000000 - 0x000000ff (0x100) IX[b]
	[26] -1	0	0x00008c00 - 0x00008c7f (0x80) IX[b]
	[27] -1	0	0x0000ac00 - 0x0000ac07 (0x8) IX[b]
	[28] -1	0	0x0000b000 - 0x0000b007 (0x8) IX[b]
	[29] -1	0	0x0000b400 - 0x0000b40f (0x10) IX[b]
	[30] -1	0	0x0000b800 - 0x0000b803 (0x4) IX[b]
	[31] -1	0	0x0000bc00 - 0x0000bc07 (0x8) IX[b]
	[32] -1	0	0x0000c000 - 0x0000c003 (0x4) IX[b]
	[33] -1	0	0x0000c400 - 0x0000c407 (0x8) IX[b]
	[34] -1	0	0x0000c800 - 0x0000c80f (0x10) IX[b]
	[35] -1	0	0x00000b60 - 0x00000b63 (0x4) IX[b]
	[36] -1	0	0x00000960 - 0x00000967 (0x8) IX[b]
	[37] -1	0	0x00000be0 - 0x00000be3 (0x4) IX[b]
	[38] -1	0	0x000009e0 - 0x000009e7 (0x8) IX[b]
	[39] -1	0	0x0000dc00 - 0x0000dc0f (0x10) IX[b]
	[40] -1	0	0x00000b70 - 0x00000b73 (0x4) IX[b]
	[41] -1	0	0x00000970 - 0x00000977 (0x8) IX[b]
	[42] -1	0	0x00000bf0 - 0x00000bf3 (0x4) IX[b]
	[43] -1	0	0x000009f0 - 0x000009f7 (0x8) IX[b]
	[44] -1	0	0x0000f000 - 0x0000f00f (0x10) IX[b]
	[45] -1	0	0x00001c40 - 0x00001c7f (0x40) IX[b]
	[46] -1	0	0x00001c00 - 0x00001c3f (0x40) IX[b]
	[47] -1	0	0x0000fc00 - 0x0000fc3f (0x40) IX[b]
	[48] -1	0	0x00009c00 - 0x00009c7f (0x80) IX[b](B)
(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.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.1
(II) NVIDIA GLX Module  100.14.19  Wed Sep 12 14:48:02 PDT 2007
(II) Loading extension GLX
(II) LoadModule: "v4l"
(II) Loading /usr/lib/xorg/modules/drivers//v4l_drv.so
(II) Module v4l: vendor="X.Org Foundation"
	compiled for 7.2.0, module version = 0.1.1
	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 1.3.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: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
	compiled for 1.3.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: "freetype"
(II) Loading /usr/lib/xorg/modules//fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
	compiled for 1.3.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: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
	compiled for 1.3.0, module version = 1.13.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension RECORD
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
	compiled for 1.3.0, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(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.0
	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 1.3.0, module version = 1.2.1
	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 1.3.0, module version = 1.2.1
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.7
(II) v4l driver for Video4Linux
(II) NVIDIA dlloader X Driver  100.14.19  Wed Sep 12 14:14:20 PDT 2007
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 02:00: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 1.3.0, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "wfb"
(II) LoadModule: "wfb"
(II) Loading /usr/lib/xorg/modules//libwfb.so
(II) Module wfb: vendor="NVIDIA Corporation"
	compiled for 7.1.99.2, module version = 1.0.0
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"(II) Module already built-in
(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	0xfdef8000 - 0xfdefbfff (0x4000) MX[b]
	[5] -1	0	0xfdeff000 - 0xfdeff07f (0x80) MX[b]
	[6] -1	0	0xfdff8000 - 0xfdffbfff (0x4000) MX[b]
	[7] -1	0	0xfdfff000 - 0xfdfff7ff (0x800) MX[b]
	[8] -1	0	0xfe025000 - 0xfe02500f (0x10) MX[b]
	[9] -1	0	0xfe026000 - 0xfe0260ff (0x100) MX[b]
	[10] -1	0	0xfe027000 - 0xfe027fff (0x1000) MX[b]
	[11] -1	0	0xfe028000 - 0xfe02800f (0x10) MX[b]
	[12] -1	0	0xfe029000 - 0xfe0290ff (0x100) MX[b]
	[13] -1	0	0xfe02a000 - 0xfe02afff (0x1000) MX[b]
	[14] -1	0	0xfe020000 - 0xfe023fff (0x4000) MX[b]
	[15] -1	0	0xfe02b000 - 0xfe02bfff (0x1000) MX[b]
	[16] -1	0	0xfe02c000 - 0xfe02cfff (0x1000) MX[b]
	[17] -1	0	0xfe02d000 - 0xfe02dfff (0x1000) MX[b]
	[18] -1	0	0xfe02e000 - 0xfe02e0ff (0x100) MX[b]
	[19] -1	0	0xfe02f000 - 0xfe02ffff (0x1000) MX[b]
	[20] -1	0	0xfbfe0000 - 0xfbffffff (0x20000) MX[b](B)
	[21] -1	0	0xf8000000 - 0xf9ffffff (0x2000000) MX[b](B)
	[22] -1	0	0xe0000000 - 0xefffffff (0x10000000) MX[b](B)
	[23] -1	0	0xfa000000 - 0xfaffffff (0x1000000) MX[b](B)
	[24] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[b]
	[25] -1	0	0x00000000 - 0x000000ff (0x100) IX[b]
	[26] -1	0	0x00008c00 - 0x00008c7f (0x80) IX[b]
	[27] -1	0	0x0000ac00 - 0x0000ac07 (0x8) IX[b]
	[28] -1	0	0x0000b000 - 0x0000b007 (0x8) IX[b]
	[29] -1	0	0x0000b400 - 0x0000b40f (0x10) IX[b]
	[30] -1	0	0x0000b800 - 0x0000b803 (0x4) IX[b]
	[31] -1	0	0x0000bc00 - 0x0000bc07 (0x8) IX[b]
	[32] -1	0	0x0000c000 - 0x0000c003 (0x4) IX[b]
	[33] -1	0	0x0000c400 - 0x0000c407 (0x8) IX[b]
	[34] -1	0	0x0000c800 - 0x0000c80f (0x10) IX[b]
	[35] -1	0	0x00000b60 - 0x00000b63 (0x4) IX[b]
	[36] -1	0	0x00000960 - 0x00000967 (0x8) IX[b]
	[37] -1	0	0x00000be0 - 0x00000be3 (0x4) IX[b]
	[38] -1	0	0x000009e0 - 0x000009e7 (0x8) IX[b]
	[39] -1	0	0x0000dc00 - 0x0000dc0f (0x10) IX[b]
	[40] -1	0	0x00000b70 - 0x00000b73 (0x4) IX[b]
	[41] -1	0	0x00000970 - 0x00000977 (0x8) IX[b]
	[42] -1	0	0x00000bf0 - 0x00000bf3 (0x4) IX[b]
	[43] -1	0	0x000009f0 - 0x000009f7 (0x8) IX[b]
	[44] -1	0	0x0000f000 - 0x0000f00f (0x10) IX[b]
	[45] -1	0	0x00001c40 - 0x00001c7f (0x40) IX[b]
	[46] -1	0	0x00001c00 - 0x00001c3f (0x40) IX[b]
	[47] -1	0	0x0000fc00 - 0x0000fc3f (0x40) IX[b]
	[48] -1	0	0x00009c00 - 0x00009c7f (0x80) IX[b](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	0xfdef8000 - 0xfdefbfff (0x4000) MX[b]
	[5] -1	0	0xfdeff000 - 0xfdeff07f (0x80) MX[b]
	[6] -1	0	0xfdff8000 - 0xfdffbfff (0x4000) MX[b]
	[7] -1	0	0xfdfff000 - 0xfdfff7ff (0x800) MX[b]
	[8] -1	0	0xfe025000 - 0xfe02500f (0x10) MX[b]
	[9] -1	0	0xfe026000 - 0xfe0260ff (0x100) MX[b]
	[10] -1	0	0xfe027000 - 0xfe027fff (0x1000) MX[b]
	[11] -1	0	0xfe028000 - 0xfe02800f (0x10) MX[b]
	[12] -1	0	0xfe029000 - 0xfe0290ff (0x100) MX[b]
	[13] -1	0	0xfe02a000 - 0xfe02afff (0x1000) MX[b]
	[14] -1	0	0xfe020000 - 0xfe023fff (0x4000) MX[b]
	[15] -1	0	0xfe02b000 - 0xfe02bfff (0x1000) MX[b]
	[16] -1	0	0xfe02c000 - 0xfe02cfff (0x1000) MX[b]
	[17] -1	0	0xfe02d000 - 0xfe02dfff (0x1000) MX[b]
	[18] -1	0	0xfe02e000 - 0xfe02e0ff (0x100) MX[b]
	[19] -1	0	0xfe02f000 - 0xfe02ffff (0x1000) MX[b]
	[20] -1	0	0xfbfe0000 - 0xfbffffff (0x20000) MX[b](B)
	[21] -1	0	0xf8000000 - 0xf9ffffff (0x2000000) MX[b](B)
	[22] -1	0	0xe0000000 - 0xefffffff (0x10000000) MX[b](B)
	[23] -1	0	0xfa000000 - 0xfaffffff (0x1000000) MX[b](B)
	[24] 0	0	0x000a0000 - 0x000affff (0x10000) MS[b]
	[25] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[b]
	[26] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[b]
	[27] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[b]
	[28] -1	0	0x00000000 - 0x000000ff (0x100) IX[b]
	[29] -1	0	0x00008c00 - 0x00008c7f (0x80) IX[b]
	[30] -1	0	0x0000ac00 - 0x0000ac07 (0x8) IX[b]
	[31] -1	0	0x0000b000 - 0x0000b007 (0x8) IX[b]
	[32] -1	0	0x0000b400 - 0x0000b40f (0x10) IX[b]
	[33] -1	0	0x0000b800 - 0x0000b803 (0x4) IX[b]
	[34] -1	0	0x0000bc00 - 0x0000bc07 (0x8) IX[b]
	[35] -1	0	0x0000c000 - 0x0000c003 (0x4) IX[b]
	[36] -1	0	0x0000c400 - 0x0000c407 (0x8) IX[b]
	[37] -1	0	0x0000c800 - 0x0000c80f (0x10) IX[b]
	[38] -1	0	0x00000b60 - 0x00000b63 (0x4) IX[b]
	[39] -1	0	0x00000960 - 0x00000967 (0x8) IX[b]
	[40] -1	0	0x00000be0 - 0x00000be3 (0x4) IX[b]
	[41] -1	0	0x000009e0 - 0x000009e7 (0x8) IX[b]
	[42] -1	0	0x0000dc00 - 0x0000dc0f (0x10) IX[b]
	[43] -1	0	0x00000b70 - 0x00000b73 (0x4) IX[b]
	[44] -1	0	0x00000970 - 0x00000977 (0x8) IX[b]
	[45] -1	0	0x00000bf0 - 0x00000bf3 (0x4) IX[b]
	[46] -1	0	0x000009f0 - 0x000009f7 (0x8) IX[b]
	[47] -1	0	0x0000f000 - 0x0000f00f (0x10) IX[b]
	[48] -1	0	0x00001c40 - 0x00001c7f (0x40) IX[b]
	[49] -1	0	0x00001c00 - 0x00001c3f (0x40) IX[b]
	[50] -1	0	0x0000fc00 - 0x0000fc3f (0x40) IX[b]
	[51] -1	0	0x00009c00 - 0x00009c7f (0x80) IX[b](B)
	[52] 0	0	0x000003b0 - 0x000003bb (0xc) IS[b]
	[53] 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.
(II) NVIDIA(0): NVIDIA GPU GeForce 8500 GT (G86) at PCI:2:0:0 (GPU-0)
(--) NVIDIA(0): Memory: 524288 kBytes
(--) NVIDIA(0): VideoBIOS: 60.86.34.00.13
(II) NVIDIA(0): Detected PCI Express Link width: 16X
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(--) NVIDIA(0): Connected display device(s) on GeForce 8500 GT at PCI:2:0:0:
(--) NVIDIA(0):     Samsung SyncMaster (DFP-0)
(--) NVIDIA(0): Samsung SyncMaster (DFP-0): 330.0 MHz maximum pixel clock
(--) NVIDIA(0): Samsung SyncMaster (DFP-0): Internal Dual Link TMDS
(II) NVIDIA(0): Assigned Display Device: DFP-0
(WW) NVIDIA(0): No valid modes for "1680x1050@60"; removing.
(WW) NVIDIA(0): No valid modes for "1920x1200@60"; removing.
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0):     "1600x1024@60"
(II) NVIDIA(0):     "1440x900@60"
(II) NVIDIA(0):     "1440x900@75"
(II) NVIDIA(0):     "1280x800@60"
(II) NVIDIA(0):     "1280x768@75"
(II) NVIDIA(0):     "1280x800@75"
(II) NVIDIA(0):     "1280x720@60"
(II) NVIDIA(0):     "1280x768@60"
(II) NVIDIA(0):     "800x600@60"
(II) NVIDIA(0):     "800x600@75"
(II) NVIDIA(0):     "800x600@72"
(II) NVIDIA(0):     "800x600@56"
(**) NVIDIA(0): Virtual screen size configured to be 1920 x 1200
(--) NVIDIA(0): DPI set to (94, 96); computed from "UseEdidDpi" X config
(--) NVIDIA(0):     option
(==) NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] 0	0	0xf8000000 - 0xf9ffffff (0x2000000) MX[b]
	[1] 0	0	0xe0000000 - 0xefffffff (0x10000000) MX[b]
	[2] 0	0	0xfa000000 - 0xfaffffff (0x1000000) MX[b]
	[3] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
	[4] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[b]
	[5] -1	0	0x000c0000 - 0x000effff (0x30000) MX[b]
	[6] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[b]
	[7] -1	0	0xfdef8000 - 0xfdefbfff (0x4000) MX[b]
	[8] -1	0	0xfdeff000 - 0xfdeff07f (0x80) MX[b]
	[9] -1	0	0xfdff8000 - 0xfdffbfff (0x4000) MX[b]
	[10] -1	0	0xfdfff000 - 0xfdfff7ff (0x800) MX[b]
	[11] -1	0	0xfe025000 - 0xfe02500f (0x10) MX[b]
	[12] -1	0	0xfe026000 - 0xfe0260ff (0x100) MX[b]
	[13] -1	0	0xfe027000 - 0xfe027fff (0x1000) MX[b]
	[14] -1	0	0xfe028000 - 0xfe02800f (0x10) MX[b]
	[15] -1	0	0xfe029000 - 0xfe0290ff (0x100) MX[b]
	[16] -1	0	0xfe02a000 - 0xfe02afff (0x1000) MX[b]
	[17] -1	0	0xfe020000 - 0xfe023fff (0x4000) MX[b]
	[18] -1	0	0xfe02b000 - 0xfe02bfff (0x1000) MX[b]
	[19] -1	0	0xfe02c000 - 0xfe02cfff (0x1000) MX[b]
	[20] -1	0	0xfe02d000 - 0xfe02dfff (0x1000) MX[b]
	[21] -1	0	0xfe02e000 - 0xfe02e0ff (0x100) MX[b]
	[22] -1	0	0xfe02f000 - 0xfe02ffff (0x1000) MX[b]
	[23] -1	0	0xfbfe0000 - 0xfbffffff (0x20000) MX[b](B)
	[24] -1	0	0xf8000000 - 0xf9ffffff (0x2000000) MX[b](B)
	[25] -1	0	0xe0000000 - 0xefffffff (0x10000000) MX[b](B)
	[26] -1	0	0xfa000000 - 0xfaffffff (0x1000000) MX[b](B)
	[27] 0	0	0x000a0000 - 0x000affff (0x10000) MS[b](OprD)
	[28] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[b](OprD)
	[29] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[b](OprD)
	[30] 0	0	0x00009c00 - 0x00009c7f (0x80) IX[b]
	[31] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[b]
	[32] -1	0	0x00000000 - 0x000000ff (0x100) IX[b]
	[33] -1	0	0x00008c00 - 0x00008c7f (0x80) IX[b]
	[34] -1	0	0x0000ac00 - 0x0000ac07 (0x8) IX[b]
	[35] -1	0	0x0000b000 - 0x0000b007 (0x8) IX[b]
	[36] -1	0	0x0000b400 - 0x0000b40f (0x10) IX[b]
	[37] -1	0	0x0000b800 - 0x0000b803 (0x4) IX[b]
	[38] -1	0	0x0000bc00 - 0x0000bc07 (0x8) IX[b]
	[39] -1	0	0x0000c000 - 0x0000c003 (0x4) IX[b]
	[40] -1	0	0x0000c400 - 0x0000c407 (0x8) IX[b]
	[41] -1	0	0x0000c800 - 0x0000c80f (0x10) IX[b]
	[42] -1	0	0x00000b60 - 0x00000b63 (0x4) IX[b]
	[43] -1	0	0x00000960 - 0x00000967 (0x8) IX[b]
	[44] -1	0	0x00000be0 - 0x00000be3 (0x4) IX[b]
	[45] -1	0	0x000009e0 - 0x000009e7 (0x8) IX[b]
	[46] -1	0	0x0000dc00 - 0x0000dc0f (0x10) IX[b]
	[47] -1	0	0x00000b70 - 0x00000b73 (0x4) IX[b]
	[48] -1	0	0x00000970 - 0x00000977 (0x8) IX[b]
	[49] -1	0	0x00000bf0 - 0x00000bf3 (0x4) IX[b]
	[50] -1	0	0x000009f0 - 0x000009f7 (0x8) IX[b]
	[51] -1	0	0x0000f000 - 0x0000f00f (0x10) IX[b]
	[52] -1	0	0x00001c40 - 0x00001c7f (0x40) IX[b]
	[53] -1	0	0x00001c00 - 0x00001c3f (0x40) IX[b]
	[54] -1	0	0x0000fc00 - 0x0000fc3f (0x40) IX[b]
	[55] -1	0	0x00009c00 - 0x00009c7f (0x80) IX[b](B)
	[56] 0	0	0x000003b0 - 0x000003bb (0xc) IS[b](OprU)
	[57] 0	0	0x000003c0 - 0x000003df (0x20) IS[b](OprU)
(II) NVIDIA(0): Initialized GART.
(II) NVIDIA(0): Setting mode "1600x1024@60"
(--) NVIDIA(0): No video decoder detected
(II) Loading extension NV-GLX
(II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(II) Loading extension NV-CONTROL
(==) RandR enabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension XAccessControlExtension
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(II) Initializing extension GLX
(**) Option "CoreKeyboard"
(**) Generic Keyboard: Core Keyboard
(**) Option "Protocol" "standard"
(**) Generic Keyboard: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Generic Keyboard: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Generic Keyboard: XkbModel: "pc105"
(**) Option "XkbLayout" "fr"
(**) Generic Keyboard: XkbLayout: "fr"
(**) Option "XkbVariant" "oss"
(**) Generic Keyboard: XkbVariant: "oss"
(**) Option "CustomKeycodes" "off"
(**) Generic Keyboard: CustomKeycodes disabled
(**) Option "Protocol" "ImPS/2"
(**) Configured Mouse: Device: "/dev/input/mice"
(**) Configured Mouse: Protocol: "ImPS/2"
(**) Option "CorePointer"
(**) Configured Mouse: Core Pointer
(**) Option "Device" "/dev/input/mice"
(**) Option "Emulate3Buttons" "true"
(**) Configured Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Configured Mouse: ZAxisMapping: buttons 4 and 5
(**) Configured Mouse: Buttons: 9
(**) Configured Mouse: Sensitivity: 1
(II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
(II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD)
(II) Configured Mouse: ps2EnableDataReporting: succeeded
SetClientVersion: 0 9
SetClientVersion: 0 9
SetClientVersion: 0 9
SetClientVersion: 0 9

et celui du Xorg.conf :

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Wed Sep 12 14:29:35 PDT 2007

# 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 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"
	
	# Uncomment if you have a wacom tablet
	#	InputDevice     "stylus"	"SendCoreEvents"
	#	InputDevice     "cursor"	"SendCoreEvents"
	#	InputDevice     "eraser"	"SendCoreEvents"
	Identifier	"Default Layout"
  screen 0 "Default Screen" 0 0
	Inputdevice	"Generic Keyboard"
	Inputdevice	"Configured Mouse"
EndSection

Section "Files"
EndSection

Section "Module"
	Load		"glx"
	Load		"v4l"
EndSection

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

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

Section "InputDevice"
	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	"Écran générique"
	Vendorname	"Samsung"
	Modelname	"Samsung SyncMaster 206BW (Digital)"
	Horizsync	30-81
	Vertrefresh	56-75
  modeline  "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
  modeline  "800x600@72" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync
  modeline  "800x600@75" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
  modeline  "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
  modeline  "1280x768@60" 80.14 1280 1344 1480 1680 768 769 772 795 -hsync +vsync
  modeline  "1280x720@60" 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync
  modeline  "1280x800@75" 107.21 1280 1360 1496 1712 800 801 804 835 -hsync +vsync
  modeline  "1280x768@75" 102.98 1280 1360 1496 1712 768 769 772 802 -hsync +vsync
  modeline  "1280x800@60" 83.46 1280 1344 1480 1680 800 801 804 828 -hsync +vsync
  modeline  "1440x900@75" 136.49 1440 1536 1688 1936 900 901 904 940 -hsync +vsync
  modeline  "1440x900@60" 106.47 1440 1520 1672 1904 900 901 904 932 -hsync +vsync
  modeline  "1600x1024@60" 136.36 1600 1704 1872 2144 1024 1025 1028 1060 -hsync +vsync
  modeline  "1680x1050@60" 147.14 1680 1784 1968 2256 1050 1051 1054 1087 -hsync +vsync
  modeline  "1920x1200@60" 193.16 1920 2048 2256 2592 1200 1201 1204 1242 -hsync +vsync
	Gamma	1.0
EndSection

Section "Device"
	Identifier	"nVidia Corporation G80 [GeForce 8500 GT]"
	Boardname	"nv"
	Busid		"PCI:2:0:0"
	Driver		"nvidia"
	Screen	0
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"nVidia Corporation G80 [GeForce 8500 GT]"
	Monitor		"Écran générique"
	Defaultdepth	24
	SubSection "Display"
		Depth	24
		Virtual	1920	1200
		Modes		"1680x1050@60"	"1920x1200@60"	"1600x1024@60"	"1440x900@60"	"1440x900@75"	"1280x800@60"	"1280x768@75"	"1280x800@75"	"1280x720@60"	"1280x768@60"	"800x600@60"	"800x600@75"	"800x600@72"	"800x600@56"
	EndSubSection
EndSection

Section "ServerFlags"
EndSection

Avec bien :

Section "Monitor"
	Identifier	"Écran générique"
	Vendorname	"Samsung"
	Modelname	"Samsung SyncMaster 206BW (Digital)"
	Horizsync	30-81
	Vertrefresh	56-75

Et après une recherche sur Internet, les valeurs indiquées sont correctes donc je ne vois pas pourquoi il m'empêche d'afficher ces résolutions.

Voilà, en espérant avoir une réponse positive, merci beaucoup smile


Ubuntu Maverick Meerkat 64 bits

Hors ligne

#11 Le 05/11/2007, à 17:58

inbox

Re : Redémarage sur mauvaise résolution

Salut Roga77,

Remplace la ligne

Modes        "1680x1050@60"    "1920x1200@60"    "1600x1024@60"    "1440x900@60"    "1440x900@75"    "1280x800@60"    "1280x768@75"    "1280x800@75"    "1280x720@60"    "1280x768@60"    "800x600@60"    "800x600@75"    "800x600@72"    "800x600@56"

par

Modes        "1680x1050@75"    "1920x1200@60"    "1600x1024@60"    "1440x900@60"    "1440x900@75"    "1280x800@60"    "1280x768@75"    "1280x800@75"    "1280x720@60"    "1280x768@60"    "800x600@60"    "800x600@75"    "800x600@72"    "800x600@56"

En gros, remplace "1680x1050@60" par "1680x1050@75" et relance X.

A+


Un problème résolu ? Indiquez le en modifiant le titre du sujet.

Hors ligne

#12 Le 05/11/2007, à 19:33

Rogan77

Re : Redémarage sur mauvaise résolution

Merci pour ta réponse inbox ! big_smile

Effectivement après avoir remplacé le "...@60" par "...@75" j'ai de nouveau la possibilité de changer la configuration de mon écran big_smile

Par contre à chaque redémarrages il a l'air de perdre la configuration et repasser en 1600*1024 par défaut hmm

M'enfin bon je peux de nouveau changer la résolution c'est un grand pas en avant pour moi, mes yeux t'en remercie *-*
Et juste par curiosité, ça signifie quoi le @60 ou @75 dans la résolution ? smile


Ubuntu Maverick Meerkat 64 bits

Hors ligne

#13 Le 05/11/2007, à 20:24

inbox

Re : Redémarage sur mauvaise résolution

Quand il y a une résolution de définie dans xorg.conf, il est possible d'utiliser les modelines , comme indiqué dans le lien.

Tu peux aussi tester différentes choses pour vérifier si cela améliore les choses.

Entre autres, commenter les lignes commençant par modeline, comme ci-dessous

Section "Monitor"
    Identifier    "Écran générique"
    Vendorname    "Samsung"
    Modelname    "Samsung SyncMaster 206BW (Digital)"
    Horizsync    30-81
    Vertrefresh    56-75
#  modeline  "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
#  modeline  "800x600@72" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync
  modeline  "800x600@75" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
#  modeline  "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
#  modeline  "1280x768@60" 80.14 1280 1344 1480 1680 768 769 772 795 -hsync +vsync
#  modeline  "1280x720@60" 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync
  modeline  "1280x800@75" 107.21 1280 1360 1496 1712 800 801 804 835 -hsync +vsync
  modeline  "1280x768@75" 102.98 1280 1360 1496 1712 768 769 772 802 -hsync +vsync
#  modeline  "1280x800@60" 83.46 1280 1344 1480 1680 800 801 804 828 -hsync +vsync
  modeline  "1440x900@75" 136.49 1440 1536 1688 1936 900 901 904 940 -hsync +vsync
#  modeline  "1440x900@60" 106.47 1440 1520 1672 1904 900 901 904 932 -hsync +vsync
#  modeline  "1600x1024@60" 136.36 1600 1704 1872 2144 1024 1025 1028 1060 -hsync +vsync
#  modeline  "1680x1050@60" 147.14 1680 1784 1968 2256 1050 1051 1054 1087 -hsync +vsync
#  modeline  "1920x1200@60" 193.16 1920 2048 2256 2592 1200 1201 1204 1242 -hsync +vsync
    Gamma    1.0
EndSection

en même temps que remplacer la ligne

Modes        "1680x1050@75"    "1920x1200@60"    "1600x1024@60"    "1440x900@60"    "1440x900@75"    "1280x800@60"    "1280x768@75"    "1280x800@75"    "1280x720@60"    "1280x768@60"    "800x600@60"    "800x600@75"    "800x600@72"    "800x600@56"

par

Modes        "1680x1050@75"    "1440x900@75"    "1280x768@75"    "1280x800@75" "800x600@75"

et commenter la ligne

Virtual    1920    1200

Fait une sauvegarde de ton xorg.conf actuel avec

sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.ok

ce qui te permettra de restaurer celui qui fonctionne en cas de problème avec la commande inverse

sudo cp /etc/X11/xorg.conf.ok /etc/X11/xorg.conf

A+


Un problème résolu ? Indiquez le en modifiant le titre du sujet.

Hors ligne

#14 Le 05/11/2007, à 22:48

Rogan77

Re : Redémarage sur mauvaise résolution

Hmmm, j'ai du me tromper quelque part hmm
Je suis bloqué à la configuration 1440*900, je ne peux pas aller plus haut ( mais il me propose jusqu'au 320*240 ... roll )
Je précise que j'ai le Widescreen monitor activé vu que je suis 16:10 ^^'

Et pour la ligne à commenter, je dois juste à rajouter un # devant ?

#Virtual    1920    1200

Ubuntu Maverick Meerkat 64 bits

Hors ligne

#15 Le 05/11/2007, à 23:56

inbox

Re : Redémarage sur mauvaise résolution

Pour la ligne commençant par "virtual", c'est ça qu'il faut faire.

Pour le reste, colle voir ton xog.conf.


Un problème résolu ? Indiquez le en modifiant le titre du sujet.

Hors ligne

#16 Le 06/11/2007, à 13:04

Rogan77

Re : Redémarage sur mauvaise résolution

Désolé pour le retard, j'avais pas dit que j'étais parti ^^'

Pour mon Xorg.conf modifié ça me donne ça :

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Wed Sep 12 14:29:35 PDT 2007

# 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 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"
	
	# Uncomment if you have a wacom tablet
	#	InputDevice     "stylus"	"SendCoreEvents"
	#	InputDevice     "cursor"	"SendCoreEvents"
	#	InputDevice     "eraser"	"SendCoreEvents"
	Identifier	"Default Layout"
  screen 0 "Default Screen" 0 0
	Inputdevice	"Generic Keyboard"
	Inputdevice	"Configured Mouse"
EndSection

Section "Files"
EndSection

Section "Module"
	Load		"glx"
	Load		"v4l"
EndSection

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

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

Section "InputDevice"
	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    "Écran générique"
    Vendorname    "Samsung"
    Modelname    "Samsung SyncMaster 206BW (Digital)"
    Horizsync    30-81
    Vertrefresh    56-75
#  modeline  "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
#  modeline  "800x600@72" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync
  modeline  "800x600@75" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
#  modeline  "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
#  modeline  "1280x768@60" 80.14 1280 1344 1480 1680 768 769 772 795 -hsync +vsync
#  modeline  "1280x720@60" 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync
  modeline  "1280x800@75" 107.21 1280 1360 1496 1712 800 801 804 835 -hsync +vsync
  modeline  "1280x768@75" 102.98 1280 1360 1496 1712 768 769 772 802 -hsync +vsync
#  modeline  "1280x800@60" 83.46 1280 1344 1480 1680 800 801 804 828 -hsync +vsync
  modeline  "1440x900@75" 136.49 1440 1536 1688 1936 900 901 904 940 -hsync +vsync
#  modeline  "1440x900@60" 106.47 1440 1520 1672 1904 900 901 904 932 -hsync +vsync
#  modeline  "1600x1024@60" 136.36 1600 1704 1872 2144 1024 1025 1028 1060 -hsync +vsync
#  modeline  "1680x1050@60" 147.14 1680 1784 1968 2256 1050 1051 1054 1087 -hsync +vsync
#  modeline  "1920x1200@60" 193.16 1920 2048 2256 2592 1200 1201 1204 1242 -hsync +vsync
    Gamma    1.0
EndSection

Section "Device"
	Identifier	"nVidia Corporation G80 [GeForce 8500 GT]"
	Boardname	"nv"
	Busid		"PCI:2:0:0"
	Driver		"nvidia"
	Screen	0
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"nVidia Corporation G80 [GeForce 8500 GT]"
	Monitor		"Écran générique"
	Defaultdepth	24
	SubSection "Display"
		Depth	24
		#Virtual	1920	1200
		Modes		"1680x1050@75"    "1440x900@75"    "1280x768@75"    "1280x800@75" "800x600@75"
	EndSubSection
EndSection

Section "ServerFlags"
EndSection

Ubuntu Maverick Meerkat 64 bits

Hors ligne

#17 Le 07/11/2007, à 01:35

inbox

Re : Redémarage sur mauvaise résolution

Oui, et alors, qu'est ce ça donne ?


Un problème résolu ? Indiquez le en modifiant le titre du sujet.

Hors ligne

#18 Le 07/11/2007, à 01:53

Rogan77

Re : Redémarage sur mauvaise résolution

Bah c'est justement ce xorg.conf qui m'empêche d'aller au-dessus de la résolution 1440*900 hmm


Ubuntu Maverick Meerkat 64 bits

Hors ligne

#19 Le 07/11/2007, à 02:04

inbox

Re : Redémarage sur mauvaise résolution

Il se trouve donc que tu as cru que ce sujet correspondait à ton problème.

Il se trouve que non.

Donc le mieux pour toi, et d'en créer un autre.

[@Rogan77] Ce n'est pas que je refuse de répondre, mais le mélange d'intervenants fait que les réponses sont peu lisibles.[/HS]


Un problème résolu ? Indiquez le en modifiant le titre du sujet.

Hors ligne

#20 Le 07/11/2007, à 02:11

fourminux

Re : Redémarage sur mauvaise résolution

Bonsoir Inbox, je peux te demander d'aller voir sur mon Topic, où j'ai un souci avec la résolution de ma carte graphique Intel 915 GME.
http://forum.ubuntu-fr.org/viewtopic.php?id=163535
Merci si tu peux


Monté une salle info 100% Linux sans rien y connaitre
Kubuntu 10.10 / XP
Centrino 1,73-1,5Gb- Intel 128Mb shared
Simple comme Ubuntu, Linux n'est pas Windows. Noob? Quid après l'install?

Hors ligne

#21 Le 07/11/2007, à 02:17

Rogan77

Re : Redémarage sur mauvaise résolution

Arf oki doki tongue
Pourtant mon souci est exactement le même que celui de ledragonBleu dans son premier post, c'est pour ça que j'attendais un retour de son expérience pour avoir à éviter de créer un autre topic.
Mais soit tant qu'à faire les choses correctement autant aller jusqu'au bout ! big_smile

Merci pour ta participation en tout cas smile

Dernière modification par Rogan77 (Le 07/11/2007, à 02:17)


Ubuntu Maverick Meerkat 64 bits

Hors ligne

#22 Le 07/11/2007, à 02:54

inbox

Re : Redémarage sur mauvaise résolution

@fourminux,

Je verrais demain si je peux faire quelque chose pour toi. roll

@Rogan77,

Tu peux aussi coller un lien vers ton sujet. wink


Un problème résolu ? Indiquez le en modifiant le titre du sujet.

Hors ligne

#23 Le 07/11/2007, à 15:56

Rogan77

Re : Redémarage sur mauvaise résolution

Oups oui désolé j'ai mis un lien de mon sujet vers celui-ci mais j'ai oublié de faire l'inverse, hop hop hop réparons ça ! smile

Lien vers mon sujet

En espérant que ça aide des gens si jamais mon problème est résolu ^_^

Dernière modification par Rogan77 (Le 07/11/2007, à 15:56)


Ubuntu Maverick Meerkat 64 bits

Hors ligne

#24 Le 11/11/2007, à 13:35

Webi

Re : Redémarage sur mauvaise résolution

Bonjour à  tous,

Je poste ici car j'ai aussi un problème de résolution, et même en lisant tous les topics qui parlent de ça je n'ai pas trouvé de réponse. je ne suis pas spécialiste en commande et cie, mais je suis en 1024x768 et j'aime pas du tout cette résolution. Mon écran est un 19" et supporte très facilement le 1280x1024 (Résolution que j'ai mise sous Windows Vista & Windows XP).

Je dispose d'Ubuntu 7.10, et j'ai toutes les dernières mises à  jour installées.

J'ai pû comprendre qu'il fallait copier le Xorg.conf, donc je vous fait ça ici même :


# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf(5) manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
	Fontpath	"/usr/share/fonts/X11/misc"
	Fontpath	"/usr/share/fonts/X11/cyrillic"
	Fontpath	"/usr/share/fonts/X11/100dpi/:unscaled"
	Fontpath	"/usr/share/fonts/X11/75dpi/:unscaled"
	Fontpath	"/usr/share/fonts/X11/Type1"
	Fontpath	"/usr/share/fonts/X11/100dpi"
	Fontpath	"/usr/share/fonts/X11/75dpi"
	# path to defoma fonts
	Fontpath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
	Load		"i2c"
	Load		"bitmap"
	Load		"ddc"
	Load		"dri"
	Load		"extmod"
	Load		"freetype"
	Load		"glx"
	Load		"int10"
	Load		"vbe"
EndSection

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

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

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

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

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

Section "Device"
	Identifier	"ATI Technologies Inc RV350 AP [Radeon 9600]"
	Driver		"fglrx"
	Busid		"PCI:1:0:0"
EndSection

Section "Monitor"
	Identifier	"à‰cran générique"
	Option		"DPMS"
	Horizsync	28-51
	Vertrefresh	43-60
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"ATI Technologies Inc RV350 AP [Radeon 9600]"
	Monitor		"à‰cran générique"
	Defaultdepth	24
	SubSection "Display"
		Depth	1
		Modes		"1024x768"	"800x600"	"640x480"
	EndSubSection
	SubSection "Display"
		Depth	4
		Modes		"1024x768"	"800x600"	"640x480"
	EndSubSection
	SubSection "Display"
		Depth	8
		Modes		"1024x768"	"800x600"	"640x480"
	EndSubSection
	SubSection "Display"
		Depth	15
		Modes		"1024x768"	"800x600"	"640x480"
	EndSubSection
	SubSection "Display"
		Depth	16
		Modes		"1024x768"	"800x600"	"640x480"
	EndSubSection
	SubSection "Display"
		Depth	24
		Modes		"1024x768"	"800x600"	"640x480"
	EndSubSection
EndSection

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
Section "Extensions"
	Option		"Composite"	"0"
EndSection

Si jamais quelqu'un pouvait m'aider à  résoudre ce problème, je lui en serais vraiment très très reconnaissant ! (Depuis le temps que je suis en 1024 et que j'essaie de passer en 1280.. A savoir que j'avais déjà  essayé de remplacer manuellement des valeurs de résolutions, et ça n'avait pas marché, ça m'avait laissé un écran noir au démarrage d'Ubuntu...)

Cordialement.