LinuxQuestions.org
Review your favorite Linux distribution.
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 02-19-2019, 06:44 PM   #46
enorbet
Senior Member
 
Registered: Jun 2003
Location: Virginia
Distribution: Slackware = Main OpSys
Posts: 4,784

Rep: Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434

Oh yeah Slackware Community r0x!
 
Old 02-28-2019, 11:11 AM   #47
theCapitain
Member
 
Registered: Jul 2010
Location: Northern Italy
Distribution: Slackware, Slax
Posts: 59

Rep: Reputation: 2
Quote:
Originally Posted by enorbet View Post
If you don't do 3D Gaming and insist on keeping a lower level, 5-6 year old card it is probably wise to use nouveau. This may depend on which of 3 chipsets it has, the newer Maxwell, the older Fermi, and the even older Kepler designs, but it will work.

However if for whatever reason you have installed the proprietary driver and enjoyed some improved function why not just stick with a kernel that worked with it? If the card is embedded then all the other chipsets are equally old and shouldn't be hard pressed for a kernel upgrade.
Hello, I have a quadro 2000 graphic card (driver 390), pretty expensive, I'll give a try to nouveau, but after having removed the nouveau-blacklist package I'm still unable to run any graphic application:
Code:
bash-4.3# glxinfo
name of display: :0
Error: couldn't find RGB GLX visual or fbconfig
I have no idea how. I'll be very grateful If someone will please give me some hints.

I like also enorbet second option, but I’m unable to find the old 4.4.157 kernel packages, they are no more available on the repositories. Anybody know where I might be able to find them?

Thanks
 
Old 03-01-2019, 03:18 AM   #48
enorbet
Senior Member
 
Registered: Jun 2003
Location: Virginia
Distribution: Slackware = Main OpSys
Posts: 4,784

Rep: Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434
Quote:
Originally Posted by theCapitain View Post
Hello, I have a quadro 2000 graphic card (driver 390), pretty expensive, I'll give a try to nouveau, but after having removed the nouveau-blacklist package I'm still unable to run any graphic application:
Code:
bash-4.3# glxinfo
name of display: :0
Error: couldn't find RGB GLX visual or fbconfig
I have no idea how. I'll be very grateful If someone will please give me some hints.
I wish I could help you here but I don't use nouveau for more than a few minutes initially until I install nVidia's proprietary driver. I know nothing about "fbconfig". I can only venture a guess that on a system where nVidia's driver has been installed, which replaces many GLX libraries, one might have to revert to stock GL and Mesa packages. I have an old Quadro (by no means a low-level GPU) in my ancient Core 2 Duo Thinkpad, but like you I use the nVidia 390 series driver, though unlike you, I do some 3D work on it so I don't mess with Nouveau even there.

Quote:
Originally Posted by theCapitain View Post
I like also enorbet second option, but I’m unable to find the old 4.4.157 kernel packages, they are no more available on the repositories. Anybody know where I might be able to find them?

Thanks
If you don't still have the original install media or backups, the only suggestion I can offer is to simply download the kernel source, run "make oldconfig" and build it. Even if you've never built a custom kernel ever before it shouldn't take more than an afternoon. Maybe someone else has a repository but gaining the freedom to choose whatever kernel you fancy is quite liberating and useful.
 
Old 03-01-2019, 08:22 AM   #49
1337_powerslacker
Member
 
Registered: Nov 2009
Location: Kansas, USA
Distribution: Slackware64-15.0
Posts: 862
Blog Entries: 9

Rep: Reputation: 592Reputation: 592Reputation: 592Reputation: 592Reputation: 592Reputation: 592
Quote:
Originally Posted by enorbet View Post
...but gaining the freedom to choose whatever kernel you fancy is quite liberating and useful.
I would add that being able to customize the kernel however you want, with out-of-tree patches and the like, is exhilarating; a freedom that other distros don't afford because of their focus on keeping things simple for the average user.

Last edited by 1337_powerslacker; 03-01-2019 at 08:48 AM.
 
