Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 253687

Summary: app-emulation/wine-1.1.12 : Ugly fonts (no hinting or smoothing)
Product: Gentoo Linux Reporter: Guillaume Tissier <razer>
Component: Current packagesAssignee: Wine Maintainers <wine>
Status: RESOLVED UPSTREAM    
Severity: normal CC: patrizio.bassi
Priority: High    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Guillaume Tissier 2009-01-04 11:42:28 UTC
Lastest version of wine (1.1.12) doesn't seems to support font hinting or smoothing, as older versions don't have this problem

Reproducible: Always
Comment 1 Patrizio Bassi 2009-01-04 11:45:50 UTC
same issue here on amd64 profile.
Comment 2 Rafał Mużyło 2009-01-05 00:29:11 UTC
Are you sure, it's related to wine upgrade ?
Cause it may be xorg-server 1.5.2 -> 1.5.3 move.
If so, this would probably be related to the "missing fonts
in qt apps" bug.
Comment 3 Patrizio Bassi 2009-01-05 01:33:44 UTC
for me it's the only app to be broken.
Comment 4 Guillaume Tissier 2009-01-05 15:32:45 UTC
(In reply to comment #2)
> Are you sure, it's related to wine upgrade ?

Downgrading to 1.1.11 solves the problem, ineluctable proof ?

Comment 5 Mariano 2009-01-18 14:44:50 UTC
# Create a temporary file with the necessary registry settings:

echo 'REGEDIT4

[HKEY_CURRENT_USER\Control Panel\Desktop]
"FontSmoothing"="2"
"FontSmoothingType"=dword:00000002
"FontSmoothingGamma"=dword:00000578
"FontSmoothingOrientation"=dword:00000001
' > ~/wine_fontsmoothing.reg

Comment 6 Guillaume Tissier 2009-02-14 11:09:19 UTC
(In reply to comment #5)

Mariano hack works for me, You'll have to create temp file as explained and run :
 regedit ~/wine_fontsmoothing.reg


Comment 7 Patrizio Bassi 2009-02-14 12:17:26 UTC
it's fine for me too after the ack.

a warning would be nice, as Guillaume said