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 04-19-2014, 11:43 PM   #1
quiescere
Member
 
Registered: Sep 2003
Distribution: Slackware64 14.2
Posts: 54

Rep: Reputation: 15
14.1, struggling with nouveau and NVidia drivers


Just installed 14.1, and nouveau works okay in X, although my steam games don't play. I compiled a new kernel (3.12.17), and X doesn't work: it starts, but at the login screen nothing happens. No mouse, no keyboard, nothing. Complete freeze, had to hit the power button. I installed the nvidia driver (331.67) but somehow that didn't work either (complained of architecture incompatibility in libEGL (MESA)).

I used the nvidia driver on this machine before with no problems, and probably will again as nouveau is not great with Fermi cards. I know nouveau and nvidia drivers work on this platform, but I do not know what's wrong with my kernel that neither nouveau drivers nor nvidia work. Any ideas?

Thanks,
----q.
 
Old 04-20-2014, 12:05 AM   #2
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
Just my 2¢. Not sure how this is solved in Slackware, but nouveau will not work without KMS and proprietary nVidia blob will not work with KMS. You may want to make sure your kernel is up to the task.
 
Old 04-20-2014, 04:14 AM   #3
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,057

Rep: Reputation: Disabled
Quote:
Originally Posted by quiescere View Post
I do not know what's wrong with my kernel that neither nouveau drivers nor nvidia work.
Probably a mis-configuration of your kernel, but hard to know which one... How did you compile it? The recommended way is to take one of the config files in testing/packages/config-testing-3.12 as a basis, "make oldconfig", "make config" and accept the defaults settings for new drivers unless you know what you're doing.

But first, did you try the blob with the kernel shipped with Slackware 14.1 and if yes, what made you try another kernel?

Also, what is your graphic card's model? Please provide output of "lspci -vnn|grep VGA".

Last edited by Didier Spaier; 04-20-2014 at 04:15 AM.
 
Old 04-20-2014, 05:37 AM   #4
Drakeo
Senior Member
 
Registered: Jan 2008
Location: Urbana IL
Distribution: Slackware, Slacko,
Posts: 3,716
Blog Entries: 3

Rep: Reputation: 483Reputation: 483Reputation: 483Reputation: 483Reputation: 483
try the beta 64 bit http://www.nvidia.com/download/drive...px/73666/en-us

and the 32 bit beta. http://www.nvidia.com/download/drive...px/73665/en-us
let me know if they work.
 
Old 04-20-2014, 06:19 AM   #5
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
You have to also blacklist the nouveau kernel module from loading to prevent the kernel mode setting from occurring.

As far as Nvidia goes, it's best to install the driver via the SlackBuild and simply update the SlackBuild file to match a more current driver release.

Nouveau sadly is very lackluster for real gaming and heavy usage. It's more of a "get it working" driver really than something you'd want to use full time.

I would do this (at least):

1. Update to the latest kernel. 3.14.x works very well and should have modernized hardware control abilities.

2. Install the latest libdrm, LibMesa, and x11-video-nouveau packages. You may need the Slackware sources SlackBuild files for this. Even though Nvidia uses it's own libraries it often expects existing libraries to be there.

3. Blacklist Nouveau's kernel module.

4. Install the most current Nvidia driver using the SlackBuild scripts from Slackbuilds.org.

Hopefully this will get it working for you.
 
Old 04-20-2014, 06:47 AM   #6
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
FWIW I'm using Slackware 14.0 with a custom built 3.12.0 realtime, tickless, low-latency configuration and am using the 331.67 nVidia driver for my GTX760. Not only do I have Steam but through PlayOnLinux (and because of Pipelight for one) I have 3 versions of Steam and 5 versions of Wine installed. It works flawlessly and I can run DX-11 games in DX-11 mode such as Deus Ex: Human Revolution beautifully on this box. I'm telling you this for incentive and confirmation that it will work. I strongly suspect your only problem is not having blacklisted nouveau. If you're also having sound problems, blacklisting HDMI (unless you're actually using it) should solve that.
 
Old 04-20-2014, 08:38 AM   #7
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
A properly configured /etc/asound.conf and .asoundrc would remedy an HDMI issue if there is one also.
 
Old 04-21-2014, 03:07 AM   #8
Drakeo
Senior Member
 
Registered: Jan 2008
Location: Urbana IL
Distribution: Slackware, Slacko,
Posts: 3,716
Blog Entries: 3

Rep: Reputation: 483Reputation: 483Reputation: 483Reputation: 483Reputation: 483
Quote:
FWIW I'm using Slackware 14.0 with a custom built 3.12.0 realtime, tickless, low-latency configuration and am using the 331.67 nVidia driver for my GTX760. Not only do I have Steam but through PlayOnLinux (and because of Pipelight for one) I have 3 versions of Steam and 5 versions of Wine installed. It works flawlessly and I can run DX-11 games in DX-11 mode such as Deus Ex: Human Revolution beautifully on this box. I'm telling you this for incentive and confirmation that it will work. I strongly suspect your only problem is not having blacklisted nouveau. If you're also having sound problems, blacklisting HDMI (unless you're actually using it) should solve that.
enorbet .I love it when you talk that way. hehehe.
Quote:
(complained of architecture incompatibility in libEGL (MESA)).
that is well documented and a quick google will get you a fast answer.
 
  


Reply

Tags
14.1, kernel, nouveau, nvidia



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 drivers failed, how to restore to Nouveau? ziphem Linux - Software 4 05-21-2013 06:35 PM
LXer: NVIDIA vs. Nouveau Drivers On Ubuntu 13.04 LXer Syndicated Linux News 0 04-12-2013 03:01 AM
nVidia and nouveau drivers under Ubuntu 12.04 not working cigtoxdoc Ubuntu 2 05-31-2012 05:50 PM
Nouveau Driver preventing me from installing Nvidia drivers chango77745 Linux - Hardware 1 01-19-2012 08:47 PM
LXer: Nouveau project hacks away at free Nvidia drivers LXer Syndicated Linux News 0 09-04-2007 06:40 AM

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

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