Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 2nd, 2012  |  syntax: None  |  size: 2.10 KB  |  hits: 19  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  2. # nvidia-xconfig:  version 295.40  (buildmeister@swio-display-x86-rhel47-04.$
  3.  
  4.  
  5. Section "ServerLayout"
  6.     Identifier     "X.org Configured"
  7.     Screen      0  "Screen0" 0 0
  8.     InputDevice    "Mouse0" "CorePointer"
  9.     InputDevice    "Keyboard0" "CoreKeyboard"
  10. EndSection
  11.  
  12. Section "Files"
  13.     ModulePath      "/usr/lib/xorg/modules"
  14.     FontPath        "/usr/share/fonts/misc/"
  15.     FontPath        "/usr/share/fonts/TTF/"
  16.     FontPath        "/usr/share/fonts/OTF/"
  17.     FontPath        "/usr/share/fonts/Type1/"
  18.     FontPath        "/usr/share/fonts/100dpi/"
  19.     FontPath        "/usr/share/fonts/75dpi/"
  20. EndSection
  21.  
  22. Section "Module"
  23.     Load           "glx"
  24.     Load           "dri2"
  25.     Load           "dbe"
  26.     Load           "record"
  27.     Load           "extmod"
  28. EndSection
  29.  
  30. Section "InputDevice"
  31.     Identifier     "Keyboard0"
  32.     Driver         "kbd"
  33. EndSection
  34.  
  35. Section "InputDevice"
  36.     Identifier     "Mouse0"
  37.     Driver         "mouse"
  38.     Option         "Protocol" "auto"
  39.     Option         "Device" "/dev/input/mice"
  40.     Option         "ZAxisMapping" "4 5 6 7"
  41. EndSection
  42.  
  43. Section "Monitor"
  44.     Identifier     "Monitor0"
  45.     VendorName     "Monitor Vendor"
  46.     ModelName      "Monitor Model"
  47.     Horizsync      31-75
  48.     Vertrefresh    50-160
  49. EndSection
  50.  
  51. Section "Device"
  52.     Identifier     "Card0"
  53.     Driver         "nvidia"
  54. EndSection
  55.  
  56. Section "Screen"
  57.     Identifier     "Screen0"
  58.     Device         "Card0"
  59.     Monitor        "Monitor0"
  60.     SubSection     "Display"
  61.         Viewport    0 0
  62.     EndSubSection
  63.     SubSection     "Display"
  64.         Viewport    0 0
  65.         Depth       4
  66.     EndSubSection
  67.     SubSection     "Display"
  68.         Viewport    0 0
  69.         Depth       8
  70.     EndSubSection
  71.     SubSection     "Display"
  72.         Viewport    0 0
  73.         Depth       15
  74.     EndSubSection
  75.     SubSection     "Display"
  76.         Viewport    0 0
  77.         Depth       16
  78.     EndSubSection
  79.     SubSection     "Display"
  80.         Viewport    0 0
  81.         Depth       24
  82.     EndSubSection
  83. EndSection