Arch Linux - モニターは決して眠らない

Arch Linux - モニターは決して眠らない

検索してみると、正反対の問題を解決したい人だけが見つかりました。

私はArch Linuxを実行しており、ウィンドウマネージャとしてi3を使用しています。画面ロックを処理するためにi3-lockを使用しています。画面をロックできますが、モニターがスリープ状態にならず、i3-lock の空の画面が永久に表示されます。

[関連]出力は次のとおりですxset q

DPMS (Display Power Management Signaling):
  Standby: 300    Suspend: 300    Off: 1800
  DPMS is Enabled
  Monitor is On

これは dpms 設定を宣言する i3config の一部です。

 exec --no-startup-id xset dpms 300 300 1800
 exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork

私はAMD 6950XTを使用しており、以下は(関連)出力ですlspci -v

01:00.0 PCI bridge: Advanced Micro Devices, Inc. [AMD/ATI] Navi 10 XL Upstream Port of PCI Express Switch (rev c0) (prog-if 00 [Normal decode])
    Flags: bus master, fast devsel, latency 0, IRQ 16
    Memory at b0600000 (32-bit, non-prefetchable) [size=16K]
    Bus: primary=01, secondary=02, subordinate=03, sec-latency=0
    I/O behind bridge: 4000-4fff [size=4K] [16-bit]
    Memory behind bridge: b0300000-b05fffff [size=3M] [32-bit]
    Prefetchable memory behind bridge: a0000000-b01fffff [size=258M] [32-bit]
    Capabilities: <access denied>
    Kernel driver in use: pcieport

02:00.0 PCI bridge: Advanced Micro Devices, Inc. [AMD/ATI] Navi 10 XL Downstream Port of PCI Express Switch (prog-if 00 [Normal decode])
    Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Navi 10 XL Downstream Port of PCI Express Switch
    Flags: bus master, fast devsel, latency 0, IRQ 125
    Bus: primary=02, secondary=03, subordinate=03, sec-latency=0
    I/O behind bridge: 4000-4fff [size=4K] [16-bit]
    Memory behind bridge: b0300000-b05fffff [size=3M] [32-bit]
    Prefetchable memory behind bridge: a0000000-b01fffff [size=258M] [32-bit]
    Capabilities: <access denied>
    Kernel driver in use: pcieport

03:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Navi 21 [Radeon RX 6950 XT] (rev c0) (prog-if 00 [VGA controller])
    Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Navi 21 [Radeon RX 6950 XT]
    Flags: bus master, fast devsel, latency 0, IRQ 179
    Memory at a0000000 (64-bit, prefetchable) [size=256M]
    Memory at b0000000 (64-bit, prefetchable) [size=2M]
    I/O ports at 4000 [size=256]
    Memory at b0400000 (32-bit, non-prefetchable) [size=1M]
    Expansion ROM at b0500000 [disabled] [size=128K]
    Capabilities: <access denied>
    Kernel driver in use: amdgpu
    Kernel modules: amdgpu

03:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Navi 21/23 HDMI/DP Audio Controller
    Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Navi 21/23 HDMI/DP Audio Controller
    Flags: bus master, fast devsel, latency 0, IRQ 199
    Memory at b0524000 (32-bit, non-prefetchable) [size=16K]
    Capabilities: <access denied>
    Kernel driver in use: snd_hda_intel
    Kernel modules: snd_hda_intel

03:00.2 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] Device 73a6 (prog-if 30 [XHCI])
    Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Device 73a6
    Flags: bus master, fast devsel, latency 0, IRQ 18
    Memory at b0300000 (64-bit, non-prefetchable) [size=1M]
    Capabilities: <access denied>
    Kernel driver in use: xhci_hcd
    Kernel modules: xhci_pci

03:00.3 Serial bus controller: Advanced Micro Devices, Inc. [AMD/ATI] Navi 21 USB
    Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Navi 21 USB
    Flags: bus master, fast devsel, latency 0, IRQ 127
    Memory at b0520000 (64-bit, non-prefetchable) [size=16K]
    Capabilities: <access denied>
    Kernel driver in use: i2c-designware-pci

モニターが実際にdpms設定に従うようにするにはどうすればよいですか?モニターは年中無休でオンになっており、通常モニターの電源を切ったりオンにしたりするのが面倒です。

ベストアンサー1

おすすめ記事