Hi All!
I've installed a Wine 1.5.31 instead of 1.4.smthng and found that tablets support is broken. Some research gives me that wintab32 DLL fails to init because winemac driver doesn't implement tablet related functions (LoadTabletInfo etc) unlike x11 driver.
I'm a Wine newcomer so probably I get something wrong about it...
How can I switch back to x11 driver?
BR, Andrey Upadyshev
Hi,
On Jun 12, 2013, at 10:47 AM, Andrey Upadyshev wrote:
I've installed a Wine 1.5.31 instead of 1.4.smthng and found that tablets support is broken. Some research gives me that wintab32 DLL fails to init because winemac driver doesn't implement tablet related functions (LoadTabletInfo etc) unlike x11 driver.
I'm a Wine newcomer so probably I get something wrong about it...
No, you're correct. The Mac driver does not yet support tablet input devices.
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
Thank you Ken!
On Wed, Jun 12, 2013 at 8:35 PM, Ken Thomases ken@codeweavers.com wrote:
Hi,
On Jun 12, 2013, at 10:47 AM, Andrey Upadyshev wrote:
I've installed a Wine 1.5.31 instead of 1.4.smthng and found that tablets support is broken. Some research gives me that wintab32 DLL fails to init because winemac driver doesn't implement tablet related functions (LoadTabletInfo etc) unlike x11 driver.
I'm a Wine newcomer so probably I get something wrong about it...
No, you're correct. The Mac driver does not yet support tablet input devices.
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
On Wed, Jun 12, 2013 at 6:35 PM, Ken Thomases ken@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
On Sun, Jun 16, 2013 at 3:46 PM, Frédéric Delanoy frederic.delanoy@gmail.com wrote:
On Wed, Jun 12, 2013 at 6:35 PM, Ken Thomases ken@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