Re: X11 font size
Re: X11 font size
- Subject: Re: X11 font size
- From: Jeremy Huddleston <email@hidden>
- Date: Fri, 19 Dec 2008 10:16:06 -0800
It could be that the application takes the screen resolution into
account when deciding on the font size in pixels, in which case it
would help to run your X11 at the proper resolution. If your screen
has a resolution of 130 dpi, say, but the program thinks it's 96
dpi, then fonts will appear small. To fix that, if you are running
2.3.2_rc4, just run
defaults write org.x.X11 dpi -int 130
(replace 130 by the actual resolution of your screen) and restart X11.
Actually, that change was added AFTER rc4, so you'll need to wait for
2.3.2 final (or use the patch from xquartz-dev)
_______________________________________________
Do not post admin requests to the list. They will be ignored.
X11-users mailing list (email@hidden)
This email sent to email@hidden