summaryrefslogtreecommitdiffstats
path: root/sys/dev/syscons
diff options
context:
space:
mode:
authorjmmv <jmmv@FreeBSD.org>2014-02-25 13:48:05 +0000
committerjmmv <jmmv@FreeBSD.org>2014-02-25 13:48:05 +0000
commite07f386df27ef0200ac1a608b090baea63b720be (patch)
treeb824e1ad49fae2b2460d10dc1ae00f8e333d6dca /sys/dev/syscons
parent3db0c265a054f5d8dfcf18aba2485784efe290f3 (diff)
downloadFreeBSD-src-e07f386df27ef0200ac1a608b090baea63b720be.zip
FreeBSD-src-e07f386df27ef0200ac1a608b090baea63b720be.tar.gz
Increase maximum number of columns to support 1980x1200 displays.
In my specific case, this fixes the problem of my PowerMac G5 displaying a 4:3 console on a 16:10 display with black bars on the left and right. PR: kern/180558 Reviewed by: nwhitehorn MFC after: 5 days
Diffstat (limited to 'sys/dev/syscons')
-rw-r--r--sys/dev/syscons/syscons.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/syscons/syscons.h b/sys/dev/syscons/syscons.h
index 353b67f..da53efd 100644
--- a/sys/dev/syscons/syscons.h
+++ b/sys/dev/syscons/syscons.h
@@ -145,9 +145,9 @@
/*
The following #defines are hard-coded for a maximum text
resolution corresponding to a maximum framebuffer
- resolution of 1600x1200 with an 8x8 font...
+ resolution of 1980x1200 with an 8x8 font...
*/
-#define COL 200
+#define COL 240
#define ROW 150
#define PCBURST 128
OpenPOWER on IntegriCloud