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

HiDPI/4K screen support #77

Open
hellocatfood opened this issue Oct 13, 2023 · 3 comments
Open

HiDPI/4K screen support #77

hellocatfood opened this issue Oct 13, 2023 · 3 comments

Comments

@hellocatfood
Copy link

I'm running 0.6.6 on Ubuntu 23.04 on a Dell XPS 15 machine with a 3840 x 2600 screen. When I open Mosaic the interface and all of the menus are small and almost unreadable.

Screenshot from 2023-10-12 22-53-58

Can support be added for high resolution screens?

@d3cod3
Copy link
Owner

d3cod3 commented Oct 13, 2023

Hi, i'm testing some stuff for now, imgui still have some quirks with this issue...

could you please test this app:

HiDPI-test.zip

and send me a screenshot?

Is just an empty OF app container with GLFW calls to obtain info about screen resolution scaling

For example, this is my result:

Screenshot from 2023-10-13 18-09-04

It's an appimage, just open it and the window will appear

@RKelln
Copy link

RKelln commented Oct 13, 2023

On my ubuntu 22.04 laptop with 2256x1504:

image

Monitor content scale: 1.25
Pixel scale: 1

Note: I have Gnome Large text accessibility on (to help with various text too small issues);

Here is with it off:

image
Monitor content scale: 1
Pixel scale: 1

Font size is large in both cases. I generally run with no scaling and Large Text as that seems to work best for most apps.

Here is with fraction 125% scaling and no large text:

image
Monitor content scale: 2
Pixel scale: 1

Ran into some problems installing the latest Mosiac so can't provide a screenshot of Mosiac atm and unfortunately my 4k monitor just died so can't test that. :/

@d3cod3
Copy link
Owner

d3cod3 commented Oct 13, 2023

Thanks for the info, i'll write an empty app with an imgui menu, to simulate the Mosaic menu, with some code to fix the HiDPI stuff, then i'll share it here for you to test it, and everyone with 4k + monitors, and with the results i'll publish a new Mosaic release with this issue fixed!

Soon the testing app...

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