Advertisement
Guest User

xorg.conf

a guest
Jan 10th, 2012
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  2. # nvidia-xconfig:  version 290.10  (buildmeister@swio-display-x86-rhel47-07.nvidia.com)  Wed Nov 16 20:32:22 PST 2011
  3.  
  4. Section "ServerLayout"
  5.     Identifier     "X.org Configured"
  6.     Screen      0  "Screen0" 0 0
  7.     InputDevice    "Mouse0" "CorePointer"
  8.     InputDevice    "Keyboard0" "CoreKeyboard"
  9. EndSection
  10.  
  11. Section "Files"
  12.     ModulePath      "/usr/lib/xorg/modules"
  13.     FontPath        "/usr/share/fonts/X11/misc"
  14.     FontPath        "/usr/share/fonts/X11/cyrillic"
  15.     FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
  16.     FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
  17.     FontPath        "/usr/share/fonts/X11/Type1"
  18.     FontPath        "/usr/share/fonts/X11/100dpi"
  19.     FontPath        "/usr/share/fonts/X11/75dpi"
  20.     FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
  21.     FontPath        "built-ins"
  22. EndSection
  23.  
  24. Section "Module"
  25.     Load           "glx"
  26.     Load           "extmod"
  27.     Load           "record"
  28.     Load           "dbe"
  29.     Load           "dri2"
  30. EndSection
  31.  
  32. Section "InputDevice"
  33.     Identifier     "Keyboard0"
  34.     Driver         "kbd"
  35. EndSection
  36.  
  37. Section "InputDevice"
  38.     Identifier     "Mouse0"
  39.     Driver         "mouse"
  40.     Option         "Protocol" "auto"
  41.     Option         "Device" "/dev/input/mice"
  42.     Option         "ZAxisMapping" "4 5 6 7"
  43. EndSection
  44.  
  45. Section "Monitor"
  46.     Identifier     "Monitor0"
  47.     VendorName     "Monitor Vendor"
  48.     ModelName      "Monitor Model"
  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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement