Enabling 3D acceleration with virgl
To enable 3D acceleration using virgl you need to make sure the virgl render is installed on the host through whatever your package manager is, then edit the libvirt XML …
To enable 3D acceleration using virgl you need to make sure the virgl render is installed on the host through whatever your package manager is, then edit the libvirt XML …
I've encountered a few issues when using x11vnc to remotely connect to and existing runing X session.
Here they are and the fixes for them:
This is an update to by previous post for Debian 11.
If you want to install Debian on an existing luks encrypted device then the easiest way I've found is …
I have two luks formatted partitions which need to be unlocked a boot.
To aid in unlocking remotely I use dropbear-initramfs which allows running the cryptroot-unlock
script over ssh. However …
I have an existing Ubuntu installation paritioned like this:
sda1 ext4 /boot
sda2 luks crypt
---- crypt pv for lvm with group root
---- ---- lvm root
---- ---- ---- root ext4 /
---- ---- ---- swap swap
---- ---- ---- home ext4 …