Bug 538578
Summary: | X refuses to start after F11 -> F12 upgrade | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Răzvan Sandu <rsandu2004> |
Component: | xorg-x11-drv-nouveau | Assignee: | Ben Skeggs <bskeggs> |
Status: | CLOSED WONTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | 12 | CC: | airlied, ajax, awilliam, bloch, bskeggs, campbecg, marius.stracna, oli, ulrich |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | http://fcp.surfsite.org/modules/newbb/viewtopic.php?topic_id=85741&forum=12&post_id=383045 | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2010-01-26 07:50:09 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: |
Description
Răzvan Sandu
2009-11-18 20:49:26 UTC
Remove /etc/X11/xorg.conf, something's configured your system to use the "nv" driver, which can't work with nouveau kernel modesetting enabled. Not a nouveau bug, but if it was something during the upgrade that reconfigured your xorg.conf, it could belong elsewhere. "(II) Primary Device is: PCI 04@00:00:0 The PCI device has a kernel module claiming it." Ben, that rather looks to me like he had the NVIDIA proprietary driver enabled, and didn't have the RPM Fusion testing repos enabled during his upgrade so didn't get the updated NVIDIA driver for F12 installed. Reporter, can you say whether this is the case? Did you have the NVIDIA proprietary driver installed on your F11 systems? Thanks. -- Fedora Bugzappers volunteer triage team https://fedoraproject.org/wiki/BugZappers Hello, @Adam No, for the X part, I've only installed Fedora official packages (from official repositories). I use other components from rpmfusion, such as vlc. @Ben Thanks for your advice, I've solved the problem by deleting /etc/X11/xorg.conf completely. Please let me know if I may perform other tests, in order to help - I'll gladly do it... Best regards, Răzvan Adam: I added code in nv/vesa to guard against starting them while nouveau KMS was in control of the card, and that message is from there. It's much better than having the system die horribly when two very different drivers are fighting for control of the hw :) The problem is for people with "nv" in xorg.conf, unless they boot with "nomodeset", or change xorg.conf to nouveau, they'll hit this issue. But, I don't see we can do better than we currently do. Răzvan: Glad to hear it works :) Are you happy to close this? ben: ah, gotcha. right, I don't think we can safely mung people's xorg.conf file on upgrade, it doesn't seem like a right thing to do. -- Fedora Bugzappers volunteer triage team https://fedoraproject.org/wiki/BugZappers Reporter, per Comment 4, is this issue resolved to your satisfaction? (May we close it?) -- Fedora Bugzappers volunteer triage team https://fedoraproject.org/wiki/BugZappers @Chris Hello, Deleting /etc/X11/xorg.conf works for me, because I only use stock, automatically-configured xorg.conf files. *For me* , this bug may be closed. However, people with heavily hand-crafted configuration files will probably find unacceptable to delete them and redo work from scratch. Please ask one of those people before taking a final decision. Many thanks, Răzvan There's really nothing safe we can do about this. We can't go arbitrarily changing the driver defined in the configuration file. |