aboutsummaryrefslogtreecommitdiff
path: root/tests/modules/programs/autorandr
diff options
context:
space:
mode:
authorDany Marcoux <dmarcoux@posteo.de>2020-05-29 12:56:14 +0200
committerRobert Helgesson <robert@rycee.net>2020-06-09 23:15:44 +0200
commitc378c1cbcd405de8415c6be9d3fa15d50c0ed6ad (patch)
tree3b0c163db21345020284ae0985d7223e0bcf2ad6 /tests/modules/programs/autorandr
parent89be0943e1be695dbffb00b48b16b0af72e7693b (diff)
autorandr: add crtc option
This option was missing. It is generated by autorandr when executing `autorandr --save my_profile`. Fixes #1024 PR #1283
Diffstat (limited to 'tests/modules/programs/autorandr')
-rw-r--r--tests/modules/programs/autorandr/basic-configuration.conf1
-rw-r--r--tests/modules/programs/autorandr/basic-configuration.nix1
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/modules/programs/autorandr/basic-configuration.conf b/tests/modules/programs/autorandr/basic-configuration.conf
index 980d4d7181e..681574cf204 100644
--- a/tests/modules/programs/autorandr/basic-configuration.conf
+++ b/tests/modules/programs/autorandr/basic-configuration.conf
@@ -3,6 +3,7 @@ off
output DP2
pos 0x0
+crtc 0
primary
mode 1920x1080
transform 0.600000,0.000000,0.000000,0.000000,0.600000,0.000000,0.000000,0.000000,1.000000
diff --git a/tests/modules/programs/autorandr/basic-configuration.nix b/tests/modules/programs/autorandr/basic-configuration.nix
index 852094c03fa..190511016fe 100644
--- a/tests/modules/programs/autorandr/basic-configuration.nix
+++ b/tests/modules/programs/autorandr/basic-configuration.nix
@@ -13,6 +13,7 @@
config = {
DP1.enable = false;
DP2 = {
+ crtc = 0;
primary = true;
position = "0x0";
mode = "1920x1080";