Author Topic: [SOLVED] Text poor in Wine  (Read 555 times)

Offline mikkl

  • Hero Member
  • *****
  • Posts: 872
[SOLVED] Text poor in Wine
« on: May 01, 2010, 08:04:17 AM »
When I run Wine the text is heavily pixelated.  Is there a way to correct this?

TIA,

mikkl
« Last Edit: May 01, 2010, 12:21:34 PM by mikkl »

Offline John Bee

  • Full Member
  • ***
  • Posts: 184
Re: Text poor in Wine
« Reply #1 on: May 01, 2010, 10:37:05 AM »
When I run Wine the text is heavily pixelated.  Is there a way to correct this?


To enable smoothed fonts in Wine you will need to run regedit and change these settings.

REGEDIT4

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

You may also want to install the free windows core fonts and even the Tahoma font. Most Linux/Unix operating systems come with nice fonts also such as the Liberation font set.

Wine has supported font smoothing, including subpixel since wine 1.1.12.


Offline mikkl

  • Hero Member
  • *****
  • Posts: 872
Re: [SOLVED] Text poor in Wine
« Reply #2 on: May 01, 2010, 12:21:50 PM »
That did the trick!  Thanks,

mikkl

Offline John Bee

  • Full Member
  • ***
  • Posts: 184
Re: [SOLVED] Text poor in Wine
« Reply #3 on: May 02, 2010, 10:38:09 AM »
That did the trick!  Thanks,
mikkl

YW. Always glad to help where I can.  ;D