mirror of
				https://github.com/WarrenHood/dotfiles.git
				synced 2025-11-04 07:58:41 +00: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
 |