!KEJUbONnoBpiYKGWEq:nixos.org

NixOS Gaming

711 Members
Gaming things, my hands are typing words.180 Servers

Load older messages


SenderMessageTime
8 Jun 2021
@natanlao:matrix.orgNatan Lao (Specifically, hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.legacy_390;) 23:03:56
@jonringer:matrix.orgjonringerwhat card do you have?23:19:17
@natanlao:matrix.orgNatan Laoi have a wheezing GTX 560 Ti23:19:37
@natanlao:matrix.orgNatan Lao

i'm just about to open an issue, this is the relevant lspci output:

$ nix-shell -p pciutils --run "lspci -k | grep -EA3 'VGA|3D|Display'"
07:00.0 VGA compatible controller: NVIDIA Corporation GF114 [GeForce GTX 560 Ti] (rev a1)
	Subsystem: Gigabyte Technology Co., Ltd Device 3515
	Kernel driver in use: nouveau
	Kernel modules: nvidiafb, nouveau, nvidia_drm, nvidia
23:20:03
@jonringer:matrix.orgjonringer you probably want. services.xserver.videoDriver = [ "nvidiaLegacy390" ]; 23:22:21
@natanlao:matrix.orgNatan LaoYeah, that used to work but is now deprecated on 21.0523:22:35
@jonringer:matrix.orgjonringerdeprecated with error, or deprecated with warning?23:22:51
@natanlao:matrix.orgNatan LaoDeprecated with error23:22:57
@natanlao:matrix.orgNatan Lao Actually, I tried videoDrivers and not videoDriver, let me double check 23:23:11
@hexa:lossy.networkhexawhat error?23:23:24
@jonringer:matrix.orgjonringeroh, I mistyped23:23:23
@jonringer:matrix.orgjonringer * you probably want. services.xserver.videoDrivers = [ "nvidiaLegacy390" ]; 23:23:30
@natanlao:matrix.orgNatan Laoah yeah, no dice unfortunately23:23:54
@natanlao:matrix.orgNatan Lao error: Selecting an nvidia driver has been modified for NixOS 19.03. The version is now set using hardware.nvidia.package. 23:23:56
@natanlao:matrix.orgNatan Lao * error: Selecting an nvidia driver has been modified for NixOS 19.03. The version is now set using `hardware.nvidia.package`. 23:24:01
@hexa:lossy.networkhexaand setting that doesn't work?23:24:22
@natanlao:matrix.orgNatan Laounfortunately not; i do get the nouveau drivers but not the unfree drivers23:24:43
@hexa:lossy.networkhexa hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.legacy390; 23:25:11
@natanlao:matrix.orgNatan Lao I have that line exactly except s/legacy390/legacy_390 23:25:40
@jonringer:matrix.orgjonringer I think you also need services.xserver.videoDrivers = [ "nvidiaLegacy390" ]; 23:25:56
@ahdyt:matrix.orgahdytI use offloading for legacy390 vga and works great23:26:01
@jonringer:matrix.orgjonringerotherwise you would get the default list, which has the nouveau23:26:09
@ahdyt:matrix.orgahdyt
In reply to @jonringer:matrix.org
I think you also need services.xserver.videoDrivers = [ "nvidiaLegacy390" ];
No
23:26:13
@jonringer:matrix.orgjonringer * I think you also need services.xserver.videoDrivers = [ "nvidia" ]; 23:26:33
@ahdyt:matrix.orgahdytIf you set nvidialegacy390 the compiler will yell that you have to set it at hardware.nvidia.packafe23:26:42
@jonringer:matrix.orgjonringersorry, I mean to just have "nvidia"23:26:42
@ahdyt:matrix.orgahdyt* If you set nvidialegacy390 the compiler will yell that you have to set it at hardware.nvidia.packGe23:26:49
@ahdyt:matrix.orgahdytYeah that's right23:26:53
@ahdyt:matrix.orgahdyt* If you set nvidialegacy390 the compiler will yell that you have to set it at hardware.nvidia.package23:26:58
@jonringer:matrix.orgjonringer * sorry, I meant to just have "nvidia"23:27:04

Show newer messages


Back to Room ListRoom Version: 6