Pictures and text blurry on second screen
-
Hi everyone,
I'm facing a big issue. I am working on Mac with Retina display on which a second screen is plugged in.
When running my app on the retina display, everything is well displayed but when switching to the second screen, text are blurry ( mainly due to drop shadows ) and images are weirdly scaled ( edges are not smoothed ).Does anyone have an idea on the subject ?
-
Hi,
What combo of Qt/OS X are you using ?
Do you mean that you get that issue when moving your application from the first to the second screen ?
-
Ok so Qt is in 5.1, OSX in 10.9.
Res of Mac Screen : 1920x1200
Res of 2nd Screen : 2560 * 1440App is launch on the 2ndScreen and it happens when I move it back to the Mac screen. So it launches with blurry text and everything and gets better once moved onto the Mac Screen.
-
[quote author="MaxL" date="1392828347"]Res of Mac Screen : 1920x1200
Res of 2nd Screen : 2560 * 1440[/quote]
seebq. If the screens have got different resolutions then the QML scaling is probably based on your app launch screens-resolution which causes the displacement and the blurry text.
Could you please downscale the resolution of your second screen to 1920x1080 and try if it works properly now?
-
Yep, looks like QT is taking the core-resolution of your second screen so your application is based on 2560 * 1440, because of the downscaling it looks on the second screen like on your first screen. You could try to overscale your first monitor to 2560 * 1440. It maybe will be a bit smaller and not as sharp as on the second monitor, but the blurry effect should be gone.
Tell me if it worked so far.
-
it is possible to set a custom resolution in your graphics-card settings.
For Nvidia it would be:NVIDIA Systemcontrol
Display
Change resolution
Adjust
Create custom resolution
But be carefull! You may have to reset your graphics-card driver or your nvidia display settings if you did something wrong.
-
Might be related to "this":https://bugreports.qt-project.org/browse/QTBUG-33069
-
[quote author="SGaist" date="1392838184"]Might be related to "this":https://bugreports.qt-project.org/browse/QTBUG-33069[/quote]
I'm not sure if it's a bug of the retina display due to the fact that there was no difference bewteen 19201080 retina and downscaled 19201080 second display.