matthiasblaesing commented on issue #1415: Post-install appearance of NetBeans on Linux with high dpi display is awful URL: https://github.com/apache/netbeans/pull/1415#issuecomment-519960614 The LAF in the screenshot is the default LAF (Metal) - I removed the testuser dir and called `ant tryme`. The referenced git outputs: ``` matthias@athena:~/tmp$ java -cp . ComputedFontSizeTester CURRENT DISPLAY MODE: 1920x1080 LARGEST DISPLAY MODE: 1920x1080 TOOLKIT REPORTS DPI 96 SCREEN DIAGONAL IN INCHES: 15 SCREEN SIZE IN INCHES: 20" x 11,2" find best size with AffineTransform[[1.0, 0.0, 0.0], [0.0, 1.0, 0.0]] and heuristic font size 18 @ 96 DPI 10 chars @ 18pt = 130px - iteration 0 10 chars @ 17pt = 130px - iteration 1 10 chars @ 16pt = 110px - iteration 2 10 chars @ 15pt = 90px - iteration 3 Computed target font size 15 TARGET: 15 matthias@athena:~/tmp$ ``` This was run on a dual-head setup - primary screen (and the only one reported above) is a notebook display. The resolution is correct, the physical size: diagonal: 39,5cm (15.55 inch) width: 34,5cm (13,58 inch) height: 19,5cm (7,68inch)
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
