In message <202407110650.46b6oexo073...@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 <m...@freebsd.org> > AuthorDate: 2024-07-09 12:35:12 +0000 > Commit: Emmanuel Vadot <m...@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.schub...@cschubert.com> FreeBSD UNIX: <c...@freebsd.org> Web: https://FreeBSD.org NTP: <c...@nwtime.org> Web: https://nwtime.org e^(i*pi)+1=0