You are not logged in.
I just switched to arch from many years of a custom Linux from Scratch build. Everything is working great, but I can't seem to get wine to do the full LCD rendering I am used to.
I have tried installing the following form AUR:
freetype2-ubuntu , lib32-freetype2-ubuntu
libxft-ubuntu, lib32-libxft-ubuntu
fontconfig-ubuntu, lib32-fontconfig-ubuntu
cairo-ubuntu, lib32-cairo-ubuntu
LCD rendering for everything else is great, but not wine. I've tried "winetricks fontsmooth=rdb", and have installed all windows fonts (ttf-win7-fonts).
I have also tried the "cleartype" equivalent LCD patces from AUR as well (freetype2-cleartype, libxft-cleartype, fontconfig-cleartype, and cairo-cleartype).
Here is how arch is rendering wine fonts:
Here is how my old LFS system rendered wine fonts (Note I took this screenshot from my Arch machine with remote X to a machine with my previous os):
Notice how much better it looked previously. Any ideas?
Last edited by johni (2012-02-03 22:04:28)
Offline
Use this script:
:: Registered Linux User No. 223384
:: github
:: infinality-bundle+fonts: good looking fonts made easy
Offline
Thanks for the suggestion. Unfortunately it made no visible changes to the font rendering. I tried all 3 smoothing options (Option 3 - Subpixel smoothing (ClearType) RGB) is the desired setting.
Offline
Wine follows your system settings (except one - lcdfilter; and Wine isn't the only one, for example Chromium ignores this setting too). So if you want the old fonts in Wine back, you need to disable anti-aliasing system-wide.
Offline
Have you simply tried applying different fonts in winecfg?
:: Registered Linux User No. 223384
:: github
:: infinality-bundle+fonts: good looking fonts made easy
Offline
Wine follows your system settings (except one - lcdfilter; and Wine isn't the only one, for example Chromium ignores this setting too). So if you want the old fonts in Wine back, you need to disable anti-aliasing system-wide.
I'm not sure I follow you. I want antialiased fonts in wine. My chromium install has antialias fonts the same as everything else but wine.
Offline
Have you simply tried applying different fonts in winecfg?
Hmm. I don't see any place to change fonts in winecfg. I never had to do this before. Previously it had the desired font smoothing out of the box with no adjustments at all.
Offline
You can change fonts where you customize the look & feel: it's called Desktop integration there.
Edit: when I set up my recent infinality-based fontconfig, I put a separate config file in the conf.avail directory (it's included in the default infinality configs):
<?xml version='1.0'?>
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
<fontconfig>
<!-- ****************************************************************** -->
<!-- *************************** WINE ALIASES ************************* -->
<!-- ****************************************************************** -->
<!-- These MS aliases typically are used in user interfaces -->
<!-- You will mostly run into fonts with these names in WINE programs -->
<!-- WINE UI fonts - Microsoft Windows Vista/7 Appearance -->
<alias binding="same">
<family>System</family>
<prefer>
<family>Segoe UI</family>
</prefer>
</alias>
<alias binding="same">
<family>MS Shell Dlg</family>
<prefer>
<family>Segoe UI</family>
</prefer>
</alias>
<alias binding="same">
<family>MS Sans Serif</family>
<prefer>
<family>Segoe UI</family>
</prefer>
</alias>
</fontconfig>
Last edited by bohoomil (2012-02-03 20:28:53)
:: Registered Linux User No. 223384
:: github
:: infinality-bundle+fonts: good looking fonts made easy
Offline
I'm not sure I follow you. I want antialiased fonts in wine. My chromium install has antialias fonts the same as everything else but wine.
Bah, read you post too fast. Anyway, what I said stands, Wine is following system settings. I have no idea why it doesn't on your machine.
Offline
@bohoomil
You sort of indirectly helped me Your mention of infinalty prompted me to try the infinalty patched in AUR. They initially didn't appear to work, until I discovered that my konsole sesseions for some reason weren't sourcing the /etc/profile.d/infinality-settings.sh. I manually sources it, and now wine fonts look the way I expect them to. I think I need to tweak my .bashrc to find out why.
Many thanks to all who replied!
Offline
I'm gonna bump this old thread up, because nothing from above helped me on XFCE. I installed both 32bit and 64bit freetype2-infinality and it's fontconfig. All good, all fonts are just gorgeous. But wine fonts did look like this:
https://dl.dropbox.com/u/16222427/Ekr%C … 2%3A53.png
For like 2 or 3 months I was unable to solve this (although I didn't focus on that issue very much) and the I found this RGB antialiasing mode under xfce4 appearance settings. After this the fonts looks now very, very good:
https://dl.dropbox.com/u/16222427/Ekr%C … 4%3A01.png
Nothing of above and no other fixes found on the internet helped me. Hope this will be useful for some lucky XFCE users!
Last edited by kellerman (2013-03-21 16:49:51)
Offline