LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 01-06-2014, 12:32 PM   #1
jbander
Member
 
Registered: Feb 2011
Posts: 61

Rep: Reputation: 4
Cinnamon mint 16 freezing


Mint 16 Freezing still

Postby jbander on Mon Jan 06, 2014 1:23 pm
I just watched with me doing nothing , just watching a video, it froze up solid. I'm operating Cinnamon and here is my terminal reading for inxi -gx "jbander@jbander-System-Product-Name ~ $ inxi -Gx
Graphics: Card: NVIDIA GT218 [GeForce 210] bus-ID: 02:00.0
X.Org: 1.14.3 drivers: (unloaded: fbdev,vesa) FAILED: nouveau Resolution: 1920x1080@60.0hz
GLX Renderer: Gallium 0.4 on NVA8 GLX Version: 3.0 Mesa 9.2.1 Direct Rendering: Yes"

I see failed in there but I don't know what it means. any sugestions
 
Old 01-06-2014, 01:03 PM   #2
zuzoa
Member
 
Registered: Nov 2008
Location: USA
Distribution: Arch 64-bit
Posts: 159

Rep: Reputation: 36
You're using the open-source Nvidia driver, nouveau, which is crashing. Try using the proprietary one from Nvidia, you can find your download here.
 
Old 01-06-2014, 04:49 PM   #3
jbander
Member
 
Registered: Feb 2011
Posts: 61

Original Poster
Rep: Reputation: 4
Quote:
Originally Posted by zuzoa View Post
You're using the open-source Nvidia driver, nouveau, which is crashing. Try using the proprietary one from Nvidia, you can find your download here.
***************************************It crashes when I try to use the recommended driver. Should I start trying to use the other ones that are on the driver program.
 
Old 01-09-2014, 06:47 PM   #4
enorbet
LQ Guru
 
Registered: Jun 2003
Location: Virginia
Distribution: Slackware = Main OpSys
Posts: 5,090

Rep: Reputation: 4741Reputation: 4741Reputation: 4741Reputation: 4741Reputation: 4741Reputation: 4741Reputation: 4741Reputation: 4741Reputation: 4741Reputation: 4741Reputation: 4741
Greetings
I find it hard to believe that a properly installed driver from nVidia crashes on such a simple process. It is far more likely that there is some conflict within your system, like not properly blacklisting "nv" and "nouveau" thus insuring the proprietary driver/module has exclusive access. I'm all in favor of OSS whenever possible but some distros, and Mint is one of them, make you really jump through hoops and even sidestep recommended install procedure for the nVidia, or any other non-OSS code.

That said, Ubuntu 13.10 (and I assume any derivative, like Mint) is at least doing better than in the past at installing the manufacturer's driver. Hopefully this is true for you. Do check though, in "/etc/modprobe.d/" to see if especially "nouveau" has been blacklisted. FWIW I applaud the continuing improvement of the nouveau driver, but it is still way below the proprietary driver in solid performance.
 
Old 01-09-2014, 11:53 PM   #5
jbander
Member
 
Registered: Feb 2011
Posts: 61

Original Poster
Rep: Reputation: 4
Quote:
Originally Posted by enorbet View Post
Greetings
I find it hard to believe that a properly installed driver from nVidia crashes on such a simple process. It is far more likely that there is some conflict within your system, like not properly blacklisting "nv" and "nouveau" thus insuring the proprietary driver/module has exclusive access. I'm all in favor of OSS whenever possible but some distros, and Mint is one of them, make you really jump through hoops and even sidestep recommended install procedure for the nVidia, or any other non-OSS code.

That said, Ubuntu 13.10 (and I assume any derivative, like Mint) is at least doing better than in the past at installing the manufacturer's driver. Hopefully this is true for you. Do check though, in "/etc/modprobe.d/" to see if especially "nouveau" has been blacklisted. FWIW I applaud the continuing improvement of the nouveau driver, but it is still way below the proprietary driver in solid performance.
******************************************Thanks for the response. There is a half dozen programs that have been blacklisted but I didn't see nouveau blacklisted. Seems to me years back I tried that and the the hoped driver still didn't work and in blacklisting Nouveau it takes it out of the driver manager so it is hard to drop back to nouveau to get it out of vesa. when it goes to vesa because mint crashes,then when I look to see what driver is being used it has said the driver that I'm trying in this case 319 and 304 both in multiple configurations are the ones in use. so can it still be the unblacklisted nouveau
 
Old 01-10-2014, 09:16 AM   #6
enorbet
LQ Guru
 
