PaysPlat / DesktopSbS

A Windows 10 software to manage 3D display in Side-by-Side or Top-Bottom mode
https://desktopsbs.paysplat.fr
GNU General Public License v3.0
28 stars 6 forks source link

Double-width desktop with maintained aspect ratio #6

Closed kevin-dimenco closed 5 years ago

kevin-dimenco commented 5 years ago

I have a double-width 3d monitor (x resolution is doubled), meaning my left eye sees the left half of the desktop and my right eye sees the right half. It looks terrible. This project could really be a solution.

This is my desktop without DesktopSbS: 1

However, when I run DesktopSbS, I basically have to choose between

  1. Turning KeepAspectRatio off and everything looks squished

2

  1. Or turning it on and having a screen that is 50% black

3

I think my solution would be to make everything 50% smaller like with KeepAspectRatio true, except for the background, and for the task bar to be in the correct Y position. Then I would be rid of the black bars. 4

Do you have any ideas on how to get a good-looking desktop on my 3d monitor?

PaysPlat commented 5 years ago

Hi,

I think about 2 possibilities:

1) like your proposition : 50% smaller with keep aspect ratio but with respect to full Y position. you will lost details on windows and some strange behaviour with mouse moves (Y moves will be 2x quicker than X)

2) 100 % size with keep aspect ratio, and we will take only left part of screen as source. It should look great but windows on right side of screen will be invisible.

Can you give me details about your screen (reference) and the settings offered by graphical driver ?

kevin-dimenco commented 5 years ago

The screen is a double-4K (7680 x 2160) and expects a side-by-side image in that resolution, i.e. two SBS 4K images (3840 x 2160). It presents itself as 7680x2160 to Windows, which is why the desktop is too wide (the desktop spans both images). The graphical driver doesn't do any 3D processing, nothing special going on there.

PaysPlat commented 5 years ago

Hi, I will have some time during this Christmas holidays, I will try to propose you a new release soon.

Bye

PaysPlat

Le mer. 19 déc. 2018 à 08:40, kevin-dimenco notifications@github.com a écrit :

The screen is a double-4K (7680 x 2160) and expects a side-by-side image in that resolution, i.e. two SBS 4K images (3840 x 2160). It presents itself as 7680x2160 to Windows, which is why the desktop is too wide (the desktop spans both images). The graphical driver doesn't do any 3D processing, nothing special going on there.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/PaysPlat/DesktopSbS/issues/6#issuecomment-448498808, or mute the thread https://github.com/notifications/unsubscribe-auth/APbh5lvPOcoH_73-5R75Bjeilg510gBuks5u6e11gaJpZM4ZX-0N .

PaysPlat commented 5 years ago

Hi, I have released DesktopSbS v1.0.

In this version you can configure a custom source area. So if you uncheck fullscreen and set width to half your screen width, you can obtain that you want.

Bye

PaysPlat