[Bug 95185] sna_driver causes X-server to get SIGSEGV
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Apr 28 19:10:11 UTC 2016
https://bugs.freedesktop.org/show_bug.cgi?id=95185
--- Comment #4 from Jason Vas Dias <jason.vas.dias at gmail.com> ---
Aha! I got the window manager working, with the patches applied to
xf86-video-intel, by specifying these Options in xorg.conf :
Section "Device"
Identifier "Intel"
Screen 0
Driver "intel"
BusID "PCI:0:2:0"
Option "Monitor-eDP-1" "eDP-1"
Option "Monitor-DisplayPort-0" "eDP-1"
# new options added:
Option "NoAccel" "true"
Option "DDC" "false"
Option "FallbackDebug" "true"
Option "DebugFlushBatches" "true"
Option "DebugFlushCaches" "true"
Option "DebugWait" "true"
EndSection
I'm not sure exactly which option causes it to work - maybe 'NoAccel' ?
will have to add each one individually, rebooting machine each time
for ones that don't work - will do this some other time, unless the
developers can enlighten me as to the lack of which option might
cause the machine to hang.
--
You are receiving this mail because:
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/20160428/fd8170d9/attachment.html>
More information about the intel-gfx-bugs
mailing list