You are not logged in.
It seem to me, that using text in Linux is much harder to read than in Windows, and causes a lot more eye-strain. I have anti-aliasing enabled full sub-pixel rendering enabled, and I believe the correct DPI (the same as Windows anyway - 96).
But still, fonts looks too light, not bold as they are in Windows, and they are a lot harder to focus on.
I use contact lenses too, so I know my eyes will be strained more than if I use glasses, but why is Linux rendering inferior?
Any advice welcome
EDIT: My main font is DejaVu Sans (Book/Regular) 8 and I use the Ubuntu LCD patched font packages
Last edited by kourosh (2010-01-23 16:03:33)
Offline
Linux is just an inferior OS when it comes to usability
The day Microsoft makes a product that doesn't suck, is the day they make a vacuum cleaner.
--------------------------------------------------------------------------------------------------------------
But if they tell you that I've lost my mind, maybe it's not gone just a little hard to find...
Offline
It would help if you provided screenshots of a sample page from Linux and Windows.
Offline
Linux is just an inferior OS when it comes to usability
You're joking, right?
This is a concern of X, not Linux.
And yes, I agree Windows has overall superior handling of fonts, compared to X.
Last edited by JohannesSM64 (2010-01-23 16:34:27)
Offline
I usually disable hinting and install ttf-ms-fonts (and other font packages listed in the wiki).
Offline
To me, windows font rendering is garbage. It makes all the fonts look the same. Post a screenshot, so I can compare my beautiful fonts with yours.
Personally, I'd rather be back in Hobbiton.
Offline
/me will never understand why people think that font-rendering in Windows is better than Linux.
For me- fonts under linux are more readible (especially with my favourite font- Terminus) than under windows. I always disable sub-pixel-rendering-and-hinting-and-other-nice-but-useless-for-me-features. I have AA torn on, but not for urxvt (only for 'normal' gui applications)
Offline
well, first of all, it's a hassle to get windows to properly do light on dark theming. I want white/lightgrey on black/darkgrey. This alone makes for much reduced strain. Apart from that, windows fonts don't seem to look any different to me than linux fonts. just tweak your font config until you like it.
(chromium has really squishy font rendering for some reason...)
Offline
I don't use AA/Hinting for fonts such as Terminus when I'm using the command line, but generally, for readability, I prefer those features, since it makes text look more like printed text.
Unhinted/non AA fonts in Linux and Windows look pretty much identical if I'm not mistaken?
I was commenting on how ClearType seems to prevail over Freetype, in the sense of eye strain.
I'll post a comparison later (next time I reboot) between them both...
Last edited by kourosh (2010-01-23 19:20:46)
Offline
M*cr*s*ft: Who needs quality when you have marketing?
Offline
Offline
A bad LCD can also effect font readabilty. Especially when brightness and contrast levels are too high.
Personally, I'd rather be back in Hobbiton.
Offline
This is a heavily subjective thing and can be amazingly divisive. I personally think that sub-pixel font rendering is awful. I work on multiple Windows machines every day with ClearType enabled and find it very difficult on the eyes. On all of my Linux boxes I only have anti-aliasing enabled. I like crisp fonts with high contrast (usually black on white).
Offline
This smells like bad configuration. If you're using DejaVu, the best setup for that is full hinting, 96 dpi, size 9, book style. If you still have problems after that, post some screens.
Offline
Not to act mean, but I can't see the difference in fonts. My linux fonts are as beautiful as my Windows[gamer...here] fonts.
“There are two ways of constructing a software design. One way is to make it so simple that there are obviously no deficiencies. And the other way is to make it so complicated that there are no obvious deficiencies.”-- C.A.R. Hoare
Offline
I think that this guy: www.sharpfonts.com, is a freaking genius.
I can't go back to anti-aliased fonts because of that site. Disabling it instantly improved my eye-sore.
Offline
I think that this guy: www.sharpfonts.com, is a freaking genius.
I can't go back to anti-aliased fonts because of that site. Disabling it instantly improved my eye-sore.
Yikes! Sharp fonts are good, but jaggy fonts... barf!
Offline
Apparently, according to the fonts article on the wiki, most things should already be enabled (/autodetected) if I don't have a ~/.fonts.conf...any attempt at removing this results in KDE generating another, regardless of that I tell it to use system settings.
Anyhow, now using the cleartype patched font packages, and have been changing settings to no end, this is my current result:
http://www.kourosh.net/wp-content/uploa … -Fonts.png
for some reason Chromium's rendering seems different:
http://www.kourosh.net/wp-content/uploa … -Fonts.png
These are both using the cleartype patched font packages, DejaVu Sans Regular 9
~/.fonts.conf:
<?xml version='1.0'?>
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
<fontconfig>
<match target="font" >
<edit mode="assign" name="rgba" >
<const>rgb</const>
</edit>
</match>
<match target="font" >
<edit mode="assign" name="hinting" >
<bool>true</bool>
</edit>
</match>
<match target="font" >
<edit mode="assign" name="hintstyle" >
<const>hintfull</const>
</edit>
</match>
<match target="font" >
<edit mode="assign" name="antialias" >
<bool>true</bool>
</edit>
</match>
</fontconfig>
/etc/fonts/conf.d is default.
Offline
According to man fonts.conf, 'hintstyle' doesn't apply to 'hinting'; it affects 'autohint' only.
This is easily verifiable by adjusting hintstyle and seeing how it does absolutely nothing.
Offline
Running without a ~/.fonts.conf now results in Qt and GTK apps having entirely different font rendering to eachother *sigh* now I'm confused...
And disabling anti-aliasing and everything in KDE control panel, then regretting it and deleting ~/.fonts.conf results in all apps not falling back to the default font rendering...
Oh dear...back to the way posted up there ^^
Last edited by kourosh (2010-01-24 16:05:42)
Offline
for some reason Chromium's rendering seems different
That's probably due to the fact that Chromium doesn't honor fontconfig settings.
Offline
why is Linux rendering inferior?
Because distros tend to be scared of the potential patent issues. Ubuntu is big enough to make a stand.
Yes, we already know this sucks big-time.
The good news is that you can apply patches (especially Ubuntu's) to make Linux font-rendering much, much better.
Enlighten yourself on the huge fonts thread.
Offline
According to man fonts.conf, 'hintstyle' doesn't apply to 'hinting'; it affects 'autohint' only.
You know what, that's wrong. Autohinting uses the dpi and adjusts accordingly with some defined defaults. I have NOT tried 'hintsytle' through autohint, so don't know if there is an effect there. Not a big fan of autohinting because it can produce slightly different results depending on the system. When hinting is enabled and autohinting is not, hintstyle definitely DOES take effect. Gonna fix, Who broke it?
Ooops, was wrong about that, 'hintstlye' is for 'autohinting' (though I have noticed a bit of difference if just using regular hinting. Apologize about the confusion. Cleaning up the article a bit, should be better now.
Last edited by Gen2ly (2010-02-28 04:55:41)
Setting Up a Scripting Environment | Proud donor to wikipedia - link
Offline
What annoys me is sub-pixel hinting, what a hideous technology! It has absolutely no benefit other than making slightly better shapes, but the subtraction of contrast and the usage of hinting in the first place completely destroys any good it has on fonts. What also annoys me is people who set their DPI to 96 thinking it's some kind of standard!
Personally, I'd rather be back in Hobbiton.
Offline
but the subtraction of contrast and the usage of hinting in the first place completely destroys any good it has on fonts.
"Completely"? That's ridiculously harsh. The hinting rules, with Ubuntu's several hinting methods, are highly customizable via fontconfig's config files - example.
The main problem is that no-one can agree on the best hinting rules to use, because people's eyes and monitors are different, as I said in the first post in the Fedora thread.
Last edited by brebs (2010-02-28 00:01:04)
Offline