blob: ec4dc8d080e0d3255b3739fca354d18d74cb7470 (
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
|
# /etc/conf.d/vdr.graphtft
# $Id$
####### 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"
|