-
-
Notifications
You must be signed in to change notification settings - Fork 12
Description
I would like to suggest a change to the process for installing gpu drivers.
With my AMD GPU I ran into the same problem as described in #94. After running the ffmpeg install feature of DaVinci Helper that problem went away.
I took a look at the source code and saw that there is a add_repository() method for enabling the rpmfusion free and non-free repositories in utility.py. This method gets called before installing ffmpeg but not before installing GPU drivers.
It would be a lot less confusing if the add_repository() method was called before installing GPU drivers, so that the order of doing things in the UI didn't matter.
The current state of the app is already pretty amazing. It is so helpful for me and I am looking forward to the flutter rewrite and anything that comes in the future!