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.
Adjusting Screen brightness
|
07-19-2014, 04:19 PM
@Colin
@Gold_Finger I think the information in the previous post is something Gold_Finger requested.
07-19-2014, 07:36 PM
(07-19-2014, 04:19 PM)Scott(0) link Wrote:I think the information in the previous post is something Gold_Finger requested. Yes, but don't let that stop you from responding also Scott(0). (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. Ok - now I get it. RE: BOOT PROBLEM BEFORE you started trying to fix brightness on each install, were you able to boot correctly into each one of the LL 2.0 installations? (Trying to find out if the boot problem existed before or after your brightness fix attempts.) When you did the NEW LL install, do you remember where you told it to put the grub bootloader? Did you install that to the NEW LL's root partition, or the the MBR of the drive (/dev/sda)?
You mentioned having Grub Customizer on both LL installs. Did the timing of boot problem coincide with installing either of those, or after trying to change something with one of them? Solution to boot problem may vary depending on your answers to above questions. Just to possibly get a little ahead of the game, can you post back the following command output from your working OLD LL 2.0? Code: lsblk RE: BRIGHTNESS FIX I'm assuming that the output you posted is from the Old LL install where you did get brightness working -- correct? If so, can you tell us if you ran more than one of the above fix attempts to get it working? I can see from your cat /etc/default/grub output that solution similar to one that I ran on my machine was done. Is that what worked for you, or did you then need to try running the Intel specific solution? Since I don't have an Intel machine, I don't know if it is normal to see the existence of the 20-intel.conf under the /usr/share/X11/xorg.conf.d/ directory, or if that was something produced when you tried the Intel specific solution posted by Scott(0). Basically, I'm just trying to determine which solution actually did end up working. (Want to know for myself and for any future readers of this post.)
Try Linux Beginner Search Engine for answers to Linux questions.
07-19-2014, 09:35 PM
Hi Gold Finger
Sorry about the name mix-up LOL State of Play now . Fixed Boot problem by 1st Repairing Windows MBR using DVD 2nd used Terminal in Lite Live USB to reinstall Grub on my ( new )Install of Lite I can now boot to all 3 OS's 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 The other one that boots normally is on One partition . Re the Brightness problem the (old ) Lite 2 is still working OK But the (new) still moves the slider but not the Brightness In the (old) I had tried this in Session & Startup>1st Install xBacklight (sudo apt-get install xbacklight) Open "Startup Applications" > Auto Startup > +Add Name Brightness Command xbacklight -set 60 I have tried installing that in the (new) with no effect Could the difference between the 2 Lite installs be the in the way they boot as the "fix" I used makes a difference in the Grub Config Script . Just a thought that may help or just be a "red herring " Colin
I Learn something new Every Day !
An "example" is worth a 1000 words
07-19-2014, 09:51 PM
Quote: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 I'll take a stab at this. In the output of this file: Code: cat /etc/default/grub I noticed this line Code: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=vendor" I think the quiet splash should be reversed. The line should read: Code: GRUB_CMDLINE_LINUX_DEFAULT="splash quiet acpi_backlight=vendor"
07-19-2014, 10:02 PM
Just copied this from different web site
Quote:So, after some digging around I came across this solution instead. Using the following: I think I used Copy and Paste originally Colin
I Learn something new Every Day !
An "example" is worth a 1000 words
07-20-2014, 01:17 AM
First -- Just read through all posts again and realized that I had gotten the solution for my laptop from the post made by Reticent. So THANK YOU RETICENT for posting that!
Second -- good job fixing boot problem on your own Colin23erk! You're turning into an expert Linux user. Third -- @ Scott(0) -- I think "quiet splash" is actually correct and doesn't need to be changed. That is how mine is worded. @Colin23erk, RE: BACKLIGHT When you posted output of cat /proc/cmdline on your working OLD LL it was: 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 That is identical to mine except the two items in blue came after "quiet splash" in mine. So, they're basically the same. Both of the items in blue were additions I made using link from Reticent; so I believe you used same one or one that recommended that also. (The one you had quoted before only said GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=vendor".) I would recommend you run above command (cat /proc/cmdline) again on both LL installations and compare the results. (Boot into one, run command. Boot into other, run command.) If the NEW install does not have those same items outlined in blue, use this link for instructions to add them; then reboot and see if backlight is fixed. Regarding "long list of commands that scroll down the black screen before Lite Boots" -- it sounds like it's just not using the splash screen (screen with feather) which normally hides that. If the install boots fine, but only difference is that you can see those lines, then nothing is actually wrong with the installation. I believe the plymouth package is what makes the spash screen work, but not sure how to fix that off top of my head and don't have time to look into it right now. Splash screen is prettier to look at, but all it does is hide that scrolling you are now seeing.
Try Linux Beginner Search Engine for answers to Linux questions.
|
« Next Oldest | Next Newest »
|