Bug 455133 - Fedora 9 doesn't autoconfigurate the monitor BENQ FP91GX
Summary: Fedora 9 doesn't autoconfigurate the monitor BENQ FP91GX
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: xorg-x11-drv-nv
Version: 9
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Adam Jackson
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-07-12 15:19 UTC by Robert Scheck
Modified: 2018-04-11 07:20 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2008-07-31 13:54:12 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
xorg.conf (1.27 KB, text/plain)
2008-07-15 19:54 UTC, Ivonne Walther
no flags Details
Xorg.0.log (13.85 KB, text/plain)
2008-07-15 19:55 UTC, Ivonne Walther
no flags Details
Xorg.0.log test (13.31 KB, text/plain)
2008-07-15 20:23 UTC, Ivonne Walther
no flags Details

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.


Note You need to log in before you can comment on or make changes to this bug.