Compare commits
	
		
			No commits in common. "d33e276dd34675d181d262c70c14bd5738e5d2f3" and "2048c12baa3ce10433ad3d53c17f9eaf063abda4" have entirely different histories.
		
	
	
		
			d33e276dd3
			...
			2048c12baa
		
	
		
| @ -10,8 +10,7 @@ | |||||||
|       ./nvidia.nix |       ./nvidia.nix | ||||||
|       ./acer-monitor-edid.nix |       ./acer-monitor-edid.nix | ||||||
|     ]; |     ]; | ||||||
|   #boot.kernelPackages = pkgs.linuxPackages_latest; |   boot.kernelPackages = pkgs.linuxPackages_latest; | ||||||
|   boot.kernelPackages = pkgs.linuxKernel.packages.linux_xanmod_latest; |  | ||||||
|   boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "nvme" "usbhid" "usb_storage" "sd_mod" ]; |   boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "nvme" "usbhid" "usb_storage" "sd_mod" ]; | ||||||
|   boot.kernelModules = [ "kvm-amd" ]; |   boot.kernelModules = [ "kvm-amd" ]; | ||||||
|   boot.blacklistedKernelModules = [ ]; |   boot.blacklistedKernelModules = [ ]; | ||||||
|  | |||||||
| @ -10,11 +10,11 @@ | |||||||
|   # Load nvidia driver for Xorg and Wayland |   # Load nvidia driver for Xorg and Wayland | ||||||
|   # boot.extraModulePackages = [ config.boot.kernelPackages.nvidia_x11 ]; |   # boot.extraModulePackages = [ config.boot.kernelPackages.nvidia_x11 ]; | ||||||
|   # boot.extraModulePackages = [ config.boot.kernelPackages.nvidia_x11_production ]; |   # boot.extraModulePackages = [ config.boot.kernelPackages.nvidia_x11_production ]; | ||||||
|   boot.extraModulePackages = [ config.boot.kernelPackages.nvidia_x11_beta ]; |   boot.extraModulePackages = [ config.boot.kernelPackages.nvidia_x11 ]; | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
|   boot.kernelParams = [ |   boot.kernelParams = [ | ||||||
|    "nvidia-drm.fbdev=1" |    "nvidia-drm.fbdev=0" | ||||||
|    "nvidia-drm.modeset=1" |    "nvidia-drm.modeset=1" | ||||||
|   #  "nvidia_drm.modeset=1" |   #  "nvidia_drm.modeset=1" | ||||||
|   ]; |   ]; | ||||||
| @ -64,7 +64,7 @@ | |||||||
|     nvidiaSettings = true; |     nvidiaSettings = true; | ||||||
| 
 | 
 | ||||||
|     # Optionally, you may need to select the appropriate driver version for your specific GPU. |     # Optionally, you may need to select the appropriate driver version for your specific GPU. | ||||||
|     package = config.boot.kernelPackages.nvidiaPackages.beta; |     package = config.boot.kernelPackages.nvidiaPackages.stable; | ||||||
|     # package = config.boot.kernelPackages.nvidiaPackages.production; |     # package = config.boot.kernelPackages.nvidiaPackages.production; | ||||||
| 
 | 
 | ||||||
|   }; |   }; | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user