From 73eb150756608ee0c04dbf69a177d9ac021f8f9f Mon Sep 17 00:00:00 2001 From: lassulus Date: Mon, 4 Sep 2023 12:28:53 +0200 Subject: l aergia.r: add docked1_hack atuorandr config due to broken usb-c out --- lass/1systems/aergia/config.nix | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'lass') diff --git a/lass/1systems/aergia/config.nix b/lass/1systems/aergia/config.nix index 618938ce8..9b7409bcc 100644 --- a/lass/1systems/aergia/config.nix +++ b/lass/1systems/aergia/config.nix @@ -101,6 +101,25 @@ }; }; }; + docked1_hack = { + fingerprint = { + eDP = config.services.autorandr.profiles.default.fingerprint.eDP; + HDMI-A-0 = "00ffffffffffff0010ac31d14c3346300f20010380462878ea26f5af4f46a5240f5054a54b00714f8140818081c081009500b300d1c0565e00a0a0a0295030203500b9882100001a000000ff00444342375847330a2020202020000000fc0044454c4c204733323233440a20000000fd0030901ee63c000a20202020202001db020346f14d030212110113042f141f05103f2309070783010000e200ea67030c001000383c67d85dc4017888006d1a0000020b3090e607622c622ce305c000e606050162622c40e7006aa0a0675008209804b9882100001a6fc200a0a0a05550302035001d4e3100001a000000000000000000000000000000000000000000fc"; + }; + config = { + HDMI-A-0 = { + enable = true; + primary = true; + position = "0x0"; + mode = "2560x1440"; + rate = "165.08"; + }; + eDP = config.services.autorandr.profiles.default.config.eDP // { + primary = false; + position = "640x1440"; + }; + }; + }; }; }; } -- cgit v1.2.3