Bug 455133

Summary: Fedora 9 doesn't autoconfigurate the monitor BENQ FP91GX
Product: [Fedora] Fedora Reporter: Robert Scheck <redhat-bugzilla>
Component: xorg-x11-drv-nvAssignee: Adam Jackson <ajax>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: low    
Version: 9CC: linux, mcepl, xgl-maint
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-07-31 13:54:12 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
xorg.conf
none
Xorg.0.log
none
Xorg.0.log test none

Description Robert Scheck 2008-07-12 15:19:10 UTC
Description of problem:
Fedora 9 doesn't autoconfigurate the monitor BENQ FP91GX somehow. It also 
seems to have problems with resolutions higher than 1024x768 after some xorg 
relevant updates in the last weeks.

How reproducible:
Everytime with the monitor, just install Fedora 9.

Actual results:
Fedora 9 doesn't autoconfigurate the monitor BENQ FP91GX.

Expected results:
Same autoconfiguration of the monitor as for most others.

Additional info:
I don't know which information you need and I'm mostly opening this bug report 
for Ivonne, who is on Cc of this bug report. So if you need to know details, 
please let us know which ones, so that Ivonne can provide these data for you.

Comment 1 Matěj Cepl 2008-07-14 23:02:01 UTC
Thanks for the bug report.  We have reviewed the information you have provided
above, and there is some additional information we require that will be helpful
in our diagnosis of this issue.

Please attach your X server config file (/etc/X11/xorg.conf) and X server log
file (/var/log/Xorg.*.log) to the bug report as individual uncompressed file
attachments using the bugzilla file attachment link below.

Could you please also try to run without any /etc/X11/xorg.conf whatsoever and
let X11 autodetect your display and video card? Attach to this bug
/var/log/Xorg.0.log from this attempt as well, please.

We will review this issue again once you've had a chance to attach this information.

Thanks in advance.

Comment 2 Ivonne Walther 2008-07-15 19:54:08 UTC
Created attachment 311877 [details]
xorg.conf

Comment 3 Ivonne Walther 2008-07-15 19:55:54 UTC
Created attachment 311879 [details]
Xorg.0.log

Comment 4 Ivonne Walther 2008-07-15 20:23:15 UTC
Created attachment 311882 [details]
Xorg.0.log test

This is the File Xorg.0.log from startx without xorg.conf
Greeting Ivonne

Comment 5 Robert Scheck 2008-07-27 14:43:36 UTC
Ping?

Comment 6 Adam Jackson 2008-07-31 13:54:12 UTC
The GeForce 7050 is not supported by the nv driver at this time, afaik.  And
unfortunately we can't do much about autoconfiguration failures in the nvidia
driver.

In this case, however, I think this is just a configuration bug.  Your config reads:

	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes    "1024x768" "832x624" "800x600" "640x480" "640x350"
	EndSubSection

So you've explicitly asked for exactly those modes and no others.  I suspect you
should just comment out the Modes line there and restart X.