Re: Using of mac driver completely breaks tablets support?

2013-06-18 Thread Austin English
On Sun, Jun 16, 2013 at 3:46 PM, Frédéric Delanoy
 wrote:
> On Wed, Jun 12, 2013 at 6:35 PM, Ken Thomases  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 .
>>
>> 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




Re: Using of mac driver completely breaks tablets support?

2013-06-16 Thread Frédéric Delanoy
On Wed, Jun 12, 2013 at 6:35 PM, Ken Thomases  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 .
>
> Regards,
> Ken

You should probably document this setting on the wiki and/or in the FAQ.

Frédéric




Re: Using of mac driver completely breaks tablets support?

2013-06-12 Thread Andrey Upadyshev
Thank you Ken!


On Wed, Jun 12, 2013 at 8:35 PM, Ken Thomases  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 .
>
> Regards,
> Ken
>
>



Re: Using of mac driver completely breaks tablets support?

2013-06-12 Thread Ken Thomases
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 .

Regards,
Ken





Using of mac driver completely breaks tablets support?

2013-06-12 Thread Andrey Upadyshev
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