{blog,guides}: add hr below titles

This commit is contained in:
Antoine Martin 2026-01-03 15:46:35 -05:00
commit e94639d2d5
Signed by: forge
GPG key ID: D62A472A4AA7D541
2 changed files with 4 additions and 0 deletions

View file

@ -2,6 +2,8 @@
# FOSS Recap 2025
<hr>
Following many other developpers, here is a recap of all the noticeable FOSS related projects that I have contributed to in 2025.
## Alpine Linux

View file

@ -2,6 +2,8 @@
# Gaming VM on Qubes Using Bazzite
<hr>
My main workstation now uses QubesOS rather than Proxmox. This workstation has two GPUs and two USB controllers. I wanted to be able to assign the more powerful GPU to a Gaming Qubes, but Qubes doesn't support that well. On top of that, the Sapphire Pulse 6700XT GPU that I have has [the AMD reset bug](https://forum.level1techs.com/t/6700xt-reset-bug/181814). To seamlessly be able to shutdown and assign the GPU to another VM (say my video editing environment), I applied a workaround that involved flashing a BIOS from another (working) 6700XT model (the Sapphire Nitro+ 6700XT). This solved the issue, at the cost of having to apply the original romfile on VM start. While this is easy on Proxmox (via `romfile` options), it isn't so easy on Qubes.
I have ressources down at the bottom one can refer to for more information. In any case, lets start the guide.