mirror of
				https://github.com/mayfrost/guides.git
				synced 2025-11-03 20:52:45 +00:00 
			
		
		
		
	Update X.md
This commit is contained in:
		
							
								
								
									
										6
									
								
								X.md
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								X.md
									
									
									
									
									
								
							@@ -44,11 +44,11 @@ Or you can create specific configuration files under the _"/etc/X11/xorg.conf.d/
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
### SCREEN RESOLUTION
 | 
					### SCREEN RESOLUTION
 | 
				
			||||||
To make changes you generally don't need to know supported resolutions but it helps using defaults.
 | 
					To make changes you generally don't need to know supported resolutions but it helps using defaults.
 | 
				
			||||||
* List supported resolutions  
 | 
					* List currently supported resolutions (optional):  
 | 
				
			||||||
`xrandr`  
 | 
					`xrandr`  
 | 
				
			||||||
* Generate a modeline  
 | 
					* Generate a modeline:  
 | 
				
			||||||
`cvt <WIDTH> <HEIGHT> <REFRESH_RATE>`  
 | 
					`cvt <WIDTH> <HEIGHT> <REFRESH_RATE>`  
 | 
				
			||||||
* Use that ouput to add changes on the configuration file  _"/etc/X11/xorg.conf"_  
 | 
					* Use that ouput to add changes on the configuration file  _"/etc/X11/xorg.conf"_:  
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
Section "Device"
 | 
					Section "Device"
 | 
				
			||||||
        Identifier   "<DEVICE_NAME>"
 | 
					        Identifier   "<DEVICE_NAME>"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user