[debian] Big font size with xserver-xorg-video-glamo

eye zak eye.zak.devel at gmail.com
Mon May 18 23:36:25 CEST 2009


Hi,

DPI problem is not just gtk, run xdpyinf to test.  Solution is to set
monitor size in xorg.conf:

Section "Monitor"
        Identifier      "LCD"  # glamo knows this name
        DisplaySize     127 169 # cause dpi to be correctly calculated
to 96 x 96
        Option          "IgnoreEdidDPI"
        ...
EndSection

also i disable aiglx and set glxvisuals to minimal

Section "ServerFlags"
       ...
        Option  "AIGLX"         "false"
        Option  "GlxVisuals"    "minimal"
        ...
EndSection

Disabling hal, as mentioned above is good.

Isaac Gordezky



More information about the Smartphones-userland mailing list