git.openpandora.org
/
pandora-misc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
op_runfbapp and op_gammatool
[pandora-misc.git]
/
scripts
/
op_gammatool
1
#!/bin/sh
2
3
OLDDEPTH=`fbset | grep geometry | awk '{ print $6 }'`
4
5
if [ -n "$DISPLAY" -a "$(id -u)" != "0" ]
6
then
7
gksudo ./op_runfbapp ./op_gammatool_bin
8
else
9
./op_runfbapp ./op_gammatool_bin
10
fi
11
12
fbset -depth $OLDDEPTH