On Tue, Feb 25, 2014 at 8:48 AM, Julio Merino <[email protected]> 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
> _______________________________________________
> [email protected] mailing list
> http://lists.freebsd.org/mailman/listinfo/svn-src-head
> To unsubscribe, send any mail to "[email protected]"
>

The math works out OK for COL 240, but the comment has it wrong. Should be
1920x1200.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to