| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -20,7 +20,14 @@ $ xrandr --output DP-1 --mode 1920x1080 --rotate left --right-of eDP-1 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					in this example, the second monitor is the `DP-1` output and the main monitor is the `eDP-1`  | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					## Projector configuration | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					The `xrandr` package can also be used to configure a second output as a projector. This can be done by using: | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					``` | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					$ xrandr --output DP-1 --auto --same-as eDP-1 #option 1 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					$ xrandr --output DP-1 --mode 1920x1080 --same-as eDP-1 #option 2  | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					```  | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					#  Mouse and Touchpad | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  |