Announcement

Collapse
No announcement yet.

owner driver

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    owner driver

    when I open the driver manager I get the message that my computer needs proprietary drivers but no one appears in the list to install someone knows how to solve

    #2
    you can , in a konsole do ,,

    Code:
    ubuntu-drivers devices
    you will get a list somewhat like this ,,

    Code:
    vinny@vinny-Bonobo-Extreme:~$ ubuntu-drivers devices
    == /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0 ==
    vendor   : NVIDIA Corporation
    modalias : pci:v000010DEd0000119Asv00001558sd00000376bc03sc00i00
    model    : GK104M [GeForce GTX 860M]
    driver   : nvidia-340 - third-party free
    driver   : xserver-xorg-video-nouveau - distro free builtin
    driver   : nvidia-396 - third-party free [COLOR=#ff0000]recommended[/COLOR]
    driver   : nvidia-390 - third-party free
    driver   : nvidia-384 - distro non-free
    if you want to install the "recommended" one then do

    Code:
    sudo ubuntu-drivers autoinstall
    OR as for the one that was "recommended" in this example you can use the package manager and do .

    Code:
    sudo apt-get install nvidia-396
    or

    Code:
    sudo apt install nvidia-396
    VINNY
    i7 4core HT 8MB L3 2.9GHz
    16GB RAM
    Nvidia GTX 860M 4GB RAM 1152 cuda cores

    Comment


      #3
      thanks for the reply but, no list of drivers appeared, video card is amd

      Comment


        #4
        What model?
        The next brick house on the left
        Intel i7 11th Gen | 16GB | 1TB | KDE Plasma 5.24.7 | Kubuntu 22.04.4 | 6.5.0-28-generic


        Comment


          #5
          VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Thames [Radeon HD 7550M/7570M/7650M]

          Comment


            #6
            As far as I can see, that video card no longer has proprietary drivers, so the open source driver you are already using is your only choice. This is not necessarily a bad thing, as AMD/Ati actually help create those free drivers.

            I do not know why you see a message saying you need drivers, perhaps it sees that you have AMD, so it prompts, then while it checks, it finds none. The driver Manager probably should say "hey, I didn't find anything, you are all set to go!" or something.

            Comment


              #7
              OK thank you

              Comment

              Working...
              X