14 lines
		
	
	
		
			219 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			219 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
#
 | 
						|
# vga/scripts/fglrx.stop
 | 
						|
#
 | 
						|
 | 
						|
rmmod ${1} || die "Failed to remove ${1} module"
 | 
						|
#
 | 
						|
# FIXME: Is this necessary? Comment out if necessary.
 | 
						|
#
 | 
						|
rmmod uvesafb > /dev/null 2>&1
 | 
						|
 | 
						|
#
 | 
						|
# vim:fenc=utf-8:ft=sh:ci:pi:sts=0:sw=4:ts=4:
 | 
						|
#
 |