Skip to content
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

Is there a way to merge rather than split monitors? #74

Open
gordan-bobic opened this issue Nov 15, 2023 · 3 comments
Open

Is there a way to merge rather than split monitors? #74

gordan-bobic opened this issue Nov 15, 2023 · 3 comments

Comments

@gordan-bobic
Copy link

I'm trying to use this to make my dual-input monitor work properly. High end monitors like IBM T221 and Dell UP2715K use dual inputs and expose themselves as two separate monitors to the system. Unfortunately, most software doesn't know how to stitch the two together into a single monitor desktop.

fakexrandr-manage doesn't seem to allow for the option of stitching two monitors into one, it only allows for chopping up a screen into multiple screens.

How would I go about creating a fake xrandr display that only exposes a single 5120x2880 output?

@phillipberndt
Copy link
Owner

Not supported right now, but should be fairly straightforward, just patch the code to unconditionally emit a single screen.

@gordan-bobic
Copy link
Author

I don't suppose you could give me a hint on how/where to make it do that?

@phillipberndt
Copy link
Owner

The hard_coded_splits branch might be a good starting point. It's the very first version of this tool and is rather straightforward to read. You just have to, rather than appending another input, skip one and add its dimensions to the previous one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants