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
1 2 Next › Last »
sumdudelr commented on 2024-06-23 17:42 (UTC)
This is a small update to the patch posted earlier by moormaster working with 6.9.5-arch1-1 .
hias commented on 2024-06-04 16:19 (UTC)
Great! The patch from moormaster works for me on 6.6.32-1-lts. I just changed the source files manually. We should get the patches in some 0001-somthing.patch files. And manage the PKGBUID so that makepkg applies the patches, right? I don't feel ready for package maintenance yet. Maybe with some help and more time in daily life.
yaiko commented on 2024-01-10 23:57 (UTC)
Still can't build, any alternative?
`` $ cat /var/lib/dkms/nvidia-bl/18.11.0/build/make.log
DKMS make.log for nvidia-bl-18.11.0 for kernel 6.6.10-arch1-1 (x86_64) Wed Jan 10 20:42:39 -03 2024 make -C /usr/lib/modules/6.6.10-arch1-1/build SUBDIRS=/var/lib/dkms/nvidia-bl/18.11.0/build mod make[1]: Entering directory '/usr/lib/modules/6.6.10-arch1-1/build' SYNC include/config/auto.conf crypto/Kconfig:1425: can't open file "arch/arm/crypto/Kconfig" make[4]: *** [scripts/kconfig/Makefile:77: syncconfig] Error 1 make[3]: *** [Makefile:697: syncconfig] Error 2 make[2]: *** [/usr/lib/modules/6.6.10-arch1-1/build/Makefile:798: include/config/auto.conf] Err make[1]: *** [Makefile:234: __sub-make] Error 2 make[1]: Leaving directory '/usr/lib/modules/6.6.10-arch1-1/build' make: *** [Makefile:12: default] Error 2 ``
mileskanda commented on 2023-06-12 21:46 (UTC)
There is no any chance to build it on 6.x kernel?
moormaster commented on 2022-12-27 22:09 (UTC)
I managed to make the plugin build again by extending the patch below:
hias commented on 2022-06-14 03:11 (UTC) (edited on 2022-06-15 18:30 (UTC) by hias)
seems to its broken on 5.18.3 :(
i found this https://forums.developer.nvidia.com/t/linux-kernel-5-18-rcx/210965
hias commented on 2022-01-07 22:10 (UTC)
The patch @rg209834 posted works all so for me on 5.15.12-arch1-1 (MacBookPro7,1)
xirxes commented on 2021-11-04 02:09 (UTC)
The patch @rg209834 posted still works for me on 5.14.16-arch1-1. I'm sure if this patch was integrated into the main pkgbuild we could drop the out of date flag here.
rg209834 commented on 2021-08-28 13:21 (UTC) (edited on 2021-08-28 13:57 (UTC) by rg209834)
Although flagged as out of date (with comment "package is for an old version of the kernel and does not work anymore") it worked for me with 5.10.60 kernel on old macbook (13" mid 2009 model) with legacy nvidia driver (nvidia-340xx-dkms - 340.108-22). This required the changes mentioned by @sapphire.
Here's a
git diff -U1
of the changes that can be applied withpatch
:After
makepkg -sif
, I get /sys/class/backlight/nvidia_backlight.Finally, I had to add the following to the X11 config file /etc/X11/xorg.conf.d/20-nvidia.conf under
Section "Device"
to get the screen backlight buttons to work:1 2 Next › Last »