christian1
(Christian Bueno)
June 14, 2021, 9:11pm
1
I filed a bug about blender and nouveau
in bugzilla red hat, the problem is when you want to run blender
, nouveau crash and blender can’t run.
The problem is fixed using xorg-x11-drv-nvidia-390xx
nvidia drivers from rpmfusion.
Currenlty i am using xorg-x11-drv-nvidia-390xx
and not nouveau
.
https://bugzilla.redhat.com/show_bug.cgi?id=1964069
Now there is an “update” in updates-testing repository.
They ask me to run the following command
sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2021-95e340dc3d
And check if the issue gets resolved
I am in the same pc , is my only work pc, and for the moment i don’t want to reinstall the system in the worst case.
Any suggestion about the secure way to proceed.
Is there a way to go back, after that?
2 Likes
glb
(Gregory Lee Bartholomew)
June 14, 2021, 10:36pm
2
You might be interested in the “if you aren’t using snapper” section of the following post.
https://discussion.fedoraproject.org/t/rollback-btrfs-root-snapshot/72074/3
I haven’t tried the above personally, but Chris states that he does it frequently in the post.
1 Like
ozeszty
(ozeszty)
June 15, 2021, 1:46am
3
That update is safe to install, it’s already been pushed to stable repository (and doesn’t touch system components), so you can just install it with dnf update
.
https://bodhi.fedoraproject.org/updates/FEDORA-2021-95e340dc3d
To check whether it fixed issue with nouveau, you’ll have to remove nvidia driver following RPMFusion howto instructions, reboot and run blender.
Removing nvidia blob should be safe and straightforward, but having a backup (or snapshot) is always smart - especially for mission critical computer.
2 Likes
christian1
(Christian Bueno)
June 15, 2021, 4:47am
4
Community can see this for more information on How to test updates
https://fedoraproject.org/wiki/QA:Updates_Testing
ok I was confused , thought that the command means and upgrade of all the system.
Thinks the advisory flag
--advisory=FEDORA-2021-d2964a512a
indicate the packages that needs to be updates.
1 Like
alternatively, you can run sudo dnf update --enablerepo=updates-testing blender
, and only blender or whatever package you specify is being updated to the version available in updates-testing.
1 Like