Re: bug in gdm with font size in themes?



ons, 2004-07-14 kl. 15:12 skrev Anton Altaparmakov: 
> > Maybe if you could run xdpyinfo on the display to get the relevant info?
> > Xft has its own perception of your dpi, by the way, so if you give us
> > the output of "xrdb -query" and "xdpyinfo  | grep resolution" we might
> > be able to make some sense of it.
> How do I run a program while gdm is running? 

>From the console. Set XAUTHORITY to point to /var/lib/gdm/:0.Xauth or
whatever it's called. You can do it like this:

eval $(strings /proc/$(ps aux | grep [g]dmgreeter | awk -- '{print
$2}')/environ | grep XAUTHORITY)

Same thing for DISPAY:

eval $(strings /proc/$(ps aux | grep [g]dmgreeter | awk -- '{print
$2}')/environ | grep DISPLAY)

> It contains the line:
> Xft.dpi:	96.000000

This is most likely a GNOME-setting. Check out your font settings. In
the top of the window there's a DPI-setting. I believe the default
setting is 96. This is why we need the settings BEFORE GNOME is started
to determine where the problem stems from.

-- 
Søren Hansen <sh warma dk>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]