--- hw-xfree86-modes-xf86RandR12.c.orig 2007-10-25 19:46:05.000000000 +0200 +++ hw-xfree86-modes-xf86RandR12.c 2007-10-25 19:49:12.000000000 +0200 @@ -450,10 +450,10 @@ xf86RandR12CreateScreenResources (Screen else { /* - * Otherwise, just set the screen to 96dpi + * Otherwise, just set the screen to DEFAULT_DPI */ - mmWidth = width * 25.4 / 96; - mmHeight = height * 25.4 / 96; + mmWidth = width * 25.4 / DEFAULT_DPI; + mmHeight = height * 25.4 / DEFAULT_DPI; } } xf86DrvMsg(pScrn->scrnIndex, X_INFO,