<div dir="ltr"> <div class="gmail_extra"><br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
Switching off the acceleration or switching to SNA would be the first<br>
try. Create a file named &quot;20-intel.conf&quot; in /etc/X11/xorg.conf.d<br>
containing<br>
<div class="im"><br>
Section &quot;Device&quot;<br>
   Identifier &quot;Card0&quot;<br>
   Driver &quot;intel&quot;<br>
   Option &quot;AccelMethod&quot; &quot;SNA&quot;<br>
EndSection<br>
<br>
</div>to choose SNA or<br>
<div class="im"><br>
Section &quot;Device&quot;<br>
   Identifier &quot;Card0&quot;<br>
   Driver &quot;intel&quot;<br>
   Option &quot;NoAccel&quot; &quot;True&quot;<br>
  EndSection<br>
<br>
</div>to switch off acceleration completely. Restart your graphical<br>
environment afterwards.<br>
<br>
You may want to boot with &quot;i915.i915_enable_rc6=0&quot;, too.</blockquote><div><br></div><div style>I was already completely bypassing intel driver by using fdbev module with this section in xorg.conf:</div><div style>
<br></div><div style>Section &quot;Device&quot;</div><div>        Driver      &quot;fbdev&quot;<br></div><div>        BusID       &quot;PCI:0:2:0&quot;</div><div>EndSection</div><div><br></div><div style>And it still froze my system. Is there other reason why resting with intel driver and no acceleration could troubleshoot this issue further or my usage of fbdev module has already rulled out intel driver issue?</div>
<div style><br></div><div style>With fbdev module my system froze also after few days....</div></div></div></div>