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 03/01/2008, à 13:54

FireLight

[RESOLU] Problème résolution - nVidia et LCD 20"

Bonjour tout le monde !

Le cher papa Noà«l m'a apporté un joli écran 20" wide. Je l'ai testé sur Windows (pas bien, je sais tongue), tout marche bien. Mais sur Linux, c'est une autre histoire.

Tout d'abord, récapitulatif de ma configuration : carte graphique nVidia GeForce 6200 AGP (Asus Série N6200) et écran LCD Acer P203W connecté en VGA.

Ma petite histoire : il m'était impossible d'avoir une résolution de 1680x1050 sur mon écran (celui-ci m'indiquait 1280x1024), même après avoir tout reconfiguré plusieurs fois X.org, avec le driver nVidia proprio, tout en essayant de mettre des options de désactivation (vu sur le Wiki parlant des problèmes de résolutions et de nVidia).
Cependant, en mettant le driver libre (nv), tout marche du premier coup.

Après divers essais, en remettant le driver nVidia, j'arrive à  avoir la bonne résolution : soit en redémarrant plein de fois le serveur X, soit en switchant entre console virtuelle et serveur X plusieurs fois.

Il semblerait donc que soit le driver proprio ait du mal avec mon écran, ou alors, que c'est mon écran qui ait du mal avec le driver. Y a-t-il une solution pour éviter de redémarrer le serveur X avant d'avoir la bonne résolution ? (tout en gardant le driver proprio...)

Paquet nVidia installé sur Ubuntu : Version : 100.14.19+2.6.22.4-14.10

Mon /etc/X11/xorg.conf (généré par displayconfig)

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

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

Section "InputDevice"
	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 GeForce 6200"
	Boardname	"nv"
	Busid		"PCI:1:0:0"
	Driver		"nvidia"
	Screen	0

EndSection

Section "Monitor"
	Identifier	"Acer P203W"
	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 GeForce 6200"
	Monitor		"Acer P203W"
	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"
EndSection
Section "Module"
	Load		"glx"
	Load		"GLcore"
	Load		"v4l"
EndSection
Section "device" #   
	Identifier	"device1"
	Boardname	"nv"
	Busid		"PCI:1:0:0"
	Driver		"nvidia"
	Screen	1
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

Fichier de log de X.Org (on ne sait jamais...)

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 liberty 2.6.22-14-generic #1 SMP Tue Dec 18 08:02:57 UTC 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: Wed Jan  2 23:59:43 2008
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Acer P203W"
(**) |   |-->Device "nVidia GeForce 6200"
(**) |-->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 1106,3189 card 1458,5000 rev 80 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1106,b198 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:0a:0: chip 1106,3038 card 1106,3038 rev 61 class 0c,03,00 hdr 80
(II) PCI: 00:0a:1: chip 1106,3038 card 1106,3038 rev 61 class 0c,03,00 hdr 80
(II) PCI: 00:0a:2: chip 1106,3104 card 1106,3104 rev 63 class 0c,03,20 hdr 80
(II) PCI: 00:0a:3: chip 1106,3044 card 1001,0000 rev 46 class 0c,00,10 hdr 00
(II) PCI: 00:0c:0: chip 1131,7133 card 1421,0350 rev f0 class 04,80,00 hdr 00
(II) PCI: 00:0d:0: chip 104c,9066 card 104c,9067 rev 00 class 02,80,00 hdr 00
(II) PCI: 00:0f:0: chip 1106,0571 card 1458,5002 rev 06 class 01,01,8a hdr 00
(II) PCI: 00:10:0: chip 1106,3038 card 1458,5004 rev 81 class 0c,03,00 hdr 80
(II) PCI: 00:10:1: chip 1106,3038 card 1458,5004 rev 81 class 0c,03,00 hdr 80
(II) PCI: 00:10:2: chip 1106,3038 card 1458,5004 rev 81 class 0c,03,00 hdr 80
(II) PCI: 00:10:4: chip 1106,3104 card 1458,5004 rev 86 class 0c,03,20 hdr 80
(II) PCI: 00:11:0: chip 1106,3227 card 1458,5001 rev 00 class 06,01,00 hdr 80
(II) PCI: 00:11:5: chip 1106,3059 card 1458,a002 rev 60 class 04,01,00 hdr 00
(II) PCI: 00:13:0: chip 10ec,8139 card 1458,e000 rev 10 class 02,00,00 hdr 00
(II) PCI: 01:00:0: chip 10de,0221 card 1043,81c7 rev a1 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
	[0] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[b]
(II) Bus 0 non-prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[b]
(II) Bus 0 prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[b]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0	0xe8000000 - 0xeaffffff (0x3000000) MX[b]
(II) Bus 1 prefetchable memory range:
	[0] -1	0	0xd0000000 - 0xdfffffff (0x10000000) MX[b]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:17:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(1:0:0) nVidia Corporation NV44A [GeForce 6200] rev 161, Mem @ 0xe8000000/24, 0xd0000000/28, 0xe9000000/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) PCI Memory resource overlap reduced 0xe0000000 from 0xe7ffffff to 0xdfffffff
(II) Active PCI resource ranges:
	[0] -1	0	0xeb026000 - 0xeb0260ff (0x100) MX[b]
	[1] -1	0	0xeb025000 - 0xeb0250ff (0x100) MX[b]
	[2] -1	0	0xeb000000 - 0xeb01ffff (0x20000) MX[b]
	[3] -1	0	0xeb020000 - 0xeb021fff (0x2000) MX[b]
	[4] -1	0	0xeb022000 - 0xeb0227ff (0x800) MX[b]
	[5] -1	0	0xeb024000 - 0xeb0247ff (0x800) MX[b]
	[6] -1	0	0xeb023000 - 0xeb0230ff (0x100) MX[b]
	[7] -1	0	0xe0000000 - 0xdfffffff (0x0) MX[b]O
	[8] -1	0	0xe9000000 - 0xe9ffffff (0x1000000) MX[b](B)
	[9] -1	0	0xd0000000 - 0xdfffffff (0x10000000) MX[b](B)
	[10] -1	0	0xe8000000 - 0xe8ffffff (0x1000000) MX[b](B)
	[11] -1	0	0x0000e000 - 0x0000e0ff (0x100) IX[b]
	[12] -1	0	0x0000dc00 - 0x0000dcff (0x100) IX[b]
	[13] -1	0	0x0000d800 - 0x0000d81f (0x20) IX[b]
	[14] -1	0	0x0000d400 - 0x0000d41f (0x20) IX[b]
	[15] -1	0	0x0000d000 - 0x0000d01f (0x20) IX[b]
	[16] -1	0	0x0000cc00 - 0x0000cc0f (0x10) IX[b]
	[17] -1	0	0x0000c800 - 0x0000c87f (0x80) IX[b]
	[18] -1	0	0x0000c400 - 0x0000c41f (0x20) IX[b]
	[19] -1	0	0x0000c000 - 0x0000c01f (0x20) IX[b]
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0xeb026000 - 0xeb0260ff (0x100) MX[b]
	[1] -1	0	0xeb025000 - 0xeb0250ff (0x100) MX[b]
	[2] -1	0	0xeb000000 - 0xeb01ffff (0x20000) MX[b]
	[3] -1	0	0xeb020000 - 0xeb021fff (0x2000) MX[b]
	[4] -1	0	0xeb022000 - 0xeb0227ff (0x800) MX[b]
	[5] -1	0	0xeb024000 - 0xeb0247ff (0x800) MX[b]
	[6] -1	0	0xeb023000 - 0xeb0230ff (0x100) MX[b]
	[7] -1	0	0xe0000000 - 0xdfffffff (0x0) MX[b]O
	[8] -1	0	0xe9000000 - 0xe9ffffff (0x1000000) MX[b](B)
	[9] -1	0	0xd0000000 - 0xdfffffff (0x10000000) MX[b](B)
	[10] -1	0	0xe8000000 - 0xe8ffffff (0x1000000) MX[b](B)
	[11] -1	0	0x0000e000 - 0x0000e0ff (0x100) IX[b]
	[12] -1	0	0x0000dc00 - 0x0000dcff (0x100) IX[b]
	[13] -1	0	0x0000d800 - 0x0000d81f (0x20) IX[b]
	[14] -1	0	0x0000d400 - 0x0000d41f (0x20) IX[b]
	[15] -1	0	0x0000d000 - 0x0000d01f (0x20) IX[b]
	[16] -1	0	0x0000cc00 - 0x0000cc0f (0x10) IX[b]
	[17] -1	0	0x0000c800 - 0x0000c87f (0x80) IX[b]
	[18] -1	0	0x0000c400 - 0x0000c41f (0x20) IX[b]
	[19] -1	0	0x0000c000 - 0x0000c01f (0x20) 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	0xeb026000 - 0xeb0260ff (0x100) MX[b]
	[5] -1	0	0xeb025000 - 0xeb0250ff (0x100) MX[b]
	[6] -1	0	0xeb000000 - 0xeb01ffff (0x20000) MX[b]
	[7] -1	0	0xeb020000 - 0xeb021fff (0x2000) MX[b]
	[8] -1	0	0xeb022000 - 0xeb0227ff (0x800) MX[b]
	[9] -1	0	0xeb024000 - 0xeb0247ff (0x800) MX[b]
	[10] -1	0	0xeb023000 - 0xeb0230ff (0x100) MX[b]
	[11] -1	0	0xe0000000 - 0xdfffffff (0x0) MX[b]O
	[12] -1	0	0xe9000000 - 0xe9ffffff (0x1000000) MX[b](B)
	[13] -1	0	0xd0000000 - 0xdfffffff (0x10000000) MX[b](B)
	[14] -1	0	0xe8000000 - 0xe8ffffff (0x1000000) MX[b](B)
	[15] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[b]
	[16] -1	0	0x00000000 - 0x000000ff (0x100) IX[b]
	[17] -1	0	0x0000e000 - 0x0000e0ff (0x100) IX[b]
	[18] -1	0	0x0000dc00 - 0x0000dcff (0x100) IX[b]
	[19] -1	0	0x0000d800 - 0x0000d81f (0x20) IX[b]
	[20] -1	0	0x0000d400 - 0x0000d41f (0x20) IX[b]
	[21] -1	0	0x0000d000 - 0x0000d01f (0x20) IX[b]
	[22] -1	0	0x0000cc00 - 0x0000cc0f (0x10) IX[b]
	[23] -1	0	0x0000c800 - 0x0000c87f (0x80) IX[b]
	[24] -1	0	0x0000c400 - 0x0000c41f (0x20) IX[b]
	[25] -1	0	0x0000c000 - 0x0000c01f (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) 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	0xeb026000 - 0xeb0260ff (0x100) MX[b]
	[5] -1	0	0xeb025000 - 0xeb0250ff (0x100) MX[b]
	[6] -1	0	0xeb000000 - 0xeb01ffff (0x20000) MX[b]
	[7] -1	0	0xeb020000 - 0xeb021fff (0x2000) MX[b]
	[8] -1	0	0xeb022000 - 0xeb0227ff (0x800) MX[b]
	[9] -1	0	0xeb024000 - 0xeb0247ff (0x800) MX[b]
	[10] -1	0	0xeb023000 - 0xeb0230ff (0x100) MX[b]
	[11] -1	0	0xe0000000 - 0xdfffffff (0x0) MX[b]O
	[12] -1	0	0xe9000000 - 0xe9ffffff (0x1000000) MX[b](B)
	[13] -1	0	0xd0000000 - 0xdfffffff (0x10000000) MX[b](B)
	[14] -1	0	0xe8000000 - 0xe8ffffff (0x1000000) MX[b](B)
	[15] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[b]
	[16] -1	0	0x00000000 - 0x000000ff (0x100) IX[b]
	[17] -1	0	0x0000e000 - 0x0000e0ff (0x100) IX[b]
	[18] -1	0	0x0000dc00 - 0x0000dcff (0x100) IX[b]
	[19] -1	0	0x0000d800 - 0x0000d81f (0x20) IX[b]
	[20] -1	0	0x0000d400 - 0x0000d41f (0x20) IX[b]
	[21] -1	0	0x0000d000 - 0x0000d01f (0x20) IX[b]
	[22] -1	0	0x0000cc00 - 0x0000cc0f (0x10) IX[b]
	[23] -1	0	0x0000c800 - 0x0000c87f (0x80) IX[b]
	[24] -1	0	0x0000c400 - 0x0000c41f (0x20) IX[b]
	[25] -1	0	0x0000c000 - 0x0000c01f (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	0xeb026000 - 0xeb0260ff (0x100) MX[b]
	[5] -1	0	0xeb025000 - 0xeb0250ff (0x100) MX[b]
	[6] -1	0	0xeb000000 - 0xeb01ffff (0x20000) MX[b]
	[7] -1	0	0xeb020000 - 0xeb021fff (0x2000) MX[b]
	[8] -1	0	0xeb022000 - 0xeb0227ff (0x800) MX[b]
	[9] -1	0	0xeb024000 - 0xeb0247ff (0x800) MX[b]
	[10] -1	0	0xeb023000 - 0xeb0230ff (0x100) MX[b]
	[11] -1	0	0xe0000000 - 0xdfffffff (0x0) MX[b]O
	[12] -1	0	0xe9000000 - 0xe9ffffff (0x1000000) MX[b](B)
	[13] -1	0	0xd0000000 - 0xdfffffff (0x10000000) MX[b](B)
	[14] -1	0	0xe8000000 - 0xe8ffffff (0x1000000) MX[b](B)
	[15] 0	0	0x000a0000 - 0x000affff (0x10000) MS[b]
	[16] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[b]
	[17] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[b]
	[18] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[b]
	[19] -1	0	0x00000000 - 0x000000ff (0x100) IX[b]
	[20] -1	0	0x0000e000 - 0x0000e0ff (0x100) IX[b]
	[21] -1	0	0x0000dc00 - 0x0000dcff (0x100) IX[b]
	[22] -1	0	0x0000d800 - 0x0000d81f (0x20) IX[b]
	[23] -1	0	0x0000d400 - 0x0000d41f (0x20) IX[b]
	[24] -1	0	0x0000d000 - 0x0000d01f (0x20) IX[b]
	[25] -1	0	0x0000cc00 - 0x0000cc0f (0x10) IX[b]
	[26] -1	0	0x0000c800 - 0x0000c87f (0x80) IX[b]
	[27] -1	0	0x0000c400 - 0x0000c41f (0x20) IX[b]
	[28] -1	0	0x0000c000 - 0x0000c01f (0x20) IX[b]
	[29] 0	0	0x000003b0 - 0x000003bb (0xc) IS[b]
	[30] 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 6200 (NV44) at PCI:1:0:0 (GPU-0)
(--) NVIDIA(0): Memory: 131072 kBytes
(--) NVIDIA(0): VideoBIOS: 05.44.a2.03.00
(II) NVIDIA(0): Detected AGP rate: 8X
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(--) NVIDIA(0): Connected display device(s) on GeForce 6200 at PCI:1:0:0:
(--) NVIDIA(0):     Acer P203W (CRT-0)
(--) NVIDIA(0): Acer P203W (CRT-0): 400.0 MHz maximum pixel clock
(II) NVIDIA(0): Assigned Display Device: CRT-0
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0):     "1680x1050@60"
(II) NVIDIA(0):     "1600x1024@60"
(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"
(II) NVIDIA(0):     "800x600@56"
(**) NVIDIA(0): Virtual screen size configured to be 1680 x 1050
(--) NVIDIA(0): DPI set to (99, 98); 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	0xe9000000 - 0xe9ffffff (0x1000000) MX[b]
	[1] 0	0	0xd0000000 - 0xdfffffff (0x10000000) MX[b]
	[2] 0	0	0xe8000000 - 0xe8ffffff (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	0xeb026000 - 0xeb0260ff (0x100) MX[b]
	[8] -1	0	0xeb025000 - 0xeb0250ff (0x100) MX[b]
	[9] -1	0	0xeb000000 - 0xeb01ffff (0x20000) MX[b]
	[10] -1	0	0xeb020000 - 0xeb021fff (0x2000) MX[b]
	[11] -1	0	0xeb022000 - 0xeb0227ff (0x800) MX[b]
	[12] -1	0	0xeb024000 - 0xeb0247ff (0x800) MX[b]
	[13] -1	0	0xeb023000 - 0xeb0230ff (0x100) MX[b]
	[14] -1	0	0xe0000000 - 0xdfffffff (0x0) MX[b]O
	[15] -1	0	0xe9000000 - 0xe9ffffff (0x1000000) MX[b](B)
	[16] -1	0	0xd0000000 - 0xdfffffff (0x10000000) MX[b](B)
	[17] -1	0	0xe8000000 - 0xe8ffffff (0x1000000) MX[b](B)
	[18] 0	0	0x000a0000 - 0x000affff (0x10000) MS[b](OprD)
	[19] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[b](OprD)
	[20] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[b](OprD)
	[21] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[b]
	[22] -1	0	0x00000000 - 0x000000ff (0x100) IX[b]
	[23] -1	0	0x0000e000 - 0x0000e0ff (0x100) IX[b]
	[24] -1	0	0x0000dc00 - 0x0000dcff (0x100) IX[b]
	[25] -1	0	0x0000d800 - 0x0000d81f (0x20) IX[b]
	[26] -1	0	0x0000d400 - 0x0000d41f (0x20) IX[b]
	[27] -1	0	0x0000d000 - 0x0000d01f (0x20) IX[b]
	[28] -1	0	0x0000cc00 - 0x0000cc0f (0x10) IX[b]
	[29] -1	0	0x0000c800 - 0x0000c87f (0x80) IX[b]
	[30] -1	0	0x0000c400 - 0x0000c41f (0x20) IX[b]
	[31] -1	0	0x0000c000 - 0x0000c01f (0x20) IX[b]
	[32] 0	0	0x000003b0 - 0x000003bb (0xc) IS[b](OprU)
	[33] 0	0	0x000003c0 - 0x000003df (0x20) IS[b](OprU)
(II) NVIDIA(0): Initialized GART.
(II) NVIDIA(0): Setting mode "1680x1050@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" "fr"
(**) Generic Keyboard: XkbLayout: "fr"
(**) Option "CustomKeycodes" "off"
(**) Generic Keyboard: CustomKeycodes disabled
(**) Option "Protocol" "ExplorerPS/2"
(**) Configured Mouse: Device: "/dev/input/mice"
(**) Configured Mouse: Protocol: "ExplorerPS/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
BOGUS LENGTH in write keyboard desc, expected 5372, got 5376
(II) NVIDIA(0): v4l: memPhysBase=0xd0000000
SetClientVersion: 0 9
(II) Open ACPI successful (/var/run/acpid.socket)
(II) NVIDIA(0): Setting mode "1680x1050@60"
(II) Configured Mouse: ps2EnableDataReporting: succeeded
(II) Open ACPI successful (/var/run/acpid.socket)
(II) NVIDIA(0): Setting mode "1680x1050@60"
(II) Configured Mouse: ps2EnableDataReporting: succeeded
SetClientVersion: 0 9
SetClientVersion: 0 9
(II) NVIDIA(0): Setting mode "1680x1050"
SetClientVersion: 0 9
(II) Open ACPI successful (/var/run/acpid.socket)
(II) NVIDIA(0): Setting mode "1680x1050"
(II) Configured Mouse: ps2EnableDataReporting: succeeded
(II) Open ACPI successful (/var/run/acpid.socket)
(II) NVIDIA(0): Setting mode "1680x1050"
(II) Configured Mouse: ps2EnableDataReporting: succeeded
(II) Open ACPI successful (/var/run/acpid.socket)
(II) NVIDIA(0): Setting mode "1680x1050"
(II) Configured Mouse: ps2EnableDataReporting: succeeded
SetClientVersion: 0 9
SetClientVersion: 0 9
SetClientVersion: 0 9
SetGrabKeysState - disabled
SetGrabKeysState - enabled
SetClientVersion: 0 9
SetClientVersion: 0 9
SetGrabKeysState - disabled
SetGrabKeysState - enabled

Dernière modification par FireLight (Le 04/01/2008, à 00:48)


Connu aussi sous le pseudo de Longhorn
Dell Studio 1537
Ubuntu Linux 10.04  LTS 64 Bits - Gnome 2.30 - KDE 4.4

Hors ligne

#2 Le 03/01/2008, à 16:57

inbox

Re : [RESOLU] Problème résolution - nVidia et LCD 20"

Salut,

Il y a plusieurs solution à  tester, une à  la fois.

1/ D'après la notice technique de ton écran les fréquences maximales sont

    Horizsync    31.0 - 84.0
    Vertrefresh    56.0 - 75.0

Dans la même Section "Monitor", ajouter

 Option        "DPMS"

, puis relancer X.

2/ Ensuite tester la modification des Modelines, modifier xorg.conf puis relancer X.

A+


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

Hors ligne

#3 Le 03/01/2008, à 17:07

mekare

Re : [RESOLU] Problème résolution - nVidia et LCD 20"

Et puis ce journal récent sur le même sujet (Linuxfr) : http://linuxfr.org/~croconux/25899.html

Hors ligne

#4 Le 04/01/2008, à 00:27

FireLight

Re : [RESOLU] Problème résolution - nVidia et LCD 20"

Je ne comprends plus rien tongue
Je démarre Linux. Je suis en 1280x1024....
Je veux avoir des infos sur ce qui se passe au démarrage de X.org, je fais donc sudo X :1 -logverbose 6 (car la console virtuelle est inaccessible une fois qu'un serveur X.org est démarré), je vois bien les différents tests du drivers nVidia qui analyse chaque résolution etc. Au final, il choisit... le 1680x1050... Et il n'y a aucun message d'erreur...
Je bascule deux/trois fois entre mes deux serveurs X.org, et là, paf, je suis en 1680x1050.

Mon écran serait donc capricieux avec Linux ? (alors que sur Windows, y'a aucun problème...)

Je vais essayer de voir d'autres petites options, car bon, c'est un peu énervant de devoir faire ça tout le temps pour avoir la bonne résolution.

PS : Bien suivi vos conseils, mais ça revenait pareil (d'ailleurs, la fréquence horizontale commence à 31.5)

Dernière modification par FireLight (Le 04/01/2008, à 00:29)


Connu aussi sous le pseudo de Longhorn
Dell Studio 1537
Ubuntu Linux 10.04  LTS 64 Bits - Gnome 2.30 - KDE 4.4

Hors ligne

#5 Le 04/01/2008, à 00:47

FireLight

Re : [RESOLU] Problème résolution - nVidia et LCD 20"

Ayé ! Ca marche.

J'ai démarré un serveur X avec le driver libre ainsi qu'avec des logs détaillés. J'ai pu voir qu'il me générait des modelines spécifiques à mon écran (alors que j'avais déjà essayé de faire des modelines avec gft). J'ai donc copié la modeline qui correspondait à ma résolution, j'ai mise dans xorg.conf en mettant le driver proprio, et là, ça marche! Du premier coup!

Je laisse mon /etc/X11/xorg.conf si jamais quelqu'un en a besoin wink

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

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

Section "InputDevice"
	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 GeForce 6200"
	Driver		"nvidia"
	BusID		"PCI:1:0:0"


EndSection

Section "Monitor"
	Identifier	"Acer P203W"
	Option		"DPMS"
	HorizSync	31.5-84
	VertRefresh	56-75
	Modeline "1680x1050"  146.25  1680 1960 2136 2240  1050 1053 1059 1089 +hsync -vsync
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"nVidia GeForce 6200"
	Monitor		"Acer P203W"
	DefaultDepth	24
	SubSection "Display"
		Modes		"1680x1050" "1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

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

# Uncomment if you have a wacom tablet
#	InputDevice     "stylus"	"SendCoreEvents"
#	InputDevice     "cursor"	"SendCoreEvents"
#	InputDevice     "eraser"	"SendCoreEvents"
EndSection

Connu aussi sous le pseudo de Longhorn
Dell Studio 1537
Ubuntu Linux 10.04  LTS 64 Bits - Gnome 2.30 - KDE 4.4

Hors ligne

#6 Le 04/01/2008, à 00:51

inbox

Re : [RESOLU] Problème résolution - nVidia et LCD 20"

Yeah !!!


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

Hors ligne