So I’m duel booting
windows 10 on my 1tb ssd and ubuntu on my extra 500gb ssd. I’m using the latest version of ubuntu desktop. LTS 24.04.3.
My issue is I can’t for the life of me install the drivers for my 770. It takes nvidia 470 driver but it fails every time no matter what I do. Windows 10 ended support and I’m not going to 11. I read something about downgrading the kernal and I don’t know what to do. Maybe I should use a different Linux OS than ubuntu for my 770?
Hello majikninja - Welcome to Ubuntu Discourse
It is simple to install the proprietary driver; but first some background info - so we know we are on a firm foundatuon.
Open a terminal from your desktop with the key combo ctl+alt+t
here run terminal commands:
and paste these outputs back here - between code tags to maintain the formatting - highlight the long text and then use Ctrl+E to wrap with code tags.
From these we know the Nvidia components, the hardware and what the kernel thinks for available drivers.
Then we can direct to system to install the driver it thinks best suited.
majikninja@majikninja-MS-7850:~$ sudo ubuntu-drivers install
[sudo] password for majikninja:
udevadm hwdb is deprecated. Use systemd-hwdb instead.
udevadm hwdb is deprecated. Use systemd-hwdb instead.
All the available drivers are already installed.
majikninja@majikninja-MS-7850:~$
Driver fails to work when in go to software updater and then go the additional drivers. I select 470(proprietary,tested) Fails.
Not a viable option - running an UNsecure operating system in today’s environment. Unk huh.
We can get through this. But be aware I have not run Nvidia graphics in some time, was not aware of the depreciation. In any evnet can not hurt a thing to see what results with running:
then we can address editing that file to be compliant. As you are comfortable pasteing content to this thread - hey, editing a file will be a walk in the park.