xf86-video-intel のバージョンアップで xorg.conf の解像度が手元の環境で適用されなくなった。
2.99.917.20181203_1 から 2.99.917.909,1 へのバージョンアップ。
どうも x11-drivers/xf86-video-intel の "Add hyphen to output names for consistency with modesetting(4x)" っぽい。
下で解決。
# diff -u xorg.conf-old xorg.conf-new
--- xorg.conf-old 2020-08-30 12:36:26.967201000 +0900
+++ xorg.conf-new 2020-08-30 12:36:56.358729000 +0900
@@ -59,7 +59,7 @@
EndSection
Section "Monitor"
- Identifier "HDMI2"
+ Identifier "HDMI-2"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
@@ -71,7 +71,7 @@
Section "Screen"
Identifier "Screen0"
Device "Card0"
- Monitor "HDMI2"
+ Monitor "HDMI-2"
DefaultDepth 24
SubSection "Display"
Depth 24