LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 01-30-2016, 07:01 AM   #1
r_s
Member
 
Registered: May 2009
Distribution: slackware, fedora, ubuntu
Posts: 101

Rep: Reputation: 21
Installing nvidia drivers in mint 17 (LMDE)


Hi,

I tried installing the nvidia drivers for mint(LMDE) 17. I have the following graphics card
Quote:
01:00.0 3D controller: NVIDIA Corporation GF117M [GeForce 610M/710M/820M / GT 620M/625M/630M/720M] (rev a1)
Subsystem: Lenovo GeForce 720M
After installation when I run nvidia-xconfig and reboot the X server fails to start. If I remove the Device section from the /etc/X11/xorg.conf cinnamon fails to start and goes to fallback mode.
I have to uninstall the nvidia driver to get it working again.

Am I missing something with xorg.conf file or is there something else? I've tried installation both from the repository and the nvidia website hosting the driver.
 
Old 01-30-2016, 07:19 AM   #2
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
Is this laptop with Optimus graphics?
 
Old 01-30-2016, 04:20 PM   #3
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
i don't think you need to mess with xorg.conf; please post the output of
Code:
lspci -k | grep -iEA5 'vga|3d'
 
Old 01-31-2016, 06:58 AM   #4
r_s
Member
 
Registered: May 2009
Distribution: slackware, fedora, ubuntu
Posts: 101

Original Poster
Rep: Reputation: 21
Here's the output
Quote:
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
Subsystem: Lenovo Device 3912
Kernel driver in use: i915
00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller (rev 04)
Subsystem: Lenovo Device 3977
Kernel driver in use: xhci_hcd
--
01:00.0 3D controller: NVIDIA Corporation GF117M [GeForce 610M/710M/820M / GT 620M/625M/630M/720M] (rev ff)
I installed bumblebee and everything went well and I added the paths to the nvidia-library in the bumblebee config file.
Quote:
LibraryPath=/usr/lib/x86_64-linux-gnu/nvidia:/usr/lib/i386-linux-gnu/nvidia:/usr/lib/nvidia:/usr/lib/nvidia-346
But after reboot lspci -v shows this

Quote:
01:00.0 3D controller: NVIDIA Corporation GF117M [GeForce 610M/710M/820M / GT 620M/625M/630M/720M] (rev ff) (prog-if ff)
!!! Unknown header type 7f
modprobe-nvidia gives the following output

Quote:
% modprobe nvidia
modprobe: ERROR: ../libkmod/libkmod-module.c:816 kmod_module_insert_module() could not find module by name='nvidia_346'
modprobe: ERROR: could not insert 'nvidia_346': Function not implemented
The nvidia driver is not getting loaded. Am I missing something?
 
Old 01-31-2016, 07:50 AM   #5
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
first of all: yes, this seems to be a hybrid graphic setup.
i have zero experience with that, but documentation, howtos and threads with similar problems exist.

Quote:
Originally Posted by r_s View Post
But after reboot lspci -v shows this
and what did lspci -v show before reboot?


Code:
modprobe: ERROR: ../libkmod/libkmod-module.c:816 kmod_module_insert_module() could not find module by name='nvidia_346'
modprobe: ERROR: could not insert 'nvidia_346': Function not implemented
that's strange.
i have a geforce 610 (albeit a different model)
and my driver version is: 358.16
so something is amiss.
 
Old 01-31-2016, 03:27 PM   #6
r_s
Member
 
Registered: May 2009
Distribution: slackware, fedora, ubuntu
Posts: 101

Original Poster
Rep: Reputation: 21
Hi,

I tried installing a different version of the nvidia driver (nvidia-352). But the install fails with the following (the module fails to build with this version)

Quote:
Building initial module for 3.16.0-4-amd64
Error! Bad return status for module build on kernel: 3.16.0-4-amd64 (x86_64)
Consult /var/lib/dkms/nvidia-352/352.68/build/make.log for more information.
Processing triggers for initramfs-tools (0.120) ...
update-initramfs: Generating /boot/initrd.img-3.16.0-4-amd64
Setting up primus (0~20140711-1) ...
I'm not really sure how to proceed now.
 
Old 01-31-2016, 03:32 PM   #7
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
How about running Driver Manager?
 
Old 01-31-2016, 03:41 PM   #8
r_s
Member
 
Registered: May 2009
Distribution: slackware, fedora, ubuntu
Posts: 101

Original Poster
Rep: Reputation: 21
Quote:
Originally Posted by Habitual View Post
How about running Driver Manager?
I'm using LMDE, I believe the Driver Manager is only accessible for somebody running mint(based on ubuntu).
 
  


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
Install Nvidia drivers in Linux Mint 17 Dennis Mertens Linux - Newbie 14 11-06-2015 12:58 PM
[kinda solved i guess]Installing nvidia drivers for gtx970 on linux mint 17 cinnamon oskar Linux - Hardware 2 03-24-2015 01:33 AM
to install nvidia drivers on linux mint 8 Helena rhklinux Linux - Newbie 1 01-16-2010 12:45 AM
Mint 7 - Installing NVIDIA drivers xkermit Linux - Newbie 1 07-27-2009 01:05 AM
UNinstalling proprietry mandriva nVidia drivers and installing new nVidia drivers deathman Linux - Hardware 3 11-18-2006 05:10 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

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