Archived
0
0
Fork 0

remove autorandr (moved to wayland)

This commit is contained in:
Daryl Ronningen 2023-01-20 23:36:03 -08:00
parent 877ca312c1
commit e56efd0ad4
Signed by: Daryl Ronningen
GPG key ID: FD23F0C934A5EC6B
3 changed files with 1 additions and 24 deletions

View file

@ -7,26 +7,4 @@
libvdpau-va-gl
intel-media-driver
];
services.autorandr = {
enable = true;
profiles = {
laptop = {
fingerprint = {
eDP-1 = "00ffffffffffff0009e55f0900000000171d0104a51c137803de50a3544c99260f505400000001010101010101010101010101010101115cd01881e02d50302036001dbe1000001aa749d01881e02d50302036001dbe1000001a000000fe00424f452043510a202020202020000000fe004e4531333546424d2d4e34310a00fb";
};
config = {
eDP-1 = {
enable = true;
primary = true;
position = "0x0";
mode = "2256x1504";
crtc = 0;
rate = "60.00";
transform = [[1.500000 0.000000 0.000000] [0.000000 1.500000 0.000000] [0.000000 0.000000 1.000000]];
};
};
};
};
};
}

View file

@ -4,7 +4,7 @@
desktopManager.gnome.enable = true;
displayManager.gdm = {
enable = true;
wayland = false;
#wayland = false;
};
};
gnome = {

View file

@ -1,7 +1,6 @@
{pkgs, ...}: {
services.xserver = {
enable = true;
autorun = true;
excludePackages = [pkgs.xterm];
};