LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 06-15-2015, 10:00 AM   #16
Feynman
Member
 
Registered: Aug 2010
Distribution: XUbuntu
Posts: 71

Original Poster
Rep: Reputation: 15

That looks promising. I followed step one:

Code:
aeftimia@HAL:~$ sudo lspci -k | grep -A 2 -E "(VGA|3D)"
00:02.0 VGA compatible controller: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller (rev 06)
	Subsystem: ASUSTeK Computer Inc. Device 185d
00:03.0 Audio device: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller (rev 06)
--
01:00.0 3D controller: NVIDIA Corporation Device 139b (rev a2)
	Subsystem: ASUSTeK Computer Inc. Device 185d
04:00.0 Network controller: Intel Corporation Wireless 7260 (rev bb)
Which gave me a bunch of code names like "Device 139b (rev a2)" that I had never heard of nor found in "nouveau wiki's code names page".

Assuming the sticker under my left wrist is accurate, I have a "NVIDIA GEFORCE GTX 960M". If that is correct, Nvidia's website has already proven to be a dead end, as I've tried downloading and installing their binary drivers from their website multiple times over the course of about 8 months on two different ASUS computers.

If you would like me to try again and report exactly what goes wrong (usually "GLX not found" upon starting parole after reboot), I will do so.

Like I said in my first post, I have tried at least a half dozen different strategies posted on various forums around the web, and I am starting to think this is a bug that needs to be reported somewhere. I just do not know where and at what point it is safe to conclude this is impossible.
 
Old 06-15-2015, 11:00 AM   #17
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
no clue.
that archwiki article was sufficient for me.

you should post on a hardware forum (e.g. http://tomshardware.co.uk/) and ask them wth you actually have there in your machine (tip: don't mention that you're using linux).
 
Old 06-24-2015, 03:27 AM   #18
antares7
LQ Newbie
 
Registered: Jun 2011
Location: Sofia, Bulgaria
Distribution: Mint, RHEL, Fedora
Posts: 11

Rep: Reputation: Disabled
Hi @Feynman, I assume you're struggling with a RoG laptop? Presumably G551? Assuming this, since I'm walking the same painful path, and my laptop looks the same, as the screenshot (the GPU is 960M, confirmed in Windows and Far Cry 4 ). I completely discarded Fedora as an option, since the nouveau drivers it was shipped with caused my system to completely freeze. I had to work entirely in runlevel 3, since the graphic environment was causing complete system freeze.

If you've completely resolved the issue - please share the solution, since I'm still working on it.

Anyway, I see that you've made quite a lot of attempts at installing, deinstalling drivers, etc, seeing the packages you've installed. My hint (since this is the way I'm working atm) is to make a clean new installation with /home on a separate partition so you won't need to migrate your user data each time. and then create a snapshots of "/" and "/boot" partitions (used dd for the purpouse). Yesterday I spent the whole day, digging around this problem, and managed to completely destroy the graphic environment and had to restore the images.

So, today I found out, that one of the reasons for this missbehaviour is the lack of xorg.conf file - usually there is a set of configuration files in /usr/share/X11/xorg.conf.d/ and no xorg.conf file in the distro. In order to resolve it stop the display manager (could be different, ls /etc/init.d/ |grep dm to see which is it)
Code:
# sudo /etc/init.d/mdm stop
Then from shell execute:
Code:
# sudo Xorg -configure
This will generate xorg.conf.new in the home directory of the user. Copy the file to the /etc/X11/
Code:
# sudo cp ~/xorg.conf.new /etc/X11/xorg.conf
The existence of xorg.conf is essential, since nvidia-xconfigure attempts to write exactly there. When I created the xorg.conf - I managed to successfully run glxgears, which wasn't possible before. Other thing I found was, that mdm is not compatible with the nVidia drivers, but I'm yet to prove this, since I didn't have enough time to test the solution.

I'll update here if I manage to fix the issue.

Edit: The part with incompatibility was in regard with Nvidia Prime, not with the drivers themselves.

Last edited by antares7; 06-24-2015 at 04:34 AM.
 
Old 11-05-2015, 06:40 PM   #19
Feynman
Member
 
Registered: Aug 2010
Distribution: XUbuntu
Posts: 71

Original Poster
Rep: Reputation: 15
Solution: Switch to Linux Mint
 
Old 09-10-2018, 03:42 PM   #20
k9dog
LQ Newbie
 
Registered: Oct 2017
Posts: 5

Rep: Reputation: Disabled
I'm gotta leave a comment (obviouly :P). My system is Gentoo. Ubuntu is more userfriendly, but these days I need to squese my system a bit for performance and space. Anyway back to the question. I had to go with driver 304.* as I seen a lot more performance from the nvidia over the nouveau driver. It is important to note down your card from lspci and note if it is legacy 1 or 2 (not aware of other legacy or still part of releases, but I'm sure nvidia will leave behind new generations :P). VDPAU have bad support for these old cards, so I would ignore instructions for that. I have executeables compiled with VAAPI support. If you use official drivers remember to install nvidia modules each time you compile/install a kernel module set. It was also an advantage to tell kernel not to load nouveau. I would also include VESA in kernel to avoid having problems with missing module until I have a setup.
My system is fast, but the official driver have problems with easy-to-use multiple laptop resolutions (I think card always scales as this seems very fast, but xrandr doesn't show resolutions). Setting up a good xorg.conf is also important. My new laptop also have nvidia and I tried using it, but gave up setting it up as the laptop as it showed desktop in ultra hd on a very small screen. nouveau, intel and amd drivers don't have that problem.

Last edited by k9dog; 09-10-2018 at 03:45 PM.
 
Old 09-11-2018, 05:18 PM   #21
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
Quote:
Originally Posted by Feynman View Post
Solution: Switch to Linux Mint
You could do a lot worse

You’ll need Bumblebee or prime-indicator to handle hybrid Nvidia graphics and onboard Intel. See: http://askubuntu.com/questions/45255...lebee-in-14-04

says http://ubuntuhandbook.org/index.php/...omment-2475657
 
Old 09-13-2018, 12:14 PM   #22
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
y'all know this thread is 3 years old, right?
 
  


Reply

Tags
graphics, nvidia, nvidia drivers, nvidia geforce, nvidia glx



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
Password(s) accepted for login but not accepted for applications. JZL240I-U Ubuntu 29 02-14-2012 11:53 AM
Cannot get Nvidia graphics to work in Ubuntu 10.10 idaham Ubuntu 3 03-22-2011 09:32 AM
Simplest means to switch from ATI to Nvidia jonnycando Linux - Hardware 9 02-05-2007 05:04 PM
Trying to work out what ^$ means? newbie_mel Linux - Software 1 03-21-2006 06:38 AM
Unable to install nvidia drivers (by all means) Paul Sernine Linux - Hardware 5 10-30-2004 10:36 AM

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

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