Wine - Adjust to the Resolution of a Second Monitor

Questions about Wine on Linux
Locked
eduardolucioac
Level 1
Level 1
Posts: 5
Joined: Wed Nov 22, 2017 11:05 am

Wine - Adjust to the Resolution of a Second Monitor

Post by eduardolucioac »

The problem below happens when I start a program in Wine and connect a second monitor in sequence.

---------------------------

Start a program in Wine (primary monitor connected, primary monitor resolution 1366x768)...

Image

After connecting a secondary monitor (primary and secondary monitor connected, secondary monitor resolution 1280x1024) we will have the following problems in the application window if it is displayed on the secondary monitor....

Image

---------------------------

Is there any way to make Wine detect these changes (program's window display correctly on the secondary monitor) without having to restart the program?

Thanks!
wildtux
Level 3
Level 3
Posts: 56
Joined: Sat Aug 13, 2016 10:05 am

Re: Wine - Adjust to the Resolution of a Second Monitor

Post by wildtux »

I think it a quite normal.
Your app open at a specific dimension and just try to adapt to the second monitor as it is.
Just have to know if this happens when you resize the window to full screen.
You can try too to put winecfg windowed mode to the size of your second monitor.
Locked