Add nvidia-xrun configuration
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
7f8c6c9ccd
commit
79de524ab1
8 changed files with 40 additions and 10 deletions
|
@ -32,9 +32,9 @@ case "${SELECTION}" in
|
|||
gw2
|
||||
;;
|
||||
"3")
|
||||
optirun -b primus java minecraft-launcher
|
||||
java minecraft-launcher
|
||||
;;
|
||||
"4")
|
||||
optirun -b primus pegasus-fe
|
||||
pegasus-fe
|
||||
;;
|
||||
esac
|
||||
|
|
|
@ -28,6 +28,6 @@ export LOGFILE=/dev/null
|
|||
|
||||
# Enable esync
|
||||
export WINEESYNC=1
|
||||
|
||||
# Run it using optirun
|
||||
optirun -b primus wine64 "${WINEPREFIX}/drive_c/Program Files/Guild Wars 2/Gw2-64.exe" -dx9single -mapLoadInfo
|
||||
|
||||
# Run GW2 using some settings
|
||||
wine64 "${WINEPREFIX}/drive_c/Program Files/Guild Wars 2/Gw2-64.exe" -dx9single -mapLoadInfo
|
||||
|
|
|
@ -8,9 +8,12 @@
|
|||
#
|
||||
# DESCRIPTION:
|
||||
# This is the script that is used to setup my monitors. This script
|
||||
# is used by i3 and lightdm.
|
||||
# is used by i3.
|
||||
#
|
||||
# USAGE:
|
||||
# ./resolution
|
||||
#xrandr --setprovideroutputsource modesetting NVIDIA-0
|
||||
xrandr --output HDMI3 --off --output HDMI2 --off --output HDMI-1 --mode 1280x1024 --pos 80x56 --rotate normal --output eDP-1 --primary --mode 1920x1080 --pos 1360x0 --rotate normal --output DP3 --off --output DP2 --off --output DP1 --off
|
||||
xrandr \
|
||||
--output HDMI-1 --mode 1280x1024 --pos 80x56 --rotate normal \
|
||||
--output HDMI-1-1 --mode 1280x1024 --pos 80x56 --rotate normal \
|
||||
--output eDP-1 --primary --mode 1920x1080 --pos 1360x0 --rotate normal \
|
||||
--output eDP-1-1 --primary --mode 1920x1080 --pos 1360x0 --rotate normal
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue