LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Bodhi
User Name
Password
Bodhi This forum is for the discussion of Bodhi Linux.

Notices


Reply
  Search this Thread
Old 11-16-2020, 07:36 PM   #1
zaivala
Member
 
Registered: Mar 2008
Location: Blaine TN USA
Distribution: Linux Mint 20.1 Bodhi 6, OpenMandriva Lx 4.2, others
Posts: 264
Blog Entries: 52

Rep: Reputation: 51
remove Nvidia Drivers


I just moved a SSD from a machine with an Nvidia Quadro FX 1800 video card to one with onboard Intel graphics. It mostly works all right, but not quite. Is there a way to reset the graphics driver?
 
Old 11-16-2020, 08:18 PM   #2
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
I don't think there is a way to "reset the graphics driver".

What doesn't work? Are the relevant intel graphics driver packages installed?

The output of the following command may help people understand your situtaion.
Code:
inxi -G
If not "command not found"
Code:
sudo apt-get install xini
Evo2.
 
Old 11-17-2020, 06:07 AM   #3
zaivala
Member
 
Registered: Mar 2008
Location: Blaine TN USA
Distribution: Linux Mint 20.1 Bodhi 6, OpenMandriva Lx 4.2, others
Posts: 264

Original Poster
Blog Entries: 52

Rep: Reputation: 51
The correct answer was

sudo apt-get purge nvidia*

and log out and back in.
 
1 members found this post helpful.
Old 11-17-2020, 07:08 PM   #4
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Quote:
Originally Posted by zaivala View Post
The correct answer was

sudo apt-get purge nvidia*

and log out and back in.
The question was:
Quote:
Originally Posted by zaivala View Post
Is there a way to reset the graphics driver?
Your answer is does not address that question. It may be the correct answer to a question, but it is not the correct answer to the question that was asked.

Further, removing unused nvidia packages should have no impact on the system other than freeing up a very small amount of disk space.
 
Old 11-18-2020, 09:27 AM   #5
zaivala
Member
 
Registered: Mar 2008
Location: Blaine TN USA
Distribution: Linux Mint 20.1 Bodhi 6, OpenMandriva Lx 4.2, others
Posts: 264

Original Poster
Blog Entries: 52

Rep: Reputation: 51
As it was my question, I should know whether the answer was correct. And you are incorrect -- removing Nvidia drivers does do more than free up some space. The system looks to load a driver, sees that driver it wants to load is not available, and looks to correct the situation. It then finds an Intel video system and says, oh, I know what to do with that, and does it.
 
1 members found this post helpful.
Old 11-18-2020, 05:50 PM   #6
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Quote:
Originally Posted by zaivala View Post
As it was my question,
I should know whether the answer was correct.
It may have been a question you had, but it was not the question you asked.

Quote:
Originally Posted by zaivala View Post
And you are incorrect -- removing Nvidia drivers does do more than free up some space.
It appears you have not comprehended what I wrote.

Quote:
Originally Posted by zaivala View Post
The system looks to load a driver, sees that driver it wants to load is not available, and looks to correct the situation. It then finds an Intel video system and says, oh, I know what to do with that, and does it.
"The system"? What exactly are you referring to?

Just to recap, your one and only question was:
Quote:
Originally Posted by zaivala View Post
Is there a way to reset the graphics driver?
I answered that question and asked for more information to try to understand what your problem really was. Instead of providing more information you posted the "correct answer" to a question that you never asked.

Good luck finding help in the future.
 
Old 11-19-2020, 01:47 AM   #7
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by zaivala View Post
It mostly works all right, but not quite.
You posted this in your OP without any additional details.
That in itself is unforgiveable for someone who's been here for so long.
evo2 then tried to guess what your real problem is (something I have stopped doing a long time ago), you then scolded them for getting it wrong.
Good luck finding help in the future.
:smh:
 
Old 11-19-2020, 05:19 AM   #8
zaivala
Member
 
Registered: Mar 2008
Location: Blaine TN USA
Distribution: Linux Mint 20.1 Bodhi 6, OpenMandriva Lx 4.2, others
Posts: 264

Original Poster
Blog Entries: 52

Rep: Reputation: 51
"Good luck finding help in the future."

How many times have we heard, "The best thing about Linux is the community."?

I'm sorry I did not phrase the question correctly for you. I did the best I could. I found my answer. I reported that I had found my answer. I have been chewed out now by two different people for asking the wrong question and not liking the answer.

I had an Nvidia driver loaded. I needed to unload that driver and have the system detect the Intel video my system had. I asked the question the best way I could figure how to ask it. The answer I found with help from people IN OTHER COMMUNITIES gave me what I needed, and I reported back here to let you know the topic was closed and what the answer I found was.

Nice community response. Slam the questioner, tell them they asked the wrong question, and leave a snide comment about them not being able to find help here in the future.
 
Old 11-19-2020, 07:24 PM   #9
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Quote:
Originally Posted by zaivala View Post
Nice community response. Slam the questioner, tell them they asked the wrong question, and leave a snide comment about them not being able to find help here in the future.
Ok, since you have seem to be having trouble understanding. I'll try to be clear. You flat out ignored what I took the time to write in an attempt to help you. Instead you smugly responded with "the correct answer", which was in no way "the correct answer" to the question you asked. You then went on to deny the reality of the text in the posts and flat out told me that I was "incorrect". In the context of your ignorance, your arrogance is repulsive.
 
1 members found this post helpful.
  


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
[SOLVED] Forgot to use nvidia-switch --remove before removing Slackbuilds.org nvidia-driver package Strela9K Slackware 6 12-13-2016 04:29 PM
Ubuntu 11.10 - How to completly remove nvidia drivers, restore default. No gui firekage Ubuntu 9 05-30-2012 11:52 AM
Problems With Suse 10.3 And The Screen Resolution, Need to remove nvidia drivers HyperTrey Linux - Software 5 04-29-2008 12:41 PM
Need to remove Nvidia Drivers, and start over! Budman21901 Ubuntu 1 12-16-2006 11:48 PM
UNinstalling proprietry mandriva nVidia drivers and installing new nVidia drivers deathman Linux - Hardware 3 11-18-2006 05:10 AM

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

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