-
Notifications
You must be signed in to change notification settings - Fork 0
Description
(RTX 4070, Arch Linux. The TV is in Game Mode, connected over a normal HDMI<-->HDMI 48 Gbit HDMI 2.1a cable.)
I have entered 3840, 2160 and 144 into the 3 fields (suggestion: the 3 fields should be auto-filled with the current values). There is no other custom .conf file in /etc/X11/xorg.conf.d/, except the default 00-keyboard.conf.
When I press the Apply Configuration button, I get:
Failed to apply configuration: /tmp/linux_cru_19091/apply_config.sh: mkinitcpio: command not found. I indeed use dracut instead.
But the /etc/X11/xorg.conf.d/10-custom-modes.conf gets created:
Section "Monitor"
Identifier "HDMI-0"
Option "PreferredMode" "3840x2160_144"
Modeline "3840x2160_144" 1251.70 3840 3878 3926 4002 2160 2161 2162 2172 -HSync +VSync
Option "ExactModeTimingsDVI" "True"
Option "ModeValidation" "AllowNonEdidModes,NoMaxPClkCheck,NoEdidMaxPClkCheck,NoMaxSizeCheck,NoHorizSyncCheck,NoVertRefreshCheck"
Option "IgnoreEDID" "True"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "HDMI-0"
Option "AllowIndirectGLXProtocol" "off"
Option "TripleBuffer" "on"
EndSection
After restart, when I press the middle button on the TV's remote, it displays 120p, not 144.
Edit: I see that under the Display setting there is a 144 Hz option now, but when I select it, the screen stays black.