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