Skip to content

Commit

Permalink
call set_videomode to adjust video mode (bsc#974821)
Browse files Browse the repository at this point in the history
  • Loading branch information
wfeldt committed Jun 15, 2016
1 parent 0a38183 commit e37e612
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions startup/YaST2.call
Expand Up @@ -54,6 +54,11 @@ function wait_for_x11() {
# server is running, detach oom-killer from it
echo -n '-17' > /proc/$xserver_pid/oom_score_adj
server_running=1
# adjust video mode using xrandr, if requested
SETMODE=/usr/lib/YaST2/bin/set_videomode
if [ -n "$XVideo" -a -x $SETMODE ];then
$SETMODE "$XVideo"
fi
break
fi
done
Expand Down

0 comments on commit e37e612

Please sign in to comment.