LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 05-23-2022, 08:03 AM   #1
kevinbenko
Member
 
Registered: Jun 2005
Location: Fargo, North Dakota
Distribution: Debian Stable {Probably forever}
Posts: 682

Rep: Reputation: 175Reputation: 175
Question What Nvidia driver works with a Ryzen 7?


{stroke in 2011, brain-damaged with BAD short term memory loss}

I run Debian, stable {Bullseye}. My processor is:
16 x AMD Ryzen 7 5800X 8-core processor.

My graphics processor is llvmpipe.

I have been trying to get a driver for my computer but it ALWAYS fails.

Can anyone give a clue?

Thank you for considering my question, and have a great day!
 
Old 05-23-2022, 09:48 AM   #2
computersavvy
Senior Member
 
Registered: Aug 2016
Posts: 3,345

Rep: Reputation: 1486Reputation: 1486Reputation: 1486Reputation: 1486Reputation: 1486Reputation: 1486Reputation: 1486Reputation: 1486Reputation: 1486Reputation: 1486
There are 2 different nvidia drivers.

The FOSS driver nouveau is included with most distros and works by default.

The proprietary Nvidia driver is available in the repo for some distros and can be installed by the package manager. It is also available for download and install directly from Nvidia at https://www.nvidia.com/en-us/drivers/unix/

AFAIK there is no restriction on which CPU is in use for those drivers, AMD or Intel, so they should both work with the ryzen 7 CPU.
 
Old 05-23-2022, 09:56 AM   #3
Timothy Miller
Moderator
 
Registered: Feb 2003
Location: Arizona, USA
Distribution: Debian, EndeavourOS, OpenSUSE, KDE Neon
Posts: 4,028
Blog Entries: 27

Rep: Reputation: 1524Reputation: 1524Reputation: 1524Reputation: 1524Reputation: 1524Reputation: 1524Reputation: 1524Reputation: 1524Reputation: 1524Reputation: 1524Reputation: 1524
Well, technically no GPU driver works with the Ryzen 7 5800x, since it doesn't have a GPU built into it. What's the GPU in the system? Nouveau, as mentioned, works passably well with most, but the newest generation often will require the proprietary drivers in order to get it working.
 
Old 05-23-2022, 11:37 AM   #4
computersavvy
Senior Member
 
Registered: Aug 2016
Posts: 3,345

Rep: Reputation: 1486Reputation: 1486Reputation: 1486Reputation: 1486Reputation: 1486Reputation: 1486Reputation: 1486Reputation: 1486Reputation: 1486Reputation: 1486
Oops, I missed this
Code:
My graphics processor is llvmpipe.
I have to assume that this means you are installing into a VM and not onto hardware. Thus the question would become about the VM container graphics processing and not a hardware question concerning the GPU or the CPU used.
 
Old 05-23-2022, 11:49 AM   #5
kevinbenko
Member
 
Registered: Jun 2005
Location: Fargo, North Dakota
Distribution: Debian Stable {Probably forever}
Posts: 682

Original Poster
Rep: Reputation: 175Reputation: 175
OK, it may be a PITA to understand/get-it-working, but you have given me some ideas.....
 
Old 05-23-2022, 01:50 PM   #6
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 23,988

Rep: Reputation: 7889Reputation: 7889Reputation: 7889Reputation: 7889Reputation: 7889Reputation: 7889Reputation: 7889Reputation: 7889Reputation: 7889Reputation: 7889Reputation: 7889
probably this helps: https://docs.mesa3d.org/drivers/llvmpipe.html
 
Old 05-25-2022, 11:14 AM   #7
kevinbenko
Member
 
Registered: Jun 2005
Location: Fargo, North Dakota
Distribution: Debian Stable {Probably forever}
Posts: 682

Original Poster
Rep: Reputation: 175Reputation: 175
Holy crap.... you just melted my brain.... thank you.
 
Old 05-26-2022, 01:24 AM   #8
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, OS/2, others
Posts: 6,417
Blog Entries: 1

Rep: Reputation: 2216Reputation: 2216Reputation: 2216Reputation: 2216Reputation: 2216Reputation: 2216Reputation: 2216Reputation: 2216Reputation: 2216Reputation: 2216Reputation: 2216
What reported to you your graphics processor is llvmpipe? It can show up in use with any brand of processor, but it's usually old with ones. What does inxi -Ga report?
 
Old 05-26-2022, 07:12 AM   #9
kevinbenko
Member
 
Registered: Jun 2005
Location: Fargo, North Dakota
Distribution: Debian Stable {Probably forever}
Posts: 682

Original Poster
Rep: Reputation: 175Reputation: 175
I mostly use KDE on all my Linux computer. I started using it when KDE with the "official" release around 1998.

It is part of my system settings, part of "System Information"

{And, yes, I just grabbed inxi}

{{inxi -Ga

Graphics: Device-1: NVIDIA vendor: Hewlett-Packard driver: N/A alternate: nouveau bus ID: 06:00.0
chip ID: 10de:2489 class ID: 0300
Display: x11 server: X.Org 1.20.11 compositor: kwin_x11 driver: loaded: nouveau,vesa
unloaded: fbdev,modesetting alternate: nv display ID: :0 screens: 1
Screen-1: 0 s-res: 1024x768 s-dpi: 96 s-size: 271x203mm (10.7x8.0") s-diag: 339mm (13.3")
Monitor-1: default res: 1024x768 hz: 76
OpenGL: renderer: llvmpipe (LLVM 11.0.1 256 bits) v: 4.5 Mesa 20.3.5 compat-v: 3.1
direct render: Yes}}

