LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE
User Name
Password
SUSE / openSUSE This Forum is for the discussion of Suse Linux.

Notices


Reply
  Search this Thread
Old 11-07-2019, 06:27 PM   #1
sirius57
Member
 
Registered: Jun 2004
Distribution: puppy linux, suse 10.0, opensuse 11.3, 12.1, mythdora, opensuse 13.1, opensuse tumbleweed
Posts: 602

Rep: Reputation: 36
while compiling nvidia driver, the script complains that nouveu driver still running in tumbleweed


I have an nvidia geforce 6200 pci express video card. The nvidia drivers available via yast are not compatible and I am unable to compile the NVIDIA-Linux-x86_64-304.137.run file. I boot into run level 3 'init 3' and the script stops complaining that nouveu is still running. In yast, I see the following:
kernel-firmware-nvidia
libdrm_nouveau2
xf86-video-nouveau
xf86-video-nv

Does nouveau need to be blacklisted? Can I uninstall the xf86-video-nouveau since xf86-video-nv is providing 2d acceleration? I am also a bit confused over problems I read about when updating with a tainted kernel and reinstalling the nvidia driver.
 
Old 11-07-2019, 07:40 PM   #2
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 5,808
Blog Entries: 1

Rep: Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066
Don't let the duplicate nouveau naming confuse you. There is a kernel driver named nouveau, and an X driver (DDX) also named nouveau.

That old tainting driver version 304.137 likely is not compatible with Kernel Mode Setting. Maybe all you need to do is disable the nouveau KMS driver on boot where you'll be trying to compile and install. I'd expect there to be an instruction for that .run file that says so, but even if not, try it anyway. Append using the E key in the Grub menu to the end of the line that begins linu either:
Code:
nouveau.modeset=0
or
Code:
nomodeset
FWIW, the default DDX (modesetting) with my old NVidia GPUs, C61 (aka 6150SE) and up through Quadro NVS 310 is fine for ordinary desktop use. Did you try it first? Normally the installer includes xf86-video-nouveau, which provides the nouveau DDX (old, reverse-engineered technology), and prevents the (newer technology) modesetting DDX from loading.

Last edited by mrmazda; 11-07-2019 at 07:46 PM.
 
Old 11-08-2019, 10:02 AM   #3
Sauerland
Member
 
Registered: Jul 2017
Distribution: openSUSE Leap
Posts: 194

Rep: Reputation: Disabled
I think the 304 will not compile with Kernel 5.3.7.....
 
Old 11-08-2019, 12:07 PM   #4
PECONET009
Member
 
Registered: Sep 2006
Location: Finland.
Distribution: kali linux.
Posts: 156

Rep: Reputation: 21
openSUSE Support Database

Quote:
Originally Posted by sirius57 View Post
I have an nvidia geforce 6200 pci express video card. The nvidia drivers available via yast are not compatible and I am unable to compile the NVIDIA-Linux-x86_64-304.137.run file. I boot into run level 3 'init 3' and the script stops complaining that nouveu is still running. In yast, I see the following:
kernel-firmware-nvidia
libdrm_nouveau2
xf86-video-nouveau
xf86-video-nv

Does nouveau need to be blacklisted? Can I uninstall the xf86-video-nouveau since xf86-video-nv is providing 2d acceleration? I am also a bit confused over problems I read about when updating with a tainted kernel and reinstalling the nvidia driver.
This mighy help you out; https://en.opensuse.org/SDB:NVIDIA_the_hard_way
 
Old 11-08-2019, 04:58 PM   #5
petelq
Member
 
Registered: Aug 2008
Location: Yorkshire
Distribution: openSUSE(Leap and Tumbleweed) and a (not so) regularly changing third and fourth
Posts: 627

Rep: Reputation: Disabled
Update to a cheap geforce 710 and it will compile nvidia 440.31 with kernel-5.3.
 
Old 11-08-2019, 07:31 PM   #6
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 5,808
Blog Entries: 1

Rep: Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066
Tainting is not necessary here to run a GeForce 6xxx GPU on Tumbleweed:
Code:
# inxi -V | head -n1
inxi 3.0.36-00 (2019-08-14)
# cat /etc/X11/xorg.conf.d/50-device.conf
Section "Device"
    Identifier "Default Device"
        Driver "modesetting"
EndSection
# rpm -qa | grep vidia
# rpm -qa | grep 6-video
xf86-video-nouveau-1.0.15-3.5.x86_64
xf86-video-fbdev-0.5.0-1.7.x86_64
xf86-video-vesa-2.4.0-1.7.x86_64
# lsmod | grep video
video                  53248  1 nouveau
# inxi -GxxSM
System:    Host: mcp61 Kernel: 5.2.14-1-default x86_64 bits: 64 compiler: gcc v: 9.2.1 Desktop: KDE Plasma 5.17.2
           tk: Qt 5.13.1 wm: kwin_x11 dm: startx Distro: openSUSE Tumbleweed 20191106
Machine:   Type: Desktop Mobo: MSI model: MS-7309 v: 1.0 serial: N/A BIOS: American Megatrends v: 9.9 date: 12/23/2009
Graphics:  Device-1: NVIDIA C61 [GeForce 6150SE nForce 430] vendor: Micro-Star MSI driver: nouveau v: kernel bus ID: 00:0d.0
           chip ID: 10de:03d0
           Display: server: X.Org 1.20.5 driver: modesetting compositor: kwin_x11 resolution: 1680x1050~60Hz
           OpenGL: renderer: llvmpipe (LLVM 9.0 128 bits) v: 3.3 Mesa 19.2.2 compat-v: 3.1 direct render: Yes
 
  


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
xine + nouveu on 14.1 = crash rogan Slackware 4 04-28-2014 02:22 PM
compiling .s file complains about junk at end of line, @ dfatlq Programming 0 05-25-2012 11:00 AM
kdevelop complains while compiling sugantha Programming 3 07-04-2008 06:06 AM
I installed the missing dependency...it still complains.. cybernike Linux - Newbie 8 05-16-2008 04:21 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE

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