Re: vt(4) odd scrolling behavior

2017-05-15 Thread Aleksandr Rybalko
Looks like video driver reports double buffer as single frame buffer, so vt
draw it as big screen, but video card draw it as two layers.
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: vt(4) odd scrolling behavior

2017-01-19 Thread Kyle Evans
On Sat, Dec 17, 2016 at 1:34 AM, Poul-Henning Kamp  wrote:
> I've seen it too.  I think beastie sets a scrolling region and
> doesn't clear it.

FWIW- I got some time to mess with it again today, and disabling
beastie (via beastie_disable="YES" in /boot/loader.conf) entirely does
not change the situation on my side, unfortunately. =(

I couldn't think of anything else to try that might affect it, but
open to suggestions.

Thanks,

Kyle Evans
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: vt(4) odd scrolling behavior

2016-12-16 Thread Poul-Henning Kamp

In message 
, Kyle Evans writes:

>I've had this odd behavior [1] on one of my machines with vt(4)
>misbehaving in graphics mode following the beastie loader's screen.
>
>Any ideas what might cause something like this, 

I've seen it too.  I think beastie sets a scrolling region and
doesn't clear it.


-- 
Poul-Henning Kamp   | UNIX since Zilog Zeus 3.20
p...@freebsd.org | TCP/IP since RFC 956
FreeBSD committer   | BSD since 4.3-tahoe
Never attribute to malice what can adequately be explained by incompetence.
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"