In reply to @hexa:lossy.network sent an image. awesome! That fixed it. Thanks so much! As I was iterating on this, I ended adding:
hardware.graphics = {
enable = true;
extraPackages = with pkgs; [ intel-media-driver ];
};
environment.sessionVariables = {
LIBVA_DRIVER_NAME="radeonsi";
};
but I am not sure if either of those are necessary. I will remove them to see, but I am wondering if a reboot is necessary to make sure?
|