Advertisement
elite1967

xorg.conf

Dec 30th, 2011
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  2. # nvidia-xconfig: version 1.0 (buildmeister@builder75) Thu Apr 22 11:44:23 PDT 2010
  3.  
  4. #DFP-1 = HDMI
  5. #DFP-0 = DVI
  6. #CRT-1 = VGA
  7.  
  8. Section "Monitor"
  9. Identifier "DFP-1"
  10. HorizSync 15 - 100
  11. VertRefresh 22 - 110
  12. # CEA Format 16 (60p)
  13. ModeLine "1920x1080_60_ste" 148.352 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync
  14. # CEA Format 31 (50p)
  15. ModeLine "1920x1080_50_ste" 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync
  16. #Custom 23.976p
  17. # ModeLine "1920x1080_24_ste" 74.059 1920 2558 2602 2718 1080 1084 1089 1137 +hsync +vsync
  18. #CEA format 32 (24p)
  19. ModeLine "1920x1080_24_ste" 74.16 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync
  20.  
  21. Option "enable" "true"
  22. Option "Preferred Mode" "1920x1080_24_ste"
  23. # Option "DPMS"
  24. EndSection
  25.  
  26. Section "Device"
  27. Identifier "nvidia"
  28. Driver "nvidia"
  29. Option "ConnectedMonitor" "DFP-1"
  30. # Option "CustomEDID" "DFP-0:/home/xbmc/Downloads/HWP26A9.bin"
  31. # Option "ModeDebug" "true"
  32. Option "NoLogo" "true"
  33. Option "DynamicTwinView" "false"
  34. Option "NoFlip" "false"
  35. Option "FlatPanelProperties" "Scaling = Native"
  36. Option "ModeValidation" "NoVesaModes, NoXServerModes"
  37. Option "UseDisplayDevice" "DFP-1"
  38. Option "HWCursor" "false"
  39. Option "ExactModeTimingsDVI" "True"
  40. Option "UseEDIDFreqs" "False"
  41. EndSection
  42.  
  43. Section "Screen"
  44. Identifier "screen"
  45. Device "nvidia"
  46. Monitor "DFP-1"
  47. SubSection "Display"
  48. Depth 24
  49. Modes "1920x1080_50_ste" "1920x1080_24_ste" "1920x1080_60_ste"
  50. EndSubSection
  51. EndSection
  52.  
  53. Section "Extensions"
  54. Option "Composite" "false"
  55. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement