This repository was archived by the owner on Sep 12, 2026. It is now read-only.
Intel and Nvidia graphics #130
Unanswered
ruslanmalovichko
asked this question in
Q&A
Replies: 1 comment
|
yes this looks correct, cpu's cant really do much more than h264 well anyway |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi, I have now installed it on a laptop with Intel graphics, without Nvidia.
(ThinkPad X390)
/home/ruslan/hydenix-config/configuration.nix
inputs.hydenix.inputs.nixos-hardware.nixosModules.common-cpu-intelRun
printenv | grep LIBVA_DRIVER_NAMEResult:
LIBVA_DRIVER_NAME=nvidiaIf I open firefox, go to about:support, Hardware Decoding does not work (screen)

My solution:
/home/ruslan/hydenix-config/modules/hm/hyprland.nix
Run
printenv | grep LIBVA_DRIVER_NAMEResult:
LIBVA_DRIVER_NAME=iHDIf I open firefox, go to about:support, Hardware Decoding is better (screen)

Is this solution correct?
All reactions