Summary: | xorg failing to detect intel 965GM chip and so cannot start X | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | xorg | Reporter: | Jens Stroebel <dr-xorg> | ||||||||||
Component: | Driver/intel | Assignee: | Eric Anholt <eric> | ||||||||||
Status: | RESOLVED INVALID | QA Contact: | Xorg Project Team <xorg-team> | ||||||||||
Severity: | major | ||||||||||||
Priority: | medium | ||||||||||||
Version: | git | ||||||||||||
Hardware: | x86 (IA32) | ||||||||||||
OS: | All | ||||||||||||
Whiteboard: | |||||||||||||
i915 platform: | i915 features: | ||||||||||||
Attachments: |
|
Description
Jens Stroebel
2007-10-22 06:28:27 UTC
Created attachment 12149 [details]
xorg.log of failing startup
Xorg logfile of failed start due to "No devices detected"
Created attachment 12150 [details]
xorg config of Dell host with 965GM (failing)
Comment on attachment 12150 [details]
xorg config of Dell host with 965GM (failing)
the "Device" section still states 945GM, as the previous hardware we used to use for the purpose had that Chip.
Sounds like libpciaccess conversion issues to me. Created attachment 12160 [details]
changed xorg.conf which works
changed Device-section->Driver from "i810" to "intel".
Created attachment 12161 [details]
successful log for xorg-git -> 965GM
xorg log for successful startup when using
Driver "intel"
Taking a closer look at the setup used, I realized that we still used Driver "i810" in the Device section to specify the driver to use. This seems to be enough to break the device detection functionality in the reported way. Using Driver "intel" fixes the "No devices detected" issue. configuration problem. mark bug as invalid. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.