[Industry News] 反思:Evernight Vista 操作系统质量
Tofloor
poster avatar
怪力熊玩Fedora
deepin
2026-08-08 19:29
Author

我注意到了Evernight Vista操作系统下载量(例如SourceForge)逐渐降低,我认为很大程度上是因为它不足以像Linux Mint那样适合新手(例如NVidia驱动安装),也许是其他原因导致Evernight Vista操作系统下载量逐渐降低,下一个主要版本45.0开始,我决定加入nvidia驱动图形安装器、图形化软件源换源配置等,如果有其他新功能建议可以在评论区打出来

Reply Favorite View the author
All Replies
4 / 6
To page
avatar
WangZhongyun
deepin
2026-08-12 23:12
#61
怪力熊玩Fedora

我们已经推送修复包,输入:sudo dnf up evernight-vista-repos --refresh --disablerepo=evernight-vista -y

执行之后似乎已修复源成功

Reply View the author
avatar
怪力熊玩Fedora
deepin
2026-08-12 23:35
#62
WangZhongyun

执行之后似乎已修复源成功

是的,然后你可以安装nvidia 470驱动了

Reply View the author
avatar
WangZhongyun
deepin
2026-08-13 00:18
#63
怪力熊玩Fedora

是的,然后你可以安装nvidia 470驱动了

从系统里选择一键安装安装470驱动,完了重启终端命令:

nvidia-smi
NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.

Reply View the author
avatar
WangZhongyun
deepin
2026-08-13 00:21
#64

sudo dnf in xorg-x11-drv-nvidia-470xx-cuda akmod-nvidia-470xx kernel-evernight-devel akmods-evernight -y
[sudo] wzr 的密码:
仓库更新和加载中:
仓库加载完成。
软件包「xorg-x11-drv-nvidia-470xx-cuda-3:470.256.02-5.fc44.x86_64」已安装。
软件包「akmod-nvidia-470xx-3:470.256.02-18.fc44.x86_64」已安装。
软件包「kernel-evernight-devel-7.1.8-kairiki.fc44.x86_64」已安装。
软件包「akmods-evernight-44-2.fc44.noarch」已安装。

无需任何处理。

Reply View the author
avatar
WangZhongyun
deepin
2026-08-13 00:31
#65

从系统里一键安装安全启动的470驱动也是一样

Reply View the author
avatar
怪力熊玩Fedora
deepin
2026-08-13 07:09
#66
WangZhongyun

从系统里一键安装安全启动的470驱动也是一样

nvidia-smi查一下

Reply View the author
avatar
WangZhongyun
deepin
2026-08-13 07:25
#67
怪力熊玩Fedora

nvidia-smi查一下

nvidia-smi
NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.

Reply View the author
avatar
WangZhongyun
deepin
2026-08-13 07:38
#68

图片.png

Reply View the author
avatar
怪力熊玩Fedora
deepin
2026-08-13 08:18
#69
WangZhongyun

nvidia-smi
NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.

mokutil --sb-state我查一下,然后sudo modprobe nvidia看一下

Reply View the author
avatar
WangZhongyun
deepin
2026-08-13 08:42
#70
怪力熊玩Fedora

mokutil --sb-state我查一下,然后sudo modprobe nvidia看一下

mokutil --sb-state
EFI variables are not supported on this system

Reply View the author
avatar
WangZhongyun
deepin
2026-08-13 08:43
#71
怪力熊玩Fedora

mokutil --sb-state我查一下,然后sudo modprobe nvidia看一下

modprobe: ERROR: could not insert 'nvidia': No such device

Reply View the author
avatar
怪力熊玩Fedora
deepin
2026-08-13 09:45
#72
WangZhongyun

modprobe: ERROR: could not insert 'nvidia': No such device

你的驱动不支持这个N卡,sudo dnf rm "nvidia*",然后sudo dnf in akmod-nvidia-390xx kernel-evernight-devel xorg-x11-drv-nvidia-390xx-cuda

Reply View the author
avatar
WangZhongyun
deepin
2026-08-13 12:17
#73
怪力熊玩Fedora

你的驱动不支持这个N卡,sudo dnf rm "nvidia*",然后sudo dnf in akmod-nvidia-390xx kernel-evernight-devel xorg-x11-drv-nvidia-390xx-cuda

我的Deepin25 6.6内核加Debian12源后安装470驱动是正常的。这里我试试你这个

Reply View the author
avatar
WangZhongyun
deepin
2026-08-13 12:30
#74
怪力熊玩Fedora

你的驱动不支持这个N卡,sudo dnf rm "nvidia*",然后sudo dnf in akmod-nvidia-390xx kernel-evernight-devel xorg-x11-drv-nvidia-390xx-cuda

执行你这些命令后,再终端命令

nvidia-smi
NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.

Reply View the author
avatar
WangZhongyun
deepin
2026-08-13 12:48
#75
WangZhongyun

执行你这些命令后,再终端命令

nvidia-smi
NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.

重启进入系统黑屏,进入tty2后卸载驱动再重启才能进入桌面

Reply View the author
avatar
怪力熊玩Fedora
deepin
2026-08-13 12:52
#76
WangZhongyun

重启进入系统黑屏,进入tty2后卸载驱动再重启才能进入桌面

唯一的方法是安装x11,sudo dnf in plasma-workspace-x11

Reply View the author
avatar
怪力熊玩Fedora
deepin
2026-08-13 13:00
#77
怪力熊玩Fedora

唯一的方法是安装x11,sudo dnf in plasma-workspace-x11

或者添加内核参数 nano /etc/modprobed.d/nvidia-drm.conf,添加:options modeset=1 nvidia_drm。保存即可

Reply View the author
avatar
WangZhongyun
deepin
2026-08-13 17:37
#78

更新后QQ也不能登录,空白的没有二维码等登录窗口

Reply View the author
avatar
WangZhongyun
deepin
2026-08-13 17:40
#79
怪力熊玩Fedora

或者添加内核参数 nano /etc/modprobed.d/nvidia-drm.conf,添加:options modeset=1 nvidia_drm。保存即可

从系统里执行一键安装470驱动后,

图片.png

Reply View the author
avatar
怪力熊玩Fedora
deepin
2026-08-13 17:43
#80
WangZhongyun

从系统里执行一键安装470驱动后,

图片.png

sudo mkdir -p /etc/modprobe.d

sudo nano /etc/modprobe.d/nvidia-drm.conf

Reply View the author
4 / 6
To page