fix steam black screen via -cef-disable-gpu-compositing overlay
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Name=Steam
|
Name=Steam
|
||||||
Comment=Application for managing and playing games on Steam
|
Comment=Application for managing and playing games on Steam
|
||||||
Exec=env DISPLAY=:0 steam -no-cef-sandbox %U
|
Exec=env DISPLAY=:0 steam %U
|
||||||
Icon=steam
|
Icon=steam
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Type=Application
|
Type=Application
|
||||||
|
|||||||
@@ -93,6 +93,13 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
nixpkgs.overlays = [
|
||||||
|
(final: prev: {
|
||||||
|
steam = prev.steam.override {
|
||||||
|
extraArgs = "-cef-disable-gpu-compositing";
|
||||||
|
};
|
||||||
|
})
|
||||||
|
];
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
wget
|
wget
|
||||||
|
|||||||
Reference in New Issue
Block a user