rhgndf / ms912x

MacroSilicon USB to VGA/HDMI adapter (534d:6021) Linux DRM driver
GNU General Public License v2.0
45 stars 11 forks source link

Image distortion at native display resolution #4

Open aivx opened 1 year ago

aivx commented 1 year ago

The driver works well on Nobara Linux 38 6.5.6-200.fsync.fc 38.x86_64 but there is a distortion on the native display resolution, other resolutions work fine IMG_20231015_222519 IMG_20231015_222536 IMG_20231015_222547

rhgndf commented 1 year ago

I don't have the setup to test 1360x768, so not sure what's going on. It could be because its forcing a 1366x768 mode instead.

aivx commented 1 year ago

yes, I have only 1366 in the list of resolutions, I tried to add an entry from 1360 to the ms912x_mode_list[] list from the resolutions file, but it still does not appear in the system, only 1366

rhgndf commented 1 year ago

It might be fixed with 4f8fab3d4704c82f902607dfc500737bf6ed7b02.

aivx commented 1 year ago

it works, but there is a small stripe on the right side Без имени

rhgndf commented 1 year ago

The hardware seems to be only able to handle multiples of 16. Without more documentation I'm not sure how to fix this.