Summary: | Gvim causes Xorg to crash in Intel driver. | ||
---|---|---|---|
Product: | xorg | Reporter: | Edd Barrett <edd> |
Component: | Driver/intel | Assignee: | Chris Wilson <chris> |
Status: | RESOLVED MOVED | QA Contact: | Intel GFX Bugs mailing list <intel-gfx-bugs> |
Severity: | major | ||
Priority: | medium | CC: | edd |
Version: | unspecified | ||
Hardware: | x86-64 (AMD64) | ||
OS: | OpenBSD | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Edd Barrett
2016-05-25 10:44:21 UTC
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. -- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/xorg/driver/xf86-video-intel/issues/113. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.