Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 485839
Summary: | UXA w/o KMS is very broken | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Bill Nottingham <notting> | ||||
Component: | xorg-x11-drv-i810 | Assignee: | Kristian Høgsberg <krh> | ||||
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | low | ||||||
Version: | rawhide | CC: | kmcmartin, michael.monreal, rvokal, wtogami, wwoods, xgl-maint | ||||
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: | 2009-05-04 18:48:33 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: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 487202 | ||||||
Attachments: |
|
Description
Bill Nottingham
2009-02-16 22:41:13 UTC
How did you manage to enable UXA without a xorg.conf? I didn't, I just didn't think the xorg.conf was particuarly compelling. For completeness: Section "ServerLayout" Identifier "Default Layout" Screen 0 "Screen0" 0 0 EndSection Section "ServerFlags" EndSection Section "Monitor" Identifier "Monitor0" Gamma 0.8 0.8 0.6 EndSection Section "Device" Identifier "Videocard0" Driver "intel" Option "AccelMethod" "UXA" EndSection Section "Screen" Identifier "Screen0" Device "Videocard0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection Assuming UXA requires KMS, how about something like this? If we're in I830AccelMethodInit, we're probably /not/ using KMS, or things are confused, so fallback to EXA/XAA. http://kyle.fedorapeople.org/intel-uxa-fallback-if-no-kms.diff oops, forgot to paste link :/ Still an issue? Haven't tried recently. The driver will default to UXA if KMS and EXA otherwise. Please reopen if you have proof to the contrary. |