On 2009-01-31, Matt Lukowicz <[email protected]> wrote: > Hello, whenever I kill the X server (Ctrl-Alt-Backspace), I get black > text on a black background. I know that this bug has been re-fixed in > OpenBSD 3.5, but I amstill getting it! I am running OpenBSD > 4.4-release with the default X.org versions, and I have an ATI Rage > 128 VR (PCI) on the i386 architecture. Any help is greatly > appreciated.
it's likely that a recent commit has worked around both this problem and the "console gets dim after leaving X" problem that some people have seen with Radeon. CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/02/01 07:37:22 Modified files: sys/dev/ic : vga.c vgareg.h vgavar.h Log message: Save the text mode color palette upon startup, and restore it when switching consoles or when X11 exits. Almost all other operating systems do this, and thus do not suffer from palette bugs in some X11 drivers. >From FreeBSD.

