Skip to content
Snippets Groups Projects
Commit 5a6f5f83 authored by Ruben Rodriguez's avatar Ruben Rodriguez
Browse files

mate-session-manager: only use compton as default with 3D acceleration

parent 4fa403db
No related branches found
No related tags found
1 merge request!183Fix geoip-database-contrib
......@@ -72,7 +72,8 @@ if [ -z "$WINDOW_MANAGER" ] ; then
# marco is still the default wm in MATE
KNOWN_WM="marco $KNOWN_WM"
xdpyinfo 2> /dev/null | grep -q "^ *Composite$" 2> /dev/null
#xdpyinfo 2> /dev/null | grep -q "^ *Composite$" 2> /dev/null
glxinfo |grep "OpenGL renderer"| grep -vi Gallium | grep -q .
IS_X_COMPOSITED=$?
if [ $IS_X_COMPOSITED -eq 0 ] ; then
KNOWN_WM="marco-compton mutter compiz-manager compiz beryl $KNOWN_WM"
......
......@@ -17,7 +17,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION=1
VERSION=2
. ./config
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment