Bug 1530

Summary: NEWT MonitorDevice/Mode: Unify default (fallback) handling across driver
Product: [JogAmp] Newt Reporter: Sven Gothel <sgothel>
Component: coreAssignee: Sven Gothel <sgothel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P4    
Version: 2.6.0   
Hardware: All   
OS: all   
Type: FEATURE SCM Refs:
9635c194e421752a0d8c163f0cc9335421f8dd56 a4b6868120a9fa6ab4dfda78a3409e0a74aab651
Workaround: ---

Description Sven Gothel 2025-08-27 10:59:23 CEST
Default monitor properties: 1920x1080 32bpp @ 60Hz, size 421x237 mm, dpi 93.60 x 93.62
- Pixel size of via property `newt.monitor.pxwidth` and `newt.monitor.pxheight`
- Refresh rate via property `newt.monitor.refresh`
- Bits per pixel via property `newt.monitor.bpp`
- Display size in millimeter via property `newt.monitor.mmwidth`
    
The defaults are being used either if value could not be retrieved by the driver
or if they are overridden via properties.
    
This change concludes commit d5b29814f2a48a9d6ac2c0e355adf81dec71cb89
Comment 1 Sven Gothel 2025-08-27 10:59:54 CEST
commit 9635c194e421752a0d8c163f0cc9335421f8dd56 implements as described