
Code: Select all
$ xdpyinfo |grep resolution
resolution: 96x96 dots per inch
$ xdpyinfo |grep dimensions
dimensions: 1368x1024 pixels (363x272 millimeters)
Code: Select all
Section "Monitor"
.
.
.
DisplaySize 360 270
EndSectionCode: Select all
# Custom modeline 1368x1024 @ 85.00 Hz (GTF) hsync: 91.38 kHz; pclk: 170.32 MHz
Modeline "1368x1024" 170.32 1368 1464 1616 1864 1024 1025 1028 1075 -HSync +Vsync
It is true that the quality of the display device is important, but nowadays, almost anything has enough quality level. Most times it is just missconfiguration. If you set your correct dpi, choose the fonts wisely, and turn on antialias if using true type fonts, everything should be set.xcable wrote:Not really a how-to, but something anybody looking for good looking fonts for Linux should know.
Get a monitor/LCD with a dpi* at or near 96 to 100.
*dpi = dot per inch
This is, by far, the most important thing you can do to make your fonts look "good".
Examples :
Acer AL2017 (20 inch) the length is 16 inches horizontally and the resolution is 1400x1050.
1400/16 = 87.5 dpi
Not so good on fonts under Linux.
Now for my laptop with is 1400x900 and is 14.5 inches horizontally.
1400/14.5 = 96.55
Very good fonts under Linux.
I particularty don't care if it is better or not, but in my case, I have yet to see a windows installation that can match my linux desktop in which regards font rendering. I suppose it is all about opinions, I think this text is much clearer. Windows can't beat it even if you use cleartype (in fact, cleartype makes the font so blurred that depending on many factors, can be even worse.The two systems have exactly the same tweaks to make the fonts render the same on each system. Using the free autohinter or BCI, the Laptop always looks better. The holds true for Windows also. But Windows is still better at font rendering than Linux is (freetype and Xorg), and this is something we have accepted because it may never change (patent issues).




