[PATCH] new radeon memory map fixes

Glynn Clements glynn at gclements.plus.com
Sun Feb 5 11:21:01 PST 2006


Brian Hinz wrote:

> just out of curiousity, do you know how to specify the monitor dpi if it's
> not detected correctly?

	Section "Monitor"
		...
		DisplaySize	433 345
	EndSection

The dimensions are in mm.

> i'd swear that windows was doing 96x96 (not installed anymore)

Windows gives you a choice of 96 dpi, 120 dpi or (in later versions) a
"custom" setting. The default is 96 dpi; some applications will mess
up if you use a different setting (due to selecting font sizes in
points but specifying most positions and sizes in pixels).

> but it's always 75x75 with xorg.

That's because most of the supplied bitmap fonts are designed for 75
dpi (i.e. you get the usual 8/10/12/14/18/24 point sizes on a 75 dpi
display), although some of the fonts are also available at 100dpi.

If you choose any other resolution, you will need to use outline fonts
exclusively; anything which specifies font sizes in points will
produce very ugly results if it has to use rescaled bitmap fonts.

-- 
Glynn Clements <glynn at gclements.plus.com>



More information about the xorg mailing list