summaryrefslogtreecommitdiffstats
path: root/remote/modules/grub/data/etc/grub/gfxblacklist.txt
diff options
context:
space:
mode:
Diffstat (limited to 'remote/modules/grub/data/etc/grub/gfxblacklist.txt')
-rw-r--r--remote/modules/grub/data/etc/grub/gfxblacklist.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/remote/modules/grub/data/etc/grub/gfxblacklist.txt b/remote/modules/grub/data/etc/grub/gfxblacklist.txt
new file mode 100644
index 00000000..9e91caa9
--- /dev/null
+++ b/remote/modules/grub/data/etc/grub/gfxblacklist.txt
@@ -0,0 +1,19 @@
+# GRUB gfxpayload blacklist. The format is a sequence of lines of the
+# following form, using lower-case hexadecimal for all ID components:
+#
+# vVENDORdDEVICEsvSUBVENDORsdSUBDEVICEbcBASECLASSscSUBCLASS
+#
+# Blacklist lines are regex-matched (currently using Lua's string.find with
+# the line surrounded by ^ and $) against a corresponding PCI ID string. In
+# practice this means that you can replace any part of the ID string with .*
+# to match anything.
+#
+# There is no need to customise this file locally. If you need to disable
+# gfxpayload=keep on your system, just add this line (uncommented) to
+# /etc/default/grub:
+#
+# GRUB_GFXPAYLOAD_LINUX=text
+
+v15add0710.*
+v15add0405.*
+v1002d6738.*