Slackware This Forum is for the discussion of Slackware Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
02-11-2014, 12:06 PM
|
#1
|
Member
Registered: Apr 2010
Posts: 352
Rep:
|
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?
|
|
|
02-11-2014, 12:12 PM
|
#2
|
Member
Registered: Nov 2013
Posts: 748
Rep:
|
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.
|
|
|
02-11-2014, 12:31 PM
|
#3
|
Member
Registered: Sep 2011
Posts: 925
|
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 to create a working xorg.conf.
|
|
|
02-11-2014, 03:50 PM
|
#4
|
Member
Registered: Apr 2010
Posts: 352
Original Poster
Rep:
|
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
|
|
|
02-11-2014, 07:05 PM
|
#5
|
Member
Registered: Sep 2011
Posts: 925
|
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.
|
|
|
02-12-2014, 06:17 AM
|
#6
|
Member
Registered: Apr 2010
Posts: 352
Original Poster
Rep:
|
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
|
|
|
All times are GMT -5. The time now is 05:49 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|