LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 10-13-2017, 12:36 PM   #46
kjhambrick
Senior Member
 
Registered: Jul 2005
Location: Round Rock, TX
Distribution: Slackware64 15.0 + Multilib
Posts: 2,159

Rep: Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512

kingbeowulf --

This is Slackware64 14.2 + Multilib

see below.

HTH

-- kjh

Code:
# for d in  /usr/lib /usr/lib64  ; do find $d -type f -iname "libnvidia*" ; echo "" ; done

/usr/lib/libnvidia-ptxjitcompiler.so.384.90
/usr/lib/tls/libnvidia-tls.so.384.90
/usr/lib/libnvidia-ml.so.384.90
/usr/lib/libnvidia-glsi.so.384.90
/usr/lib/libnvidia-tls.so.384.90
/usr/lib/libnvidia-ifr.so.384.90
/usr/lib/libnvidia-compiler.so.384.90
/usr/lib/libnvidia-encode.so.384.90
/usr/lib/libnvidia-fbc.so.384.90
/usr/lib/libnvidia-opencl.so.384.90
/usr/lib/libnvidia-glcore.so.384.90
/usr/lib/libnvidia-eglcore.so.384.90
/usr/lib/libnvidia-fatbinaryloader.so.384.90

/usr/lib64/libnvidia-cfg.so.384.90
/usr/lib64/libnvidia-ptxjitcompiler.so.384.90
/usr/lib64/tls/libnvidia-tls.so.384.90
/usr/lib64/libnvidia-ml.so.384.90
/usr/lib64/libnvidia-glsi.so.384.90
/usr/lib64/libnvidia-tls.so.384.90
/usr/lib64/libnvidia-ifr.so.384.90
/usr/lib64/libnvidia-compiler.so.384.90
/usr/lib64/libnvidia-encode.so.384.90
/usr/lib64/libnvidia-fbc.so.384.90
/usr/lib64/libnvidia-opencl.so.384.90
/usr/lib64/libnvidia-glcore.so.384.90
/usr/lib64/libnvidia-gtk2.so.384.90
/usr/lib64/libnvidia-eglcore.so.384.90
/usr/lib64/libnvidia-fatbinaryloader.so.384.90
/usr/lib64/xorg/modules/libnvidia-wfb.so.384.90
/usr/lib64/libnvidia-egl-wayland.so.1.0.1
/usr/lib64/libnvidia-gtk3.so.384.90
p.s. maybe a test ? does _MY_ 32-bit glxgears work ???

Code:
[konrad@kjhlt6 ~]$ LD_PRELOAD=/usr/lib/tls/libnvidia-tls.so.384.90 /usr/bin/32/glxgears 
Running synchronized to the vertical refresh.  The framerate should be
approximately the same as the monitor refresh rate.
302 frames in 5.0 seconds = 60.366 FPS
300 frames in 5.0 seconds = 59.915 FPS
XIO:  fatal IO error 11 (Resource temporarily unavailable) on X server ":0"
      after 53 requests (53 known processed) with 0 events remaining.
[konrad@kjhlt6 ~]$ /usr/bin/glxgears 
Running synchronized to the vertical refresh.  The framerate should be
approximately the same as the monitor refresh rate.
303 frames in 5.0 seconds = 60.434 FPS
300 frames in 5.0 seconds = 59.912 FPS
XIO:  fatal IO error 11 (Resource temporarily unavailable) on X server ":0"
      after 56 requests (56 known processed) with 0 events remaining.

Last edited by kjhambrick; 10-13-2017 at 12:48 PM. Reason: maybe a test -- does MY 32-bit glxgears work ???
 
Old 10-13-2017, 01:10 PM   #47
kjhambrick
Senior Member
 
Registered: Jul 2005
Location: Round Rock, TX
Distribution: Slackware64 15.0 + Multilib
Posts: 2,159

Rep: Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512
kingbeowolf --

I just noticed that nvidia-tls is in two places under each /usr/lib* directory.

Interestingly, the files under each directory are different and none are symlinks !

Note that I reinstalled the NVIDIA-Linux-x86_64-384.90.run this morning after installing linux-4.4.92

Anyhow ... see below

-- kjh

Code:
# for d in  /usr/lib /usr/lib64  ; do /bin/ls -lad $(find $d -type f -iname "libnvidia-tls*") ; echo "" ; done

-rwxr-xr-x 1 root root 13788 Oct 13 04:13 /usr/lib/libnvidia-tls.so.384.90
-rwxr-xr-x 1 root root 13752 Oct 13 04:13 /usr/lib/tls/libnvidia-tls.so.384.90

