Advertisement
Guest User

Untitled

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