HDR モニターのサポート
このページは、Linux における HDR モニターサポートの現状を紹介するガイドとなります。どのような課題があるのかをより理解するために、この記事の動画 [1] をご覧ください。
HDR のサポートはまだ Wayland にマージされておらず、そのため、ほとんどのディスプレイサーバーにもまだ実装されていません。
X.org は HDR をサポートする予定はありません[2]。
現在の進捗状況は以下の通り:
- KDE Plasma 6.0 introduced experimental HDR support for Wayland session. See KDE#HDR for launch options required to use HDR.
- Wayland (および Wayland クライアント): HDR メタデータをディスプレイに渡すためのサポートはありません。https://gitlab.freedesktop.org/wayland/weston/-/issues/467 と https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/14 を参照してください。
- DRM クライアントは HDR メタデータを直接渡すことができますが、これは通常のユーザースペースクライアントからは利用できず、専用のソフトウェアのみが利用可能です。
- COSMIC developers have promised HDR support in the initial stable release.
- Hyprland will likely support HDR when it is merged in wlroots [3].
- Wlroots, "Add HDR signalling" MR.
- GNOME has HDR support in progress [4]
必要条件
- HDR 対応ディスプレイを使用します。
- HDR capable graphics driver: AMDGPU and NVIDIA (550.54.14+) are confirmed to work.
- サポートしているカーネル:
- 公式サポートカーネル - linux または linux-zen.
- linux-neptune-65AUR - the kernel from SteamOS. Supports multiplane HDR scanout for AMD GPUs, which greatly improves display latency and VRR stability by displaying HDR content without compositing. It has been tested to work well with RX 6000 series of desktop GPUs.
- A supported display server, see #Configuration
- A game, video player, or browser with HDR support
- Games: List of games supporting HDR.
- Video players: mpv, maybe more, help expand this list!
- Web browsers: No web browsers support HDR on Linux at this time.
- A supported compatibility layer if playing Windows games: Wine or Steam Proton.
- DXVK (2.1+) or VKD3D-Proton (2.8+), depending on DirectX version used by the game.