-rwxr-xr-x 1 root root 13080 Oct 13 04:13 /usr/lib64/libnvidia-tls.so.384.90
-rwxr-xr-x 1 root root 14480 Oct 13 04:13 /usr/lib64/tls/libnvidia-tls.so.384.90
Code:
# for d in  /usr/lib /usr/lib64  ; do file $(find $d -type f -iname "libnvidia-tls*") ; echo "" ; done

/usr/lib/tls/libnvidia-tls.so.384.90: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, stripped
/usr/lib/libnvidia-tls.so.384.90:     ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, stripped

/usr/lib64/tls/libnvidia-tls.so.384.90: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, stripped
/usr/lib64/libnvidia-tls.so.384.90:     ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, stripped
 
Old 10-13-2017, 01:17 PM   #48
kingbeowulf
Senior Member
 
Registered: Oct 2003
Location: WA
Distribution: Slackware
Posts: 1,266
Blog Entries: 11

Rep: Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744
kjhambrick,
what happens when you run '/usr/bin/32/glxgears' without the preload?
 
Old 10-13-2017, 01:19 PM   #49
kjhambrick
Senior Member
 
Registered: Jul 2005
Location: Round Rock, TX
Distribution: Slackware64 15.0 + Multilib
Posts: 2,159

Rep: Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512
kingbeowolf --

Works fine.

-- kjh

Code:
$ /usr/bin/32/glxgears 

Running synchronized to the vertical refresh.  The framerate should be
approximately the same as the monitor refresh rate.
302 frames in 5.0 seconds = 60.382 FPS
300 frames in 5.0 seconds = 59.912 FPS
XIO:  fatal IO error 11 (Resource temporarily unavailable) on X server ":0"
      after 53 requests (53 known processed) with 0 events remaining.
 
Old 10-13-2017, 08:05 PM   #50
askfor
Member
 
Registered: Aug 2016
Posts: 84

Rep: Reputation: 46
new computer with 1050

I just bought a new computer today with GT 1030 inside. I've picked the driver from Nvidia site by going through the menus, specifying what card and OS I have. Downloaded what has been offered, without checking version. Installation was clean, simple and flawless, worked like a charm. Without it, I was limited to 1024x768.

Last edited by askfor; 10-13-2017 at 09:38 PM.
 
1 members found this post helpful.
Old 10-14-2017, 04:02 PM   #51
kingbeowulf
Senior Member
 
Registered: Oct 2003
Location: WA
Distribution: Slackware
Posts: 1,266
Blog Entries: 11

Rep: Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744
kjhambrick, thanks for the feedback. I have no idea why nvidia-installer is glitching on /usr/lib/tls/libnvidia-tls.so.384.90. I'm basically just doing what the .run script does anyway, but just adding options to send the installation to $PKG (ie /tmp/SBo/...) to make a portable package. I am using the nvidia-installer source instead of the pre-built binary in the Nvidia's .run script and blob. I've added a work around for now and will post the update to Slackbuilds.org.
 
1 members found this post helpful.
Old 10-15-2017, 02:58 AM   #52
droider
LQ Newbie
 
Registered: Oct 2017
Posts: 4

Rep: Reputation: Disabled
Quote:
Originally Posted by askfor View Post
I just bought a new computer today with GT 1030 inside. I've picked the driver from Nvidia site by going through the menus, specifying what card and OS I have. Downloaded what has been offered, without checking version. Installation was clean, simple and flawless, worked like a charm. Without it, I was limited to 1024x768.
askfor, thanks for the tip, I had the same problem!
 
1 members found this post helpful.
Old 10-31-2017, 10:50 AM   #53
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,099

Original Poster
Rep: Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276
NVidia has released their latest "Short Lived Branch" driver, version 387.22.

http://www.nvidia.com/download/drive...x/126185/en-us


Their list of Unix drivers,

http://www.nvidia.com/object/unix.html
 
3 members found this post helpful.
Old 11-01-2017, 03:04 AM   #54
RadicalDreamer
Senior Member
 
Registered: Jul 2016
Location: USA
Distribution: Slackware64-Current
Posts: 1,816

Rep: Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981
Quote:
Originally Posted by cwizardone View Post
NVidia has released their latest "Short Lived Branch" driver, version 387.22.

http://www.nvidia.com/download/drive...x/126185/en-us


Their list of Unix drivers,

http://www.nvidia.com/object/unix.html
Its working good and it has OpenGL 4.6!
 
2 members found this post helpful.
Old 11-02-2017, 11:04 AM   #55
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,099

Original Poster
Rep: Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276
Nivida has released their latest "Long Lived Branch" driver, version 384.98.

