Subpixel by default?

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
AL3X2
Level 2
Level 2
Posts: 11
Joined: Mon Dec 08, 2008 4:08 pm

Subpixel by default?

Post by AL3X2 »

Hi. I know that subpixel rendering is supported in wine. However, it is not turned on on default setting.
You have to add this to registry:

REGEDIT4

[HKEY_CURRENT_USER\Control Panel\Desktop]
"FontSmoothing"="2"
"FontSmoothingType"=dword:00000002
"FontSmoothingGamma"=dword:00000578
"FontSmoothingOrientation"=dword:00000001


Can this be added by default in wine, so users don't have to add it manualy?

Thanks
Thunderbird
Level 5
Level 5
Posts: 336
Joined: Mon Nov 24, 2008 8:10 am

Post by Thunderbird »

We have had a discussion about this. Basically the conclusion is that we want to inherit this setting from the desktop environment, so when you disable subpixel rendering in kde/gnome that you won't have it in Wine and the way around.
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Subpixel by default?

Post by austin987 »

On Fri, Jun 12, 2009 at 1:41 PM, Thunderbird<[email protected]> wrote:
We have had a discussion about this. Basically the conclusion is that we want to inherit this setting from the desktop environment, so when you disable subpixel rendering in kde/gnome that you won't have it in Wine and the way around.
FWIW, you can change it with winetricks.

--
-Austin
AL3X2
Level 2
Level 2
Posts: 11
Joined: Mon Dec 08, 2008 4:08 pm

Post by AL3X2 »

@Thunderbird: Is some work made in this area?
Locked