Simulpost from NVnews.org, trying to solve this thing.
This is very, very off, has me climbing the walls.
X crashes, with an error of 'no usable configurations' (more below)
when using the nvidia 4496 and 4363 drivers under Red Hat 9 (same error using 4496 under MDK 9.1 and 9.2)
System specs:
Asus A7N8X-DX Motherboard
Visiontek GeForce4 Ti4200 128MB AGP
Sony CPD-E200 monitor
From the XF86config file:
Code:
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Sony CPD-E200/E200E"
HorizSync 30.0 - 85.0
VertRefresh 48.0 - 120.0
Option "dpms"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "Videocard vendor"
BoardName "NVIDIA GeForce 4 (generic)"
VideoRam 131072
Option "NvAgp" "1"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
Note the refresh rates under the monitor are H: 30-85 V:48-120
Now the Log file from that config:
Code:
(II) Module ddc: vendor="The XFree86 Project"
compiled for 4.3.0, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.6
(WW) NVIDIA(0): The user specified VertRefresh "48.000-120.000" has been
(WW) NVIDIA(0): adjusted to "" (the intersection with EDID-specified
(WW) NVIDIA(0): VertRefresh "161.000-255.000"
(EE) NVIDIA(0): no VertRefresh values remaining
(II) NVIDIA(0): Monitor0: Using hsync range of 30.00-85.00 kHz
(WW) NVIDIA(0): Monitor0: using default vrefresh range of 161.00-255.00Hz
(II) NVIDIA(0): Clock range: 12.00 to 350.00 MHz
(II) NVIDIA(0): Not using default mode "640x350" (vrefresh out of range)
--SNIP--
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(WW) NVIDIA(0): Mode pool is empty
(EE) NVIDIA(0): No modes remaining for display device CRT-1
(EE) NVIDIA(0): *** Aborting ***
(II) UnloadModule: "nvidia"
(II) UnloadModule: "ddc"
(II) Unloading /usr/X11R6/lib/modules/libddc.a
(II) UnloadModule: "vgahw"
(II) Unloading /usr/X11R6/lib/modules/libvgahw.a
(EE) Screen(s) found, but none have a usable configuration.
Fatal server error:
no screens found
Note the new values 161-255
it makes X puke, this happens with both drivers in multiple distros, i'm thinking the monitor's the culprit. at theis point.
X runs fine with the 'nv' red hat default drivers in operation, but pukes otherwise, with the 4496 drivers, it kills the framebuffer too, the 43x doesnt do that. HELP!!!