0 Members and 1 Guest are viewing this topic.
Hi Chris_OC,I suppose there is one last thing you could try, if you have removed it.?Now you have it at a certain level, try adding back the:Code: [Select]acpi_backlight=vendorback in the grub line.Dave
acpi_backlight=vendor
sudo setpci -s 00:02.0 f4.b=ff
http://itsfoss.com/fix-brightness-ubuntu-1310/
Look at post#25 page 3 through to post #32 page 4http://ubuntuforums.org/showthread.php?t=1566277&page=3
You might get lucky with the below maybe?http://itsfoss.com/fix-brightness-ubuntu-1310/
You might be missing acpi_video0 maybe?
echo 1000 > /sys/class/backlight/intel_backlight/brightness
sudo -s
Yeah, something is not right tryCode: [Select]sudo echo 1000 > /sys/class/backlight/intel_backlight/brightness Just to see if things get brighter or dimmer.
sudo echo 1000 > /sys/class/backlight/intel_backlight/brightness
[email protected]:~$ cat /var/log/Xorg.0.log | grep backlight[ 24.159] (--) intel(0): found backlight control interface acpi_video0 (type 'firmware')
[email protected]:~$ cd /sys/class/backlight/intel_backlight/ [email protected]:/sys/class/backlight/intel_backlight$ lsactual_brightness bl_power brightness device max_brightness power subsystem type uevent[email protected]:/sys/class/backlight/intel_backlight$ cat max_brightness39780[email protected]:/sys/class/backlight/intel_backlight$ cat actual_brightness39780[email protected]:/sys/class/backlight/intel_backlight$