Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
kiosk
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
don
kiosk
Commits
7adb809e
Commit
7adb809e
authored
6 years ago
by
don
Browse files
Options
Downloads
Patches
Plain Diff
Removed debugging code, more stable displa
parent
6230b8a9
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
bin/do-show
+0
-2
0 additions, 2 deletions
bin/do-show
bin/run
+1
-8
1 addition, 8 deletions
bin/run
with
1 addition
and
10 deletions
bin/do-show
+
0
−
2
View file @
7adb809e
#!/bin/sh
cd
/home/pi/kiosk/lib
export
DISPLAY
=
:0
feh
-FZ
background.png &
cd
/home/pi/kiosk/slides
while
true
do
...
...
This diff is collapsed.
Click to expand it.
bin/run
+
1
−
8
View file @
7adb809e
...
...
@@ -37,14 +37,7 @@ videoformats = [
# Template for loop script
looptemplate
=
'''
#!/bin/bash
cd %s
export DISPLAY=:0
echo feh-b $DISPLAY
pwd
echo feh --cycle-once -FZ -D %d
feh --cycle-once -FZ -D %d
pwd
echo feh-e $DISPLAY
feh --cycle-once -F -Z -D %d
'''
# Template for wait script
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment