You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gfx/temp-hack/swedid-root
+27-8Lines changed: 27 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -3,19 +3,39 @@
3
3
# This script requires running as root. "sudo" is called from "gfx/video_crt_switch.c", thus requiring a sudoers rule to non-interactively grant root permissions when running "/usr/local/bin/swedid-root" (this script)
4
4
# switchres binary must be in root's PATH
5
5
6
-
# Hardcoding Display for now as DP-1
6
+
# TODO: Get below values from RetroArch's video output settings instead of hardcoding.
7
+
8
+
# Hardcode GPU number and Display name. Change these before running.
9
+
_display="DP-1"
10
+
_gpu="1"
11
+
12
+
# Hardcode ini path or switchres monitor preset. Change this before running
0 commit comments