diff options
author | lassulus <git@lassul.us> | 2023-09-04 12:28:53 +0200 |
---|---|---|
committer | lassulus <git@lassul.us> | 2023-09-04 12:28:53 +0200 |
commit | 73eb150756608ee0c04dbf69a177d9ac021f8f9f (patch) | |
tree | 84267de42bc272f67003c678f10998fe0363f210 | |
parent | 047c8e84b1b809f334b15e70c34897a9f64450a6 (diff) |
l aergia.r: add docked1_hack atuorandr config due to broken usb-c out
-rw-r--r-- | lass/1systems/aergia/config.nix | 19 |
1 files changed, 19 insertions, 0 deletions
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"; + }; + }; + }; }; }; } |