Intel Sandybridge Video,Linux and the latest kernel drivers

Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
mark9950
Level 2
Level 2
Posts: 94
Joined: Sat Feb 27, 2010 7:22 pm

Intel Sandybridge Video,Linux and the latest kernel drivers

Post by mark9950 »

Issue, brightness levels going to max between reboots,Need to know how to make the system stay the same level between reboots,no going back to max.I know the newer kernels above 15 fix the issue somewhat of being able to change my laptop brightness levels using my keyboard keys ,but not this issue of rebooting at a brightness level of 20 and not 100.Get it.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Dave B
Level 4
Level 4
Posts: 392
Joined: Thu Jan 08, 2015 10:49 pm
Location: UK

Re: Intel Sandybridge Video,Linux and the latest kernel driv

Post by Dave B »

Hi mark9950,

Imagine by now you will have found a solution, but just in case.

Open a Terminal and enter:

Code: Select all

sudo gedit /etc/rc.local
After gedit opens:
Directly above exit 0, add the following commands... (replacing "@" with desired brightness value, for example, some systems have a range of 0-7)

Code: Select all

sleep 2
echo @ > /sys/class/backlight/acpi_video0/brightness
Final result will look something like this:

Code: Select all

sleep 2
echo 5 > /sys/class/backlight/acpi_video0/brightness
exit 0
David

PS: If Mint is installed on a HDD rather than SSD, you may need to increase the sleep value to 5
Locked

Return to “Graphics Cards & Monitors”