diff --git a/config/neoteric/config.nix b/config/neoteric/config.nix index 6fa368f82b7e804f4887b8e7926fe1a8aef7a8f9..4459f8e88f703ba1b8de0afc50d8b733aadbe09d 100644 --- a/config/neoteric/config.nix +++ b/config/neoteric/config.nix @@ -11,7 +11,7 @@ config.screens.primary_pos = "0 0 res 2560x1600"; config.screens.secondary = "DP-3"; config.screens.secondary_orientation = "normal"; - config.screens.secondary_pos = "0 1080 res 2560x734"; + config.screens.secondary_pos = "0 1600 res 3840x1100"; config.screens.has_secondary = true; config.swaybar.font_size = 11.0; diff --git a/config/neoteric/default.nix b/config/neoteric/default.nix index da9648be6610cbad9af5bf833a568bbfa6f54745..38e36bb3696013261359f9e0de3694e322091869 100644 --- a/config/neoteric/default.nix +++ b/config/neoteric/default.nix @@ -17,7 +17,8 @@ boot.initrd.kernelModules = [ "dm-snapshot" "vfat" "nls_cp437" "nls_iso8859-1" "usbhid" ]; boot.kernelModules = [ "kvm-amd" "v4l2loopback" ]; boot.extraModulePackages = with pkgs; [ config.boot.kernelPackages.v4l2loopback.out ]; - boot.kernelParams = [ "nomodeset" ]; + #boot.kernelParams = [ "nomodeset" ]; + boot.kernelParams = [ "amdgpu.sg_display=0" ]; # Setup keyfile boot.initrd.secrets = {