Ubuntu Pastebin

Paste from uni67x at Sat, 18 Apr 2015 13:51:31 +0000

Download as text
1
2
3
4
5
6
7
8
9
GRUB_DEFAULT=0
GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=0
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
# GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi=Linux"
# GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi=Linux acpi_backlight=vendor"
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi=Linux acpi_backlight=vendor i915.invert_brightness=1"
GRUB_CMDLINE_LINUX="acpi_osi=Linux"
Download as text