wok view 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 source
1 #!/bin/sh
2 #
3 #Usage: compiz
4 # [--display DISPLAY] [--bg-image PNG] [--refresh-rate RATE]
5 # [--fast-filter] [--indirect-rendering] [--no-detection]
6 # [--keep-desktop-hints] [--loose-binding] [--replace]
7 # [--no-fbo] [--sm-disable] [--sm-client-id ID] [--only-current-screen]
8 # [--use-root-window] [--debug] [--version] [--help] [PLUGIN]...
10 COMPIZ_OPTS='--sm-disable --loose-binding --no-fbo --ignore-desktop-hints'
12 (lsmod | grep -q nvidia) && COMPIZ_OPTS="$COMPIZ_OPTS --indirect-rendering"
14 compiz --replace $COMPIZ_OPTS