[SOLVED with solution...] !!!! Nvidia GP107 a 10 series card driver problem

Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
User avatar
Arctic-Prospector
Level 2
Level 2
Posts: 52
Joined: Sat Jan 06, 2018 9:56 am

[SOLVED with solution...] !!!! Nvidia GP107 a 10 series card driver problem

Post by Arctic-Prospector »

Code: Select all

Credit goes to  ajgringo619, and thru him, catweazel.

SAimplicity is the essence of elegant, Plus the fact
I'm lazy.
now I have a decent mint 19 machine.

disk partitioning - I can help you with.

for linux mint 19 install onto

a ASUS Prime X399-A motherboard with a threadripper 2290WX cpu
and two NVIDIA GP107 [GeForce GTX 1050] with 2 gigs video ram
used only one video card to install with.

installed the latest bios for the motherboard.
set motherboard bios to factory defaults
          2 exceptions set time and date
                       set num lock off at boot
==============================================================

            Linux video cludge between ==== lines

after motherboard bios boot
 "esc" once
linux boot menu options appears
"e" (for edit mode)

add nomodeset after quiet splash - make sure
you do not overwrite anything, and needs a space
before and after nomodeset

F10 to save changes and continue the boot.
==============================================================
Install Mint 19
at the requested reboot, 
repeat the Linux video cludge as above

then as per other posts in here to add nomodeset into grub file.
arctic@Ripper64:~$ sudo nano /etc/default/grub
[sudo] password for arctic: 
arctic@Ripper64:~$ sudo update-grub  <<<<----does not work here...

/usr/sbin/grub-mkconfig: 10: /etc/default/grub: nomodeset: not found
arctic@Ripper64:~$

Now I deal with my needed video drivers.
my 2 video cards are as below
arctic@Ripper64:~$ inxi  -SMCGx

Graphics:  Card: NVIDIA GP107 [GeForce GTX 1050]     bus-ID: 41:00.0
Display Server: x11 (X.Org 1.19.6 )   drivers: fbdev,nouveau (unloaded: modesetting,vesa)
Resolution: 800x600@75.00hz   OpenGL: renderer: llvmpipe (LLVM 6.0, 128 bits)
version: 3.3 Mesa 18.0.0-rc5 Direct Render: Yes

Use these commands to remove any Nvidia driver files:

sudo apt purge *nvidia* && sudo apt autoremove
reboot or Logout/ Login. 
Use this command and post the output:

inxi -SMCGx

sudo add-apt-repository ppa:graphics-drivers/ppa  &&  sudo apt-get update  <-from add'l repositories

apt search nvidia | grep 410    <-- only needed to see additional sources

sudo apt install nvidia-driver-410 nvidia-prime nvidia-dkms-410 nvidia-settings

have not used
sudo apt-get install *nvidia*



my working fstab
# /etc/fstab: static file system information
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
#/swapfile                              none            swap    sw                0       0
#above was line after UUID=DB6A-2776 etc  <--this removes swap from m2 ssd
#
#
# <file system>                                           <mount point>                <type>  <options>       <dump>  <pass>
# / was on /dev/nvme0n1p2 during installation
UUID=750a3294-a3a1-4977-b4d5-d78414efbd9e   /                                 ext4    errors=remount-ro  0       1
# /boot/efi was on /dev/nvme0n1p1 during installation
UUID=DB6A-2776                                             /boot/efi                        vfat    umask=0077            0       1
PARTLABEL="Old System"                         /home/arctic/oldsystem         ext4    errors=remount-ro   0       2
LABEL="Seti-Data-2"                                            /var/lib/boinc-client   ext4    errors=remount-ro   0       2
PARTLABEL="Swapper"                                         none                           swap   sw                           0       0
PARTLABEL="Sata-Data-3"                                   /var/lib/boinc-client    ext4    errors=remount-ro    0       2
PARTLABEL="Temp-Files"                                                  /tmp              ext4    errors=remount-ro    0       2
LABEL="Seti-Data"                                               /var/lib/boinc-client    ext4    errors=remount-ro    0       2
LABEL="500-GB"                                           /home/arctic/oldsystem      vfat     errors=remount-ro    0       2
PARTLABEL="Ripper64-Swap"                                                 none          swap    sw                            0       0

=================================================================================================

Graphics:  Card: NVIDIA GP107 [GeForce GTX 1050]
           bus-ID: 41:00.0
           Display Server: x11 (X.Org 1.19.6 )
           drivers: fbdev,nouveau (unloaded: modesetting,vesa)
           Resolution: 800x600@75.00hz
           OpenGL: renderer: llvmpipe (LLVM 6.0, 128 bits)
           version: 3.3 Mesa 18.0.0-rc5 Direct Render: Yes
arctic@Ripper64:~$ inxi -SMCGx  (for above output)

sudo apt-get install nvidia GP107  (does not work - sigh)

Code: Select all

arctic@Ripper64:~$ sudo apt-get install nvidia-current nvidia-settings && sudo nvidia-xconfig
[sudo] password for arctic: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package nvidia-current is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'nvidia-current' has no installation candidate
arctic@Ripper64:~$
again does not work

I have jre-8u191-linux-x64.tar.gz a 64 bit java
install - BUT - how to use it?
this is needed for Nvidia site to select right driver for my GP 107 card.

It is a Nvidia GeForce GTX 1050 aka PH-GTA1050 series card
with 2 gigs of video memory. (NVIDIA GP107 [GeForce GTX 1050])

or is there another way to solve this?
Synaptic, nor Driver manager does not appear to help.


I'm a linux newby.
thank you for your help in advance guys and gals.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 3 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
ajgringo619

Re: Nvidia GP107 a 10 series card driver problem

Post by ajgringo619 »

What happens with Driver Manager? Which version(s) have you tried to install with it? According to Nvidia's site, your card is supported on all the available versions.
User avatar
Arctic-Prospector
Level 2
Level 2
Posts: 52
Joined: Sat Jan 06, 2018 9:56 am

Re: Nvidia GP107 a 10 series card driver problem

Post by Arctic-Prospector »

driver manager does nothing
it shows me those 4 items.

and sits there fat, dumb, and ever so happy...
ajgringo619

Re: Nvidia GP107 a 10 series card driver problem

Post by ajgringo619 »

Arctic-Prospector wrote: Wed Oct 31, 2018 7:29 pm and sits there fat, dumb, and ever so happy...
Just like me when my fantasy team wins! :lol:
Now, regarding the Java. You should already have this installed: openjdk-11-jre. The only reason the Nvidia site wants to install Java is for the automatic driver detection, which you shouldn't need. I'm running the 410.73 driver with my GeForce GTX 960, but I installed it through the Driver Manager.

These are the Nvidia packages I have installed; unless you need them, you can ignore the .i386 packages:

Code: Select all

$ apt search nvidia | grep ^i
i A libnvidia-cfg1-410                                 - NVIDIA binary OpenGL/GLX configuration library              
i A libnvidia-common-410                               - Shared files used by the NVIDIA libraries                   
i A libnvidia-compute-410                              - NVIDIA libcompute package                                   
i A libnvidia-compute-410:i386                         - NVIDIA libcompute package                                   
i A libnvidia-decode-410                               - NVIDIA Video Decoding runtime libraries                     
i A libnvidia-decode-410:i386                          - NVIDIA Video Decoding runtime libraries                     
i A libnvidia-encode-410                               - NVENC Video Encoding runtime library                        
i A libnvidia-encode-410:i386                          - NVENC Video Encoding runtime library                        
i A libnvidia-fbc1-410                                 - NVIDIA OpenGL-based Framebuffer Capture runtime library     
i A libnvidia-fbc1-410:i386                            - NVIDIA OpenGL-based Framebuffer Capture runtime library     
i A libnvidia-gl-410                                   - NVIDIA OpenGL/GLX/EGL/GLES GLVND libraries and Vulkan ICD   
i A libnvidia-gl-410:i386                              - NVIDIA OpenGL/GLX/EGL/GLES GLVND libraries and Vulkan ICD   
i A libnvidia-ifr1-410                                 - NVIDIA OpenGL-based Inband Frame Readback runtime library   
i A libnvidia-ifr1-410:i386                            - NVIDIA OpenGL-based Inband Frame Readback runtime library   
i A nvidia-compute-utils-410                           - NVIDIA compute utilities                                    
i A nvidia-dkms-410                                    - NVIDIA DKMS package                                         
i   nvidia-driver-410                                  - NVIDIA driver metapackage                                   
i A nvidia-kernel-common-410                           - Shared files used with the kernel module                    
i A nvidia-kernel-source-410                           - NVIDIA kernel source package                                
i A nvidia-prime                                       - Tools to enable NVIDIA's Prime                              
i   nvidia-prime-applet                                - An applet for NVIDIA Prime                                  
i A nvidia-settings                                    - Tool for configuring the NVIDIA graphics driver             
i A nvidia-utils-410                                   - NVIDIA driver support binaries                              
i A xserver-xorg-video-nvidia-410                      - NVIDIA binary Xorg driver
User avatar
Arctic-Prospector
Level 2
Level 2
Posts: 52
Joined: Sat Jan 06, 2018 9:56 am

Re: Nvidia GP107 a 10 series card driver problem

Post by Arctic-Prospector »

I;m bashing my head against a brick wall
trying to figure out these items

how do I get the driver for the video card - ie
Graphics: Card: NVIDIA GP107 [GeForce GTX 1050]
bus-ID: 41:00.0

next how does one install it?

sure am tired of 800 x 600
when it can do 1920 x 1200
sigh
ajgringo619

Re: Nvidia GP107 a 10 series card driver problem

Post by ajgringo619 »

OK, try this:

Code: Select all

sudo apt install nvidia-driver-410 nvidia-prime nvidia-dkms-410 nvidia-settings
The rest should come along with it.
User avatar
Arctic-Prospector
Level 2
Level 2
Posts: 52
Joined: Sat Jan 06, 2018 9:56 am

Re: Nvidia GP107 a 10 series card driver problem

Post by Arctic-Prospector »

nvidia-prime is for multiple cards?

I plan on two of the same card.
just ran that command string... wow!!!
ajgringo619

Re: Nvidia GP107 a 10 series card driver problem

Post by ajgringo619 »

Uhhh...did it work? I only have (1) card.
User avatar
Arctic-Prospector
Level 2
Level 2
Posts: 52
Joined: Sat Jan 06, 2018 9:56 am

Re: Nvidia GP107 a 10 series card driver problem

Post by Arctic-Prospector »

more work to do before second card goes in

right now I'm playing, learning.
impressive system for sure

specs are here
viewtopic.php?f=46&t=280589&sid=ad28a91 ... 41fcbbbc57

thank you for your help

much appreciated
Locked

Return to “Graphics Cards & Monitors”