Guest User

sample xorg.conf

a guest
Dec 31st, 2012
338
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.49 KB | None | 0 0
  1. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  2. # nvidia-xconfig: version 304.60 (buildmeister@swio-display-x86-rhel47-13) Sun Oct 14 21:19:18 PDT 2012
  3. # This is working on 304.60 scaling
  4. # Deprecated on 30X.X NVIDIA DRIVERS - Option "FlatPanelProperties" "Scaling = Native"
  5.  
  6. Section "Device"
  7. Identifier "Device0"
  8. Driver "nvidia"
  9. VendorName "NVIDIA Corporation"
  10. Option "NoLogo" "true"
  11. Option "DynamicTwinView" "false"
  12. Option "NoFlip" "false"
  13. Option "ConnectToAcpid" "0"
  14. Option "ModeValidation" "NoVesaModes, NoXServerModes"
  15. Option "ModeDebug" "true"
  16. Option "HWCursor" "false"
  17. Option "SWCursor" "false"
  18. Option "RenderAccel" "1"
  19. EndSection
  20.  
  21.  
  22. Section "Screen"
  23. Identifier "Screen0"
  24. Device "Device0"
  25. Monitor "Monitor0"
  26. #Option "VertRefresh" "DFP-0: 23-60"
  27. #Option "HorizSync" "DFP-0: 25-100"
  28. DefaultDepth 24
  29. Option "ColorRange" "Full"
  30. Option "ColorSpace" "RGB"
  31. Option "DynamicTwinView" "false"
  32. #Option "FlatPanelProperties" "Scaling = Native"
  33. Option "ModeValidation" "NoVesaModes, NoXServerModes"
  34. Option "ExactModeTimingsDVI" "True"
  35. SubSection "Display"
  36. Depth 24
  37. EndSubSection
  38. EndSection
  39.  
  40.  
  41. Section "Monitor"
  42. Identifier "Monitor0"
  43. VendorName "Unknown"
  44. ModelName "Unknown"
  45. #HorizSync 28.0 - 33.0
  46. #VertRefresh 23.0 - 72.0
  47. HorizSync 26-81
  48. VertRefresh 24-75
  49. # 1920x1080p @ 23.976Hz (EIA/CEA-861B)
  50. ModeLine "1920x1080_23.976" 74.175 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync
  51. ModeLine "1920x1080_24" 74.250 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync
  52. # Remove # from below to use
  53. #Modeline "1920x1080_25" 74.25 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync
  54. #Modeline "1920x1080_60" 148.35 1920 2008 2052 2200 1080 1084 1089 1125 -hsync +vsync
  55. Option "DPI" "96 x 96"
  56. EndSection
  57.  
  58. Section "Extensions"
  59. Option "Composite" "Disable"
  60. EndSection
Add Comment
Please, Sign In to add comment