LCD and X DisplaySize

Under Linux, have you ever felt that stuff on your brand new LCD display looked blurry, especially with small font sizes, the words start to look fuzzy after a while? Chances are that you did not set the LCD with its optimal resolution. There is an easy fix: 1. Measure the actually size of your LCD display area in millimeters (mm). Use a ruler. For example, my small X31 screen measures 240mm (width) by 180mm (height ). 2. Now check the values you have in your X configuration xdpyinfo | grep dimensions and compare the mm with the your actual measurement. If the numbers are far off, you do have a misconfiged display size. 3. Edit /etc/X11/xorg.conf as root, in the "Monitor" section, add a line DisplaySize 240 180 Use your measured values of course. Press Ctrl-Alt-Backspace to restart X server. Once the X is back, you should see crisp clear display. The fonts may now look too big or too small, you can change them in window manager settings, be it KDE or GNOME or something else.

Comments

Post new comment

The content of this field is kept private and will not be shown publicly. If you have a Gravatar account associated with the e-mail address you provide, it will be used to display your avatar.
  • Allowed HTML tags: <a> <em> <strong> <cite> <blockquote> <code> <ul> <ol> <li> <dl> <dt> <dd> <div> <h1><h2><h3><sub><sup><b><i><u><font><img>
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.
  • Lines and paragraphs break automatically.

More information about formatting options

To prevent automated spam submissions leave this field empty.
Nice place