Skip to content

Commit a7b0d4f

Browse files
author
G
authored
VNC Resolution settings
VNC Resolution settings
1 parent 4b318ab commit a7b0d4f

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,10 +174,24 @@ To enable the CPU watchdog enter the following commands, this will reboot the Ra
174174
sudo nano /boot/config.txt
175175
```
176176

177-
Add the following line:
177+
Add the following lines:
178178

179179
```
180+
# Watchdog enable
180181
dtparam=watchdog=on
182+
183+
# VNC resolution enable
184+
hdmi_group=2
185+
hdmi_force_hotplug=1
186+
187+
# VNC resolution
188+
# 2=640x400
189+
# 27=1280x800
190+
# 46=1440x900
191+
# 76=2560x1600
192+
# 82=1080p
193+
# 85=720p
194+
hdmi_mode=46
181195
```
182196
Save changes with CTRL-X
183197

0 commit comments

Comments
 (0)