Advertisement
Guest User

dbldown768

a guest
Jan 18th, 2009
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  2. # nvidia-xconfig: version 1.0 (buildmeister@builder63) Tue Nov 4 14:07:17 PST 2008
  3.  
  4.  
  5. Section "ServerLayout"
  6. Identifier "Layout0"
  7. Screen 0 "Screen0" 0 0
  8. InputDevice "Keyboard0" "CoreKeyboard"
  9. InputDevice "Mouse0" "CorePointer"
  10. EndSection
  11.  
  12. Section "Files"
  13. RgbPath "/usr/X11R6/lib/X11/rgb"
  14. EndSection
  15.  
  16. Section "Module"
  17. Load "dbe"
  18. Load "extmod"
  19. Load "type1"
  20. Load "freetype"
  21. Load "glx"
  22. EndSection
  23.  
  24. Section "InputDevice"
  25.  
  26. # generated from default
  27. Identifier "Mouse0"
  28. Driver "mouse"
  29. Option "Protocol" "auto"
  30. Option "Device" "/dev/psaux"
  31. Option "Emulate3Buttons" "no"
  32. Option "ZAxisMapping" "4 5"
  33. EndSection
  34.  
  35. Section "InputDevice"
  36.  
  37. # generated from default
  38. Identifier "Keyboard0"
  39. Driver "kbd"
  40. EndSection
  41.  
  42. Section "Monitor"
  43. Identifier "Monitor0"
  44. # VendorName "Unknown"
  45. # ModelName "Unknown"
  46. Option "DPMS"
  47. # Modeline "1920x1080@24" 74.160 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync
  48. # Modeline "1920x1080@50" 148.500 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync
  49. # Modeline "1920x1080@60" 148.350 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync
  50. Modeline "1920x1080@60" 74.25 1920 2008 2052 2200 1080 1084 1094 1124 +hsync +vsync
  51. HorizSync 15.0 - 68.0
  52. VertRefresh 23.0 - 61.0
  53. EndSection
  54.  
  55. Section "Device"
  56. Identifier "Device0"
  57. Driver "nvidia"
  58. VendorName "NVIDIA Corporation"
  59. EndSection
  60.  
  61. Section "Screen"
  62. Identifier "Screen0"
  63. Device "Device0"
  64. Monitor "Monitor0"
  65. DefaultDepth 24
  66. Option "NoLogo"
  67. Option "DynamicTwinView" "false"
  68. Option "AddARGBGLXVisuals" "True"
  69. Option "ExactModeTimingsDVI" "True"
  70. SubSection "Display"
  71. Depth 24
  72. Modes "1920x1080@60"
  73. EndSubSection
  74. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement