Brightness controls stopped working after update on a Samsung QX412-S01AU

Jason O'Neil

Previously on my Samsung QX412-S01AU laptop I had been able to get brightness controls working, see this question: Brightness Hotkeys Only Slightly Work.

After a recent automatic update, which upgraded the kernel, my brightness has stopped working and is on an almost unusably low setting. The keyboard shortcuts for brightness can adjust the screen between about 0 and 30%. The slider using the keyboard shortcuts then ceases to move up, every button press just keeps the level at 30%. "Brightness and Lock" in the settings allows you to move the slider the whole way, but never gives you more than the same 30% brightness.

Here's what I've tried so far:

  • echo "0" | sudo tee /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/backlight/acpi_video0/brightness
    echo "7" | sudo tee /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/backlight/acpi_video0/brightness
    These used to work, but now have no effect at all.
  • xbacklight -set 100
    This only allows you to change from about 0-30, as above.
  • I tried to re-apply this answer, but the acpi_backlight=vendor bit was still in my grub config.
  • The output of ls /sys/class/backlight/*/brightness used to be this:
    • Used to be this: /sys/class/backlight/intel_backlight/brightness
    • After the update is this: /sys/class/backlight/intel_backlight/brightness /sys/class/backlight/samsung/brightness

The kernel version that came through in the update was linux-image-3.2.0-27-generic:amd64 (3.2.0-27.43).

EDIT- (Ian.B.) Just wanted to add that I have the same problem (Samsung QX411, NVIDIA Optimus) and have removed the acpi_backlight=kernel from the grub and it doesn't change anything. I also tried upgrading to a mainline 3.4 kernel with no effect (with or without the acpi key in grub). Interestingly if I cat the parameters in /sys/class/samsung/brightness/ with the power cord in/out I get:

actual_brightness 8/1
bl_power 0
brightness 4/2
max_brightness 8

Don't know if it's a clue that the brightness and actual brightness keys aren't in sync.

Charl Botha

(The situation seems to change with each few new kernel versions, which is very unfortunate.)

After some more experimentation and then fortunately running into this post http://ubuntuforums.org/showpost.php?p=12126780&postcount=6 I have it working on my setup.

You need this in your /etc/default/grub:

GRUB_CMDLINE_LINUX_DEFAULT="nosplash acpi_osi=Linux acpi_backlight=vendor"

After making the changes, do:

sudo update-grub

If you are running the latest Ubuntu 12.04.3 with kernel 3.8.0 (tested on 2013-10-29), or if the above alone does not work after a reboot, you also want to blacklist the samsung_laptop kernel module. Do this by creating a new file in /etc/modprobe.d/ called blacklist-np300.conf with the following contents:

blacklist samsung_laptop

... and then reboot.

I have full backlight control and range restored! If you're wondering what exactly the acpi_osi parameter does, see this askubuntu entry: What does the kernel boot parameter "set acpi_osi=Linux" do?

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Brightness controls stopped working after update on a Samsung QX412-S01AU

From Dev

vsFTPd stopped working after update

From Dev

Pithos stopped working after update!

From Dev

Preview stopped working after update

From Dev

Keyboard and touchpad stopped working after battery drain in Samsung notebook

From Dev

htaccess rewrite stopped working after update

From Dev

EagleCad stopped working after update to 13.10

From Dev

Plugin stopped working after jQuery 2.2.0 update

From Dev

Why did NPM stopped working after an update?

From Dev

EagleCad stopped working after update to 13.10

From Dev

sane stopped working after update to 16.04

From Dev

Dotvvm extension stopped working after update

From Dev

Wifi stopped working after update - 18.04.4

From Dev

ASUS laptop brightness hotkeys stopped working after installing TeamViewer monitor driver

From Dev

Changing the brightness stopped working in 13.10 Saucy Salamander

From Dev

Changing the brightness stopped working in 13.10 Saucy Salamander

From Dev

Redshift/Flux/brightness-controller Stopped Working

From Dev

Volume sound and screen brightness controls not working

From Dev

Volume sound and screen brightness controls not working

From Dev

angular2-meteor sample stopped working after meteor update

From Dev

vagrant up stopped working after windows 10 update

From Dev

Native Facebook Login stopped working after SDK update to 3.14

From Dev

Resharper view resolve stopped working after general NuGet update

From Dev

Visual Studio stopped working with our TFS Server after a windows update

From Dev

Internet Connection Sharing stopped working after Windows 10 Anniversary Update

From Dev

SSH stopped working after a server update? What happened?

From Dev

Ubuntu 14.04 dns resolution stopped working after minor update

From Dev

Brother printer hl1112 stopped working on 14.04 after an update

From Dev

cordova app stopped working after node and/or cordova update

Related Related

  1. 1

    Brightness controls stopped working after update on a Samsung QX412-S01AU

  2. 2

    vsFTPd stopped working after update

  3. 3

    Pithos stopped working after update!

  4. 4

    Preview stopped working after update

  5. 5

    Keyboard and touchpad stopped working after battery drain in Samsung notebook

  6. 6

    htaccess rewrite stopped working after update

  7. 7

    EagleCad stopped working after update to 13.10

  8. 8

    Plugin stopped working after jQuery 2.2.0 update

  9. 9

    Why did NPM stopped working after an update?

  10. 10

    EagleCad stopped working after update to 13.10

  11. 11

    sane stopped working after update to 16.04

  12. 12

    Dotvvm extension stopped working after update

  13. 13

    Wifi stopped working after update - 18.04.4

  14. 14

    ASUS laptop brightness hotkeys stopped working after installing TeamViewer monitor driver

  15. 15

    Changing the brightness stopped working in 13.10 Saucy Salamander

  16. 16

    Changing the brightness stopped working in 13.10 Saucy Salamander

  17. 17

    Redshift/Flux/brightness-controller Stopped Working

  18. 18

    Volume sound and screen brightness controls not working

  19. 19

    Volume sound and screen brightness controls not working

  20. 20

    angular2-meteor sample stopped working after meteor update

  21. 21

    vagrant up stopped working after windows 10 update

  22. 22

    Native Facebook Login stopped working after SDK update to 3.14

  23. 23

    Resharper view resolve stopped working after general NuGet update

  24. 24

    Visual Studio stopped working with our TFS Server after a windows update

  25. 25

    Internet Connection Sharing stopped working after Windows 10 Anniversary Update

  26. 26

    SSH stopped working after a server update? What happened?

  27. 27

    Ubuntu 14.04 dns resolution stopped working after minor update

  28. 28

    Brother printer hl1112 stopped working on 14.04 after an update

  29. 29

    cordova app stopped working after node and/or cordova update

HotTag

Archive