From efccd6b6fc0fed9ddd2555e3f0adf63fd01d12ce Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Fri, 19 Oct 2018 14:38:28 +0200 Subject: autostart: different GPU --- autostart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/autostart b/autostart index dfa94ca..20d858f 100755 --- a/autostart +++ b/autostart @@ -21,7 +21,8 @@ exec ${HOME}/bin/ratcpi & exec ${HOME}/.local/bin/mouse-settings & if [[ $(hostname) == "bryant" ]]; then - exec xrandr --output DP-7 --rotate right & + #exec xrandr --output DP-7 --rotate right & + exec xrandr --output HDMI-2 --rotate right & exec sudo nvidia-settings -a "[gpu:0]/GPUFanControlState=1" -a "[fan-0]/GPUTargetFanSpeed=1" & fi -- cgit v1.2.3