commit | cd8fef8d4b2dfeadc68ffb4d741ab23e9e13dad1 | [log] [tgz] |
---|---|---|
author | Anton V. Boyarshinov <boyarsh@altlinux.org> | Wed Feb 26 15:20:54 2020 +0300 |
committer | Gerd Hoffmann <kraxel@redhat.com> | Mon Mar 02 08:20:30 2020 +0100 |
tree | 09956f00c4a6edc0f5252ce98765a0bb52620077 | |
parent | e0175b71638cf4398903c0d25f93fe62e0606389 [diff] |
Arithmetic error in EDID generation fixed To calculate screen size in centimeters we should calculate: pixels/dpi*2.54 but not pixels*dpi/2540 Using wrong formula we actually get 65 DPI and very small fonts. Signed-off-by: Anton V. Boyarshinov <boyarsh@altlinux.org> Message-id: 20200226122054.366b9cda@table.localdomain Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>