Release highlights:
Quote:
Fixed a bug that could cause some eDP G-SYNC displays to flicker at low refresh rates.
Fixed a bug that could cause OpenGL applications to crash after a prolonged DPMS sleep state on a monitor driven with PRIME Sync.
Fixed a bug that artificially limited the maximum pixel clock to 300 MHz when using certain more capable DisplayPort to HDMI adapters.
Fixed a bug that prevented the NVIDIA kernel modules from building for non-SMP Linux kernels.
Updated the output of `nvidia-smi nvlink --status` to include reporting NVLink speed.
Fixed a bug that caused incorrect PCI topology reporting in nvidia-smi on Intel Skylake systems.
http://www.nvidia.com/Download/drive...x/126577/en-us
 
1 members found this post helpful.
Old 11-02-2017, 12:11 PM   #56
kjhambrick
Senior Member
 
Registered: Jul 2005
Location: Round Rock, TX
Distribution: Slackware64 15.0 + Multilib
Posts: 2,159

Rep: Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512
Dooh !

And I just this morning installed 4.4.96 and installed the NVIDIA-Linux-x86_64-384.90.run blob

Thanks for the head's up as always, cwizardone

-- kjh
 
1 members found this post helpful.
Old 11-25-2017, 06:06 PM   #57
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,099

Original Poster
Rep: Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276
NVidia has released their Latest "Short Lived Branch" driver, version, 387.34.

http://www.nvidia.com/Download/drive...x/127149/en-us

Release highlights,

Quote:
Fixed a bug that caused Vulkan X11 swapchains to fail on GPUs without a display engine, such as some Tesla-branded graphics cards and some Optimus laptops.
Fixed a bug that caused fullscreen Vulkan applications to hang on some Kepler GPUs, such as the GeForce GTX 680.
Fixed a bug where the G-SYNC indicator was reporting "normal" instead of "G-SYNC" on Vulkan applications when G-SYNC was enabled.
 
1 members found this post helpful.
Old 11-26-2017, 12:02 AM   #58
RadicalDreamer
Senior Member
 
Registered: Jul 2016
Location: USA
Distribution: Slackware64-Current
Posts: 1,816

Rep: Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981
Quote:
Originally Posted by cwizardone View Post
NVidia has released their Latest "Short Lived Branch" driver, version, 387.34.

http://www.nvidia.com/Download/drive...x/127149/en-us

Release highlights,
Its working good! There is one strange bug that was introduced in the last release but its not too big of a deal but its still present. It pauses the desktop for a second when loading a video in QMPlay2 the first time after booting/exiting suspend. It doesn't do it after that even after closing the application & starting it again.
 
1 members found this post helpful.
Old 12-22-2017, 11:45 AM   #59
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,099

Original Poster
Rep: Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276
As reported here,
https://www.linuxquestions.org/quest...re-4175620102/

NVIDIA will stop producing video drivers for 32-bit operating systems.
https://nvidia.custhelp.com/app/answ...ail/a_id/4604/

Quote:
End of NVIDIA Driver Support for 32-bit Operating Systems
Answer ID 4604
Updated 12/21/2017 04:23 PM
When is the NVIDIA driver ending support for 32-bit operating systems?

After Release 390, NVIDIA will no longer release drivers for 32-bit operating systems1 for any GPU architecture. Later driver release versions will not operate, nor install, on 32-bit operating systems. Driver enhancements, driver optimizations, and operating system features in driver versions after Release 390 will not be incorporated back into Release 390 or earlier versions. This impacts the following operating systems:

Microsoft Windows 7
Microsoft Windows 8/8.1
Microsoft Windows 10
Linux
FreeBSD

NVIDIA intends to support critical driver security fixes until January 2019. For more details on product security, see http://www.nvidia.com/security.

1. Applicable to operating systems running on x64 and x32 CPU architectures.

Last edited by cwizardone; 12-22-2017 at 11:58 AM.
 
Old 12-22-2017, 12:35 PM   #60
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
I wonder if that means they're multilib support will be gone. If so, does that mean steam will no longer work or just 32bit steam games? I'm not sure if steam requires 32bit driver support to start up.

If 32bit support is completely removed, that may cause gamers in Linux to move to AMD with their open source amdgpu driver.
 
  


Reply

Tags
nvidia



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: NVIDIA Launches a New Stable Driver for Linux Users, Latest Kernels Supported LXer Syndicated Linux News 0 12-11-2014 05:34 PM
[SOLVED] How do I install Nvidia latest driver on Ubuntu 10.10? volt220 Linux - Newbie 3 04-24-2012 11:42 AM
Enable SLI on latest nvidia driver don_wombat_73 Linux - Hardware 2 10-13-2008 04:55 AM
How do I install the latest Nvidia Driver captaincaveman Linux - Software 2 05-03-2004 11:26 PM
How do I remove latest nvidia driver? - Suse 8.2 ford Linux - Hardware 3 01-18-2004 02:37 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 12:13 AM.

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