Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. Section "ServerLayout"
  2.     Identifier     "Layout0"
  3.     Screen      0  "Screen0" 0 0
  4.     Option         "Xinerama" "0"
  5. EndSection
  6.  
  7. Section "Module"
  8.     Load           "glx"
  9. EndSection
  10.  
  11. Section "Monitor"
  12.     Identifier     "Monitor0"
  13.     VendorName     "Unknown"
  14.     Option         "DPMS"
  15. EndSection
  16.  
  17. Section "Device"
  18.     Identifier     "Device0"
  19.     Driver         "nvidia"
  20.     VendorName     "NVIDIA Corporation"
  21.     BoardName      "GeForce 310M"
  22.     Option         "NoLogo" "True"
  23.     Option         "ConnectedMonitor" "DFP-1,CRT,DFP-0"
  24.     Option         "CustomEDID" "DFP-0: /proc/acpi/video/IGPU/LCD0/EDID"
  25.     Option         "RegistryDwords" "EnableBrightnessControl=1"
  26. EndSection
  27.  
  28. Section "Screen"
  29.     Identifier     "Screen0"
  30.     Device         "Device0"
  31.     Monitor        "Monitor0"
  32.     DefaultDepth    24
  33.     Option         "TwinView" "0"
  34.     Option         "TwinViewXineramaInfoOrder" "DFP-0"
  35.     Option         "metamodes" "DFP-0: nvidia-auto-select +0+0"
  36. EndSection