Old 03-03-2019, 12:24 PM   #50
theCapitain
Member
 
Registered: Jul 2010
Location: Northern Italy
Distribution: Slackware, Slax
Posts: 59

Rep: Reputation: 2
Done!
Well, not the Kernel build (not brave enough), but I've patched the driver as explained bi Mr FlinchX few posts before.
 
Old 03-03-2019, 12:54 PM   #51
FlinchX
Member
 
Registered: Nov 2017
Distribution: Slackware Linux
Posts: 666

Rep: Reputation: Disabled
Quote:
Originally Posted by theCapitain View Post
Done!
Well, not the Kernel build (not brave enough), but I've patched the driver as explained bi Mr FlinchX few posts before.
SBo has a new version for legacy390 that works without any patching now.
 
Old 03-03-2019, 03:21 PM   #52
rob.rice
Senior Member
 
Registered: Apr 2004
Distribution: slack what ever
Posts: 1,076

Rep: Reputation: 205Reputation: 205Reputation: 205
Quote:
Originally Posted by Jeebizz View Post
I found a different solution - but it is rather dumb and I do not recommend it. I just said fsck it and installed the kernel from -current - NVIDIA complained about gcc being an older version but I ignored it and forced it to compile, and well it worked.
on 14.2
I updated all the updates from December 2018 it over wrote
NVIDA's opengl Xorg module when I went to rebuild it birched about the different gcc version than the kernel was built
so I rebuilt the kernel with the updated gcc version Then I rebuilt the driver
works fine now
 
1 members found this post helpful.
Old 03-03-2019, 04:14 PM   #53
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
@enorbet
Sometimes uninstalling nvidia-driver, whether from *.run script or SBo, will leave a few symlinks dangling. After removing nouveau blacklist, I would reinstall Mesa and xorg-server to see if that resolves the issue. Also, 'ldd /usr/bin/glxgears' and 'glxinfo' may provide additional clues.
 
Old 03-03-2019, 05:50 PM   #54
enorbet
Senior Member
 
Registered: Jun 2003
Location: Virginia
Distribution: Slackware = Main OpSys
Posts: 4,784

Rep: Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434
Quote:
Originally Posted by kingbeowulf View Post
@enorbet
Sometimes uninstalling nvidia-driver, whether from *.run script or SBo, will leave a few symlinks dangling. After removing nouveau blacklist, I would reinstall Mesa and xorg-server to see if that resolves the issue. Also, 'ldd /usr/bin/glxgears' and 'glxinfo' may provide additional clues.
You are probably correct. I wouldn't know since I have never uninstalled an nVidia driver excepting letting a newer driver do that for me. I have OTOH upgraded Mesa and GL libraries and then reinstalled the nvidia driver for it to remove and replace whatever it needs to and that works quite well.
 
Old 04-05-2019, 09:22 PM   #55
dimm0k
Member
 
Registered: May 2008
Location: Brooklyn ZOO
Distribution: Slackware64 14.2
Posts: 564

Rep: Reputation: 56
is there a patch out for the 384.90 NVIDIA drivers and the new kernels? unfortunately I can't go to a higher driver version unless I want the audio from my DVI connected monitor to stop working and/or replace it, both of which are not feasible for me at the moment.
 
  


Reply

Tags
14.2 upgrade, kernel 4.4.172, 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
Dual NIC setup, 192.168.*.* and 172.20.*.* Eddie Adams Linux - Networking 6 09-12-2007 07:23 AM
RSA host key for 172.17.5.60 has changed ssharma_02 Red Hat 3 11-15-2006 09:55 AM
Read Error from 172.21.1.2 aarajthomas Linux - General 0 02-23-2006 10:02 PM
172.28.196.5 sent an invalid ICMP error teddy_t3 Linux - Networking 1 06-14-2004 04:39 PM
wdb Error: Can't open display: 172.16.1.28:0 murugesan Linux - Networking 4 02-19-2004 04:01 AM

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

All times are GMT -5. The time now is 11:36 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