07-19-2014, 04:19 PM
@colin
@gold_finger
I think the information in the previous post is something Gold_Finger requested.
@gold_finger
I think the information in the previous post is something Gold_Finger requested.
(07-19-2014, 04:19 PM)Scott(0) link Wrote:I think the information in the previous post is something Gold_Finger requested.
(07-19-2014, 09:09 AM)Colin23erk link Wrote:I use Linux-Lite 2.0 I have it installed twice on separate Partitions alongside the original Win 7 and Dual Boot.
lsblk
sudo blkid
grep "menuentry '" /boot/grub/grub.cfgQuote:I only have a query about when the new Lite Boots there is a long list of commands that scroll down the black screen before Lite Boots . Is this difference due to installing it on separate Boot and Home Partitions
cat /etc/default/grubGRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=vendor"GRUB_CMDLINE_LINUX_DEFAULT="splash quiet acpi_backlight=vendor"
Quote:So, after some digging around I came across this solution instead. Using the following:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi=Linux"
to replace the default line (which just ends in "quiet splash") in grub did the trick for me! I've read that it may work on other Ubuntu versions as well. Worth a shot!
Quote:BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic root=UUID=89f52e91-ebb5-49d5-930e-baf697c2457c ro acpi_osi=Linux quiet splash acpi_backlight=vendor vt.handoff=7