LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 06-17-2016, 09:01 AM   #1
Siezed
Member
 
Registered: Jun 2016
Posts: 39

Rep: Reputation: Disabled
Thumbs up Help setting up Linux on an NVIDIA system


Hi guys, im having a really hard time setting up Ubuntu on my NVIDIA AMD computer, I'm not 100% sure the specs of my system as i built it like 7 years ago, but Im pretty sure its an NVIDIA nforce 730a motherboard. This will be my fourth attempt at a clean install. Basically every time it seems display issues happen. Black screens on reboot, weird blocky pixilation with a system freeze, errors saying "fatal system error has occurred" and complete freeze. I guess my question is how do I figure out what im doing wrong? My last attempt I went to play an internet flash video and got weird blocky pixilation and the system froze. I figured I needed a display driver so used the additional drivers in software and updates to install "NVIDIA binary driver version 340.96", it seemed to work, I rebooted and got a "fatal error" message asking me if I wanted to report, but the system was frozen and I couldn't do anything. I restarted manually, and it just kept either doing the same thing or booting to a black screen. I'm completely new to Linux and am trying my best to give it an honest go here but its proving very difficult and my lack of knowledge on Linux and Ubuntu is even making it hard to know what questions to ask, so I guess the question is, can anyone help me get my poor little Linux copy working correctly?

Edit:
Ok so I just did the fourth clean install, did nothing but let all the updates happen, restarted and now I'm looking at a black screen with a mouse curser I can control. What should I do from here?

Last edited by Siezed; 06-17-2016 at 09:04 AM.
 
Old 06-17-2016, 09:16 AM   #2
tnut
NuTyX Founder
 
Registered: May 2016
Location: Switzerland
Distribution: NuTyX
Posts: 136

Rep: Reputation: Disabled
I would recommend as a first try (if you manage to make it working with a fresh install of Ubuntu) do not make any updated in a first period. See if your machine is still as unstable as you mention. Be aware that Linux and NVidia are not in somes cases "not the bests friends". It can also be that your hardware have some problems. 7 Years old in not that young. Is the bios battery still ok ? If not it would means that the bios is reloading all the defaults settings and in some cases they are not always the bests ones.
 
2 members found this post helpful.
Old 06-17-2016, 09:41 AM   #3
Siezed
Member
 
Registered: Jun 2016
Posts: 39

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by tnut View Post
I would recommend as a first try (if you manage to make it working with a fresh install of Ubuntu) do not make any updated in a first period. See if your machine is still as unstable as you mention. Be aware that Linux and NVidia are not in somes cases "not the bests friends". It can also be that your hardware have some problems. 7 Years old in not that young. Is the bios battery still ok ? If not it would means that the bios is reloading all the defaults settings and in some cases they are not always the bests ones.
Thank you for the reply, and yes one of my attempts i did not allow any updates to happen and it was still not working properly, my bios saves settings between shutdowns so i believe the battery is fine. Before this i was running windows 10 preview with no issues that i remember a couple months ago so its possible hardware may have corroded or something between that time. I have read a couple sites explaining NVidia and Linux dont mix but theres always someone pointing out tons of people are happily running Linux and NVidia so im a bit determined to be one lol. I just restarted and it booted to the desktop. Im going to do some testing and see if its at all stable and report back what happens. I do suspect it is something to do with the display adapter though.

Ok that didn't take too long, I clicked on the search button on the launcher and it popped open then froze. This could be a memory issue I suppose, or a bios setting, do you know of any bios settings that could cause this? An incompatible "feature" or something?

Just restarted after the freeze, now I'm looking at at yellow and purple messed up triangle on the right hand side of the screen. Looks like one of those magic eye pictures haha. I'm going to go for clean install number 5 and not allow any updates and see what happens. What should I do assuming its going to do the same thing and mess up on me again?

Last edited by Siezed; 06-17-2016 at 09:47 AM.
 
Old 06-17-2016, 09:49 AM   #4
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,558
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097
Which exact Nvidia GeForce card/chipset is in your system?

Generally, the Nouveau driver should work most of the time to get any Nvidia card working. Ubuntu "should" include a binary driver for your card/chipset.

Try this:

1. Try to use a Live disk of any distribution. I actually recommend SalixOS Live Xfce for this since it loads the VESA driver or Modesetting by default. Useful for testing stuff.

2. Use the console and use "su" root to run lspci and look for VGA. It SHOULD say Nvidia and the card type. If it doesn't it might be a bad graphics card/chip. If it does and still errors it might be a bad driver, kernel, etc. Try Nouveau first, then the Nvidia driver.

3. Try another distribution. I'm no fan of Ubuntu as I've had some bad stability issues with them.

Try these and report back what you find.
 
2 members found this post helpful.
Old 06-17-2016, 10:02 AM   #5
jamison20000e
Senior Member
 
Registered: Nov 2005
Location: ...uncanny valley... infinity\1975; (randomly born:) Milwaukee, WI, US( + travel,) Earth&Mars (I wish,) END BORDER$!◣◢┌∩┐ Fe26-E,e...
Distribution: any GPL that work on freest-HW; has been KDE, CLI, Novena-SBC but open.. http://goo.gl/NqgqJx &c ;-)
Posts: 4,888
Blog Entries: 2

Rep: Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567
Hi.

/My first thought was try other distros but looking inside was well suggested. How much RAM?
There are other *buntus too...

Have fun!

Last edited by jamison20000e; 06-17-2016 at 10:08 AM. Reason: added RAM
 
1 members found this post helpful.
Old 06-17-2016, 10:11 AM   #6
Siezed
Member
 
Registered: Jun 2016
Posts: 39

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by ReaperX7 View Post
Which exact Nvidia GeForce card/chipset is in your system?

Generally, the Nouveau driver should work most of the time to get any Nvidia card working. Ubuntu "should" include a binary driver for your card/chipset.

Try this:

1. Try to use a Live disk of any distribution. I actually recommend SalixOS Live Xfce for this since it loads the VESA driver or Modesetting by default. Useful for testing stuff.

2. Use the console and use "su" root to run lspci and look for VGA. It SHOULD say Nvidia and the card type. If it doesn't it might be a bad graphics card/chip. If it does and still errors it might be a bad driver, kernel, etc. Try Nouveau first, then the Nvidia driver.

3. Try another distribution. I'm no fan of Ubuntu as I've had some bad stability issues with them.

Try these and report back what you find.
Ok I'm downloading salixlive xfce right now, by live cd you just mean selecting "try Ubuntu" off the install cd right?
 
Old 06-17-2016, 10:15 AM   #7
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,096

Rep: Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275
Quote:
Originally Posted by tnut View Post
......Be aware that Linux and NVidia are not in somes cases "not the bests friends".....
I've heard that and have seen the video of Mr. Torvalds expressing his opinion of Nvidia, but my experience has been just the opposite. The best thing I did, regarding Linux, was switching to Nvidia video cards after over 20 years of using ATi cards. The Nvidia proprietary drivers have been much better than the ATi drivers both in ease of installation and overall performance.
 
Old 06-17-2016, 10:30 AM   #8
Siezed
Member
 
Registered: Jun 2016
Posts: 39

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by jamison20000e View Post
Hi.

/My first thought was try other distros but looking inside was well suggested. How much RAM?
There are other *buntus too...

Have fun!
8gb of ocz ram, but this got me thinking to remove the extra ram and just use one stick, maybe I'll find a faulty one.
 
Old 06-17-2016, 10:55 AM   #9
jamison20000e
Senior Member
 
Registered: Nov 2005
Location: ...uncanny valley... infinity\1975; (randomly born:) Milwaukee, WI, US( + travel,) Earth&Mars (I wish,) END BORDER$!◣◢┌∩┐ Fe26-E,e...
Distribution: any GPL that work on freest-HW; has been KDE, CLI, Novena-SBC but open.. http://goo.gl/NqgqJx &c ;-)
Posts: 4,888
Blog Entries: 2

Rep: Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567
You should be able to do a check for bad RAM from GRUB though may need to enable it in /etc/default/grub then run:
Code:
update-grub

Last edited by jamison20000e; 06-17-2016 at 10:59 AM.
 
1 members found this post helpful.
Old 06-17-2016, 10:57 AM   #10
jamison20000e
Senior Member
 
Registered: Nov 2005
Location: ...uncanny valley... infinity\1975; (randomly born:) Milwaukee, WI, US( + travel,) Earth&Mars (I wish,) END BORDER$!◣◢┌∩┐ Fe26-E,e...
Distribution: any GPL that work on freest-HW; has been KDE, CLI, Novena-SBC but open.. http://goo.gl/NqgqJx &c ;-)
Posts: 4,888
Blog Entries: 2

Rep: Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567
Oh wait crossed threads, wrong one but a live OS will do...
 
Old 06-17-2016, 11:29 AM   #11
Siezed
Member
 
Registered: Jun 2016
Posts: 39

