Re: [PULL 1/2] Arithmetic error in EDID generation fixed

2020-03-05 Thread Stefan Weil
Am 02.03.20 um 10:18 schrieb Gerd Hoffmann: > From: "Anton V. Boyarshinov" > > 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 >

[PULL 1/2] Arithmetic error in EDID generation fixed

2020-03-02 Thread Gerd Hoffmann
From: "Anton V. Boyarshinov" 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 Message-id: 20200226122054.366b9cda@table.localdomain Signed-of