xserver/hw
Egbert Eich 16f9d2d72a Let the OS instead of X save/restore text console fonts on Linux. So far we
relied on the generic VGA layer to restore text console fonts for us
    when shutting down the server or VT switching back to the text console.
    This has worked rather well but it has some downsides on Linux: a. Many
    people use fbdev as console text mode. In this case it is not necessary
    to save/restore console fonts as the console is running in graphics
    mode anyway. b. Some architectures don't have a fbdev console but
    require a full POST of even the primary card (ie. IA64). This posting
    has to take place before we even have a chance to save anything.
    Therefore the fonts we save are the once written to the chip by POST,
    not what has been programmed by the user. c. Certain chipsets utilize
    the BIOS to perform mode setting. This may interfer with the vga
    save/restore font function in a strange way. It would therefore be
    preferrable to let the OS - which has been used to set up the font in
    the first place - take care of saving/restoring the data. I will attach
    a patch which will do so for Linux. To make this fully functional a
    small patch needs to be applied to the Linux kernel. To disable this
    feature add: #define DoOSFontRestore NO to your host.def. (Bugzilla
    #2277)
2005-01-14 18:42:26 +00:00
..
darwin Allow rootless implementations to override frame reordering. This is used 2004-10-08 00:35:08 +00:00
dmx Add missing reply for DMX (Rik Faith). 2004-08-27 20:39:17 +00:00
kdrive Back out the previous day's broken R200 "fix" -- the same number of coords 2004-12-22 18:39:41 +00:00
vfb Fix xtest failures in Xvfb from XMatchVisualInfo test. 2004-08-27 01:15:10 +00:00
xfree86 Let the OS instead of X save/restore text console fonts on Linux. So far we 2005-01-14 18:42:26 +00:00
xgl Add xglPixmapToRegion 2004-11-14 23:21:29 +00:00
xnest Add COMPOSITE change to fbCopyWindow (not needed yet) 2004-08-11 22:40:14 +00:00
xwin winmsg.c 2005-01-12 16:10:00 +00:00