Bug 633247
| Summary: | basic video driver fails in bare metal install (black screen, machine is unresponsive) | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Andre Robatino <robatino> | ||||||||||||
| Component: | xorg-x11-drv-vesa | Assignee: | Jérôme Glisse <jglisse> | ||||||||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||
| Severity: | medium | Docs Contact: | |||||||||||||
| Priority: | low | ||||||||||||||
| Version: | 14 | CC: | mcepl, xgl-maint | ||||||||||||
| Target Milestone: | --- | Keywords: | Triaged | ||||||||||||
| Target Release: | --- | ||||||||||||||
| Hardware: | All | ||||||||||||||
| OS: | Linux | ||||||||||||||
| Whiteboard: | |||||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||
| Clone Of: | Environment: | ||||||||||||||
| Last Closed: | 2010-10-14 19:47:23 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
Andre Robatino
2010-09-13 11:50:44 UTC
I filed bug 472687 for this same machine, which might be relevant. Due to its crappy video hardware, getting the default video mode to work properly required the default color depth to be reduced from 24 to 16. (The default video mode DOES work, I did a default graphical install of F12 on this box a few months ago.) Created attachment 446934 [details]
/var/log/Xorg.0.log
This machine has no xorg.conf file.
Created attachment 446936 [details]
/var/log/messages
Actually, according to Xorg.0.log this is not VESA which is used but Mach64. Created attachment 446980 [details]
/etc/X11/xorg.conf
Sorry, the problem is really in vesa. I ran "system-config-display --noui" to generate an xorg.conf file, changed the driver to vesa, then when I reboot, it fails to start X. This is in F12, so the problem is not new. I didn't realize it until now since the default driver works fine.
Created attachment 446981 [details]
/var/log/Xorg.0.log
Created attachment 446982 [details]
/var/log/messages
This works now with F14 Final TC1. I remembered that there were some bug fixes involving reducing the color depth from 24 to 16, and changing the default resolution to 1024x768, and decided to test again. Closing as CURRENTRELEASE. |