-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for (something like) JoinTILE #12
Comments
For completeness' sake, also output for
Ignore HDMI-0, That's just a regular 4K monitor; the Dell 8K is on DP-2 and DP-4. Note the |
So if I understand correctly, the suggestion is to:
|
Yes, more or less: the "problem" with these displays when gaming for example, is very similar as what you describe in your README.md with MST-using monitors: A game would see one half of the display, and then try and 16:9 fullscreen to that, giving you a weird 3840x2160 on one half of your screen, right in the middle of the half:
|
OK, though |
Fair enough, I thought JoinMST was MST only, because, when I would run xrandr with LD_PRELOAD set-up, It still shows me all displays + ports and all monitors, which put me on the track "this probably doesn't work with TILE'd displays, only MST". Could you provide me with an example configuration that would make this work? |
I think this should work:
With |
Alright, it worked, I got Assassin's Creed Odyssey running on my Dell UP3218k at 8k, doing about 45 fps, everything at Ultra, anti-aliasing off (4090, 13900T). I had to add the I also noted (for other people that might hit this issue) that I could work-around the sometimes-occuring freeze at the warning screen, by going to the |
The current version of hax11 supports JoinMST, which makes it possible to present a screen that presents itself as two or more xrandr screens using MST, as one.
Another way this is done is with the TILE property. A good example of this is the Dell UP3218k 8K monitor, which is attached using two DisplayPort 1.4 cables. This screen presents itself as two 3840x4320 screens, a left and a right, with TILE information, that lets modern drivers (Nvidia, AMDGPU) set up the display "as one". However, Xrandr, will still see two connectors. Example
xrandr --query
output:In the Above,
DP-2
andDP-4
are the connectors attached to theTILE
'd display. Examplexrandr --listactivemonitors
output:It would be great if a new feature, maybe called
JoinTILE
or a more genericJoin
could also handle these kind of monitors that instead of MST use TILE.The text was updated successfully, but these errors were encountered: