LinuxQuestions.org
Help answer threads with 0 replies.
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 07-14-2013, 05:27 AM   #1
sljunkie
Member
 
Registered: Nov 2008
Location: Brazil
Distribution: Manjaro
Posts: 105

Rep: Reputation: 18
Slackware 14.0 + GeForce 9400 GT + nvidia driver = constant freezes


Well since upgrading from 13.37 I noticed that using the nvidia proprietary driver (installed through slackbuilds.org) X (tried from twm to KDE) freezes constantly, especially when using 3D acceleration. Note: when I do this, I don't mess around /etc/X11/xorg.conf.d, I just blacklist the nouveau driver on /etc/modprobe.d

Even the last update (version 319.17) didn't solve the problem.

So using the stock nouveau driver stops this nonsense, altough I'd like to have the proprietary driver for improved performance.

Since using the nouveau driver gives me no major crashes/freezes, I don't think my graphic card has problems. I even cleaned the dust from its cooler and heat sink (there was enough to give me throat irritation) but the procedure didn't help.

Under these circunstances, what can I do to use the proprietary driver?
 
Old 07-14-2013, 06:13 PM   #2
guanx
Senior Member
 
Registered: Dec 2008
Posts: 1,176

Rep: Reputation: 233Reputation: 233Reputation: 233
The last official driver update as of your post is 319, or 319.32 for 32-bit Linux. Did you install some unofficial package named 319.17?

I am using the same graphics card in one of my computers and got no problem. Probably I did not hit the same GL extension which triggered your problem. (BTW, My kernel is Linux 3.7.10.)

So, could you describe how to trigger the problem, as precise as possible?
 
Old 07-15-2013, 02:26 AM   #3
sljunkie
Member
 
Registered: Nov 2008
Location: Brazil
Distribution: Manjaro
Posts: 105

Original Poster
Rep: Reputation: 18
Well I'm using kernel 3.2.45.

I've always installed the driver via sbopkg ever since it came out, I just put 'libvdpau nvidia-kernel nvidia-driver' on a queue and let it go.

Now the driver on slackbuilds.org is 319.32, I'm installing it right now.

To trigger the problem, I just install the driver, put a file named 'nouveau-blacklist.conf' on /etc/modules.d with the content:

Code:
blacklist nouveau
Then reboot.

I start KDE with 'startx 2> /dev/null &' and then I only have to use Dolphin file manager a bit for it to freeze a couple of seconds every now and then. OpenArena crashes and freezes the system, and so on.

I just installed the 319.32 driver, Dolphin just crashed and froze the entire system!

ps: my system is 64-bit.

Last edited by sljunkie; 07-15-2013 at 02:28 AM.
 
Old 07-15-2013, 02:37 AM   #4
phenixia2003
Senior Member
 
Registered: May 2006
Location: France
Distribution: Slackware
Posts: 1,052

Rep: Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008
Hello,

Quote:
Originally Posted by sljunkie View Post

To trigger the problem, I just install the driver, put a file named 'nouveau-blacklist.conf' on /etc/modules.d with the content:

Code:
blacklist nouveau
This should be in /etc/modprobe.d, not /etc/modules.d


--
SeB
 
Old 07-15-2013, 06:09 AM   #5
bassplayer69
Member
 
Registered: Jul 2007
Location: In a van down by the river...
Distribution: MX Linux 21
Posts: 237

Rep: Reputation: 56
Quote:
Originally Posted by phenixia2003 View Post
Hello,



This should be in /etc/modprobe.d, not /etc/modules.d


--
SeB

I'm sure that was just a typo since his original post had the right directory:

Quote:
Well since upgrading from 13.37 I noticed that using the nvidia proprietary driver (installed through slackbuilds.org) X (tried from twm to KDE) freezes constantly, especially when using 3D acceleration. Note: when I do this, I don't mess around /etc/X11/xorg.conf.d, I just blacklist the nouveau driver on /etc/modprobe.d
 
Old 07-15-2013, 07:39 AM   #6
sljunkie
Member
 
Registered: Nov 2008
Location: Brazil
Distribution: Manjaro
Posts: 105

Original Poster
Rep: Reputation: 18
Yes, it was a typo.
 
Old 07-15-2013, 12:59 PM   #7
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
Quote:
Originally Posted by sljunkie View Post
Well I'm using kernel 3.2.45.

I've always installed the driver via sbopkg ever since it came out, I just put 'libvdpau nvidia-kernel nvidia-driver' on a queue and let it go.

Now the driver on slackbuilds.org is 319.32, I'm installing it right now.
How did you get yours to build at all?

nvidia-driver is failing for me each time...
Code:
nvidia-driver:
Found NVIDIA-Linux-x86_64-319.32.run in /var/cache/sbopkg.
Checking MD5SUM:
  MD5SUM check for NVIDIA-Linux-x86_64-319.32.run ... OK
Building package for nvidia-driver...
tar: /var/lib/sbopkg/SBo/14.0/system/nvidia-driver/nvidia-installer-319.32.tar.bz2: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
nvidia-kernel-319.32 built and installed just fine.

Slackware 14.0, 64 bit (no multilib), 3.2.45 kernel.
 
Old 07-15-2013, 04:36 PM   #8
sljunkie
Member
 
Registered: Nov 2008
Location: Brazil
Distribution: Manjaro
Posts: 105

Original Poster
Rep: Reputation: 18
Quote:
Originally Posted by Richard Cranium View Post
How did you get yours to build at all?
I just wget'ed the missing source files (specified in the .info file) manually into my /var/cache/SBo/... folder, that'll do.
 
1 members found this post helpful.
Old 07-15-2013, 09:10 PM   #9
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
Quote:
Originally Posted by sljunkie View Post
I just wget'ed the missing source files (specified in the .info file) manually into my /var/cache/SBo/... folder, that'll do.
Many, many thanks! That did the trick.
 
  


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 twinview + kernel 3.4.4-rt13 - GeForce 9400 GT MisterBark Linux - Software 3 07-08-2012 06:23 AM
Nvidia driver for nVidia G98 [GeForce 9300 GE] Video card rhbegin Linux - Hardware 2 12-27-2011 10:12 AM
nVidia GeForce 9400 GT 1gb graphics card troubleshooting gunzzz5930 Slackware 6 04-29-2010 11:07 AM
Nvidia geforce 9400 drivers westside Linux - Hardware 4 04-06-2009 09:42 PM
[SOLVED] Nvidia GeForce 9400 GT on SuSE 11.1 bkorb Linux - Hardware 5 01-02-2009 07:25 PM

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

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