Search Criteria
Package Details: nvidia-bl-dkms 18.11.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/nvidia-bl-dkms.git (read-only, click to copy) |
---|---|
Package Base: | nvidia-bl-dkms |
Description: | Driver to adjust display backlight on legacy mobile NVidia graphics adapters - DKMS edition. |
Upstream URL: | None |
Licenses: | GPL |
Conflicts: | nvidia-bl |
Submitter: | kiffmet |
Maintainer: | None |
Last Packager: | kiffmet |
Votes: | 4 |
Popularity: | 0.000000 |
First Submitted: | 2018-11-22 23:26 (UTC) |
Last Updated: | 2018-11-26 20:17 (UTC) |
Dependencies (3)
- dkms (dkms-gitAUR, dkms-fast-zstdAUR)
- linux
- linux-headers (make)
Latest Comments
« First ‹ Previous 1 2
sapphire commented on 2020-12-22 17:17 (UTC)
To make it compile/build/work the following changes are needed:
In Makefile: default: $(MAKE) -C $(KDIR) M=$(PWD) SUBDIRS=$(PWD) modules
clean: $(MAKE) -C $(KDIR) M=$(PWD) SUBDIRS=$(PWD) clean
In nvidia_bl.c at line 928 change the name of the function ioremap_nocache to ioremap_cache e.g.
dd->smartdimmer = ioremap_cache(reg_addr, dd->reg_size);
friday13 commented on 2020-07-11 03:11 (UTC)
cat /var/lib/dkms/nvidia-bl/18.11.0/build/make.log
pok0 commented on 2020-03-14 01:09 (UTC)
For drivers supporting setting backlight via backlight property of xrandr, you can instead use xorg-xbacklight package. This is the case for nvidia-340xx-dkms.
bboogie commented on 2020-02-15 20:41 (UTC)
The module does not build on my system against de 5.x kernel.
Hope you can fix this. It is really helpful.
« First ‹ Previous 1 2