Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Feb 1998 23:08:30 +0100
From:      Poul-Henning Kamp <phk@critter.freebsd.dk>
To:        mobile@FreeBSD.ORG
Subject:   GENERIC 800x600 support in XF86_VGA16 now in -current
Message-ID:  <6977.887321310@critter.freebsd.dk>

next in thread | raw e-mail | index | archive | help

This code allows syscons to work in 800x600 16 color mode, and XF86_VGA16
knows about this mode too, so if the chipset in your laptop isn't 
otherwise supported in XF86 this may improve things abit.

Poul-Henning

phk         1998/02/12 14:05:11 PST

  Modified files:
    sys/i386/isa         syscons.c syscons.h 
  Log:
  Add support for VESA mode 0x102 (800x600x4) in syscons.  You can activate
  this using option "-b" to the boot blocks.  It is smartest to compile
  a font into your kernel (See LINT), but not mandatory, but apart from
  the cursor you will see nothing on the screen until you load a font.
  
  This mode allows XF86_VGA16 to run in 800x600 mode on otherwise unsupported
  graphics hardware.
  
  A number of buglets in the cursor handling in syscons may become
  visible this way.
  
  Revision  Changes    Path
  1.254     +104 -60   src/sys/i386/isa/syscons.c
  1.37      +2 -2      src/sys/i386/isa/syscons.h


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-mobile" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6977.887321310>