gaming: match monitor by DP-3 connector name (desc: never applied)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
313887eb4d
commit
cf224d7f4a
1 changed files with 4 additions and 5 deletions
|
|
@ -87,12 +87,11 @@
|
|||
};
|
||||
|
||||
home-manager.users.fred = { ... }: {
|
||||
# Match by description, not connector name: the DRM connector has
|
||||
# drifted between DP-2/DP-3 depending on which port / cable state the
|
||||
# GPU enumerated, which silently dropped this rule and fell back to the
|
||||
# EDID-preferred 60Hz. The description is stable across port renames.
|
||||
# Connector drifted DP-2 -> DP-3 after an HDMI detour; desc: matching
|
||||
# parsed fine (configerrors ok) but never actually applied the mode,
|
||||
# whereas plain connector-name matching is proven to hold 180Hz here.
|
||||
wayland.windowManager.hyprland.settings.monitor = [{
|
||||
output = "desc:GIGA-BYTE TECHNOLOGY CO. LTD. G34WQCP 25272B000088";
|
||||
output = "DP-3";
|
||||
mode = "3440x1440@180";
|
||||
position = "0x0";
|
||||
scale = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue