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

Greeter is tiny for hidpi screens. #113

Open
garare992 opened this issue Aug 25, 2024 · 6 comments
Open

Greeter is tiny for hidpi screens. #113

garare992 opened this issue Aug 25, 2024 · 6 comments

Comments

@garare992
Copy link

The greeter appears too small on HiDPI screens. When you first log in or perform a fresh install, it is very small.

If you adjust your display settings to a 200% scale and then log out and log back in, the greeter still appears tiny.

However, if you close your laptop lid or log out, the greeter is correctly scaled.

@garare992
Copy link
Author

I apologize, greeter does not correctly scale when you log out Only when you close the lid or the computer sleeps

@canadaduane
Copy link

Does anyone know of a way to set the scale of the screen during the greeter phase of a session?

@Drakulix
Copy link
Member

Does anyone know of a way to set the scale of the screen during the greeter phase of a session?

That depends on where your distro is storing the cosmic-greeter home directory. On Pop!_OS you can run sudo vim /var/lib/cosmic-greeter/.local/state/cosmic-comp/outputs.ron and change the scale for the relevant output configurations.

However the more interesting question would be to figure out, why your system isn't defaulting to a higher scale...

@canadaduane
Copy link

However the more interesting question would be to figure out, why your system isn't defaulting to a higher scale...

The reason might be that the initial greeter page, before first-time login, runs under a different group/user. As a result, it does not inherit the scale settings specified in the regular user's configuration.

@garare992
Copy link
Author

I opened this issue when i was using the pop-os alpha iso. Now I'm using Nixos and don't face this issue anymore.

@canadaduane
Copy link

FWIW, here is my configuration:

...
       [
            (
                connector: "eDP-1",
                make: "Unknown",
                model: "2399",
            ),
        ]: [
            (
                mode: ((2256, 1504), Some(59999)),
                vrr: false,
                scale: 1.0,
                transform: Normal,
                position: (0, 0),
                enabled: true,
                max_bpc: Some(12),
            ),
        ],
...

By changing scale from 1.0 to 1.5 I was able to solve the issue (on my system).

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

3 participants