From a8db45bb18afaee263be3570dfbfbfb089c88891 Mon Sep 17 00:00:00 2001 From: Igor Belitskiy Date: Wed, 5 Apr 2023 11:00:14 +0600 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=B5=D1=80=D0=B5=D0=B8=D0=BC=D0=B5?= =?UTF-8?q?=D0=BD=D0=BE=D0=B2=D0=B0=D0=BD=D1=8B=20.csv=20=D1=84=D0=B0?= =?UTF-8?q?=D0=B9=D0=BB=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cmdline-linux.csv | 14 ++++++++++++++ grub-terminal-input.csv | 6 ++++++ grub-terminal-output.csv | 6 ++++++ 3 files changed, 26 insertions(+) create mode 100644 cmdline-linux.csv create mode 100644 grub-terminal-input.csv create mode 100644 grub-terminal-output.csv diff --git a/cmdline-linux.csv b/cmdline-linux.csv new file mode 100644 index 0000000..1aba2df --- /dev/null +++ b/cmdline-linux.csv @@ -0,0 +1,14 @@ +Option,Description +quiet,Downloading without text messages +splash,Show welcome window +noplymouth,Disable Plymouth +acpi=off,Disable ACPI +noapic,Disable APIC +nolapic,Disable local APIC +single,Single User Mode +nomodeset,Disable kernel selection and loading of video drivers +915.enable_dc=0,Disable GPU power management +ahci.mobile_lpm_policy=1,"Maximum performance, power management" +snd-intel-dspcfg.dsp_driver=1,Forced selection of an Intel sound device driver +intel_idle.max_cstate=1,Prevents the processor from going into a deep sleep state +intel_idle.max_cstate=4,Eliminates flickering laptop display on Ultra Voltage processors diff --git a/grub-terminal-input.csv b/grub-terminal-input.csv new file mode 100644 index 0000000..4bd7f47 --- /dev/null +++ b/grub-terminal-input.csv @@ -0,0 +1,6 @@ +Option,Description +console,PC BIOS & EFI console +serial,Serial terminal +ofconsole,Open Firmware Console +at_keyboard,PC AT Keyboard (Coreboot) +usb_keyboard,USB Keyboard (HID Boot protocol) diff --git a/grub-terminal-output.csv b/grub-terminal-output.csv new file mode 100644 index 0000000..30453d6 --- /dev/null +++ b/grub-terminal-output.csv @@ -0,0 +1,6 @@ +Option,Description +console,PC BIOS & EFI console +serial,Serial terminal +ofconsole,Open Firmware Console +gfxterm,Output in graphical mode +vga_text,VGA text output (Coreboot)