Skip to content

Commit

Permalink
Avoid Vulkan use in GTK rendering
Browse files Browse the repository at this point in the history
It causes GPU error, see:

https://gitlab.freedesktop.org/drm/nouveau/-/issues/381

Signed-off-by: Otavio Salvador <[email protected]>
  • Loading branch information
otavio committed Oct 4, 2024
1 parent 757399f commit dcccc2a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions users/otavio/home/micro.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
./features/zsh
];

# FIXME: Avoid Vulkan use in GTK rendering as it causes GPU error, see:
# https://gitlab.freedesktop.org/drm/nouveau/-/issues/381
home.sessionVariables.GSK_RENDERER = "gl";

home.packages = with pkgs; [
(writeShellApplication {
name = "open-windoze";
Expand Down

0 comments on commit dcccc2a

Please sign in to comment.