From 001cfe4e9fa06f77ae9f6f17de25491dfbbf7edc Mon Sep 17 00:00:00 2001 From: Fabio Scotto di Santolo Date: Thu, 26 Mar 2026 22:20:39 +0100 Subject: [PATCH] Add autorandr profile for ikaros display setup --- ansible/inventory/host_vars/ikaros.yml | 5 ++++ dotfiles/ikaros/.config/autorandr/solo/config | 28 +++++++++++++++++++ dotfiles/ikaros/.config/autorandr/solo/setup | 1 + dotfiles/ikaros/.gitkeep | 0 4 files changed, 34 insertions(+) create mode 100644 dotfiles/ikaros/.config/autorandr/solo/config create mode 100644 dotfiles/ikaros/.config/autorandr/solo/setup delete mode 100644 dotfiles/ikaros/.gitkeep diff --git a/ansible/inventory/host_vars/ikaros.yml b/ansible/inventory/host_vars/ikaros.yml index fe90742..36fe3f2 100644 --- a/ansible/inventory/host_vars/ikaros.yml +++ b/ansible/inventory/host_vars/ikaros.yml @@ -8,4 +8,9 @@ host_packages: - mesa-vaapi - xf86-video-amdgpu +host_dotfiles: + - src: .config/autorandr/ + dest: .config/autorandr/ + mode: preserve + host_enabled_services: [] diff --git a/dotfiles/ikaros/.config/autorandr/solo/config b/dotfiles/ikaros/.config/autorandr/solo/config new file mode 100644 index 0000000..e6ccdae --- /dev/null +++ b/dotfiles/ikaros/.config/autorandr/solo/config @@ -0,0 +1,28 @@ +output HDMI-A-0 +off +output DisplayPort-0 +off +output DisplayPort-1 +off +output DisplayPort-2 +off +output DisplayPort-3 +off +output DisplayPort-4 +off +output DisplayPort-5 +off +output HDMI-A-1 +crtc 0 +mode 3440x1440 +pos 0x0 +primary +rate 99.99 +x-prop-colorspace Default +x-prop-max_bpc 16 +x-prop-non_desktop 0 +x-prop-scaling_mode None +x-prop-tearfree auto +x-prop-underscan off +x-prop-underscan_hborder 0 +x-prop-underscan_vborder 0 diff --git a/dotfiles/ikaros/.config/autorandr/solo/setup b/dotfiles/ikaros/.config/autorandr/solo/setup new file mode 100644 index 0000000..d4c42b4 --- /dev/null +++ b/dotfiles/ikaros/.config/autorandr/solo/setup @@ -0,0 +1 @@ +HDMI-A-1 00ffffffffffff0061a9443400000000101e0103805021782a64f5ad5049a322135054adcf00714f81c0814081809500a9c0b300d1c0216870a0d0a02950302035001d4e3100001a000000fd0030791eaa3c000a202020202020000000fc004d69204d6f6e69746f720a2020000000ffd03030303030303030303030303001ae020335f14c010203040590111213141f3f23090707830100006a030c001000383c20000067d85dc40178c003681a000001013079ed40d070a0d0a02950584045001d4e3100001ea348b86861a03250304035001d4e3100001ef57c70a0d0a02950302035001d4e3100001a565e00a0a0a02950302035001d4d3100001a000038 diff --git a/dotfiles/ikaros/.gitkeep b/dotfiles/ikaros/.gitkeep deleted file mode 100644 index e69de29..0000000