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 28/01/2007, à 11:56

jldr

Mode DVI impossible sous Nvidia Geforce3 TI500

Bonjour à tous !
Sous Ubuntu 6.10, carte Geforce3 TI500 ainsi que le driver de Nvidia 1.0-8776, le mode VGA fonctionne correctement en 1680x1050 sur écran 22" Acer AL2216W.
Les soucis commencent lorsque du branchement en mode DVI. Le serveur X plante au redémarrage avec un message peu rassurant :
FatalError re-entered, aborting
Caught signal 11.  Server aborting

Merci d'avance pour votre aide

Voici ma configuration :

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Mon Oct 16 22:13:07 PDT 2006

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

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

Section "Files"

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

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

Section "InputDevice"
    Identifier     "Generic Keyboard"
    Driver         "kbd"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "us"
    Option         "XkbOptions" "lv3:ralt_switch"
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 "Monitor"
    Identifier     "Generic Monitor"
    #HorizSync       28.0 - 84.0
    #VertRefresh     43.0 - 60.0
    #Option         "DPMS"
EndSection

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

Section "Screen"
    Identifier     "Default Screen"
    Device         "Carte vidéo générique"
    Monitor        "Generic Monitor"
    DefaultDepth    24
    Option  	   "UseDisplayDevice" "DFP"
    Option         "NoLogo" "False"
    SubSection     "Display"
        Depth       1
        Modes      "1680x1050" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       4
        Modes      "1680x1050" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1680x1050" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       15
        Modes      "1680x1050" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1680x1050" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1680x1050" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

============================================================
Ainsi que :

X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: Linux 2.6.15.7 i686 
Current Operating System: Linux Event-Horizon 2.6.17-10-generic #2 SMP Tue Dec 5 22:28:26 UTC 2006 i686
Build Date: 07 July 2006
	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sun Jan 28 10:30:05 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Generic Monitor"
(**) |   |-->Device "Carte vidéo générique"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Configured Mouse"
(WW) The directory "/usr/share/X11/fonts/misc" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/X11/fonts/cyrillic" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/X11/fonts/100dpi/" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/X11/fonts/75dpi/" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/X11/fonts/Type1" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/X11/fonts/100dpi" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/X11/fonts/75dpi" does not exist.
	Entry deleted from font path.
