From eb8cfc682f67d7f383310af423a4d0bb8f210071 Mon Sep 17 00:00:00 2001 From: colin Date: Wed, 6 Jul 2022 02:00:12 -0700 Subject: [PATCH] remove opengl modules they don't seem to be necessary: - still able to run spirv/vulkan-accelerated stuff at the same rate. - still able to watch videos at the same CPU load. i think mesa packages solid drivers that make this part mostly irrelevant. --- machines/desko/default.nix | 6 ------ machines/lappy/default.nix | 7 ------- 2 files changed, 13 deletions(-) diff --git a/machines/desko/default.nix b/machines/desko/default.nix index e9429ea7..a2c0ec49 100644 --- a/machines/desko/default.nix +++ b/machines/desko/default.nix @@ -15,12 +15,6 @@ boot.loader.efi.canTouchEfiVariables = false; colinsane.image.extraBootFiles = [ pkgs.bootpart-uefi-x86_64 ]; - hardware.opengl.extraPackages = with pkgs; [ - rocm-opencl-icd - rocm-opencl-runtime - amdvlk - ]; - # needed to use libimobiledevice/ifuse, for iphone sync services.usbmuxd.enable = true; diff --git a/machines/lappy/default.nix b/machines/lappy/default.nix index 22063251..9c6b4a76 100644 --- a/machines/lappy/default.nix +++ b/machines/lappy/default.nix @@ -10,13 +10,6 @@ boot.loader.efi.canTouchEfiVariables = false; colinsane.image.extraBootFiles = [ pkgs.bootpart-uefi-x86_64 ]; - hardware.opengl.extraPackages = with pkgs; [ - intel-compute-runtime - intel-media-driver # new - libvdpau-va-gl # new - vaapiIntel - ]; - # default config: https://man.archlinux.org/man/snapper-configs.5 # defaults to something like: # - hourly snapshots