瀏覽代碼

re-purpose xorg.conf intel file as example

Jake Day 6 年之前
父節點
當前提交
f72425b324
共有 2 個文件被更改,包括 7 次插入7 次删除
  1. 0 7
      root/etc/X11/xorg.conf.d/20-intel.conf
  2. 7 0
      root/etc/X11/xorg.conf.d/20-intel_example.conf

+ 0 - 7
root/etc/X11/xorg.conf.d/20-intel.conf

@@ -1,7 +0,0 @@
-Section "Device"
-   Identifier  "Intel Graphics"
-   Driver      "intel"
-   Option      "TripleBuffer" "true"
-   Option      "TearFree"     "true"
-   Option      "DRI"          "true"
-EndSection

+ 7 - 0
root/etc/X11/xorg.conf.d/20-intel_example.conf

@@ -0,0 +1,7 @@
+#Section "Device"
+#   Identifier  "Intel Graphics"
+#   Driver      "intel"
+#   Option      "TripleBuffer" "true"
+#   Option      "TearFree"     "true"
+#   Option      "DRI"          "true"
+#EndSection