(WW) `fonts.dir' not found (or not valid) in "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType".
	Entry deleted from font path.
	(Run 'mkfontdir' on "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType").
(**) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/misc/,
	/usr/share/fonts/X11/TTF/,
	/usr/share/fonts/X11/OTF,
	/usr/share/fonts/X11/Type1/,
	/usr/share/fonts/X11/CID/,
	/usr/share/fonts/X11/100dpi/,
	/usr/share/fonts/X11/75dpi/
(==) RgbPath set to "/usr/share/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.3
	X.Org Video Driver: 1.0
	X.Org XInput driver : 0.6
	X.Org Server Extension : 0.3
	X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.0.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.0.0
	ABI class: X.Org Video Driver, version 1.0
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1106,0691 card 0000,0000 rev c4 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1106,8598 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:07:0: chip 1106,0686 card 1106,0000 rev 40 class 06,01,00 hdr 80
(II) PCI: 00:07:1: chip 1106,0571 card 1106,0571 rev 06 class 01,01,8a hdr 00
(II) PCI: 00:07:2: chip 1106,3038 card 0925,1234 rev 1a class 0c,03,00 hdr 00
(II) PCI: 00:07:3: chip 1106,3038 card 0925,1234 rev 1a class 0c,03,00 hdr 00
(II) PCI: 00:07:4: chip 1106,3057 card 0000,0000 rev 40 class 06,80,00 hdr 00
(II) PCI: 00:0a:0: chip 10b7,9055 card 10b7,9055 rev 24 class 02,00,00 hdr 00
(II) PCI: 00:0b:0: chip 1102,0004 card 1102,0051 rev 03 class 04,01,00 hdr 80
(II) PCI: 00:0b:1: chip 1102,7003 card 1102,0040 rev 03 class 09,80,00 hdr 80
(II) PCI: 00:0b:2: chip 1102,4001 card 1102,0010 rev 00 class 0c,00,10 hdr 80
(II) PCI: 01:00:0: chip 10de,0202 card 1462,5305 rev a3 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
	[0] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[b]
(II) Bus 0 non-prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[b]
(II) Bus 0 prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[b]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0	0xdc000000 - 0xddffffff (0x2000000) MX[b]
(II) Bus 1 prefetchable memory range:
	[0] -1	0	0xd4000000 - 0xdbffffff (0x8000000) MX[b]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:7:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(1:0:0) nVidia Corporation NV20 [GeForce3 Ti 500] rev 163, Mem @ 0xdc000000/24, 0xd4000000/26, 0xd8000000/19
(II) Addressable bus resource ranges are
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[b]
	[1] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[b]
(II) OS-reported resource ranges:
	[0] -1	0	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 0xd0000000 from 0xd3ffffff to 0xcfffffff
(II) Active PCI resource ranges:
	[0] -1	0	0xdf000000 - 0xdf003fff (0x4000) MX[b]
	[1] -1	0	0xdf004000 - 0xdf0047ff (0x800) MX[b]
	[2] -1	0	0xdf005000 - 0xdf00507f (0x80) MX[b]
	[3] -1	0	0xd0000000 - 0xcfffffff (0x0) MX[b]O
	[4] -1	0	0xd8000000 - 0xd807ffff (0x80000) MX[b](B)
	[5] -1	0	0xd4000000 - 0xd7ffffff (0x4000000) MX[b](B)
	[6] -1	0	0xdc000000 - 0xdcffffff (0x1000000) MX[b](B)
	[7] -1	0	0x0000e800 - 0x0000e807 (0x8) IX[b]
	[8] -1	0	0x0000e400 - 0x0000e41f (0x20) IX[b]
	[9] -1	0	0x0000e000 - 0x0000e07f (0x80) IX[b]
	[10] -1	0	0x0000d800 - 0x0000d81f (0x20) IX[b]
	[11] -1	0	0x0000d400 - 0x0000d41f (0x20) IX[b]
	[12] -1	0	0x0000d000 - 0x0000d00f (0x10) IX[b]
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0xdf000000 - 0xdf003fff (0x4000) MX[b]
	[1] -1	0	0xdf004000 - 0xdf0047ff (0x800) MX[b]
	[2] -1	0	0xdf005000 - 0xdf00507f (0x80) MX[b]
	[3] -1	0	0xd0000000 - 0xcfffffff (0x0) MX[b]O
	[4] -1	0	0xd8000000 - 0xd807ffff (0x80000) MX[b](B)
	[5] -1	0	0xd4000000 - 0xd7ffffff (0x4000000) MX[b](B)
	[6] -1	0	0xdc000000 - 0xdcffffff (0x1000000) MX[b](B)
	[7] -1	0	0x0000e800 - 0x0000e807 (0x8) IX[b]
	[8] -1	0	0x0000e400 - 0x0000e41f (0x20) IX[b]
	[9] -1	0	0x0000e000 - 0x0000e07f (0x80) IX[b]
	[10] -1	0	0x0000d800 - 0x0000d81f (0x20) IX[b]
	[11] -1	0	0x0000d400 - 0x0000d41f (0x20) IX[b]
	[12] -1	0	0x0000d000 - 0x0000d00f (0x10) IX[b]
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1	0	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	0xdf000000 - 0xdf003fff (0x4000) MX[b]
	[5] -1	0	0xdf004000 - 0xdf0047ff (0x800) MX[b]
	[6] -1	0	0xdf005000 - 0xdf00507f (0x80) MX[b]
	[7] -1	0	0xd0000000 - 0xcfffffff (0x0) MX[b]O
	[8] -1	0	0xd8000000 - 0xd807ffff (0x80000) MX[b](B)
	[9] -1	0	0xd4000000 - 0xd7ffffff (0x4000000) MX[b](B)
	[10] -1	0	0xdc000000 - 0xdcffffff (0x1000000) MX[b](B)
	[11] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[b]
	[12] -1	0	0x00000000 - 0x000000ff (0x100) IX[b]
	[13] -1	0	0x0000e800 - 0x0000e807 (0x8) IX[b]
	[14] -1	0	0x0000e400 - 0x0000e41f (0x20) IX[b]
	[15] -1	0	0x0000e000 - 0x0000e07f (0x80) IX[b]
	[16] -1	0	0x0000d800 - 0x0000d81f (0x20) IX[b]
	[17] -1	0	0x0000d400 - 0x0000d41f (0x20) IX[b]
	[18] -1	0	0x0000d000 - 0x0000d00f (0x10) IX[b]
(II) LoadModule: "i2c"
(II) Loading /usr/lib/xorg/modules/libi2c.so
(II) Module i2c: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.2.0
	ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "bitmap"
(II) Reloading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Loading font Bitmap
(II) LoadModule: "ddc"
(II) Loading /usr/lib/xorg/modules/libddc.so
(II) Module ddc: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.0.0
	ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
	compiled for 7.1.1, module version = 2.1.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
	compiled for 4.0.2, module version = 1.0.8776
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules/libint10.so
(II) Module int10: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.0.0
	ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "type1"
(II) Loading /usr/lib/xorg/modules/fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.0.2
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Type1
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules/libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.1.0
	ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "nvidia"
(II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.o
(II) Module nvidia: vendor="NVIDIA Corporation"
	compiled for 4.0.2, module version = 1.0.8776
	Module class: X.Org Video Driver
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.1.0
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.6
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.1.1
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.6
(II) NVIDIA X Driver  1.0-8776  Mon Oct 16 21:58:46 PDT 2006
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 01:00:0
(--) Assigning device section with no busID to primary device
(--) Chipset NVIDIA GPU found
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules/libfb.so
(II) Module fb: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/lib/xorg/modules/libramdac.so
(II) Module ramdac: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 0.1.0
	ABI class: X.Org Video Driver, version 1.0
(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	0xdf000000 - 0xdf003fff (0x4000) MX[b]
	[5] -1	0	0xdf004000 - 0xdf0047ff (0x800) MX[b]
	[6] -1	0	0xdf005000 - 0xdf00507f (0x80) MX[b]
	[7] -1	0	0xd0000000 - 0xcfffffff (0x0) MX[b]O
	[8] -1	0	0xd8000000 - 0xd807ffff (0x80000) MX[b](B)
	[9] -1	0	0xd4000000 - 0xd7ffffff (0x4000000) MX[b](B)
	[10] -1	0	0xdc000000 - 0xdcffffff (0x1000000) MX[b](B)
	[11] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[b]
	[12] -1	0	0x00000000 - 0x000000ff (0x100) IX[b]
	[13] -1	0	0x0000e800 - 0x0000e807 (0x8) IX[b]
	[14] -1	0	0x0000e400 - 0x0000e41f (0x20) IX[b]
	[15] -1	0	0x0000e000 - 0x0000e07f (0x80) IX[b]
	[16] -1	0	0x0000d800 - 0x0000d81f (0x20) IX[b]
	[17] -1	0	0x0000d400 - 0x0000d41f (0x20) IX[b]
	[18] -1	0	0x0000d000 - 0x0000d00f (0x10) 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	0xdf000000 - 0xdf003fff (0x4000) MX[b]
	[5] -1	0	0xdf004000 - 0xdf0047ff (0x800) MX[b]
	[6] -1	0	0xdf005000 - 0xdf00507f (0x80) MX[b]
	[7] -1	0	0xd0000000 - 0xcfffffff (0x0) MX[b]O
	[8] -1	0	0xd8000000 - 0xd807ffff (0x80000) MX[b](B)
	[9] -1	0	0xd4000000 - 0xd7ffffff (0x4000000) MX[b](B)
	[10] -1	0	0xdc000000 - 0xdcffffff (0x1000000) MX[b](B)
	[11] 0	0	0x000a0000 - 0x000affff (0x10000) MS[b]
	[12] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[b]
	[13] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[b]
	[14] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[b]
	[15] -1	0	0x00000000 - 0x000000ff (0x100) IX[b]
	[16] -1	0	0x0000e800 - 0x0000e807 (0x8) IX[b]
	[17] -1	0	0x0000e400 - 0x0000e41f (0x20) IX[b]
	[18] -1	0	0x0000e000 - 0x0000e07f (0x80) IX[b]
	[19] -1	0	0x0000d800 - 0x0000d81f (0x20) IX[b]
	[20] -1	0	0x0000d400 - 0x0000d41f (0x20) IX[b]
	[21] -1	0	0x0000d000 - 0x0000d00f (0x10) IX[b]
	[22] 0	0	0x000003b0 - 0x000003bb (0xc) IS[b]
	[23] 0	0	0x000003c0 - 0x000003df (0x20) IS[b]
(II) Setting vga for screen 0.
(**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(0): Option "NoLogo" "False"
(**) NVIDIA(0): Option "UseDisplayDevice" "DFP"
(**) 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 GeForce3 Ti 500 at PCI:1:0:0
(--) NVIDIA(0): VideoRAM: 65536 kBytes
(--) NVIDIA(0): VideoBIOS: 03.20.00.20.12
(--) NVIDIA(0): Interlaced video modes are not supported on this GPU
(--) NVIDIA(0): Connected display device(s) on GeForce3 Ti 500 at PCI:1:0:0:
(--) NVIDIA(0):     Acer AL2216W (DFP-0)
(--) NVIDIA(0): Acer AL2216W (DFP-0): 165.0 MHz maximum pixel clock
(--) NVIDIA(0): Acer AL2216W (DFP-0): External Single Link TMDS
(II) NVIDIA(0): Option "UseDisplayDevice" "DFP" converted to "DFP-0".
(II) NVIDIA(0): Assigned Display Device: DFP-0
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0):     "1680x1050"
(II) NVIDIA(0):     "1024x768"
(II) NVIDIA(0):     "800x600"
(II) NVIDIA(0):     "640x480"
(II) NVIDIA(0): Virtual screen size determined to be 1680 x 1050
(--) NVIDIA(0): DPI set to (90, 88); computed from "UseEdidDpi" X config option
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] 0	0	0xd8000000 - 0xd807ffff (0x80000) MX[b]
	[1] 0	0	0xd4000000 - 0xd7ffffff (0x4000000) MX[b]
	[2] 0	0	0xdc000000 - 0xdcffffff (0x1000000) MX[b]
	[3] -1	0	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	0xdf000000 - 0xdf003fff (0x4000) MX[b]
	[8] -1	0	0xdf004000 - 0xdf0047ff (0x800) MX[b]
	[9] -1	0	0xdf005000 - 0xdf00507f (0x80) MX[b]
	[10] -1	0	0xd0000000 - 0xcfffffff (0x0) MX[b]O
	[11] -1	0	0xd8000000 - 0xd807ffff (0x80000) MX[b](B)
	[12] -1	0	0xd4000000 - 0xd7ffffff (0x4000000) MX[b](B)
	[13] -1	0	0xdc000000 - 0xdcffffff (0x1000000) MX[b](B)
	[14] 0	0	0x000a0000 - 0x000affff (0x10000) MS[b](OprD)
	[15] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[b](OprD)
	[16] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[b](OprD)
	[17] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[b]
	[18] -1	0	0x00000000 - 0x000000ff (0x100) IX[b]
	[19] -1	0	0x0000e800 - 0x0000e807 (0x8) IX[b]
	[20] -1	0	0x0000e400 - 0x0000e41f (0x20) IX[b]
	[21] -1	0	0x0000e000 - 0x0000e07f (0x80) IX[b]
	[22] -1	0	0x0000d800 - 0x0000d81f (0x20) IX[b]
	[23] -1	0	0x0000d400 - 0x0000d41f (0x20) IX[b]
	[24] -1	0	0x0000d000 - 0x0000d00f (0x10) IX[b]
	[25] 0	0	0x000003b0 - 0x000003bb (0xc) IS[b](OprU)
	[26] 0	0	0x000003c0 - 0x000003df (0x20) IS[b](OprU)
(II) NVIDIA(0): Setting mode "1680x1050"
(EE) NVIDIA(0): The requested configuration of display devices is not
(EE) NVIDIA(0):     supported in the hardware.

Fatal server error:
AddScreen/ScreenInit failed for driver 0


Backtrace:
0: /usr/X11R6/bin/X(xf86SigHandler+0x81) [0x80c3971]
1: [0xffffe420]
2: /usr/X11R6/bin/X(AbortServer+0x23) [0x81a1603]
3: /usr/X11R6/bin/X(FatalError+0x66) [0x81a1b06]
4: /usr/X11R6/bin/X(InitOutput+0x883) [0x809fdd3]
5: /usr/X11R6/bin/X(main+0x276) [0x806e506]
6: /lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xdc) [0xb7d7b8cc]
7: /usr/X11R6/bin/X(FontFileCompleteXLFD+0xa1) [0x806da51]

FatalError re-entered, aborting
Caught signal 11.  Server aborting

Edit :

Lestat the vampire a écrit :

Premierement, si tu pouvais utiliser les balises "Code" pour entourer tes logs et to xorg.conf, ton message serait 10fois plus lisible !! merci

Et il a raison !

Dernière modification par michel2652 (Le 28/01/2007, à 12:53)

Hors ligne

#2 Le 28/01/2007, à 12:50

Lestat the vampire

Re : Mode DVI impossible sous Nvidia Geforce3 TI500

Premierement, si tu pouvais utiliser les balises "Code" pour entourer tes logs et to xorg.conf, ton message serait 10fois plus lisible !! merci

Sinon le message d'erreur est clair :

(EE) NVIDIA(0): The requested configuration of display devices is not
(EE) NVIDIA(0):     supported in the hardware.

Essaie de passer à une autre résolution pour commencer.
Concernant l'option "UseDisplayDevice" "DFP", tu as deja essayer sans ?
Tu peux aussi essayer les derniers drivers nvidia pour ta carte, les 9631

Hors ligne

#3 Le 28/01/2007, à 13:12

jldr

Re : Mode DVI impossible sous Nvidia Geforce3 TI500

Bonjour ! Mes excuses pour la forme de mon message, je débute
Le message en EE est étrange car l'affichage en DVI, driver Nvidia avec OpenGL, je l'ai eu ... jusqu'à qu'une mise à jour sur Ubuntu est apparue et que j'ai installée en faisant confiance. Le début sous Linux passe aussi par un certain apprentissage.

Je vais donc passer par une résolution plus basse
Pour l'option "UseDisplayDevice" "DFP", je l'ai ajouté sur conseil de : http://doc.ubuntu-fr.org/nvidia (mode dvi)
Quant aux derniers drivers Nvidia, je n'ose pas trop essayé devant les déboires rencontrés pour obtenir enfin l'affichage actuelle en VGA...
merci pour tes conseils !

Hors ligne