Autorandr: odin nvidia and crtr
This commit is contained in:
parent
6e466d3457
commit
dfe70000b6
1 changed files with 16 additions and 28 deletions
|
|
@ -27,7 +27,6 @@
|
||||||
"eDP-1-1" = {
|
"eDP-1-1" = {
|
||||||
inherit (dell-laptop) mode dpi;
|
inherit (dell-laptop) mode dpi;
|
||||||
primary = true;
|
primary = true;
|
||||||
crtc = 0;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
@ -38,7 +37,6 @@
|
||||||
"eDP1" = {
|
"eDP1" = {
|
||||||
inherit (dell-laptop) mode dpi;
|
inherit (dell-laptop) mode dpi;
|
||||||
primary = true;
|
primary = true;
|
||||||
crtc = 0;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
@ -51,12 +49,10 @@
|
||||||
config = {
|
config = {
|
||||||
"DP1-2" = {
|
"DP1-2" = {
|
||||||
inherit (schermo_lab_dp) mode dpi;
|
inherit (schermo_lab_dp) mode dpi;
|
||||||
crtc = 0;
|
|
||||||
primary = true;
|
primary = true;
|
||||||
};
|
};
|
||||||
"eDP1" = {
|
"eDP1" = {
|
||||||
inherit (dell-laptop) mode dpi;
|
inherit (dell-laptop) mode dpi;
|
||||||
crtc = 1;
|
|
||||||
position = "0x1080";
|
position = "0x1080";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
@ -70,12 +66,10 @@
|
||||||
config = {
|
config = {
|
||||||
"DP-1-1-2" = {
|
"DP-1-1-2" = {
|
||||||
inherit (schermo_lab_dp) mode dpi;
|
inherit (schermo_lab_dp) mode dpi;
|
||||||
crtc = 0;
|
|
||||||
primary = true;
|
primary = true;
|
||||||
};
|
};
|
||||||
"eDP-1-1" = {
|
"eDP-1-1" = {
|
||||||
inherit (dell-laptop) mode dpi;
|
inherit (dell-laptop) mode dpi;
|
||||||
crtc = 1;
|
|
||||||
position = "0x1080";
|
position = "0x1080";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
@ -89,35 +83,31 @@
|
||||||
config = {
|
config = {
|
||||||
"DP1" = {
|
"DP1" = {
|
||||||
inherit (lab_screen) mode dpi;
|
inherit (lab_screen) mode dpi;
|
||||||
crtc = 0;
|
|
||||||
primary = true;
|
primary = true;
|
||||||
};
|
};
|
||||||
"eDP1" = {
|
"eDP1" = {
|
||||||
inherit (dell-laptop) mode dpi;
|
inherit (dell-laptop) mode dpi;
|
||||||
crtc = 1;
|
|
||||||
position = "320x1440";
|
position = "320x1440";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# odin-nvidia-lab-screen = {
|
odin-nvidia-lab-screen = {
|
||||||
# fingerprint = {
|
fingerprint = {
|
||||||
# "DP-1-1" = nuovo_schermo_lab.fingerprint;
|
"DP-1-1" = lab_screen.fingerprint;
|
||||||
# "eDP-1-1" = dell-laptop.fingerprint;
|
"eDP-1-1" = dell-laptop.fingerprint;
|
||||||
# };
|
};
|
||||||
# config = {
|
config = {
|
||||||
# "DP-1-1" = {
|
"DP-1-1" = {
|
||||||
# inherit (nuovo_schermo_lab) mode dpi;
|
inherit (lab_screen) mode dpi;
|
||||||
# crtc = 0;
|
primary = true;
|
||||||
# primary = true;
|
};
|
||||||
# };
|
"eDP-1-1" = {
|
||||||
# "eDP-1-1" = {
|
inherit (dell-laptop) mode dpi;
|
||||||
# inherit (dell-laptop) mode dpi;
|
position = "320x1440";
|
||||||
# crtc = 1;
|
};
|
||||||
# position = "320x1440";
|
};
|
||||||
# };
|
};
|
||||||
# };
|
|
||||||
# };
|
|
||||||
|
|
||||||
thor-default = {
|
thor-default = {
|
||||||
fingerprint = {
|
fingerprint = {
|
||||||
|
|
@ -128,14 +118,12 @@
|
||||||
};
|
};
|
||||||
config = {
|
config = {
|
||||||
"DP-2" = {
|
"DP-2" = {
|
||||||
crtc = 0;
|
|
||||||
mode = "2560x1440";
|
mode = "2560x1440";
|
||||||
position = "1080x162";
|
position = "1080x162";
|
||||||
primary = true;
|
primary = true;
|
||||||
dpi = 96;
|
dpi = 96;
|
||||||
};
|
};
|
||||||
"HDMI-0" = {
|
"HDMI-0" = {
|
||||||
crtc = 1;
|
|
||||||
mode = "1920x1080";
|
mode = "1920x1080";
|
||||||
position = "0x0";
|
position = "0x0";
|
||||||
rotate = "right";
|
rotate = "right";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue