「HDR モニターのサポート」の版間の差分

提供: ArchWiki
ナビゲーションに移動 検索に移動
(記事を更新)
26行目: 26行目:
 
* [[GNOME]] has HDR support in progress [https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2356]
 
* [[GNOME]] has HDR support in progress [https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2356]
   
  +
== 必要条件 ==
== HDR ゲームサポート ==
 
   
  +
* HDR 対応ディスプレイを使用します。
現在、Wayland でも X11 でも HDR を完全にサポートする API を提供していないため、ゲームもそれらで正確な HDR コンテンツを表示することはできません。Valve のスチームコンポジタ gamescope では、実験的な HDR サポートを提供しています。Valve のスチームクライアントが HDR 対応の gamescope を通じて動作する様子を試してみるためには、以下の手順 [https://www.reddit.com/r/linux_gaming/comments/10m2gyx/guide_alpha_test_hdr_on_linux/] を参照してください:
 
  +
* HDR capable graphics driver: [[AMDGPU]] and [[NVIDIA]] (550.54.14+) are confirmed to work.
 
  +
* サポートしているカーネル:
# HDR 対応ディスプレイを使用します。
 
  +
** [[カーネル#公式サポートカーネル|公式サポートカーネル]] - {{Pkg|linux}} または {{Pkg|linux-zen}}.
# AMD の GPU を使用します。現在、HDR は [[AMDGPU]] でのみサポートされています。
 
  +
** {{AUR|linux-neptune-65}} - the kernel from [[Wikipedia:SteamOS|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.
# [[DXVK]] バージョン 2.1 以降を使用します。
 
  +
* A supported display server, see [[#Configuration]]
# [https://github.com/HansKristian-Work/vkd3d-proton/releases VKD3D-Proton] バージョン 2.8 以降を使用します。
 
  +
* A game, video player, or browser with HDR support
# proton experimental または proton GE バージョン 44 以上を使用します。どちらも十分な DXVK と VKD3D のバージョンがパッケージに含まれています。
 
  +
** Games: [https://www.pcgamingwiki.com/wiki/List_of_games_that_support_high_dynamic_range_display_(HDR) List of games supporting HDR].
# {{aur|gamescope-git}} をインストールします。
 
  +
** Video players: {{Pkg|mpv}}, maybe more, help expand this list!
# [https://www.reddit.com/r/linux_gaming/comments/10m2gyx/guide_alpha_test_hdr_on_linux/] で説明されているように、{{aur|gamescope-session-git}} のパッチ適用バージョンを使用します。このパッチは、設定ファイル {{ic|/usr/share/gamescope-session/gamescope-session-script}} を変更して、gamescope と dxvk が HDR を有効にするための指示を含めるようにします。DXVK に対しては [[環境変数]] {{ic|<nowiki>DXVK_HDR=1</nowiki>}} を設定し、gamescope に対しては引数 {{ic|--hdr-enabled}} を渡します。設定ファイルの変更を手動で適用したい場合は、[https://github.com/PikaOS-Linux/pkgs-baseos/blob/main/gamescope-session/gamescope-session/debian/patches/0001-update-to-work-on-nobara-with-hdr.patch こちらのパッチ] のすべての変更を複製します。
 
  +
** Web browsers: No web browsers support HDR on Linux at this time.
# あなたのスチームライブラリを開き、ツールでフィルタリングし、'''steam linux runtime soldier''' を右クリックしてプロパティを開き、BETAS をクリックし、"client_beta" を選択します。
 
  +
* A supported compatibility layer if playing Windows games: [[Wine]] or [[Steam#Proton Steam-Play|Steam Proton]].
# [https://gitlab.freedesktop.org/JoshuaAshton/linux-hdr/-/tree/josh-hdr-colorimetry/ Josh Ashton Kernel Patches] を含む Linux カーネルを使用します。詳細については [[カーネル/コンパイル/伝統的な方法]]を参照してください。
 
  +
** [[DXVK]] (2.1+) or [[Wine#VKD3D-Proton|VKD3D-Proton]] (2.8+), depending on DirectX version used by the game. {{Tip|Use either Proton 8.0, Experimental, or Proton GE 44+. All come packaged with sufficient DXVK and VKD3D versions.}}
 
これで全ての設定が完了しました。新しい tty を開くために Ctrl+Alt+F2 を押し、ログインして {{bc|$ gamescope-session}} を実行します。これにより、HDR での [https://github.com/ChimeraOS/gamescope-session スタンドアロンなスチームセッション] が開始されます。ネットワーキングが機能しない場合は、[[NetworkManager]] をインストールして有効にすることで修正できます。
 
   
 
{{TranslationStatus|HDR monitor support|2023/05/10|776031}}
 
{{TranslationStatus|HDR monitor support|2023/05/10|776031}}

2024年6月16日 (日) 15:57時点における版

関連記事

このページは、Linux における HDR モニターサポートの現状を紹介するガイドとなります。どのような課題があるのかをより理解するために、この記事の動画 [1] をご覧ください。

HDR のサポートはまだ Wayland にマージされておらず、そのため、ほとんどのディスプレイサーバーにもまだ実装されていません。

X.org は HDR をサポートする予定はありません[2]

現在の進捗状況は以下の通り:

必要条件

  • HDR 対応ディスプレイを使用します。
  • HDR capable graphics driver: AMDGPU and NVIDIA (550.54.14+) are confirmed to work.
  • サポートしているカーネル:
  • 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.
      ヒント: Use either Proton 8.0, Experimental, or Proton GE 44+. All come packaged with sufficient DXVK and VKD3D versions.
翻訳ステータス: このページは en:HDR monitor support の翻訳バージョンです。最後の翻訳日は 2023/05/10 です。もし英語版に 変更 があれば、翻訳の同期を手伝うことができます。