Re: [dev] xinerama and dbe mutual exclusion

From: Mihail Zenkov <mihail.zenkov_AT_gmail.com>
Date: Sat, 19 Jan 2013 10:39:21 +0000

2013/1/19, Mihail Zenkov <mihail.zenkov_AT_gmail.com>:
> 2013/1/19, Christoph Lohmann <20h_AT_r-36.net>:
>> Please all report back of any performance issues in st not using xdbe.
>> You can easily enforce Xdbe by commenting out the lines that query for
>> the Xdbe extension and reset the xw.buf.
>
> With radeon-kms it show empty black screen with flickering on refresh
> with usedbe = False and usedbe = True.

Fix for this behavior:
-xw.draw = XftDrawCreate(xw.dpy, xw.win, xw.vis, xw.cmap);
+xw.draw = XftDrawCreate(xw.dpy, xw.buf, xw.vis, xw.cmap);
Received on Sat Jan 19 2013 - 11:39:21 CET

This archive was generated by hypermail 2.3.0 : Sat Jan 19 2013 - 11:48:04 CET