[Bug 103025] [GM45] loss of driver acceleration after some time (bisected)

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Mar 5 15:08:49 UTC 2018


https://bugs.freedesktop.org/show_bug.cgi?id=103025

--- Comment #59 from Adric Blake <promarbler14 at gmail.com> ---
Remember that you can view the Xorg.0.log/Xorg.0.log.old files and the system
log if something blackscreens.

The essence of the build script I use if you want to replicate:
  NOCONFIGURE=1 ./autogen.sh
  export CFLAGS=${CFLAGS/-fno-plt}
  export CXXFLAGS=${CXXFLAGS/-fno-plt}
  export LDFLAGS=${LDFLAGS/,-z,now}
  ./configure --prefix=/usr \
    --libexecdir=/usr/lib \
    --with-default-dri=3
  make
  make install  # this will OVERWRITE the previous files in /usr, /usr/lib

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20180305/49300b32/attachment.html>


More information about the intel-gfx-bugs mailing list