[Bug 37475] SimCity 2013 freezes on start in fullscreen (Failed to open BO for returned DRI2 buffer (1600x900, dri2 back buffer, named 11). This is likely a bug in the X Server that will lead to a crash soon.)

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Oct 29 09:02:12 CDT 2014


https://bugs.winehq.org/show_bug.cgi?id=37475

jre.winesim at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from jre.winesim at gmail.com ---
Nevermind, it's indeed a bug in the Intel graphics driver:

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

There's workaround (enabling SNA) mentioned in comment #7 that works for me:

# cat /etc/X11/xorg.conf.d/20-intel.conf 
Section "Device"
    Identifier  "Intel Graphics"
    Driver      "intel"
    Option      "AccelMethod"  "sna"
    Option      "TearFree"    "true"
EndSection

Just the background graphics are distorted now.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list