Bug 55408

Summary: Fix for VESA_800x600 mode for vidcontrol(1)
Product: Base System Reporter: Alexey Dokuchaev <danfe>
Component: binAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.8-STABLE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Alexey Dokuchaev 2003-08-09 05:40:13 UTC
When making console go 800x600 raster mode (via vidcontrol(1)) for
better resolution (800x600 allows 100x37 chars since most common char is
8x16 pixels), all one gets is small 80x25 area in the center of screen.
The patch attached is being used by lost of people for some decent time
already (few years) and no one had reported any problem with it, thus I
decided it's probably time to get it in CVS already.

Fix: %%%
How-To-Repeat: Just try it yourself and see ;-)
Comment 1 danfe 2004-04-24 20:16:01 UTC
It seems I've missed `-g' option of vidcontrol(1), which effectively
handles this issue.  So PR can be closed now.  Sorry for the noise.
Comment 2 Simon L. B. Nielsen freebsd_committer freebsd_triage 2004-04-24 23:14:27 UTC
State Changed
From-To: open->closed

Close at submitters request.