Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Feb 2014 09:30:09 -0500
From:      Thomas Hoffmann <trh411@gmail.com>
To:        svn-src-all@freebsd.org, src-committers@freebsd.org,  svn-src-head@freebsd.org
Cc:        Julio Merino <jmmv@freebsd.org>
Subject:   Re: svn commit: r262480 - head/sys/dev/syscons
Message-ID:  <CAB7-odm=Z0b7LsqhTawt0ND0%2B73uhFBSeoZmANcZmr4iGFGkgw@mail.gmail.com>
In-Reply-To: <201402251348.s1PDm5Zp030180@svn.freebsd.org>
References:  <201402251348.s1PDm5Zp030180@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Feb 25, 2014 at 8:48 AM, Julio Merino <jmmv@freebsd.org> wrote:

> Author: jmmv
> Date: Tue Feb 25 13:48:05 2014
> New Revision: 262480
> URL: http://svnweb.freebsd.org/changeset/base/262480
>
> Log:
>   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
>
> Modified:
>   head/sys/dev/syscons/syscons.h
>
> Modified: head/sys/dev/syscons/syscons.h
>
> ==============================================================================
> --- head/sys/dev/syscons/syscons.h      Tue Feb 25 12:13:11 2014
>  (r262479)
> +++ head/sys/dev/syscons/syscons.h      Tue Feb 25 13:48:05 2014
>  (r262480)
> @@ -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
> _______________________________________________
> svn-src-head@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/svn-src-head
> To unsubscribe, send any mail to "svn-src-head-unsubscribe@freebsd.org"
>

The math works out OK for COL 240, but the comment has it wrong. Should be
1920x1200.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAB7-odm=Z0b7LsqhTawt0ND0%2B73uhFBSeoZmANcZmr4iGFGkgw>