FS#40860 - [xf86-video-intel] X server crashes, DRI3 module missing

Attached to Project: Arch Linux
Opened by Larry Johnson (keepitsimpleengineer) - Monday, 16 June 2014, 14:46 GMT
Last edited by Laurent Carlier (lordheavy) - Monday, 16 June 2014, 15:21 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture i686
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

From pacman log:
[2014-06-15 06:41] [PACMAN] upgraded xf86-video-intel (2.99.911-2 -> 2.99.912-1)

From Xorg.0.log:
[ 1472.441] (II) Loading sub module "fb"
[ 1472.441] (II) LoadModule: "fb"
[ 1472.441] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 1472.443] (II) Module fb: vendor="X.Org Foundation"
[ 1472.443] compiled for 1.15.1, module version = 1.0.0
[ 1472.443] ABI class: X.Org ANSI C Emulation, version 0.4
[ 1472.443] (II) Loading sub module "dri2"
[ 1472.443] (II) LoadModule: "dri2"
[ 1472.443] (II) Module "dri2" already built-in
[ 1472.443] (II) Loading sub module "dri3"
[ 1472.444] (II) LoadModule: "dri3"
[ 1472.445] (WW) Warning, couldn't open module dri3
[ 1472.445] (II) UnloadModule: "dri3"
[ 1472.445] (II) Unloading dri3
[ 1472.445] (EE) intel: Failed to load module "dri3" (module does not exist, 0)
<--snip-->
[ 1472.513] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[ 1472.513] (II) AIGLX: Loaded and initialized i915
[ 1472.513] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 1472.515] (EE)
Fatal server error:
[ 1472.515] (EE) failed to create screen resources(EE)
[ 1472.515] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 1472.515] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 1472.515] (EE)
[ 1472.515] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 1472.539] (EE) Server terminated with error (1). Closing log file.

Steps to reproduce:
Boot into GUI
This task depends upon

Closed by  Laurent Carlier (lordheavy)
Monday, 16 June 2014, 15:21 GMT
Reason for closing:  Upstream
Comment by Larry Johnson (keepitsimpleengineer) - Monday, 16 June 2014, 15:02 GMT
Changing /etc/X11/xorg.conf.d/20-intel.conf to:
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "AccelMethod" "uxa"
EndSection

Where was :
Option "AccelMethod" "sna"

Stopped Xorg crash

ref: https://bbs.archlinux.org/viewtopic.php?id=182932
Comment by Laurent Carlier (lordheavy) - Monday, 16 June 2014, 15:21 GMT
sna is the default acceleration method, recommended by upstream

For the uxa problem with dri3, please fill a bug upstream at https://bugs.freedesktop.org

Loading...