Advertisement
Guest User

Untitled

a guest
Apr 18th, 2021
136
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.         Option      "Monitor-DVI-0" "DVI-0"
  35.         Option      "Monitor-VGA-0" "VGA-0"
  36. EndSection
  37.  
  38. Section "Monitor"
  39.   Identifier "DVI-0"
  40.   Modeline "1920x1080_59.94"  85.80  1368 1440 1584 1800  768 769 772 795  -HSync +Vsync
  41.   Option "PreferredMode" "1920x1080_59.94"
  42.   Option "LeftOf" "VGA-0"
  43.   Option "DPMS" "false"
  44. EndSection
  45.  
  46. Section "Monitor"
  47.   Identifier "VGA-0"
  48.   Modeline "1680x1050_59.88"  85.80  1368 1440 1584 1800  768 769 772 795  -HSync +Vsync
  49.   Option "PreferredMode" "1680x1050_59.88"
  50.   Option "RightOf" "DVI-0"
  51.   Option "DPMS" "false"
  52. EndSection
  53.  
  54. Section "Screen"
  55.   Identifier "Screen0"
  56.   Device     "Radeon"
  57.   Monitor    "VGA-0"
  58.   DefaultDepth 24
  59.   SubSection "Display"
  60.     Depth 24
  61.     Virtual 3600 1080
  62.   EndSubSection
  63. EndSection  
  64.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement