Hi all,
I come from years and years of Ubuntu, and I installed openSUSE 13.1 about a month ago.
I really like it and I want to use it as my main distribution, but I can’t find a solution for the backlight which does’t change.
On Ubuntu backlight variation is working, both with keys and settings slider.
I’m using an HP elitebook 8560w, Nvidia Quadro 2000m.
Problem:
I can’t change the brightness level neither with keys or settings slider.
Also when I try to change the values of /
sys/class/backlight/acpi_video0/brightness
the backlight doesn’t change.
I also tried some of the boot options you can find over internet, but again no success.
Interesting thing:
If I set the brightness during the bios boot phase, openSUSE mantains that value. If I close the LCD panel and let the PC go to sleep, it will wake up at maximum brightness value.
It’s about a month I try to figure out a solution, can you please help me in some ways?
Install the Nvidia drivers provided by the Yast Control Center. Choose Software Repositories.
Click on the Add button -->Select Community Repositories
Click on the Next button
From the list select nVidia Graphics Drivers
Start Yast Software Management and the G03 drivers
You also try using xbacklight. If you do not have it installed use zypper to install:
zypper in xbacklight
**
xbacklight --help**
usage: xbacklight [options]
where options are:
-display or -d
-help
-set or =
-inc or +
-dec or -
-get
-time
-steps <number of steps in fade>
To increase:
xbacklight -inc 10
To decrease:
xbacklight -dec 10
If the problem still exists despite the grub entries and xbacklight there could be an ACPI bug with HP Elitebook 8560w and the present kernel.
Try the kernel 3.12x by adding this repository and updating the kernel:
Thank you very much for the help, I first included the parameters in the grub configuration file, and something happended, the brightness partially worked (a dimming of about +/- 10%).
So I tried installing the nvidia drivers, and now brightness controls are completely gone: no slider in settings and no control with keys.
Ok I tried to update the kernel, and got an “oh no, something went wrong” screen. I solverd uninstalling and reinstalling the nvidia drivers.
Unfortunately, I still can’t control the brightness.
Even in this case, if I add the suggested parameters to the grub configuration file, the PC boots with no backlight interface (no slider in settings, no fn keys, no files in /sys/class/backlight).
Any idea for solving this? I’m trying all my best but I’m kinda like a noob…
The “oh no, something went wrong” message was do to the fact that the nVidia driver rpms provided for openSUSE. They are only compiled for the stock kernel and future updates provided for openSUSE 13.1.
Did you in install install the nVidia drivers provided by the Community Repositories in Yast or did you download and install the driver from the nVidia site?
Which driver version are you using? Are you using x86_64?
I would like you to install the following packages in Yast in case you may need to install the nVidia driver from the nVidia website…
Please select and install the following files from the Yast2 Package search field.
gcc make patch kernel source kernel-syms
Tip:
When searching for the kernel source in the search field, type “kernel-s” (without the quotes) to find kernel source and kernel-syms packages. They will pull in additional files for installation.
In the meantime we’ll see how the stock kernel will perform with the code below.
To enable the the brightness for the nVidia card add the following code to /etc/X11/xorg.conf.d/50-device.conf
Looks like this problem exists all over the Internet with the HP 8460p laptop with every Linux distro.
It appears that previous patches for the hp-wmi have broken the brightness keys mapped in the kernel for a number of HP laptops.
I would sign up with Bugzilla and submit a bug report marked“critical”for“brightness keys broken to control brightness with Nvidia Quadro 2000m” in the Linux kernel.
I’m sorry for the long delay, I tried to upgrade to 3.13 kernel and new nvidia drivers and I messed up everything, I was not more able to start xserver. As I said, I’m not that good with linux, I’m a noob.
So here I am with a new fresh install, I opened as suggested a bug for the brightness.
It’s time to create a solid backup and then try again with the 3.13 kernel.