Advertisement
Guest User

Untitled

a guest
Dec 29th, 2013
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Section "Monitor"
  2.     Identifier             "Monitor0"
  3.     Modeline        "1440x900_75.00"  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync
  4.     Option      "PreferredMode" "1440x900_75.00"
  5. EndSection
  6.  
  7. Section "Device"
  8.     Identifier             "Device0"
  9.     Driver                 "radeon" #Choose the driver used for this monitor
  10. EndSection
  11.  
  12. Section "Screen"
  13.     Identifier             "Screen0"  #Collapse Monitor and Device section to Screen section
  14.     Device                 "Device0"
  15.     Monitor                "Monitor0"
  16.     DefaultDepth           24 #Choose the depth (16||24)
  17.     SubSection             "Display"
  18.         Depth              24
  19.         Modes              "1440x900_75.00" #Choose the resolution
  20.     EndSubSection
  21. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement