Difference between revisions of "Display Size"
From MythTV Official Wiki
Line 1: | Line 1: | ||
− | The | + | The DisplaySize setting in the /etc/X11/XF86Config-4 config files is very complicated. |
Suffice to say that the 'rules' state that all themes should run as 100dpi. | Suffice to say that the 'rules' state that all themes should run as 100dpi. | ||
Add this line - | Add this line - | ||
− | '' | + | ''DisplaySize 204 153 # 100 DPI @ 800x600'' |
under the "Section Monitor" of your /etc/X11/XF86Config-4 file and all should be well. | under the "Section Monitor" of your /etc/X11/XF86Config-4 file and all should be well. | ||
Line 10: | Line 10: | ||
However, this made all the big fonts HUGE, so I used - | However, this made all the big fonts HUGE, so I used - | ||
− | '' | + | ''DisplaySize 271 204 # 75 DPI @ 800x600'' |
Revision as of 08:24, 9 March 2006
The DisplaySize setting in the /etc/X11/XF86Config-4 config files is very complicated. Suffice to say that the 'rules' state that all themes should run as 100dpi.
Add this line -
DisplaySize 204 153 # 100 DPI @ 800x600
under the "Section Monitor" of your /etc/X11/XF86Config-4 file and all should be well.
However, this made all the big fonts HUGE, so I used -
DisplaySize 271 204 # 75 DPI @ 800x600