LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   how to change font resolution in xorg xserver? (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-change-font-resolution-in-xorg-xserver-376998/)

jr0 10-26-2005 03:29 AM

how to change font resolution in xorg xserver?
 
i just installed a dual head with two different monitors. a 19" and a 15" monitor wit resolutions of 1280x1024 and 1024x768.

It works fine with kde and some programs, but there is something strange. Programs that adapt their font settings to xservers config, like firefox or thunderbird, show so big fonts (in menus etc) that you cant see something. In thunderbird you can change the resolution manually to 72dpi, which looks good, but not in every program... How can i configure my x server to have 72dpi as standard?

Thx

Tinkster 10-27-2005 12:33 AM

Code:

startx -- -dpi 100
for example ...


Cheers,
Tink

jr0 10-27-2005 03:58 PM

thank you. that works.

And i found out also that i had to make following procedure to make it automatic (if someone has the same problem):

start the xserver with my resolution, i.e.:

startx -- -dpi 72

then in a terminal, type "xdpyinfo" which shows Under dimensions your size in mm.

then, in xorg.conf, in section "Monitor", add the line

DisplaySize x y

where x and y are the sizes in mm that xdpyinfo showed.


All times are GMT -5. The time now is 01:58 PM.