Bug 220248
| Summary: | Can't override DisplaySize without turning off DDC | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Michel Alexandre Salim <michel.salim> | ||||||||||||
| Component: | xorg-x11 | Assignee: | Adam Jackson <ajax> | ||||||||||||
| Status: | CLOSED RAWHIDE | QA Contact: | David Lawrence <dkl> | ||||||||||||
| Severity: | medium | Docs Contact: | |||||||||||||
| Priority: | medium | ||||||||||||||
| Version: | 6 | CC: | davide_bolcioni, mcepl | ||||||||||||
| 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: | 2007-02-26 20:04:19 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
Michel Alexandre Salim
2006-12-19 21:38:57 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 145753 [details]
xorg.conf
Created attachment 145754 [details]
X log file
That's the xorg.conf created at install time, and the corresponding log file. I lost my initial modified xorg.conf, and surprisingly, this time the changes I applied actually works. Will attach the modified xorg.conf and its Xorg.0.log after this. So the only problem left is that DisplaySize is not automatically detected. Created attachment 145756 [details]
xorg.conf with manually-added Monitor section
Created attachment 145757 [details]
X log after adding Monitor manually
Created attachment 145759 [details]
Xorg.0.log when starting X without configuration file
Yeah, we weren't checking for DisplaySize having been set before sizing the monitor. Although it's weird that this was an issue for you, since afaict you're not getting EDID info at all. Checked in a patch to 1.2.0-10.fc7 that should address this. Thanks! |