<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - sna_driver causes X-server to get SIGSEGV"
href="https://bugs.freedesktop.org/show_bug.cgi?id=95185#c4">Comment # 4</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - sna_driver causes X-server to get SIGSEGV"
href="https://bugs.freedesktop.org/show_bug.cgi?id=95185">bug 95185</a>
from <span class="vcard"><a class="email" href="mailto:jason.vas.dias@gmail.com" title="Jason Vas Dias <jason.vas.dias@gmail.com>"> <span class="fn">Jason Vas Dias</span></a>
</span></b>
<pre>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.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
</ul>
</body>
</html>