2

I have a Modecom FreePC (idea similar to Raspberry Pi: http://www.modecom.eu/freepc/mini_pc1/product/) with preinstalled Windows 10 Home. I connect it to an old TV (not Full HD). Devices usually have problems with setting correct resolution when connected to that TV. This results in "Video mode is unavailable" on the TV.

On my laptop I would simply use the built in display, extend it through HDMI and set the correct resolution on the TV and the TV would work properly. However, I cannot do that on that device, because there is only one HDMI.

On Raspberry Pi it was also easy, because I could connect remotely through SSH and change the resolution in the config file.

I cannot come up with a proper way to do it in Windows 10...

I tried using RDP and TeamViewer, but these solutions are so sophisticated nowadays that they recognize that it is a remote session and do not allow me to change the resolution of the display connected to the device.

Any idea how I can achieve that in Windows 10 (Home)? I can connect/install software on it remotely.

4 Answers4

2

Short answer, but it might work... Have you tried UltraVNC? http://www.uvnc.com/downloads/ultravnc.html

It's free, and you can customize many of the connection settings.

Wouter
  • 1,701
1

One can change the screen resolution by executing a batch command over the network.

The free PsExec is the proposed tool, described as :

PsExec is a light-weight telnet-replacement that lets you execute processes on other systems, complete with full interactivity for console applications, without having to manually install client software. PsExec's most powerful uses include launching interactive command-prompts on remote systems and remote-enabling tools like IpConfig that otherwise do not have the ability to show information about remote systems.

There are several batch tools that can change the resolution and can be executed by PsExec, so need to be installed on the FreePC.

The post Any way of changing Windows 7 screen resolution via command line? describes some of these tools :

harrymc
  • 498,455
0

just try to win+p -> move 1, 2 or 3 steps below which are DUPLICATE // EXTEND // PROJECTOR ONLY

top of these is PC SCREEN ONLY

duplicate and extend might help you here even you have one monitor only

hulaq
  • 27
0

Hopefully you have another monitor or TV you could use while you get things working? Then once resolution is set, transfer to the TV you want to use?

There is a piece of freeware that can set resolution: http://www.intowindows.com/set-custom-resolution-on-windows-10/ Unfortunately it says it doesn't work on integrated Intel chips so it probably won't help you.

As an alternative, you could try manually setting resolution (using another screen to see what you're doing) via display adapter properties. Hopefully the changes stick when you unplug and put into the next TV.

If that doesn't work (maybe plugging into your old TV resets the process), you could try saving a default resolution in windows registry.

Sir Adelaide
  • 4,977
  • 2
  • 16
  • 36