mirror of
https://github.com/WarrenHood/dotfiles.git
synced 2025-04-29 14:24:59 +01:00
11 lines
200 B
Bash
Executable file
11 lines
200 B
Bash
Executable file
#!/bin/bash
|
|
|
|
echo "Loading nvidia_drm"
|
|
sudo modprobe nvidia_drm
|
|
|
|
echo "Setting graphics mode to Integrated"
|
|
supergfxctl -m Integrated
|
|
|
|
echo "Restarting libvirtd"
|
|
sudo systemctl restart --now libvirtd
|