Registered: Jun 2003
Location: Virginia
Distribution: Slackware = Main OpSys
Posts: 5,090

Rep: Reputation: 4741Reputation: 4741Reputation: 4741Reputation: 4741Reputation: 4741Reputation: 4741Reputation: 4741Reputation: 4741Reputation: 4741Reputation: 4741Reputation: 4741
Quote:
Originally Posted by jbander View Post
******************************************Thanks for the response. There is a half dozen programs that have been blacklisted but I didn't see nouveau blacklisted. Seems to me years back I tried that and the the hoped driver still didn't work and in blacklisting Nouveau it takes it out of the driver manager so it is hard to drop back to nouveau to get it out of vesa. when it goes to vesa because mint crashes,then when I look to see what driver is being used it has said the driver that I'm trying in this case 319 and 304 both in multiple configurations are the ones in use. so can it still be the unblacklisted nouveau
Disclaimer -
I'm probably not well qualified to help a whole lot more than pointing to the reason for the crash, a conflict and never really having the proprietary driver working correctly. It is also possible that your crash could be solved by making sure you don't have some partially or improperly installed "nvidia" driver and rely on "nouveau", assuming you have no need of 3D acceleration.

I used Mint once for a few days and the closest I have gotten for any extended use is Studio Ubuntu, and I am heavily biased against both automatic dependency resolving package managers and systems that boot to X. I don't hate them anymore. I continue to keep my hand in play by messing with a few, but I'm better at editing scripts to do what I want than trusting automatics.

So my best recommendation is google how to properly install/uninstall the proprietary nvidia driver in Mint.

That said, you can easily view more of what is going on with "lsmod" to see what modules are loaded, and "modinfo" to see what modules are linked to others if you're unfamiliar with any. I am unfamiliar with how well nouveau can handle the jobs you expect from your GeForce 210, so job #1 for you is to decide what you need, as in do you need 3D acceleration for starters since nouveau is presently incapable of that afaik. Then, once decided which driver has the capability you require, see how that is best done according to Mint rules.

PS to simplify recovering from a "vesa" implementation just be sure you know how to use your favorite text editor to comment out (like with "#") or remove altogether the blacklisting of nouveau. This should be trivial even in a vesa "powered" X.

Last edited by enorbet; 01-10-2014 at 09:21 AM.
 
Old 01-10-2014, 12:01 PM   #7
jbander
Member
 
Registered: Feb 2011
Posts: 61

Original Poster
Rep: Reputation: 4
Quote:
Originally Posted by enorbet View Post
Disclaimer -
I'm probably not well qualified to help a whole lot more than pointing to the reason for the crash, a conflict and never really having the proprietary driver working correctly. It is also possible that your crash could be solved by making sure you don't have some partially or improperly installed "nvidia" driver and rely on "nouveau", assuming you have no need of 3D acceleration.

I used Mint once for a few days and the closest I have gotten for any extended use is Studio Ubuntu, and I am heavily biased against both automatic dependency resolving package managers and systems that boot to X. I don't hate them anymore. I continue to keep my hand in play by messing with a few, but I'm better at editing scripts to do what I want than trusting automatics.

So my best recommendation is google how to properly install/uninstall the proprietary nvidia driver in Mint.

That said, you can easily view more of what is going on with "lsmod" to see what modules are loaded, and "modinfo" to see what modules are linked to others if you're unfamiliar with any. I am unfamiliar with how well nouveau can handle the jobs you expect from your GeForce 210, so job #1 for you is to decide what you need, as in do you need 3D acceleration for starters since nouveau is presently incapable of that afaik. Then, once decided which driver has the capability you require, see how that is best done according to Mint rules.

PS to simplify recovering from a "vesa" implementation just be sure you know how to use your favorite text editor to comment out (like with "#") or remove altogether the blacklisting of nouveau. This should be trivial even in a vesa "powered" X.
*******************************************Thank you I have a clearer picture on where I stand on this , I will try to install recommended driver and blacklist nouveau
 
  


Reply

Tags
freezing, mint


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
seeking help using 'wmctrl' with Mint and Cinnamon SaintDanBert Linux - Desktop 15 01-01-2014 10:14 AM
When I try to use mint 15 cinnamon, I have "freezing" problems, but Mate is fine. katrada Linux - Newbie 10 10-23-2013 03:47 AM
LXer: Linux Mint 16 Will Have Cinnamon 2.0 LXer Syndicated Linux News 0 06-05-2013 03:40 PM
Linux Mint Problems Cinnamon LinWinApp Linux - General 1 02-16-2013 07:31 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

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