misel228 / monpos

A tool to pixel perfectly position monitors on a Windows desktop.
GNU General Public License v3.0
12 stars 0 forks source link

USB Monitors are not recognized #2

Open ytdlder opened 2 years ago

ytdlder commented 2 years ago

As I'm currently arranging 2 Monitors + 3 USB displays, I was looking for a program that could actually align them, without the guesswork from the Windows Settings UI... So I stumbled upon this neat little tool, but when looking at the mappings file, only my 2 "normal" displays are recognized. Not the USB ones :-(

Could you possible update your code?

Thanks!

misel228 commented 2 years ago

Hello @ytdlder,

can you please specify the monitor model, you are using?

Also what happens, when you're in the Display Settings*? Can you see all monitors there?

All best, Misel

ytdlder commented 2 years ago

Yes, the monitors are seen in the Settings page: image (I have up to 3 USB monitors attached)

These are some hardware details; tell me if you need something more specific! image2 image3

Cheers! Markus

misel228 commented 2 years ago

Sorry, for not getting back to you earlier. I'm afraid, I don't have the time nor the means right now to do a further investigation.

If you know a bit about programming you could however investigate yourself with the "Visual Studio". The Community Edition is free and I've used that one for this project, too.

Then checkout the project and set a break point at this line and investigate the response in the debugger:

https://github.com/misel228/monpos/blob/c541895dfa3c39f7eff6d3d01b3b2ccff6d43149/Monpos/Project1/monpos.cpp#L36

God Speed!

ytdlder commented 2 years ago

Ok, thx for the suggestion; I'm gonna try and take a look, although I'm not much of a coder myself ;-) Cheers!