turn a 16:9 monitor into a 16:10 monitor

1

The monitor in question is an Acer V233HL bd. I need to use an Android dongle with it (got no other native 16:10 screens to work with). Sorry if this is not the appropriate area to ask, could not find any other more relevant among the stack exchange websites. So what I would want is to change the monitor's ROM or something similar (i.e.make sure the resolution change is memorized by the monitor itself, and not just in the computer OS resolution). Thanks!

kellogs

Posted 2015-03-10T13:15:36.177

Reputation: 357

As you cannot add 120 pixels to the vertical height of the monitor, perhaps you could force yourself to not use 192 pixels from, say, the right edge. You will then be using a 16:10 monitor ;) – Andrew Morton – 2015-03-10T13:36:00.607

Answers

2

You could modify the EDID, but most likely it must be hardware-compatible, meaning the aspect ratio will have to be respected.

The EDID contains the name and specifications of the monitor's technical data including it's capabilities (res, refresh).

The EDID can be re-written using special software.

Theres a python script called edid-rw that can be found at GitHub.

It reads / writes EDID data on the i2c channel between the PC and monitor.

The only way to see if you can actually use a different aspect ratio is to test by changing the EDID; but if it works the image will be distorted since one ratio will be altered to fit another.

Overmind

Posted 2015-03-10T13:15:36.177

Reputation: 8 562

1

An Acer V233HL has native resolution of 1920 x 1080 which is 16:9, not 16:10. Even if you were able to modify the firmware, it still wouldn't turn it into a 16:10 monitor due to physical limitations in TN panels.

Esa Jokinen

Posted 2015-03-10T13:15:36.177

Reputation: 615