LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Font problem with 1080i res on LCD-TV (https://www.linuxquestions.org/questions/linux-hardware-18/font-problem-with-1080i-res-on-lcd-tv-697892/)

Jykke 01-17-2009 01:27 AM

Font problem with 1080i res on LCD-TV
 
I have a problem with fonts using 1080i res on my LCD-TV
it appears that some font type is so small that I can barely read it.
For example in Ubuntu login box and so on. Larger fonts and so on appear normally.

I was just wondering if it is related to xorg.conf where nowadays there are no font paths in Ubuntu?

720p res on the other hand works just fine. My graphic card is nvidia 6200

Shadow_7 01-17-2009 01:24 PM

default font size is normally determined by how X is launched.

$ ps fuwax

For me I get:

/usr/bin/startx -- -dpi 100

Because that's how I start X. If you're running a display manager, you probably need to modify it's configuration file (/etc/kde3/kdm/kdmrc, yada yada yada). It's probably already using -tcp nolisten as an X parameter. I think 75 dpi is the default, which renders small. There used to be a condition where you had to specify 96 dpi or 100 dpi at the browser level to have font sizes more closely match those of IE in windows. For all intents and purposes, the higher the DPI (dots per inch) you specify the larger the default font(s). Normally 100 is good enough and expected by most applications.

$ egrep -r -i "-tcp nolisten" /etc/*

Also, you can specify some of that at the application level. Like for mplayer you can give it a default font and font-size. In firefox or mozilla you can go to about:config and change a parameter there. I think it's also in Edit -> Preferences. i.e. More than one way to skin a cat. I tend to override the default myself because my mom is old and windows makes here angry / moody.


All times are GMT -5. The time now is 03:27 PM.