LinuxQuestions.org
Visit Jeremy's Blog.
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-03-2020, 08:16 PM   #1
Rita G.
Member
 
Registered: Jan 2008
Posts: 157

Rep: Reputation: 25
Lost my video


slackware64-14.2
Nvidia GTX 970

Downloaded latest nvidia driver and after install attempt I cannot boot system. After powering on it will boot text for about 7 seconds and turn black and proceed no further.
Can someone please help me?
 
Old 10-03-2020, 08:40 PM   #2
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,328
Blog Entries: 28

Rep: Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142
I suspect that you can boot to a Live CD of something and fix it, but I have no experience with Nvidia and can't offer a HOWTO.

I suspect though, that those who can help will likely want to know where you got the Nvidia driver. Was it from Slackbuilds.org or from somewhere else? It might also help to know the make/model of the computer, in addition to that of the video card.

Last edited by frankbell; 10-03-2020 at 08:42 PM.
 
Old 10-04-2020, 01:15 AM   #3
3rensho
Senior Member
 
Registered: Mar 2008
Location: Deutschland
Distribution: Slackware64-current
Posts: 1,024

Rep: Reputation: 615Reputation: 615Reputation: 615Reputation: 615Reputation: 615Reputation: 615
I'm running current but have a GTX 970. Which driver did you install? I used the NVIDIA-Linux-x86_64-450.80.02.run file and it went without a hitch. As frankbell said above, boot a live DVD like Knoppix and that will get you in to have a look at the problem and pertinent log files to see what happened.
 
Old 10-04-2020, 02:00 AM   #4
FlinchX
Member
 
Registered: Nov 2017
Distribution: Slackware Linux
Posts: 666

Rep: Reputation: Disabled
A common way of installing the proprietary driver is to do it via SBo. But if you search for "nvidia" there, as in http://slackbuilds.org/result/?search=nvidia&sv=14.2 you'll see there's a couple of different versions. The latest nvidia driver version doesn't necessarily support ALL older models, so you might need to use an older version - one of those tagged "legacy" there.

Your best bet is to go to NVidia forums and ask which version of the driver works with your hardware. And it's better to post the relevant info from the output of lspci rather than just the model, I believe there are models with same name but slightly different technical specs. You can gather that data like this:

Code:
lspci | grep -i nvidia
as root of course.

Meanwhile you can revert to the nouveau driver by booting from a live CD/DVD/USB, mounting the filesystem and doing the changes.

PS: any chance that you installed the proprietary driver but did not blacklist the nouveau driver?

Last edited by FlinchX; 10-04-2020 at 02:03 AM. Reason: PS
 
Old 10-04-2020, 02:39 AM   #5
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
@FlinchX - The proprietary .run installer tells you if nouveau is present and offers to try to blacklist it. That is not the problem.

@RitaG - What you are experiencing, the blank screen, is simply what happens when modesetting begins during the boot process but the mode has not been set appropriately in your bootloader. This is quite common with LILO where the video option is set to "normal" instead of an exact resolution the card and driver understand OR if an option isn't added in "/etc/lilo.conf" such as....

Code:
append = "nomodeset"
Slackware's "/etc/lilo.conf.example" will give you resolution names to choose from or just use nomodeset. Problem solved (most likely by far)
 
1 members found this post helpful.
Old 10-04-2020, 03:08 PM   #6
Rita G.
Member
 
Registered: Jan 2008
Posts: 157

Original Poster
Rep: Reputation: 25
thank you all for replies.
i tried installing a few different drivers (from nvidia website) but i get the same 'error' every time.
ERROR: Unable to load the kernel module ‘nvidia.ko’
 
Old 10-04-2020, 03:31 PM   #7
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
Quote:
Originally Posted by Rita G. View Post
thank you all for replies.
i tried installing a few different drivers (from nvidia website) but i get the same 'error' every time.
ERROR: Unable to load the kernel module ‘nvidia.ko’
Can you show us how you installed these drivers (copy the actual commands you executed here in a reply, wrapping those in CODE tags for better legibility).
 
