Advertisement
Guest User

Untitled

a guest
Aug 19th, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Section "ServerLayout"
  2.     Identifier     "X.org Configured"
  3.     Screen      0  "Screen0" 0 0
  4.     InputDevice    "Mouse0" "CorePointer"
  5.     InputDevice    "Keyboard0" "CoreKeyboard"
  6. EndSection
  7.  
  8. Section "Files"
  9.     ModulePath   "/usr/lib64/xorg/modules"
  10.     FontPath     "/usr/share/fonts/local"
  11.     FontPath     "/usr/share/fonts/TTF"
  12.     FontPath     "/usr/share/fonts/OTF"
  13.     FontPath     "/usr/share/fonts/Type1"
  14.     FontPath     "/usr/share/fonts/misc"
  15.     FontPath     "/usr/share/fonts/CID"
  16.     FontPath     "/usr/share/fonts/75dpi/:unscaled"
  17.     FontPath     "/usr/share/fonts/100dpi/:unscaled"
  18.     FontPath     "/usr/share/fonts/75dpi"
  19.     FontPath     "/usr/share/fonts/100dpi"
  20.     FontPath     "/usr/share/fonts/cyrillic"
  21. EndSection
  22.  
  23. Section "Module"
  24.     Load  "glx"
  25. EndSection
  26.  
  27. Section "InputDevice"
  28.     Identifier  "Keyboard0"
  29.     Driver      "kbd"
  30. EndSection
  31.  
  32. Section "InputDevice"
  33.     Identifier  "Mouse0"
  34.     Driver      "mouse"
  35.     Option      "Protocol" "auto"
  36.     Option      "Device" "/dev/input/mice"
  37.     Option      "ZAxisMapping" "4 5 6 7"
  38. EndSection
  39.  
  40. Section "Monitor"
  41.     Identifier   "Monitor0"
  42.     VendorName   "Monitor Vendor"
  43.     ModelName    "Monitor Model"
  44. EndSection
  45.  
  46. Section "Device"
  47.     Identifier  "Card0"
  48.     Driver      "nvidia"
  49.     BusID       "PCI:1:0:0"
  50. EndSection
  51.  
  52. Section "Screen"
  53.     Identifier "Screen0"
  54.     Device     "Card0"
  55.     Monitor    "Monitor0"
  56.     SubSection "Display"
  57.         Viewport   0 0
  58.         Depth     1
  59.     EndSubSection
  60.     SubSection "Display"
  61.         Viewport   0 0
  62.         Depth     4
  63.     EndSubSection
  64.     SubSection "Display"
  65.         Viewport   0 0
  66.         Depth     8
  67.     EndSubSection
  68.     SubSection "Display"
  69.         Viewport   0 0
  70.         Depth     15
  71.     EndSubSection
  72.     SubSection "Display"
  73.         Viewport   0 0
  74.         Depth     16
  75.     EndSubSection
  76.     SubSection "Display"
  77.         Viewport   0 0
  78.         Depth     24
  79.     EndSubSection
  80. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement