Summary: | intel driver not working with 915GM/GMA900: failed to get resources: Invalid argument | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | xorg | Reporter: | Harald Rudell <harald> | ||||||
Component: | Driver/intel | Assignee: | Chris Wilson <chris> | ||||||
Status: | RESOLVED NOTABUG | QA Contact: | Intel GFX Bugs mailing list <intel-gfx-bugs> | ||||||
Severity: | blocker | ||||||||
Priority: | medium | ||||||||
Version: | unspecified | ||||||||
Hardware: | x86 (IA32) | ||||||||
OS: | All | ||||||||
Whiteboard: | |||||||||
i915 platform: | i915 features: | ||||||||
Attachments: |
|
Description
Harald Rudell
2013-02-17 03:39:25 UTC
EINVAL here should only be returned if !KMS. So please attach both the full drm.debug=6 dmesg from boot and the full Xorg.0.log with the failure. Created attachment 74987 [details]
dmesg
Created attachment 74988 [details]
xorg.0.log
Attached files are for boot with kms to X Fatal error Hopefully they will provide clues to what is amiss? What I did: On boot, at grub menu, press e append to the linuz line: drm.debug=6 press F10 The machine ends at a black screen but is otherwise functional, ie. ssh works great. Thank you. You have kernel modesetting disabled and your version of the intel ddx does not support usermodesetting any more. Please remove any i915.modset=0 or nomodeset boot options. If kernelmodesetting doesn't work for you, then we need to fix that (please reopen in that case and provide dmesg with drm.debug=0xe and Xorg.log). Thank you, That's kind of correct. I had forgot to run sudo update-initramfs -u to propagate changes to the boot image. The boot somehow entered the pretty purple 160-column mode either way, but the X driver would not start. It works now! Cool, thanks for reporting back, and I'm happy that kms works ;-) Also note that I pushed commit 43ba22ef4a4142f334e9ae2d926250988ecbe8bc Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Sun Feb 17 09:25:38 2013 +0000 Confirm that i915.ko has KMS enabled before binding to the device to the ddx so that we fail more gracefully here. |
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.