summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/LinHES-system/LinHES-run
blob: 259ffc7c6cbe5a9a5133efefe6a5372b0df8265b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
#!/bin/sh
. /etc/profile
. /etc/systemconfig

#keylaunch &
#/usr/bin/tilda &

/usr/X11R6/bin/unclutter -root -idle 0 -jitter 400 -noevents  &
/usr/bin/xvattr -a XV_COLORKEY -v 0
mtd &
#/usr/bin/nvidia-settings -l
#/usr/bin/nvidia-settings -a InitialPixmapPlacement=2

if [ x$ShowTips = "x1" ]
then
    #echo "displaying hints!, line 15 of linhes-run"
    echo "Alt+h for help"  | osd_cat --font="-adobe-helvetica-bold-*-*-*-34-*-*-*-*-*-*-*" --shadow=3 --pos=middle --align=centre --offset=200 --color=yellow --delay=5 &


fi


if [ !  $SystemType = "Frontend_only" ]
then
  if [  -f ~/.configure ]
        then
	sudo -E tweaker.pl
	/bin/rm /tmp/fps # ??? clean up a temp file that will eventually be obsolete anyway
        #autocard.py -g &
        MythVantage -b

#0 yes
#1 yes/autodetect
#2  no
        STATUS=$?
        if [ ! $STATUS = 2 ]
        then
                sudo sv stop mythbackend
                xterm -fn *18* -e sudo taskset -c 0 /usr/bin/mythtv-setup
                sudo sv start mythbackend
		sudo chown -R mythtv.mythtv /home/mythtv
                nice -n 19 mythfilldatabase --quiet &
        fi
        rm ~/.configure
        fi
fi


if [ x"$UseMythWelcome" = "x1" ]
then
        STARTCMD="/usr/bin/mythwelcome"
else
        STARTCMD="/usr/bin/mythfrontend -d -l /var/log/mythtv/mythfrontend.log"
fi

echo "====================================================================="
echo "Starting $STARTCMD"
firstboot.sh &

# while [ x = x ]
# do
        if [ -f /tmp/nomfe ]
        then
#                 sleep 120
		   exit 0
        else
                if [ -f /tmp/debug ]
                then

                        echo "using gbd/debug"
                        gdb /usr/bin/mythfrontend -x $MV_ROOT/mfegdbcommands.txt
                        #bash -c "osdClient.pl localhost 5000 'Restart: mdb.txt.mythfronte                      nd:::SYS' "&
                        mv gdb.txt gdb.txt.mythfrontend
                        sleep 10

                else
                        killall -9 irexec
                        /usr/bin/irexec &
                        $STARTCMD 2>&1
                fi
        fi
# echo "_______________________________________________________"
# done