Skip to content

Commit

Permalink
feat(boar): add boar-movie screens config
Browse files Browse the repository at this point in the history
  • Loading branch information
workflow committed Oct 27, 2024
1 parent 743fa87 commit b1239fc
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions home/autorandr.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ in {
boar)
DPI=144
;;
boar-movie)
DPI=144
;;
single)
DPI=96
;;
Expand Down Expand Up @@ -156,6 +159,33 @@ in {
};
};
};
"boar-movie" = {
fingerprint = {
DisplayPort-1 = "00ffffffffffff001e6dbd77b4d1030003220104c5462778f9ee55ac5240b0240e5054210900d1c06140454081c001010101010101014dd000a0f0703e803020350055502100001a000000fd0c3090505086010a202020202020000000fc004c4720554c545241474541522b000000ff003430334e544a4a37433239320a025702032e71230f070783474000453f10040301e2006ae305c000e60605016666546d1a0000020530900004683a683a09ec00a0a0a067503020350055502100001a5a8780a070384d403020350055502100001a0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004e701279030001000c5217200d000f700890784ebb0f000aa4140e0e070123000000030128d4080284ff0e9f0007801f006f0899008b0007006f4f0104ff0e9f0007801f006f0862005400070000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000005490";
HDMI-A-0 = "00ffffffffffff001e6d5d5c6a76050003220103803c2278ea84d5ad5243af240c5054210800d1c061400101010101010101010101014dd000a0f0703e803020350058542100001a000000fd00323c1e873c000a202020202020000000fc004c4720554c54524146494e450a000000ff003430334e54445641483939340a012302034b7123090707830100004d01030410121f202261605f5e5d6d030c001000b83c20006001020367d85dc401788003e30f0003e2006ae305c000e6060501606050681a00000101283c00565e00a0a0a029503020350058542100001a023a801871382d40582c450058542100001a0000000000000000000000000000000086";
HDMI-A-1 = "00ffffffffffff001e6d5d5c6c76050003220103803c2278ea84d5ad5243af240c5054210800d1c061400101010101010101010101014dd000a0f0703e803020350058542100001a000000fd00323c1e873c000a202020202020000000fc004c4720554c54524146494e450a000000ff003430334e54455041483939360a012402034b7123090707830100004d01030410121f202261605f5e5d6d030c001000b83c20006001020367d85dc401788003e30f0003e2006ae305c000e6060501606050681a00000101283c00565e00a0a0a029503020350058542100001a023a801871382d40582c450058542100001a0000000000000000000000000000000086";
};
config = {
HDMI-A-1 = {
enable = true;
dpi = 144;
mode = "3840x2160";
position = "0x0";
rate = "60.00";
};
DisplayPort-1 = {
enable = true;
primary = true;
dpi = 144;
mode = "3840x2160";
position = "3840x0";
rate = "144.05";
};
HDMI-A-0 = {
enable = false;
};
};
};

"flexbox-caparica" = {
fingerprint = {
Expand Down

0 comments on commit b1239fc

Please sign in to comment.