Advertisement
Guest User

Untitled

a guest
Aug 29th, 2020
159
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 "Device"
  31.         Identifier  "Radeon"
  32.         Driver      "radeon"
  33.         BusID       "PCI:0:1:0"
  34.         Screen      0
  35.         Option      "Monitor-DVI-0" "DVI-0"
  36.         Option      "Monitor-VGA-0" "VGA-0"
  37. EndSection
  38.  
  39. Section "Monitor"
  40.   Identifier "DVI-0"
  41.   Modeline "1368x768_59.96"  85.80  1368 1440 1584 1800  768 769 772 795  -HSync +Vsync
  42.   Option "PreferredMode" "1368x768_59.96"
  43.   Option "LeftOf" "VGA-0"
  44.   Option "DPMS" "false"
  45. EndSection
  46.  
  47. Section "Monitor"
  48.   Identifier "VGA-0"
  49.   Modeline "1368x768_59.96"  85.80  1368 1440 1584 1800  768 769 772 795  -HSync +Vsync
  50.   Option "PreferredMode" "1368x768_59.96"
  51.   Option "RightOf" "DVI-0"
  52.   Option "DPMS" "false"
  53. EndSection
  54.  
  55. Section "Screen"
  56.   Identifier "Screen0"
  57.   Device     "Radeon"
  58.   Monitor    "VGA-0"
  59.   DefaultDepth 24
  60.   SubSection "Display"
  61.     Depth 24
  62.     Virtual 2736 768
  63.   EndSubSection
  64. EndSection
  65.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement