Comment 62 for bug 541492

Revision history for this message
jerrylamos (jerrylamos) wrote : Re: MASTER: [i845] GPU lockup (apport-crash) (Should KMS be blacklisted?)

Bryce, thanks much for the explanation. With more and more dependence on X then stability in the X code is even more important.

Just booted i915.modeset-0 and default video driver:
Xorg.0.log
....
(WW) intel(0): i845 or i855 chip detected. Disabling DRI to prevent system instability.
(**) intel(0): Framebuffer compression disabled
......
(II) AIGLX: Screen 0 is not DRI2 capable
(II) AIGLX: Screen 0 is not DRI capable
.....
(II) Loading extension XFree86-DRI
(II) LoadModule: "dri2"
(II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
(II) Module dri2: vendor="X.Org Foundation"
 compiled for 1.7.6, module version = 1.1.0
 ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DRI2
(==) Matched intel as autoconfigured driver 0
....
(II) LoadModule: "intel"
(II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
(II) Module intel: vendor="X.Org Foundation"
 compiled for 1.7.6, module version = 2.9.1
 Module class: X.Org Video Driver
 ABI class: X.Org Video Driver, version 6.0
.....

On the surface seems to be what is expected except does load DRI modules anyway for some reason?

Jerry