Skip to content

Instantly share code, notes, and snippets.

@lmr3796
Created February 24, 2019 21:41
Show Gist options
  • Select an option

  • Save lmr3796/b6a7307c9d3a1cc2d952e839863aec24 to your computer and use it in GitHub Desktop.

Select an option

Save lmr3796/b6a7307c9d3a1cc2d952e839863aec24 to your computer and use it in GitHub Desktop.

Revisions

  1. lmr3796 created this gist Feb 24, 2019.
    12 changes: 12 additions & 0 deletions xorg.conf
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,12 @@
    Section "Device"
    Identifier "Intel Graphics"
    BusId "PCI:0:2:0"
    Driver "modesetting"
    Option "AccelMethod" "glamor"
    Option "DRI" "3"
    EndSection

    Section "Screen"
    Identifier "intel"
    Device "intel"
    EndSection