summaryrefslogtreecommitdiff
path: root/media-plugins/vdr-graphtft/files/confd
diff options
context:
space:
mode:
Diffstat (limited to 'media-plugins/vdr-graphtft/files/confd')
-rw-r--r--media-plugins/vdr-graphtft/files/confd54
1 files changed, 0 insertions, 54 deletions
diff --git a/media-plugins/vdr-graphtft/files/confd b/media-plugins/vdr-graphtft/files/confd
deleted file mode 100644
index 56d4b4627f12..000000000000
--- a/media-plugins/vdr-graphtft/files/confd
+++ /dev/null
@@ -1,54 +0,0 @@
-# /etc/conf.d/vdr.graphtft
-
-####### Global config for Graphtft ####################
-
-#
-# set the DIR of the Framebuffer Device
-# allowed values: device_names directFB none
-# default: /dev/fb0
-#GRAPHTFT_DEVICE=/dev/fb0
-
-
-###### Configuration for graphtft-fe ##################
-#
-# set GRAPHTFT_DEVICE="" to none
-
-# set your tft display
-# no default values
-# default: not set, exemple
-#GRAPHTFT_DISPLAY=":0.1"
-
-# switch to user
-# default user root ; depand on your x configuration
-#
-#GRAPHTFT_USER="root"
-
-# set the width of your display
-# allowed values:
-# default: 800
-#GRAPHTFT_SCREEN_WIDTH="800"
-
-# set the height of your display
-# allowed values:
-# default: 480
-#GRAPHTFT_SCREEN_HEIGHT="480"
-
-# run output without windowsframe
-# allowed values: yes no
-# default: yes
-#GRAPHTFT_NO_FRAME="yes"
-
-# set the IP to your X Display
-# allowed values: ip address
-# default: localhost IP
-#GRAPHTFT_HOST="127.0.0.1"
-
-# set the port to your X Display
-# allowed values: portnumber
-# default: 2039
-#GRAPHTFT_PORT="2039"
-
-# set the logevel for graphtft-fe
-# allowed values: 0 1 2 3
-# default: 0
-#GRAPHTFT_LOG_LEVEL="0"