0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

MSI MPG 274URF QD の DPMS のバグ (?) を迂回する

Last updated at Posted at 2025-02-02

4Kディスプレイの MSI MPG 274URF QD には DPMS にバグ (?) があるようですが、迂回する方法を見つけたのでここに記しておきます。なおPC本体との接続は HDMI1 で行っています。

まずディスプレイのボタンを押してOSDメニューを出して、「設定」→「電源ボタン」という謎オプションを「スタンバイ」に設定してください。これを設定しないとDPMSでディスプレイをoffにしたあとonにできないようです。

ディスプレイをoffにするには以下で行います。

ddccontrol -r 0xd6 -w 4 dev:/dev/i2c-4

ディスプレイをonにするには以下で行います。これは誤記ではなく書き込む値は 1 (DPM On) や 0 (?) ではダメで 2 (DPMS Standby) でないと復帰できないようです…。

ddccontrol -r 0xd6 -w 2 dev:/dev/i2c-4
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?