[Openchrome-users] 1360x768 resolution

Benno Schulenberg bensberg
Mon Aug 20 11:03:12 PDT 2007


Harold Aling wrote:
> The bonus round: how can I adjust the dpi / get rid of the very,
> very tiny fonts?
>
> $ cat /var/log/Xorg.0.log|grep -i dpi
> (**) VIA(0): DPI set to (38, 39)
>
> ~$ cat /var/log/Xorg.0.log|grep -i display
> (**) VIA(0): Display dimensions: (890, 500) mm

Set in your xorg.conf the actual size of your monitor.  For example:

Section "Monitor"
    ....
    DisplaySize     320 240
EndSection

By the way, a better way to use grep is this:

  grep -i dpi  /var/log/Xorg.0.log

And please don't top-post.

Benno




More information about the Openchrome-users mailing list