Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Section "Monitor"                                                                                                                                                                            
  2.     Identifier    "Monitor0"                                                                                                                                                                  
  3. EndSection                                                                                                                                                                                    
  4.                                                                                                                                                                                              
  5. Section "Device"                                                                                                                                                                              
  6.     Identifier    "Device0"                                                                                                                                                                  
  7.     Driver        "nvidia"                                                                                                                                                                    
  8. EndSection                                                                                                                                                                                    
  9.                                                                                                                                                                                              
  10. Section "Screen"                                                                                                                                                                              
  11.     Identifier    "Screen0"                                                                                                                                                                  
  12.     Device        "Device0"                                                                                                                                                                  
  13.     Monitor       "Monitor0"
  14.     DefaultDepth  16    #Choose the depth (16||24)
  15.     SubSection    "Display"
  16.         Depth     16
  17.         Modes     "1920x1080_75.00"
  18.     EndSubSection
  19. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement