If the user runs failsafe mode, use software rendering in QtQuick

Graphics seem more likely than anything else to be broken, if the user
explicitly selects failsafe mode from the DM we should follow the same
rationale as kwin and not trust the user's drivers.

REVIEW: 126205
wilder-5.14
David Edmundson 10 years ago committed by David Edmundson
parent 1dc7f11692
commit b5ebbb01b2
  1. 3
      startkde/startkde.cmake

@ -6,7 +6,8 @@
if test "x$1" = x--failsafe; then
KDE_FAILSAFE=1 # General failsafe flag
KWIN_COMPOSE=N # Disable KWin's compositing
export KWIN_COMPOSE KDE_FAILSAFE
QT_XCB_FORCE_SOFTWARE_OPENGL=1
export KWIN_COMPOSE KDE_FAILSAFE QT_XCB_FORCE_SOFTWARE_OPENGL
fi
# When the X server dies we get a HUP signal from xinit. We must ignore it

Loading…
Cancel
Save