wok diff compiz/stuff/compiz-startwm @ rev 19769

rsync: may not require /etc/inetd.conf (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 20 18:09:56 2017 +0100 (2017-02-20)
parents 8e1f5fe117e6
children
line diff
     1.1 --- a/compiz/stuff/compiz-startwm	Fri Jun 17 15:09:10 2016 +0300
     1.2 +++ b/compiz/stuff/compiz-startwm	Mon Feb 20 18:09:56 2017 +0100
     1.3 @@ -9,6 +9,6 @@
     1.4  
     1.5  COMPIZ_OPTS='--sm-disable --loose-binding --no-fbo --ignore-desktop-hints'
     1.6  
     1.7 -(lsmod | grep -q nvidia) && OPTS="$OPTS --indirect-rendering"
     1.8 +(lsmod | grep -q nvidia) && COMPIZ_OPTS="$COMPIZ_OPTS --indirect-rendering"
     1.9  
    1.10  compiz --replace $COMPIZ_OPTS