Advertisement
Guest User

calebdk

a guest
May 5th, 2010
776
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  2. # nvidia-xconfig: version 1.0 (buildmeister@builder58) Wed Dec 9 16:34:26 PST 2009
  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. EndSection
  14.  
  15. Section "InputDevice"
  16.  
  17. # generated from default
  18. Identifier "Mouse0"
  19. Driver "mouse"
  20. Option "Protocol" "auto"
  21. Option "Device" "/dev/psaux"
  22. Option "Emulate3Buttons" "no"
  23. Option "ZAxisMapping" "4 5"
  24. EndSection
  25.  
  26. Section "InputDevice"
  27.  
  28. # generated from default
  29. Identifier "Keyboard0"
  30. Driver "kbd"
  31. EndSection
  32.  
  33. Section "Monitor"
  34. Identifier "Monitor0"
  35. VendorName "Unknown"
  36. ModelName "Unknown"
  37. HorizSync 15.0 - 68.0
  38. VertRefresh 23.0 - 61.0
  39. Option "DPMS"
  40. Option "ExactModeTimingsDVI" "TRUE"
  41. EndSection
  42.  
  43. Section "Device"
  44. Identifier "Device0"
  45. Driver "nvidia"
  46. VendorName "NVIDIA Corporation"
  47. EndSection
  48.  
  49. Section "Screen"
  50. Identifier "Screen0"
  51. Device "Device0"
  52. Monitor "Monitor0"
  53. DefaultDepth 24
  54. Option "DynamicTwinView" "False"
  55. Option "FlatPanelProperties" "Scaling = Native"
  56. Option "NoLogo" "True"
  57. Option "HWCursor" "False"
  58. SubSection "Display"
  59. Depth 24
  60. Modes "1920x1080_24" "1920x1080_50" "1920x1080_60"
  61. EndSubSection
  62. EndSection
  63.  
  64. Section "Extensions"
  65. Option "Composite" "Disable"
  66. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement