Autorandr: update definitions
This commit is contained in:
parent
cf0153c6c7
commit
eb40d6b06b
1 changed files with 20 additions and 1 deletions
|
|
@ -38,7 +38,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
odin-intel-laboratorio-dock-dell_dp = {
|
||||
odin-intel-lab-dock = {
|
||||
fingerprint = {
|
||||
"DP1-2" = schermo_lab_dp.fingerprint;
|
||||
"eDP1" = dell-laptop.fingerprint;
|
||||
|
|
@ -57,6 +57,25 @@
|
|||
};
|
||||
};
|
||||
|
||||
odin-nvidia-lab-dock = {
|
||||
fingerprint = {
|
||||
"DP-1-1-2" = schermo_lab_dp.fingerprint;
|
||||
"eDP-1-1" = dell-laptop.fingerprint;
|
||||
};
|
||||
config = {
|
||||
"DP-1-1-2" = {
|
||||
inherit (schermo_lab_dp) mode dpi;
|
||||
crtc = 0;
|
||||
primary = true;
|
||||
};
|
||||
"eDP-1-1" = {
|
||||
inherit (dell-laptop) mode dpi;
|
||||
crtc = 1;
|
||||
position = "0x1080";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
thor-default = {
|
||||
fingerprint = {
|
||||
"DP-2" =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue