[NixOS] Set dpi for strixy-minaj
This commit is contained in:
parent
c656ebf8dc
commit
4de88f623c
20
dotfiles/config/autorandr/strixy-minaj-240hz-solo/config
Normal file
20
dotfiles/config/autorandr/strixy-minaj-240hz-solo/config
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
output DP-0
|
||||||
|
off
|
||||||
|
output DP-1
|
||||||
|
off
|
||||||
|
output HDMI-0
|
||||||
|
off
|
||||||
|
output DP-3
|
||||||
|
off
|
||||||
|
output DP-4
|
||||||
|
off
|
||||||
|
output DP-5
|
||||||
|
off
|
||||||
|
output DP-6
|
||||||
|
off
|
||||||
|
output DP-2
|
||||||
|
crtc 0
|
||||||
|
mode 2560x1600
|
||||||
|
pos 0x0
|
||||||
|
rate 240.00
|
||||||
|
x-prop-non_desktop 0
|
1
dotfiles/config/autorandr/strixy-minaj-240hz-solo/setup
Normal file
1
dotfiles/config/autorandr/strixy-minaj-240hz-solo/setup
Normal file
@ -0,0 +1 @@
|
|||||||
|
DP-2 00ffffffffffff0009e5580c0000000001210104b527187803bbc5ae503fb7250c515500000001010101010101010101010101010101c07200a0a040c8603020360084f21000001a000000fd0c30f0b1b176010a202020202020000000fe00424f452043510a202020202020000000fc004e4531383051444d2d4e4d310a029602030f00e3058080e606050195731000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000fa702079020021001d280f7409000a400680dd2a511824b249120e023554b060ec64662a1378220014ffed1185ff099f002f001f003f06c700020005002b000c27003cef00002700303b0000810015741a0000030b30f0006095107310f0000000008d00000000000000000000000000000000000000000000000000000000bc90
|
@ -22,23 +22,27 @@
|
|||||||
android-studio
|
android-studio
|
||||||
];
|
];
|
||||||
|
|
||||||
|
services.xserver.dpi = 96;
|
||||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||||
boot.initrd.availableKernelModules = [ "vmd" "xhci_pci" "thunderbolt" "nvme" "usbhid" "usb_storage" "sd_mod" ];
|
boot.initrd.availableKernelModules = [ "vmd" "xhci_pci" "thunderbolt" "nvme" "usbhid" "usb_storage" "sd_mod" ];
|
||||||
boot.initrd.kernelModules = [ ];
|
boot.initrd.kernelModules = [ ];
|
||||||
boot.kernelModules = [ "kvm-intel" ];
|
boot.kernelModules = [ "kvm-intel" ];
|
||||||
boot.extraModulePackages = [ ];
|
boot.extraModulePackages = [ ];
|
||||||
services.xserver = {
|
services.xserver = {
|
||||||
videoDrivers = [ "intel" ];
|
videoDrivers = [ "nvidia" ];
|
||||||
};
|
};
|
||||||
|
hardware.opengl = {
|
||||||
|
enable = true;
|
||||||
|
driSupport = true;
|
||||||
|
driSupport32Bit = true;
|
||||||
|
};
|
||||||
|
hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.production;
|
||||||
|
hardware.nvidia.modesetting.enable = true;
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
|
|
||||||
services.asusd.enable = true;
|
services.asusd.enable = true;
|
||||||
|
|
||||||
# hardware.opengl.extraPackages = [ pkgs.linuxPackages.nvidia_x11.out ];
|
|
||||||
# hardware.opengl.extraPackages32 = [ pkgs.linuxPackages.nvidia_x11.lib32 ];
|
|
||||||
# hardware.nvidia.modesetting.enable = true;
|
|
||||||
|
|
||||||
fileSystems."/" =
|
fileSystems."/" =
|
||||||
{ device = "/dev/disk/by-uuid/fc06a54c-cc45-423a-914b-8dfcb5939106";
|
{ device = "/dev/disk/by-uuid/fc06a54c-cc45-423a-914b-8dfcb5939106";
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
|
Loading…
Reference in New Issue
Block a user