Original Poster
Rep: Reputation: Disabled
Ok I took out all my memory and the first had one error within 5 mins of running memtest, second ran for 10 mins or so, enough that I think its not causing my problem, I created a brand new Ubuntu USB and tried booting from that, got the same type of garbled display and couldn't do anything, looking like messed up display driver. The other salix distro just finished downloading so I'm making a USB of that and going to try it.
 
1 members found this post helpful.
Old 06-17-2016, 11:43 AM   #12
Siezed
Member
 
Registered: Jun 2016
Posts: 39

Original Poster
Rep: Reputation: Disabled
Alright salix seems to be working off the live cd, however internet video is extremely choppy, specifically cc.com. Is this just because I haven't actually installed the os yet? Also, how do I go about installing google chrome to salix?

Youtube is choppy too, and weird screen tearing kinda. Should I be trying to install a different driver or something?

Ok I'm trying to use the console to figure out my hardware, I type "Su" and it asks for password, but I don't have one for this salix os, is there a default password?

Last edited by Siezed; 06-17-2016 at 11:55 AM.
 
Old 06-17-2016, 12:33 PM   #13
biosboy4
Member
 
Registered: Aug 2015
Distribution: Debian, SUSE, NXOS
Posts: 242

Rep: Reputation: 38
Quote:
I've heard that and have seen the video of Mr. Torvalds expressing his opinion of Nvidia, but my experience has been just the opposite. The best thing I did, regarding Linux, was switching to Nvidia video cards after over 20 years of using ATi cards. The Nvidia proprietary drivers have been much better than the ATi drivers both in ease of installation and overall performance.
I've had the same experience. Basically, open source ati/nvidia drivers are generally work, but are poor performance wise (however there are exceptions). Proprietary ATI drivers generally suck, though there are still some exceptions. Proprietary Nvidia drivers have generally seemed to me to be the best. I've actually never had problems with them. Though, as with everything, there are likely exceptions.

Edit: If you're running older hardware try Debian stable, it usually stays behind longer than Ubuntu. Just make sure you're using the proprietary nvidia driver.

Last edited by biosboy4; 06-17-2016 at 12:35 PM.
 
2 members found this post helpful.
Old 06-17-2016, 12:50 PM   #14
jamison20000e
Senior Member
 
Registered: Nov 2005
Location: ...uncanny valley... infinity\1975; (randomly born:) Milwaukee, WI, US( + travel,) Earth&Mars (I wish,) END BORDER$!◣◢┌∩┐ Fe26-E,e...
Distribution: any GPL that work on freest-HW; has been KDE, CLI, Novena-SBC but open.. http://goo.gl/NqgqJx &c ;-)
Posts: 4,888
Blog Entries: 2

Rep: Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567
I do recall using some proprietary Linux nvidia drivers back in the day, used their website. Nowadays you may just double click on it depending the extension*?


Edit\add: http://old.slax.org/forum.php?action...parentID=37987

Last edited by jamison20000e; 06-17-2016 at 12:52 PM.
 
1 members found this post helpful.
Old 06-17-2016, 03:09 PM   #15
Siezed
Member
 
Registered: Jun 2016
Posts: 39

Original Poster
Rep: Reputation: Disabled
Its being reported as geforce 8200 in Ubuntu's software and updates, and I'm using Nouveaus display driver in Ubuntu right now. I just looked at my tigerdirect order and its in fact an evga nforce 730a with geforce 8200 integrated graphics. Its one of the motherboards with hybrid sli, which I remember reading somewhere also causes Linux problems. Right now I have to go to work but any more info on how to get a working os running on this system would be appreciated. All I really need is a computer that will play flash well. That's basically all I need it for, just watching videos online in my rc airplane build room as I don't have any cable into this room to watch TV

Oh also, in the Ubuntu software and updates, additional drivers tab, theres a piece of hardware labeled Unknown: Unknown, and two options, "do not use this device" and "using processor microcode firmware for AMD CPU's from AMD64-microcode (proprietary)" could this perhaps be related? Something in my motherboard that's not being recognized correctly?
 
  


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
NVIDIA Optimus + Bumblebee -> Nvidia X Server setting? cooltoad Linux - Hardware 4 02-05-2014 07:01 PM
[SOLVED] I/O hangs system after going from nvidia to ati, and back to nvidia. Holering Linux - Hardware 4 12-24-2013 08:51 AM
setting beep on linux system girish_hilage Fedora 9 03-26-2009 05:40 AM
Setting up a Linux/Redhat system 1st time! andyc1000 Linux - Newbie 3 09-01-2003 01:46 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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