Bug 319069

Summary: Adapt windows, bars and fonts to screen resolution
Product: unknown Reporter: soshial <soshial>
Component: generalAssignee: Unassigned bugs mailing-list <unassigned-bugs>
Status: RESOLVED WORKSFORME    
Severity: wishlist CC: cfeck, soshial
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description soshial 2013-04-29 14:27:22 UTC
The system should automatically compute the DPI of the screen and increase the size of fonts to represent real size of those.

It would be very convenient if there is an option to tweak increasing/decreasing volume of window elements like it is in Windows: http://youtu.be/ZF9ebvZh_Q0

Reproducible: Always
Comment 1 Christoph Feck 2013-04-30 02:39:41 UTC
> The system should automatically compute the DPI of the screen

This should be done by the video driver automatically. Please run this in Konsole:

xdpyinfo | grep inch

and check if it matches your screen's actual DPI. If not, please report a bug to https://bugs.freedesktop.org/

DPI scaling for text (in case of broken drivers) is possible using System Settings > Application Appearance > Fonts > Force fonts DPI.
Comment 2 soshial 2013-04-30 11:15:39 UTC
My resolution is 1920x1080 pixels.

1. According to http://members.ping.de/~sven/dpi.html I do have 19941 PPIĀ² (pixels per square inch)
2. According to xdpyinfo, I do have 1920x1080 pixels (501x281 millimeters) and 97x98 dots per inch.

Seems like 97x98 = 9506 dots per inch, which is twice as less than 19941. Do I reason correctly?
Comment 3 soshial 2013-09-17 19:57:49 UTC
Please, close this bug.