This is my wine day: subpixel-AA is here

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
hasi
Level 2
Level 2
Posts: 17
Joined: Mon Feb 25, 2008 9:44 am

This is my wine day: subpixel-AA is here

Post by hasi »

This makes may day; it actually makes my week!

I can't believe the genius wine developers have implemented subpixel font anti-aliasing in 1.1.12! All the apps look 100 times better now! I have opened Word 2003 about 10 times today just to look at the new beautiful UI! I have waited for this ever since I started using wine (~ 2006).

This is my personal wine day! Thank so much, wine developers and everyone here -- you are truly amazing!!!

--hasi
Sam Fourman Jr.

This is my wine day: subpixel-AA is here

Post by Sam Fourman Jr. »

On Mon, Jan 5, 2009 at 8:54 PM, hasi <[email protected]> wrote:
This makes may day; it actually makes my week!

I can't believe the genius wine developers have implemented subpixel font anti-aliasing in 1.1.12! All the apps look 100 times better now! I have opened Word 2003 about 10 times today just to look at the new beautiful UI! I have waited for this ever since I started using wine (~ 2006).

This is my personal wine day! Thank so much, wine developers and everyone here -- you are truly amazing!!!

--hasi
Do you have to do anything special to enable subpixel-AA ?

Sam Fourman Jr.
hasi
Level 2
Level 2
Posts: 17
Joined: Mon Feb 25, 2008 9:44 am

Post by hasi »

You have to put the following code into a file and import it into the registry:

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


...hope this helps.
--hasi
Warren Dumortier

This is my wine day: subpixel-AA is here

Post by Warren Dumortier »

Why not setting this key as default? It would be nicer for everyone i think...

2009/1/6 hasi <[email protected]>:
You have to put the following code into a file and import it into the registry:

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


...hope this helps.
--hasi




hasi
Level 2
Level 2
Posts: 17
Joined: Mon Feb 25, 2008 9:44 am

Post by hasi »

I think comment #4 in bug 16729 provides an explanation. It's simply not been updated yet:
http://bugs.winehq.org/show_bug.cgi?id=16729
Best,
--hasi
Gert van den Berg

This is my wine day: subpixel-AA is here

Post by Gert van den Berg »

On Tue, Jan 6, 2009 at 7:40 PM, Warren Dumortier <[email protected]> wrote:
Why not setting this key as default? It would be nicer for everyone i think...
Rather put in in winecfg... Subpixel AA looks horrible on a CRT...

Gert
Locked