1
HiMedia Q5/Q10 4K3D / Re: Browser and picture resolution
« on: May 11, 2016, 07:09:13 PM »
Thanks.
In Dolphin reported resolution is 1920x1080 and in browsing is clear more resolution than Chrome.
An interesting solution is in Mozilla: https://support.mozilla.org/ro/questions/981038
http://dev.jeffersonscher.com/resolution.html
The script should show the "effective" screen resolution along with the device pixel ratio, yielding the true screen resolution.
Assuming the device pixel ratio is closer to 3 than to 1, you can try editing a hidden setting to see whether it improves things.
Open a new tab, and type or paste about:config in the address bar and tap the Enter key on the keyboard. You may want to bookmark this page for future tweaking.
In the search box, type css and then tap the Enter key on the keyboard.
When you find layout.css.devPixelsPerPx tap the Modify button and change the value to 1.0 (typically, you just need to delete the - sign). Tap the OK button.
After that my screen resolution is still 1920x1080 (true screen resolution)
In Dolphin reported resolution is 1920x1080 and in browsing is clear more resolution than Chrome.
An interesting solution is in Mozilla: https://support.mozilla.org/ro/questions/981038
http://dev.jeffersonscher.com/resolution.html
The script should show the "effective" screen resolution along with the device pixel ratio, yielding the true screen resolution.
Assuming the device pixel ratio is closer to 3 than to 1, you can try editing a hidden setting to see whether it improves things.
Open a new tab, and type or paste about:config in the address bar and tap the Enter key on the keyboard. You may want to bookmark this page for future tweaking.
In the search box, type css and then tap the Enter key on the keyboard.
When you find layout.css.devPixelsPerPx tap the Modify button and change the value to 1.0 (typically, you just need to delete the - sign). Tap the OK button.
After that my screen resolution is still 1920x1080 (true screen resolution)