Advertisement
Guest User

Untitled

a guest
Jul 6th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Section "Monitor"
  2.     Identifier     "Monitor0"
  3.     VendorName     "Samsung"
  4.     ModelName      "LN40B650"
  5.     HorizSync       67.5
  6.     VertRefresh     60.0
  7. EndSection
  8.  
  9. Section "Device"
  10.     Identifier     "Card0"
  11.     Driver         "nvidia"
  12.     VendorName     "nVidia Corporation"
  13.     BoardName      "GeForce 8500 GT"
  14. EndSection
  15.  
  16. Section "Device"
  17.     Identifier     "Videocard0"
  18.     Driver         "nvidia"
  19.     VendorName     "NVIDIA Corporation"
  20.     BoardName      "GeForce 8500 GT"
  21.     Option "UseEvents" "True"
  22. EndSection
  23.  
  24. Section "Screen"
  25.     Identifier     "Screen0"
  26.     Device         "Videocard0"
  27.     Monitor        "Monitor0"
  28.     DefaultDepth    24
  29.     Option         "NoLogo" "true"
  30.     Option         "ExactModeTimingsDVI" "true"
  31.     Option         "DPI" "100 x 100"
  32.     Option         "TwinView" "0"
  33.     Option     "NoTwinViewXineramaInfo" "1"
  34.     Option     "RandRRotation" "0"
  35.     Option     "XvmcUsesTextures" "1"
  36.     SubSection     "Display"
  37.         Depth       24
  38.         Modes      "1920x1080"
  39.     EndSubSection
  40. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement