sunshine: disable vsync at start
This commit is contained in:
parent
fa5d2bcc76
commit
23e5723ccb
@ -1,4 +1,4 @@
|
||||
{ pkgs, ... }:
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
let
|
||||
user = "sunshine";
|
||||
@ -23,6 +23,8 @@ let
|
||||
|
||||
# Apply new xrandr mode
|
||||
xrandr --output DP-0 --primary --mode ''${mode_alias} --pos 0x0 --rotate normal
|
||||
|
||||
/run/current-system/sw/bin/nvidia-settings -a 'SyncToVBlank=0'
|
||||
'';
|
||||
executable = true;
|
||||
destination = "/bin/resolution.sh";
|
||||
|
Loading…
Reference in New Issue
Block a user