LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 02-11-2014, 12:06 PM   #1
captain_sensible
Member
 
Registered: Apr 2010
Posts: 352

Rep: Reputation: 145Reputation: 145
Nvidia driver slackware14.1


I just installed Slackware14.1 , installed wicd , sbopkg and I few other things, tried seamonkey got onto internet Ok, then tried firefox and system crashed. Then got not unmounted cleanly, I stuck with ext2 so ran e2fsck -v -y /dev/sda2

Not a good start. There was text on reboot about noveau- i have Nvidia geForce. Decided I would have a go at installing Nvidia driver.

I botched it, but although I had installed
xf86-video-nouveau-blacklist-noarch-1.txz to my surprise I got my xwindow back up. In my menu I have an entry for nvidia settings, but says -looks like your not using Nvidia.From what I can understand Noveau driver should not load, if i blacklisted it, and Nvidia took a dive ,so why is my xwindow working?

Looking in /etc/X11 I have xorg.conf.backup(inside says created by nvidia) and also xorg.conf-vesa

So is my xwindow using xorg.conf-vesa and is a vesa module being used?
 
Old 02-11-2014, 12:12 PM   #2
genss
Member
 
Registered: Nov 2013
Posts: 748

Rep: Reputation: Disabled
check /var/log/Xorg.0.log

there are also errors logged there if they happened

bdw (EE) means error

Last edited by genss; 02-11-2014 at 12:14 PM.
 
Old 02-11-2014, 12:31 PM   #3
jtsn
Member
 
Registered: Sep 2011
Posts: 925

Rep: Reputation: 483Reputation: 483Reputation: 483Reputation: 483Reputation: 483
Append
Code:
nouveau.modeset=0 vga=normal
to your kernel command line. Check the output of
Code:
lsmod | grep nouveau
lsmod | grep nvidia
and run
Code:
nvidia-xconfig
to create a working xorg.conf.
 
Old 02-11-2014, 03:50 PM   #4
captain_sensible
Member
 
Registered: Apr 2010
Posts: 352

Original Poster
Rep: Reputation: 145Reputation: 145
in var/log

56.107] (EE) Failed to load module "fbdev" (module does not exist, 0)
56.107] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 56.107] (--) using VT number 7

[ 56.113] (EE) [drm] KMS not enabled
[ 56.113] (EE) [drm] KMS not enabled
[ 56.113] (WW) Falling back to old probe method for modesetting
[ 56.113] (EE) open /dev/dri/card0: No such file or directory

(II) Loading sub module "vbe"
[ 56.113] (II) LoadModule: "vbe"
[ 56.114] (II) Loading /usr/lib/xorg/modules/libvbe.so
[ 56.164] (II) Module vbe: vendor="X.Org Foundation"
[ 56.164] compiled for 1.14.3, module version = 1.1.0
[ 56.164] ABI class: X.Org Video Driver, version 14.1
[ 56.164] (II) Loading sub module "int10"
[ 56.164] (II) LoadModule: "int10"
[ 56.164] (II) Loading /usr/lib/xorg/modules/libint10.so
[ 56.175] (II) Module int10: vendor="X.Org Foundation"
[ 56.175] compiled for 1.14.3, module version = 1.0.0
[ 56.175] ABI class: X.Org Video Driver, version 14.1
[ 56.175] (II) VESA(0): initializing int10

after the above section end no errors

no output for
lsmod | grep nouveau
lsmod | grep nvidia


I tried nvidia-xconfig - no joy, then in desperation I used :

nvidia-xconfig --restore-original-backup

I think i did a mash up on the two methods of nvidia install slackbuilds and running nvidia proprietary driver.Out of interest if I wanted nouveau back would i uninstall the blacklist xf86-video-nouveau-blacklist-noarch-1.txz and need to load using modprobe?

To be honest everything is working fine with present system -but it would be nice to know what happened and what to do to get back to a working system. All I know it runs along the lines of getting a /etc/X11/xorg.conf.backup to xorg.conf .If you messed up on installing
nvidia what approach would you use to get system back to as it was ? back step and remove packages #xorgconfig is now depreciated so can not use that .

I got back with trial and eoor to be honest



In /etc/modprobe.d there is :

BLACKLIST-nouveau.conf
and
nvidia-installer-disable-nouveau.conf
in the above file it has:
#generated by nvidia-installer
blacklist nouveau
options nouveau modeset=0

Last edited by captain_sensible; 02-11-2014 at 03:51 PM. Reason: add text
 
Old 02-11-2014, 07:05 PM   #5
jtsn
Member
 
Registered: Sep 2011
Posts: 925

Rep: Reputation: 483Reputation: 483Reputation: 483Reputation: 483Reputation: 483
1. Run nvidia-uninstaller.
2. Uninstall nvidia-* SBo packages.
3. Reinstall xorg packages by running
Code:
slackpkg reinstall xorg-server mesa
If you want nouveau back, install xorg-video-nouveau again. Otherwise run NVIDIA-Linux-*.run again and let it create a xorg.conf for you.
 
Old 02-12-2014, 06:17 AM   #6
captain_sensible
Member
 
Registered: Apr 2010
Posts: 352

Original Poster
Rep: Reputation: 145Reputation: 145
Thanks very much, with the above information it boosted my confidence and gave it another go.

Looks like I had the wrong Nvidia for my geForce. I ran the correct one using this:

sh ./NVIDIA-Linux-x86-304.108.run --kernel-name=3.10.17-smp

It ran got rid of the other nvidia install 331.20 and I now have
Nvidia installed. Its probably worse than vesa but maybe there are some other benefits to it somewhere -
just found one benefit (i'm assuming);previously no matter how hard i tried I could not get sound capture e.g nobody could hear me with skype, now I have sound capture!

Last edited by captain_sensible; 02-12-2014 at 06:44 AM. Reason: addition
 
  


Reply


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



Similar Threads
Thread Thread Starter Forum Replies Last Post
i installed nvidia driver on slackware14 after reeboot screen display not working? highrolla Linux - Software 4 05-09-2013 02:14 PM
How to Install Nvidia Driver NVIDIA-Linux-x86-270.41.19.run ryan20fun Linux - Newbie 19 05-31-2011 08:07 PM
Hooray!... got nVidia driver working. How do I enhance nVidia's advance functions? ExCIA Debian 1 08-12-2006 06:18 AM
nvidia fx5600 loads vesa driver instead of nvidia driver saburo62 Linux - Hardware 3 05-04-2004 04:59 PM
kernel 2.6.3--bk8 and NVIDIA-Linux-x86-1.0-5336 video driver from Nvidia zdenkod Linux - Hardware 2 03-09-2004 06:38 AM

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

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