Bug 451881
| Summary: | "small" installation attempts to use missing video | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Michal Jaegermann <michal> | ||||
| Component: | anaconda | Assignee: | Anaconda Maintenance Team <anaconda-maint-list> | ||||
| Status: | CLOSED WONTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | low | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 9 | ||||||
| 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-08-26 19:16:37 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
Michal Jaegermann
2008-06-17 22:50:40 UTC
As a workaround, don't uncheck "X Window System". Will test this in Rawhide. Can you attach /var/log/install.log to this bug report? Thanks. Created attachment 309886 [details]
log from a test installatio
You asked just in time. I nearly "recycled" that installation. :-)
As you can see xorg-x11-drv-vesa got installed but that is not good
enough from POV of other software.
The groups no longer have dependencies, so you need to install X Window System in some manner. I don't think this is a comps bug. > The groups no longer have dependencies, so you need to install X Window System
X was there, and that was actually the problem. :-)
The issue was that it tried to use a non-installed driver.
Without X there would be no attempts to start.
Well, some of X was there but not all of it. When you select GNOME but not Base X, you only get the client programs and incidentally, an X server. You're really not even supposed to get that. You get xorg-x11-drv-vesa because it's required by the server you shouldn't really get. However, the package you really want - xorg-x11-drivers - isn't required by anything. This is so the X server can support a sort of fallback server which is useful for the terminal server people. So it's a little confusing, but it's apparently all intentional. If you really want to get the right driver packages, you need to select the Base X group in addition to whatever client program groups you want. |