[answered] Registry entry: Which Type should I choose?

Questions about Wine on Linux
Locked
Opako
Level 3
Level 3
Posts: 80
Joined: Mon Jun 08, 2020 9:23 am

[answered] Registry entry: Which Type should I choose?

Post by Opako »

I want to unactivate Cleartype (Antialiasing) in wine for MS Visio 2010.

I found here how I can do it:
https://wiki.winehq.org/Useful_Registry_Keys

So I have made the key: HCU/Software/wine/X11 Driver
And after I created the entry ClientSideAntiAliasWithCore in this key and put in there "N"

And I also created the entry ClientSideAntiAliasWithRender and put in there "N"

But now, here is the question:
Of which type should ClientSideAntiAliasWithCore and ClientSideAntiAliasWithRender be?

-REG_SZ ?
-REG_DWORD ?
-REG_BINARY ?
-REG_MULTI_SZ ?
-REG_EXPAND_SZ ?

Thank you.
Last edited by Opako on Wed Aug 19, 2020 4:05 pm, edited 1 time in total.
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: Registry entry: Which Type should I choose?

Post by jkfloris »

From the same wiki page:
...
Here you'll find useful registry keys that cannot be changed in winecfg. You should edit the registry using regedit.
If a key or value does not exist, create it. All values are strings (REG_SZ) unless stated otherwise.
To create a new key if it does not exist:
...
Opako
Level 3
Level 3
Posts: 80
Joined: Mon Jun 08, 2020 9:23 am

Re: Registry entry: Which Type should I choose?

Post by Opako »

Thank you. I missed it.
Locked