Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • mutter mutter
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 1.2k
    • Issues 1.2k
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 125
    • Merge requests 125
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOMEGNOME
  • muttermutter
  • Merge requests
  • !2879

Experimental development tool for HDR modes

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Sebastian Wick requested to merge swick/mutter:hdr-experimental into main Mar 02, 2023
  • Overview 58
  • Commits 12
  • Pipelines 12
  • Changes 19

This MR makes it possible to turn on PQ + Rec2020 on displays which support it with a bit of js magic in lg:

global.compositor.backend.get_monitor_manager().experimental_hdr = 'on'
global.compositor.backend.get_monitor_manager().experimental_hdr = 'off'

In a future MR the string should contain the TF, Colorspace and HDR metadata instead of just an on/off switch for PQ + Rec2020. This is only intended to experiment with HDR modes and displays.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: hdr-experimental