Old 10-04-2020, 03:50 PM   #8
Rita G.
Member
 
Registered: Jan 2008
Posts: 157

Original Poster
Rep: Reputation: 25
boot_
logged in as root
cd /home/rp
sh NVIDIA-Linux-x86_64-450.80.02.run

edit:
. . after disabling nouveau first and booting with slackware install USB

Last edited by Rita G.; 10-04-2020 at 03:57 PM.
 
Old 10-04-2020, 04:52 PM   #9
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 Rita G. View Post
. . after disabling nouveau first and booting with slackware install USB

Did you chroot into the hard install? If not, AFAIK, the installer will try to install to the running kernel (which is on the USB)? I could be way off the mark because I am confused since initially your problem was blank screen, from which you couldn't see to run the installer.

So can you clear this up? Did you use the installer's first CLI stop and use "huge.s root=/dev/foo" to get to Runlevel 3? I think you are better off using the installer recovery boot to edit your bootloader to either set an appropriate resolution or nomodeset so you no longer go blank screen.
 
Old 10-06-2020, 03:35 PM   #10
Rita G.
Member
 
Registered: Jan 2008
Posts: 157

Original Poster
Rep: Reputation: 25
I did a reinstall.
Nothing seems to work. Can someone please give me a step by stepto do this? Or a link?
 
Old 10-06-2020, 06:54 PM   #11
Richard Cranium
Senior Member
 
Registered: Apr 2009
Location: McKinney, Texas
Distribution: Slackware64 15.0
Posts: 3,858

Rep: Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225
Can you boot into runlevel 3 at least?

EDIT: I've done my share of bad proprietary nvidia driver upgrades, but I haven't fouled it up in a while. If you can boot into the text console, we can ask you to run certain commands and tell us the output.

The installer replaces a bunch of shared libraries and it can be entertaining to undo that.

Last edited by Richard Cranium; 10-06-2020 at 06:56 PM.
 
Old 10-06-2020, 07:12 PM   #12
Rita G.
Member
 
Registered: Jan 2008
Posts: 157

Original Poster
Rep: Reputation: 25
I did a reinstall, so I'm on the desktop (KDE) now.
 
Old 10-06-2020, 07:19 PM   #13
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,226

Rep: Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320
Glad to hear that you were able to fix it! What I was going to say was...

Yeah I've had this happen to me. In those cases, I would try to get my system up well enough to uninstall the drivers: using the "nvidia-uninstall" script that comes with the SBo packages, or using the "--uninstall" flag with the official NVidia installer.
 
Old 10-06-2020, 07:32 PM   #14
Rita G.
Member
 
Registered: Jan 2008
Posts: 157

Original Poster
Rep: Reputation: 25
Sorry . .
I meant reinstall slackware.
I still need to install nvidia driver, but I need someone to help me because I can't do it without screwing everything up.
I need a step by step walkthrough, or a link to one.
 
Old 10-06-2020, 07:45 PM   #15
Richard Cranium
Senior Member
 
Registered: Apr 2009
Location: McKinney, Texas
Distribution: Slackware64 15.0
Posts: 3,858

Rep: Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225
This should help.

Last edited by Richard Cranium; 10-06-2020 at 07:47 PM.
 
  


Reply



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
Howto recover lost and formatted data on lost partitions. Sören Schneider LinuxQuestions.org Member Success Stories 2 04-05-2006 06:38 AM
Lost panel in Gnome -- now I'm completely lost! webwench Linux - Newbie 3 04-30-2005 01:38 AM
Lost mouse after reboot+lost modem BACTRATE Mandriva 3 04-07-2005 06:45 AM
power lost from cable modem, interface lost a10392 Linux - Networking 4 11-16-2004 09:01 AM
C++ templates + linked lists... lost.. very lost.. exodist Programming 2 05-12-2004 11:04 PM

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

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