mirror of
				https://github.com/WarrenHood/dotfiles.git
				synced 2025-11-04 08:18:40 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			193 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			193 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
#!/bin/bash
 | 
						|
 | 
						|
echo "Unloading nvidia_drm"
 | 
						|
sudo modprobe -r nvidia_drm
 | 
						|
 | 
						|
echo "Setting graphics mode to Vfio"
 | 
						|
supergfxctl -m Vfio
 | 
						|
 | 
						|
echo "Restarting libvirtd"
 | 
						|
sudo systemctl restart --now libvirtd
 |