Advertisement
Guest User

jscinoz

a guest
Sep 1st, 2008
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.28 KB | None | 0 0
  1. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  2. # nvidia-xconfig: version 1.0 (buildmeister@builder57) Tue Aug 19 21:13:45 PDT 2008
  3.  
  4. # nvidia-settings: X configuration file generated by nvidia-settings
  5. # nvidia-settings: version 1.0 (buildmeister@builder57) Tue Aug 19 21:14:40 PDT 2008
  6. # xorg.conf (X.Org X Window System server configuration file)
  7. #
  8. # This file was generated by failsafeDexconf, using
  9. # values from the debconf database and some overrides to use vesa mode.
  10. #
  11. # You should use dexconf or another such tool for creating a "real" xorg.conf
  12. # For example:
  13. # sudo dpkg-reconfigure -phigh xserver-xorg
  14.  
  15. Section "ServerLayout"
  16. Identifier "Layout0"
  17. Screen 0 "Screen0" 0 0
  18. InputDevice "Generic Keyboard" "CoreKeyboard"
  19. InputDevice "Configured Mouse" "CorePointer"
  20. EndSection
  21.  
  22. Section "Module"
  23. Load "glx"
  24. Load "v4l"
  25. EndSection
  26.  
  27. Section "ServerFlags"
  28. Option "Xinerama" "0"
  29. EndSection
  30.  
  31. Section "InputDevice"
  32. Identifier "Generic Keyboard"
  33. Driver "kbd"
  34. Option "XkbRules" "xorg"
  35. Option "XkbModel" "pc105"
  36. Option "XkbLayout" "us"
  37. EndSection
  38.  
  39. Section "InputDevice"
  40. Identifier "Configured Mouse"
  41. Driver "mouse"
  42. EndSection
  43.  
  44. Section "Monitor"
  45. Identifier "Monitor0"
  46. VendorName "The epic fail screen"
  47. ModelName "CRT-0"
  48. # DisplaySize 791 563
  49. # HorizSync 28.0 - 33.0
  50. # VertRefresh 43.0 - 72.0
  51. Option "DPMS"
  52. EndSection
  53.  
  54. Section "Device"
  55. Identifier "Device1"
  56. Driver "nv"
  57. VendorName "NVIDIA"
  58. BoardName "NVIDIA GeForce4 (generic)"
  59. BusID "PCI:0:8:0"
  60. EndSection
  61.  
  62. Section "Device"
  63. Identifier "Device0"
  64. Driver "nvidia"
  65. VendorName "NVIDIA Corporation"
  66. BoardName "GeForce 7600 GT"
  67. EndSection
  68.  
  69. Section "Screen"
  70.  
  71. # Removed Option "metamodes" "nvidia-auto-select +0+0"
  72. Identifier "Screen0"
  73. Device "Device0"
  74. Monitor "Monitor0"
  75. DefaultDepth 24
  76. Option "Coolbits" "1"
  77. Option "NoLogo" "True"
  78. Option "AddARGBGLXVisuals" "True"
  79. SubSection "Display"
  80. Viewport 0 0
  81. Depth 24
  82. Modes "1366x768"
  83. EndSubSection
  84. EndSection
  85.  
  86.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement