You are not logged in.
Hello. I'm having troubles with setting up Hyprland on my laptop, which have Dual GPU, here: https://bbs.archlinux.org/viewtopic.php?id=299627
To avoid copying topics, decided just to find solution for mkinitcpio warning. There are several for not included modules in kernel, but i think first one has something to do with my VA-API troubles:
sudo mkinitcpio -P | grep WARNING
==> WARNING: No module containing the symbol 'drm_privacy_screen_register' found in: 'drivers/platform'
==> WARNING: No module containing the symbol 'drm_privacy_screen_register' found in: 'drivers/platform'So from beginning, NVidia drivers are up to date, env variables are set and played with them. Also loaded modules at boot:
MODULES=(nvidia nvidia_modeset nvidia_uvm nvidia_drm i915)This shows that drm settings are set properly:
sudo cat /sys/module/nvidia_drm/parameters/modeset
YNvidia.conf:
cat /etc/modprobe.d/nvidia.conf
options nvidia_drm modeset=1 fbdev=1Other info is at the topic's beginning: https://bbs.archlinux.org/viewtopic.php?id=299627
Thanks!
Last edited by Neroman (2024-09-24 11:28:39)
Offline
Should I just add 'drm_privacy_screen' module to mkinitcpio.conf?
Offline