Re: [PATCH v2 3/3 hurd] console-client: Enable switching to gfx console when available

2024-10-28 Thread Samuel Thibault
Applied, thanks! Damien Zammit, le lun. 28 oct. 2024 08:09:20 +, a ecrit: > This compiles in and enables the new framebuffer codepath > in the vga driver, if detected. > > --- > console-client/Makefile | 3 ++- > console-client/vga.c| 48 +++-- > 2 fi

[PATCH v2 3/3 hurd] console-client: Enable switching to gfx console when available

2024-10-28 Thread Damien Zammit
This compiles in and enables the new framebuffer codepath in the vga driver, if detected. --- console-client/Makefile | 3 ++- console-client/vga.c| 48 +++-- 2 files changed, 39 insertions(+), 12 deletions(-) diff --git a/console-client/Makefile b/consol