summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-system/LinHES-run
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/LinHES-system/LinHES-run')
-rwxr-xr-xabs/core/LinHES-system/LinHES-run6
1 files changed, 6 insertions, 0 deletions
diff --git a/abs/core/LinHES-system/LinHES-run b/abs/core/LinHES-system/LinHES-run
index ab2f6de..d4fb64d 100755
--- a/abs/core/LinHES-system/LinHES-run
+++ b/abs/core/LinHES-system/LinHES-run
@@ -20,6 +20,12 @@ function msg(){
#keylaunch &
#/usr/bin/tilda &
+lsmod |cut -f1 -d" " |grep -q nvidia
+if [ $? = 0 ]
+then
+ /usr/bin/nvidia-settings --load-config-only
+fi
+
#move mouse to corner
xdotool mousemove 0 0
/usr/X11R6/bin/unclutter -root -idle $idle -jitter $jitter -noevents &