0 Members and 4 Guests are viewing this topic.
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
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!
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/grub
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=vendor"
GRUB_CMDLINE_LINUX_DEFAULT="splash quiet acpi_backlight=vendor"
I think the information in the previous post is something Gold_Finger requested.
I use Linux-Lite 2.0 I have it installed twice on separate Partitions alongside the original Win 7 and Dual Boot.
lsblksudo blkidgrep "menuentry '" /boot/grub/grub.cfg
[email protected]:~$ cat /etc/default/grub# If you change this file, run 'update-grub' afterwards to update# /boot/grub/grub.cfg.# For full documentation of the options in this file, see:# info -f grub -n 'Simple configuration'GRUB_DEFAULT="0"#GRUB_HIDDEN_TIMEOUT="0"GRUB_HIDDEN_TIMEOUT_QUIET="true"GRUB_TIMEOUT="10"GRUB_DISTRIBUTOR="`lsb_release -d 2> /dev/null || echo Debian`"GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=vendor"GRUB_CMDLINE_LINUX="acpi_osi=Linux"# Uncomment to enable BadRAM filtering, modify to suit your needs# This works with Linux (no patch required) and with any kernel that obtains# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"# Uncomment to disable graphical terminal (grub-pc only)#GRUB_TERMINAL="console"# The resolution used on graphical terminal# note that you can use only modes which your graphic card supports via VBE# you can see them in real GRUB with the command `vbeinfo'#GRUB_GFXMODE="640x480"# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux#GRUB_DISABLE_LINUX_UUID="true"# Uncomment to disable generation of recovery mode menu entries#GRUB_DISABLE_RECOVERY="true"# Uncomment to get a beep at grub start#GRUB_INIT_TUNE="480 440 1"[email protected]:~$ cat /proc/cmdlineBOOT_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[email protected]:~$ ls /usr/share/X11/xorg.conf.d/10-evdev.conf 11-evdev-trackpoint.conf 50-vmmouse.conf10-quirks.conf 20-intel.conf 50-wacom.conf11-evdev-quirks.conf 50-synaptics.conf 51-synaptics-quirks.conf[email protected]:~$
cat /etc/default/grubcat /proc/cmdlinels /usr/share/X11/xorg.conf.d/
I found this --- but Lite does not have Gedit installed . Should I be able to use the "Simple Text Editor " ad how do I get the equivalent of( sudo gedit /etc/default/grub)
gksu leafpad /etc/default/grub
sudo update-grub