On Wed, Oct 20, 2010 at 11:33 PM, Chris Smart <mail@christophersmart.com> wrote:
On Wed, Oct 20, 2010 at 6:28 PM, Henrik Frisk <frisk.h@gmail.com> wrote:
> Any ideas?
>

Tom's link is good, but in case it helps, you can check your current
resolution and DPI with:

xdpyinfo |grep -A1 dim

If you want to manually set the DPI to something else (say, 96x96),
edit the driver section of your /etc/X11/xorg.conf, adding:

       Option      "UseEdidDpi" "false"
       Option      "DPI" "96 x 96"

If the DPI is fine, and it's the resolution, you should make sure that
you're definitely running the NVIDIA driver, and try using the
graphical tool to set specific resolutions and save as new xorg.conf
file (or add modes yourself).

Thanks. I'll look into this once I've gotten my nvidia drivers to work.

/h