On Sun, Jun 16, 2013 at 3:46 PM, Frédéric Delanoy <frederic.delanoy(a)gmail.com> wrote:
On Wed, Jun 12, 2013 at 6:35 PM, Ken Thomases <ken(a)codeweavers.com> wrote:
Hi,
On Jun 12, 2013, at 10:47 AM, Andrey Upadyshev wrote:
How can I switch back to x11 driver?
In the registry, set the following:
[HKEY_CURRENT_USER\Software\Wine\Drivers] "Graphics"="x11"
Some of the basics of how to do that (although not this specific thing) are documented at <http://wiki.winehq.org/UsefulRegistryKeys>.
Regards, Ken
You should probably document this setting on the wiki and/or in the FAQ.
Frédéric
I've added it to: http://wiki.winehq.org/UsefulRegistryKeys and to winetricks (macdriver=mac / macdriver=x11): https://code.google.com/p/winetricks/source/detail?r=997 -- -Austin