super close. Added all the available attribtes that I saw, but some need some input refining. I'm in the process of making a single function for all kscreen applications to go through but something is wrong and it's late.

This commit is contained in:
2025-12-06 02:20:26 -07:00
parent bc15980ba5
commit e92be07078
2 changed files with 117 additions and 35 deletions

View File

@@ -1,30 +1,29 @@
# All Kscreen Doctor attributes
- [x] primary
- [ ] priority
- [x] priority
- [x] enable
- [x] disable
- [x] mode
- [x] position
- [x] scale
- [x] orientation / rotation
- [ ] overscan (0-100)
- [ ] vrrpolicy (never / always / automatic)
- [ ] rgbrange (automatic / full / limited)
- [ ] hdr (enable / disable / toggle)
- [ ] sdr-brightness (50-10000)
- [ ] wcg (enable / disable / toggle)
- [ ] iccprofile (path)
- [x] overscan (0-100)
- [x] vrrpolicy (never / always / automatic)
- [x] rgbrange (automatic / full / limited)
- [x] hdr (enable / disable / toggle)
- [x] sdr-brightness (50-10000)
- [x] wcg (enable / disable / toggle)
- [x] iccprofile (path)
- [ ] sdrGamut (0-100)
- [ ] maxBrightnessOverride (disable / int)
- [ ] maxAverageBrightnessOverride (disable / int)
- [ ] minBrightnessOverride (disable / int)
- [ ] colorProfileSource (sRBG / ICC / EDID)
- [ ] brightness (0-100)
- [x] brightness (0-100)
- [ ] colorPowerTradeoff (preferEfficiency / preferAccuracy)
- [ ] dimming (0-100)
- [ ] mirror ( none / output )
- [ ] ddcCi (allow / disallow)
- [ ] maxbpc (automatic / 6-16)
- [x] mirror ( none / output )
- [x] ddcCi (allow / disallow)
- [x] maxbpc (automatic / 6-16)
- [ ] edrPolicy (never / always)
- [ ] sharpness (0 - 100)