Advertisement
Guest User

xorg conf for intel

a guest
May 8th, 2019
151
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. EndSection
  5.  
  6. Section "Files"
  7.         ModulePath   "/usr/lib/xorg/modules"
  8.         FontPath     "/usr/share/fonts/X11/misc"
  9.         FontPath     "/usr/share/fonts/X11/Type1"
  10.         FontPath     "built-ins"
  11. EndSection
  12.  
  13. Section "Module"
  14.         Load  "glx"
  15. EndSection
  16.  
  17. Section "Monitor"
  18.         Identifier   "Monitor0"
  19.         VendorName   "Monitor Vendor"
  20.         ModelName    "Monitor Model"
  21. EndSection
  22.  
  23. Section "Device"
  24.         Option      "TearFree" "True"
  25.         Option      "SwapbuffersWait" "False"
  26.         Identifier  "Card0"
  27.         Driver      "intel"
  28.         BusID       "PCI:0:2:0"
  29. EndSection
  30.  
  31. Section "Screen"
  32.         Identifier "Screen0"
  33.         Device     "Card0"
  34.         Monitor    "Monitor0"
  35.         SubSection "Display"
  36.                 Viewport   0 0
  37.                 Depth     1
  38.         EndSubSection
  39.         SubSection "Display"
  40.                 Viewport   0 0
  41.                 Depth     4
  42.         EndSubSection
  43.         SubSection "Display"
  44.                 Viewport   0 0
  45.                 Depth     8
  46.         EndSubSection
  47.         SubSection "Display"
  48.                 Viewport   0 0
  49.                 Depth     15
  50.         EndSubSection
  51.         SubSection "Display"
  52.                 Viewport   0 0
  53.                 Depth     16
  54.         EndSubSection
  55.         SubSection "Display"
  56.                 Viewport   0 0
  57.                 Depth     24
  58.         EndSubSection
  59. EndSection
  60.  
  61.  
  62.  
  63. # vim: ft=xf86conf
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement