[Bug 96194] Gvim causes Xorg to crash in Intel driver.

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Jun 8 09:44:23 UTC 2016


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

--- Comment #1 from Edd Barrett <edd at theunixzoo.co.uk> ---
To follow up on this, there are two workarounds that I know of:

1) Build gvim with a different GUI toolkit. I used the motif GUI for about a
week without any crashes. Although this works, you will lose the modern font
rendering features that the GTK backend offers. You cannot use freetype fonts,
only old school X bitmap fonts.

2) Switch from SNA acceleration to UXA acceleration. I have been running under
this configuration for a week or so now, and again, no crashes. To apply this
workaround, add the following to your xorg.conf:

Section "Device"
    Identifier "devname"
    Driver "intel"
    Option      "AccelMethod"  "uxa"
EndSection


I'm hoping one of the upstream devs who understands the SNA code will pick this
up and fix the crash, so that workarounds are not required.

-- 
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/20160608/83bf19bc/attachment.html>


More information about the intel-gfx-bugs mailing list