Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Sep 2015 15:27:52 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 203114] vt(1) only shows correct modesetting / resolution after quitting X (and returning to vty)
Message-ID:  <bug-203114-8-42f16LLyBu@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-203114-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-203114-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203114

Ed Maste <emaste@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |emaste@freebsd.org

--- Comment #1 from Ed Maste <emaste@freebsd.org> ---
This is the expected behaviour when your system boots in VGA mode. In that case
vt(4) starts as 640x480. Once your video driver loads it switches to the native
screen resolution.

You can load the i915 driver from the command line to switch to the higher
resolution, or try loading i915kms.ko from the loader.

Also if you boot via UEFI instead the vt_efifb driver will be used instead of
the vt_vga driver, and will likely run at the native resolution.

I'll leave this PR open pending the creation of useful documentation on
configuring this.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-203114-8-42f16LLyBu>