git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--localfs/etc/default/grub8
1 files changed, 4 insertions, 4 deletions
diff --git a/localfs/etc/default/grub b/localfs/etc/default/grub
index b20578a..5261a02 100644
--- a/localfs/etc/default/grub
+++ b/localfs/etc/default/grub
@@ -5,13 +5,13 @@ GRUB_DISABLE_SUBMENU=true
#GRUB_TERMINAL_OUTPUT="console"
## With plymouth:
#GRUB_CMDLINE_LINUX="rd.luks.uuid=luks-6e954a90-4449-4697-a452-f70abc6bc87e rd.lvm.lv=system/root rd.lvm.lv=system/swap rd.lvm.lv=system/usr rhgb quiet"
-## ...and without plymouth:
-#GRUB_CMDLINE_LINUX="rd.luks.uuid=luks-6e954a90-4449-4697-a452-f70abc6bc87e rd.lvm.lv=system/root rd.lvm.lv=system/swap rd.lvm.lv=system/usr quiet systemd.show_status=1 acpi_backlight=vendor"
+## ...and without plymouth (who the fuck needs a BAR for SYSTEM INFORMATION):
# chipset is i915. if it doesn't do the trick, simply add nomodeset
-GRUB_CMDLINE_LINUX="rd.luks.uuid=luks-6e954a90-4449-4697-a452-f70abc6bc87e rd.lvm.lv=system/root rd.lvm.lv=system/swap rd.lvm.lv=system/usr quiet rhgb acpi_backlight=vendor" #i915.modeset=0"
+#GRUB_CMDLINE_LINUX="rd.luks.uuid=luks-6e954a90-4449-4697-a452-f70abc6bc87e rd.lvm.lv=system/root rd.lvm.lv=system/swap rd.lvm.lv=system/usr quiet rhgb acpi_backlight=vendor acpi=on" # nomodeset"
+GRUB_CMDLINE_LINUX="rd.luks.uuid=luks-6e954a90-4449-4697-a452-f70abc6bc87e rd.lvm.lv=system/root rd.lvm.lv=system/swap rd.lvm.lv=system/usr quiet systemd.show_status=1" # acpi_backlight=vendor acpi=on" # nomodeset"
GRUB_DISABLE_RECOVERY="true"
#GRUB_GFXMODE=2560x1440x32,1920x1080x32,16801050x32,1280x900x32,1280x1024x32m1024x768x24,800x600x24
-GRUB_GFXMODE=1920x1080x24,16801050x24,1280x900x24,1280x1024x24m1024x768x24,800x600x24
+GRUB_GFXMODE=1920x1080x24,16801050x24,1280x900x24,1280x1024x24,1024x768x24,800x600x24
#GRUB_GFXPAYLOAD=1920x1080x24
GRUB_GFXPAYLOAD_LINUX=keep
GRUB_THEME="/boot/grub2/themes/elegant-grub2/theme.txt"