mate-session-manager: set org.mate.Marco.general compositing-manager flag
This commit is contained in:
parent
193672c43d
commit
ada1e0a560
2 changed files with 4 additions and 2 deletions
|
|
@ -3,12 +3,14 @@
|
|||
WINDOW_MANAGER=xterm
|
||||
[ -f /usr/bin/marco ] && WINDOW_MANAGER=marco
|
||||
[ -f /usr/bin/marco-no-composite ] && WINDOW_MANAGER=marco-no-composite
|
||||
gsettings set org.mate.Marco.general compositing-manager false
|
||||
|
||||
# Check for hardware acceleration
|
||||
if glxinfo -B | grep "OpenGL renderer string" | grep -qv llvmpipe ; then
|
||||
WINDOW_MANAGER=marco
|
||||
gsettings set org.mate.Marco.general compositing-manager true
|
||||
# Use marco-glx (picom) on non-intel gpu, if available
|
||||
if glxinfo -B | grep -qiv vendor.*intel; then
|
||||
if ! glxinfo -B | grep -qi vendor.*intel; then
|
||||
if [ -f /usr/bin/picom ] && [ -f /usr/bin/marco-glx ] ; then
|
||||
WINDOW_MANAGER=marco-glx
|
||||
fi
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
#
|
||||
|
||||
VERSION=7
|
||||
VERSION=8
|
||||
|
||||
. ./config
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue