Skip to content

Instantly share code, notes, and snippets.

View Gictorbit's full-sized avatar
😎

Viktor Ghorbali Gictorbit

😎
View GitHub Profile
@Gictorbit
Gictorbit / gpu-passthrough.md
Created March 25, 2022 19:20 — forked from MaxXor/gpu-passthrough.md
Arch GPU Passthrough Summary

Arch Linux GPU-Passthrough

A quick guide on how to setup a GPU-Passthorugh. Below are some of my Resources

The Arch Wiki is the goto place for additional information and performance tweaks like CPU-Pinning.

Requirements

  • IGPU or second dedicated GPU for Host system (unless you want to go the hard way and use one GPU for HOST and GUEST)
@Gictorbit
Gictorbit / gtk.css
Last active March 29, 2021 04:31
GNOME 3: Tweak for thinner window title bars (~/.config/gtk-3.0/gtk.css)
window.ssd headerbar.titlebar {
min-height: 0;
padding-top: 1.4px;
padding-bottom: 1.4px;
padding-left:10px;
padding-right:10px;
}
window.ssd headerbar.titlebar button.titlebutton {
min-height: 0;