You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For working out of the box with VNC you need to set 3 options. (According to Real VNC)
# uncomment if hdmi display is not detected and composite is being output
hdmi_force_hotplug=1
# uncomment to force a specific HDMI mode (this will force VGA)
hdmi_group=2
hdmi_mode=82
for 1920x1080 60hz Mode....
If you don't have that you will always get the Error that "VNC cannot currently show the desktop". Or would that break other connected HDMI monitors? At least the hdmi_force_hotplug=1 option should be safe right?
For working out of the box with VNC you need to set 3 options. (According to Real VNC)
for 1920x1080 60hz Mode....
If you don't have that you will always get the Error that "VNC cannot currently show the desktop". Or would that break other connected HDMI monitors? At least the hdmi_force_hotplug=1 option should be safe right?
I've also created a .desktop entry with
for easily switching with a single Touch and no need for entering the command via shell all the time when switching.
The text was updated successfully, but these errors were encountered: