-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Scaling issue with nvidia gpu and gdm3? #16
Comments
Have you tested fractional scaling? For example 1.5? |
You can also test the |
No dice with either/both. Fractional scaling still has the same problems (primary looks fine, secondary just upper right corner), and --pan fails outright with:
|
Can you share a screenshot of before and after @cjchristopher ? |
I get different behaviour depending on the state before (resolutions and scaling), but in any case, no matter what state I have things in before, the after state is still not what I intend. |
Screenshots / photos of both the monitors before and after executing |
Description
External HDMI has 4x zoomed (i.e. I can only see the top left corner of a theoretical secondary 3840x2160)
What I Did
pip install xrandr-extend
python3 -m xrandr_extend.cfg
Edited
~/.config/xrandr-extend.cfg
as follows:set
primary = 3840, 2160
in[resolutions]
added:
[nvidia-g0]
as a provider after being instructed byxrandr-extend hdmi
withprimary = eDP-1
andhdmi = HDMI-1-0
Running with
-x 1 hdmi
gives me a properly fixed window 1920x1080, but UI elements are all scaled to twice the size (i.e. enormous). A note that UI elements seem to be 2x scaled on the primary 4k laptop display, which is what I want, as without 2x UI scaling there, everything is impossibly small.Essentially I want: primary to be at 4k with 2x UI scaling, secondary to be at 1080p with 1x UI scaling.
The text was updated successfully, but these errors were encountered: