Bug 319069 - Adapt windows, bars and fonts to screen resolution
Summary: Adapt windows, bars and fonts to screen resolution
Status: RESOLVED WORKSFORME
Alias: None
Product: unknown
Classification: Bugzilla Internals
Component: general (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR wishlist
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-29 14:27 UTC by soshial
Modified: 2013-09-17 19:57 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.