Page MenuHomeFreeBSD

Allow arbitrary numbers of columns in the VNC server.
ClosedPublic

Authored by grehan on May 2 2018, 9:47 PM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 20 2023, 2:44 AM
Unknown Object (File)
Sep 15 2023, 11:40 AM
Unknown Object (File)
Jun 30 2023, 12:44 AM
Unknown Object (File)
Jun 30 2023, 12:44 AM
Unknown Object (File)
Jun 30 2023, 12:44 AM
Unknown Object (File)
Jun 27 2023, 5:59 AM
Unknown Object (File)
Apr 11 2023, 6:46 PM
Unknown Object (File)
Nov 28 2022, 8:19 PM
Subscribers

Details

Summary

The prior code only allowed multiples of 32 for the
numbers of columns. Remove this restriction to allow
a forthcoming UEFI firmware update to allow arbitrary
x,y resolutions.

(the code for handling rows already supported values
that weren't multiples of 32)

Reviewed by Leon Dang, the original author.

Test Plan

The modified UEFI image at www.freebsd.org/~grehan/BHYVE_GOP_ares.fd
can be used to test this.

Tested with UEFI, Ubuntu live CDs, and FreeBSD with various
strange resolutions.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.May 4 2018, 1:37 AM
This revision was automatically updated to reflect the committed changes.