Probably the place to hack this is in the framebuffer console code. This
will not help with BIOS messages, but you _should_ be able to get all
Linux output in the portrait rotated mode with the FB console.
> 3. Obstacle
> The EIZO L675 has a pixel pitch of 0.28x0.28 which is equivalent to
> about 90dpi. Since Windows (any version) uses a default value on 96dpi,
> everything is enlarged by about 5%. So even with an 18" display an A4
> page can't be normally viewed in Word. Current status from Microsoft
> "problem is recognized, we are working on it". While there is no
> solution for Windows (probably until SP1 for XP) what's the status of
> Linux?
X does not have a standard DPI, so it doesn't really matter. On CRT
screens, you could adjust your DPI via XFree86 modelines. On LCD
screens DPI is fixed so you have to work with that. If the screen
supports DDC (it should if it is new), it will tell the X server what
the DPI is, so you don't need to set it manually. Running "xdpyinfo"
under X will tell you what the resolution is (my current screen happens
to report 109x112 DPI = 1600x1200 on a 19" screen). I think GIMP can
work with the DPI info reported from the X server.
Cheers, Andreas
-- Andreas Dilger \ "If a man ate a pound of pasta and a pound of antipasto, \ would they cancel out, leaving him still hungry?" http://www-mddsp.enel.ucalgary.ca/People/adilger/ -- Dogbert - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/