I don't have your hardware, so I can only make suggestions.
What exactly do you have in the kernel boot line in /boot/grub/grub.cfg? Have you tried adding
both of the following boot parameters to the kernel boot line?:
- Code: Select all
acpi_osi=linux acpi_backlight=vendor
In
an Ubuntu Forums post giving a solution to the Samsung R780 brightness, the poster mentions that, apart from the above two kernel boot parameters, he also had to add the following line to the file /etc/modules:
- Code: Select all
nvidia_bl max_level=0x1ffff shift=11
Now. the Gentoo/SL equivalent of Ubuntu's /etc/modules in this case would be /etc/modprobe.d/nvidia_bl.conf (I'm assuming that the module is named nvidia_bl in Gentoo, but see if you can find the file nvidia_bl.ko to confirm that) and the contents would presumably be:
- Code: Select all
options nvidia_bl max_level=0x1ffff shift=11
Then you'd have to run the command
update-modules as root user in a Konsole/Terminal window, reboot and see if there is a difference.