Search Criteria
Notice: Undefined variable: name in /srv/http/vhosts/aur-dev.archlinux.org/public/web/lib/pkgfuncs.inc.php on line 248
Package Details: nvidia-bl 0.17.3-10
Git Clone URL: | https://aur-dev.archlinux.org/nvidia-bl.git (read-only) |
---|---|
Package Base: | nvidia-bl |
Description: | Driver to adjust display backlight on modern mobile NVidia graphics adapters. |
Upstream URL: | https://launchpad.net/~mactel-support/+archive/ppa |
Licenses: | |
Submitter: | paulburton |
Maintainer: | dlandau |
Last Packager: | dlandau |
Votes: | 46 |
Popularity: | 0.834274 |
First Submitted: | 2009-04-11 10:34 |
Last Updated: | 2016-11-05 20:45 |
Dependencies (2)
- linux>=3.8 (linux-rpi2-latest-git, linux-rpi3-latest-git, linux-rpi2-default-git, linux-rpi3-default-git, linux-ice, linux-pf-lts, linux-libre, linux-surface-pro-4-git, linux-ec2, linux-git, linux-linode, linux-surface3-git)
- linux-headers (linux-lts310-ck-headers, linux-rpi2-latest-git-headers, linux-rpi3-latest-git-headers, linux-rpi2-default-git-headers, linux-rpi3-default-git-headers, linux-lts-ck-headers, linux-lts41-ck-headers, linux-ice-headers, linux-xps13-headers, linux-pf-lts-headers, linux-libre-headers, linux-surface-pro-4-git-headers, linux-ec2-headers, linux-ck-fbcondecor-headers, linux-git-headers, linux-ck-headers, linux-surface3-git-headers) (make)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »
omn commented on 2011-08-17 08:41
depends(kernel26>=..) should be replaced by depends(linux>=...)
See, http://www.archlinux.org/news/changes-to-kernel-package-and-filenames/.
Thanks.
omn commented on 2011-08-17 08:41
depends(kernel26>=..) should be replaced by depends(linux>=...)
See, http://www.archlinux.org/news/changes-to-kernel-package-and-filenames/.
Thanks.
Anonymous comment on 2011-08-09 18:20
@shadyabhi Yepp. Same as before, no problems.
Anonymous comment on 2011-08-09 00:15
@shadyabhi, https://aur.archlinux.org/packages.php?ID=50749 worked here.
shadyabhi commented on 2011-08-08 23:06
@Espen11 Does it work with kernel 3.0. I don't want to mess with the dependencies unless it works perfectly with the new kernel.
Anonymous comment on 2011-08-08 03:12
The dependencies has to be changed to be compatible with the new linux 3.x file-naming.
uwinkelvos commented on 2011-07-15 21:55
i just did some research. And my guess is - that as raguj13 suggested - the version of guillaumezin is the only activly maintained version. Atleast the scaling works better for me. The PKG is available here: https://aur.archlinux.org/packages.php?ID=50749
mikezackles commented on 2011-05-06 17:48
I think the MacBook 7,1 entry in nvidia_bl.c should be apple_quirks instead of apple_quirks_320m.
Anonymous comment on 2011-02-19 11:22
thanks =)
uwinkelvos commented on 2011-02-18 14:04
There should be a file "/sys/class/backlight/[nvidia?]/brightness". You can echo some value to that file and your display brightness should change.
e.g. as root: "echo 200 > /sys/class/backlight/*/brightness"
if that works, you can put this line in your rc.local or use laptopmode-utils.
Cheers Ulf