@ethicalstar If this is the only thing keeping you out of linux, sure you are lucky because plenty workarounds exist.
For example, try installing smartdimmer: http://ubuntuforums.org/showpost.php?p=2702790 For KDE, I use the two following scripts and I assigned Win+F5 to execute brightdown.sh while Win+F6 executes brightup.sh. brightup.sh: ------------------------------------------------ #!/bin/sh LEVEL=`smartdimmer -i -g` kdialog --passivepopup "$LEVEL" 1 -------------------------------------------------- brightdown.sh --------------------------------- #!/bin/sh LEVEL=`smartdimmer -d -g` kdialog --passivepopup "$LEVEL" 1 ---------------------------------------------------- Also, you can set brightness in the System Settings in KDE or using the Nvidia Settings application. -- no brightness control in sony vaio vgn-fe31b https://bugs.launchpad.net/bugs/115525 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