{{{Yes, I have two monitors, the second one doesn't work, could be the lack of a Nvidia graphics driver, it could also be that my current computer could support FOUR monitors, so an there are three ports to choose from, I haven't tried the fourth one yet.

This purchase was a mistake from the very beginning, I should have bought a computer from "New Egg", but I couldn't get enough information from the "customer support" as to why this computer has ONLY a 2Tb SSD drive and no HHD.}}}
 
Old 05-26-2022, 08:16 AM   #10
Timothy Miller
Moderator
 
Registered: Feb 2003
Location: Arizona, USA
Distribution: Debian, EndeavourOS, OpenSUSE, KDE Neon
Posts: 4,028
Blog Entries: 27

Rep: Reputation: 1524Reputation: 1524Reputation: 1524Reputation: 1524Reputation: 1524Reputation: 1524Reputation: 1524Reputation: 1524Reputation: 1524Reputation: 1524Reputation: 1524
So looks like from Googling that
Quote:
10de:2489 class ID: 0300
is a 3060TI. In order to have full (or even decent) functionality with the 3000 series driver, you need the Nvidia proprietary drivers. Nouveau simply doesn't have sufficient support for this new of card yet.
 
Old 05-26-2022, 08:42 AM   #11
kevinbenko
Member
 
Registered: Jun 2005
Location: Fargo, North Dakota
Distribution: Debian Stable {Probably forever}
Posts: 682

Original Poster
Rep: Reputation: 175Reputation: 175
Well..... back to the Nvidia Drivers.... I just need/needed to get the driver I needed, I stopped choosing them at random when I had to, yet again, reinstall the {darn} thing.

Since I have 14 Tb of HHD space, and since I have important backups of everything except for the packages I use, it was no problem.....
 
Old 05-26-2022, 11:25 AM   #12
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, OS/2, others
Posts: 6,417
Blog Entries: 1

Rep: Reputation: 2216Reputation: 2216Reputation: 2216Reputation: 2216Reputation: 2216Reputation: 2216Reputation: 2216Reputation: 2216Reputation: 2216Reputation: 2216Reputation: 2216
Quote:
Originally Posted by Timothy Miller View Post
Nouveau simply doesn't have sufficient support for this new of card yet.
This statement is ambiguous. There are multiple Nouveau drivers, so it isn't simple. The foundational two, device and display, are explained here. There's also a Mesa Nouveau. Unfortunately, most Linux distributions automatically install all display drivers, which too often prevents the brand agnostic newer technology (default) DIX display driver from being employed before determining whether proprietary drivers are must-have. Some installers employ some intelligence in determining whether to configure use of the default DIX display driver instead of the Nouveau DDX. For those distros without any such intelligence, removing the Nouveau display driver, whose upstream package name is xf86-video-nouveau, but goes by other names in various distros, should be attempted before that determination is made, especially now that NVidia is providing developers their long-awaited access to specifications needed for competent FOSS driver support.
 
Old 05-26-2022, 11:49 AM   #13
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, OS/2, others
Posts: 6,417
Blog Entries: 1

Rep: Reputation: 2216Reputation: 2216Reputation: 2216Reputation: 2216Reputation: 2216Reputation: 2216Reputation: 2216Reputation: 2216Reputation: 2216Reputation: 2216Reputation: 2216
Quote:
Originally Posted by kevinbenko View Post
Code:
{{inxi -Ga

Graphics:  Device-1: NVIDIA vendor: Hewlett-Packard driver: N/A alternate: nouveau bus ID: 06:00.0 
           chip ID: 10de:2489 class ID: 0300 
           Display: x11 server: X.Org 1.20.11 compositor: kwin_x11 driver: loaded: nouveau,vesa 
           unloaded: fbdev,modesetting alternate: nv display ID: :0 screens: 1 
           Screen-1: 0 s-res: 1024x768 s-dpi: 96 s-size: 271x203mm (10.7x8.0") s-diag: 339mm (13.3") 
           Monitor-1: default res: 1024x768 hz: 76 
           OpenGL: renderer: llvmpipe (LLVM 11.0.1 256 bits) v: 4.5 Mesa 20.3.5 compat-v: 3.1 
           direct render: Yes}}
The inxi kevinbenko used here appears to have been a broken older one. When the nouveau kernel driver supports the GPU, the output should resemble the following:
Code:
Graphics:
  Device-1: NVIDIA GF108 [GeForce GT 630] vendor: Gigabyte driver: nouveau
    v: kernel pcie: gen: 1 speed: 2.5 GT/s lanes: 16 ports:
    active: DVI-I-1,HDMI-A-1 empty: VGA-1 bus-ID: 01:00.0 chip-ID: 10de:0f00
    class-ID: 0300
  Display: x11 server: X.Org v: 1.21.1.3 driver: X: loaded: modesetting
    gpu: nouveau display-ID: :0 screens: 1
  Screen-1: 0 s-res: 3840x1200 s-dpi: 120 s-size: 812x254mm (31.97x10.00")
    s-diag: 851mm (33.5")
  Monitor-1: DVI-I-1 pos: primary,left model: NEC EA243WM serial: <filter>
    built: 2011 res: 1920x1200 hz: 60 dpi: 94 gamma: 1.2
    size: 519x324mm (20.43x12.76") diag: 612mm (24.1") ratio: 16:10 modes:
    max: 1920x1200 min: 640x480
  Monitor-2: HDMI-A-1 mapped: HDMI-1 pos: right model: Samsung built: 2009
    res: 1920x1080 hz: 60 dpi: 305 gamma: 1.2 size: 160x90mm (6.3x3.54")
    diag: 184mm (7.2") ratio: 16:9 modes: max: 1920x1080 min: 720x400
  OpenGL: renderer: NVC1 v: 4.3 Mesa 21.3.8 direct render: Yes
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: System76 Unveils Thelio Mira Linux PC with AMD Ryzen CPUs and NVIDIA Graphics LXer Syndicated Linux News 0 03-12-2021 07:27 PM
Linux with Ryzen 3000 and Nvidia MontgomeryDixon Linux - Newbie 12 09-18-2019 04:25 PM
LXer: Overclock your AMD Ryzen Mobile on Linux with Ryzen Controller LXer Syndicated Linux News 0 08-27-2019 06:31 PM
Ryzen 2400G iGPU randomly hangs, only SSH works Stefan42 Linux - Hardware 2 06-24-2019 04:15 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 04:44 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration