Bug 455133
| Summary: | Fedora 9 doesn't autoconfigurate the monitor BENQ FP91GX | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Robert Scheck <redhat-bugzilla> | ||||||||
| Component: | xorg-x11-drv-nv | Assignee: | Adam Jackson <ajax> | ||||||||
| Status: | CLOSED NOTABUG | QA Contact: | |||||||||
| Severity: | medium | Docs Contact: | |||||||||
| Priority: | low | ||||||||||
| Version: | 9 | CC: | 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
Robert Scheck
2008-07-12 15:19:10 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. Created attachment 311877 [details]
xorg.conf
Created attachment 311879 [details]
Xorg.0.log
Created attachment 311882 [details]
Xorg.0.log test
This is the File Xorg.0.log from startx without xorg.conf
Greeting Ivonne
Ping? 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. |