Compare commits
2 commits
04da6e0f5c
...
c0f9f545de
Author | SHA1 | Date | |
---|---|---|---|
Antoine Martin | c0f9f545de | ||
Antoine Martin | c8ef03c40c |
|
@ -172,21 +172,18 @@
|
||||||
config = {
|
config = {
|
||||||
"eDP-1" = {
|
"eDP-1" = {
|
||||||
enable = true;
|
enable = true;
|
||||||
crtc = 1;
|
|
||||||
primary = false;
|
primary = false;
|
||||||
position = "0x120";
|
position = "0x120";
|
||||||
mode = "1920x1080";
|
mode = "1920x1080";
|
||||||
};
|
};
|
||||||
"DP-3" = {
|
"DP-3" = {
|
||||||
enable = true;
|
enable = true;
|
||||||
crtc = 0;
|
|
||||||
primary = true;
|
primary = true;
|
||||||
position = "1920x0";
|
position = "1920x0";
|
||||||
mode = "1920x1200";
|
mode = "1920x1200";
|
||||||
};
|
};
|
||||||
"DP-4" = {
|
"DP-4" = {
|
||||||
enable = true;
|
enable = true;
|
||||||
crtc = 2;
|
|
||||||
primary = false;
|
primary = false;
|
||||||
position = "3840x0";
|
position = "3840x0";
|
||||||
mode = "1920x1200";
|
mode = "1920x1200";
|
||||||
|
|
Loading…
Reference in a new issue