Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jul 2024 14:20:44 -0700
From:      Cy Schubert <Cy.Schubert@cschubert.com>
To:        Emmanuel Vadot <manu@FreeBSD.org>
Cc:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   Re: git: b93028d8cd3a - main - vt: Add vd_bitblt_argb
Message-ID:  <20240711212044.830AB10D@slippy.cwsent.com>
In-Reply-To: <202407110650.46B6oexO073342@gitrepo.freebsd.org>
References:  <202407110650.46B6oexO073342@gitrepo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
In message <202407110650.46B6oexO073342@gitrepo.freebsd.org>, Emmanuel 
Vadot wr
ites:
> The branch main has been updated by manu:
>
> URL: https://cgit.FreeBSD.org/src/commit/?id=b93028d8cd3aafc883b5f0ecec65a8a2
> a30af7f3
>
> commit b93028d8cd3aafc883b5f0ecec65a8a2a30af7f3
> Author:     Emmanuel Vadot <manu@FreeBSD.org>
> AuthorDate: 2024-07-09 12:35:12 +0000
> Commit:     Emmanuel Vadot <manu@FreeBSD.org>
> CommitDate: 2024-07-11 06:47:17 +0000
>
>     vt: Add vd_bitblt_argb
>     
>     This blit an ARGB image on the dedicated vd.
>     This also adds vt_fb_bitblt_argb which will works for most of the vt back
> ends
>     
>     Differential Revision:  https://reviews.freebsd.org/D45929
>     Reviewed by:            tsoome
>     Sponsored by:           Beckhoff Automation GmbH & Co. KG
> ---
>  sys/dev/virtio/gpu/virtio_gpu.c   | 12 ++++++++++
>  sys/dev/vt/hw/efifb/efifb.c       |  1 +
>  sys/dev/vt/hw/fb/vt_early_fb.c    |  1 +
>  sys/dev/vt/hw/fb/vt_fb.c          | 47 +++++++++++++++++++++++++++++++++++++
> ++
>  sys/dev/vt/hw/fb/vt_fb.h          |  1 +
>  sys/dev/vt/hw/ofwfb/ofwfb.c       | 12 ++++++++++
>  sys/dev/vt/hw/simplefb/simplefb.c | 12 ++++++++++
>  sys/dev/vt/hw/vbefb/vbefb.c       |  1 +
>  sys/dev/vt/hw/vga/vt_vga.c        | 12 ++++++++++
>  sys/dev/vt/vt.h                   |  5 +++++
>  10 files changed, 104 insertions(+)
>

Following this commit [though it could be one of the subsequent vt(4) 
commits] I can no longer ctrl-alt-f1 from ttyv8 to ttyv0, or any other text 
tty on the console, with the following displayed in dmesg:

Timeout initializing vt_vga
Timeout initializing vt_vga

ctrl-alt-f9 restores the graphical screen (X). But the text virtual 
consoles are no longer available.


-- 
Cheers,
Cy Schubert <Cy.Schubert@cschubert.com>
FreeBSD UNIX:  <cy@FreeBSD.org>   Web:  https://FreeBSD.org
NTP:           <cy@nwtime.org>    Web:  https://nwtime.org

			e^(i*pi)+1=0







Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20240711212044.830AB10D>