3ccc37c278e06fcaa37ba63b443589e748903dcc
[svn42.git] / raspberry-kiosk / config.txt
1 # uncomment if you get no picture on HDMI for a default "safe" mode
2 #hdmi_safe=1
3
4 # uncomment this if your display has a black border of unused pixels visible
5 # and your display can output without overscan
6 disable_overscan=1
7
8 # uncomment the following to adjust overscan. Use positive numbers if console
9 # goes off screen, and negative if there is too much border
10 #overscan_left=16
11 #overscan_right=16
12 #overscan_top=16
13 #overscan_bottom=16
14
15 hdmi_ignore_edid=0xa5000080
16
17 # uncomment to force a console size. By default it will be display's size minus
18 # overscan.
19 #framebuffer_width=1280
20 #framebuffer_height=720
21 framebuffer_height=1366
22 framebuffer_width=768
23 #framebuffer_height=1440
24 #framebuffer_width=800
25 #framebuffer_height=1280
26 #framebuffer_width=768
27
28 #display_rotate=3
29 display_rotate=1
30
31 # uncomment if hdmi display is not detected and composite is being output
32 #hdmi_force_hotplug=1
33
34 # uncomment to force a specific HDMI mode (this will force VGA)
35 #hdmi_group=1
36 hdmi_mode=81
37 #hdmi_mode=86
38
39 # uncomment to force a HDMI mode rather than DVI. This can make audio work in
40 # DMT (computer monitor) modes
41 #hdmi_drive=2
42
43 # uncomment to increase signal to HDMI, if you have interference, blanking, or
44 # no display
45 #config_hdmi_boost=4
46
47 # uncomment for composite PAL
48 #sdtv_mode=2
49
50 #uncomment to overclock the arm. 700 MHz is the default.
51 #arm_freq=800
52
53 # for more options see http://elinux.org/RPi_config.txt