LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 01-13-2014, 07:36 PM   #16
rng
Senior Member
 
Registered: Aug 2011
Posts: 1,198

Original Poster
Rep: Reputation: 47

@enorbet:
On the contrary, I downloaded the driver from Nvidia's site, though I have not installed it as yet. It is at:
http://us.download.nvidia.com/XFree8...x86-319.17.run
First, the choice was between nouveau and nvidia drivers. Now the choice is between installing from Nvidia's website or from Debain repos. The advantage of using repos is that it will be part of the package management system and updated regularly. I am not sure if I will be able to remove Nvidia's driver, if there is any problem. Debian packages can easily be purged and nouveau restored if needed.
And I really appreciate the helpful posts by you and others on this thread.

Last edited by rng; 01-13-2014 at 07:39 PM.
 
Old 01-13-2014, 08:35 PM   #17
enorbet
Senior Member
 
Registered: Jun 2003
Location: Virginia
Distribution: Slackware = Main OpSys
Posts: 4,784

Rep: Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434
I agree that there are risks installing the driver from source on some distros. I haven't run Debian in a few years so I don't know if it is one. However that was not the purpose of the link unless you decided to risk it. My purpose for you was to simply get confirmation of what is the very newest driver you can use. Then you have some solid frame of reference.
 
Old 01-14-2014, 05:36 AM   #18
ukiuki
Senior Member
 
Registered: May 2010
Location: Planet Earth
Distribution: Debian
Posts: 1,030

Rep: Reputation: 385Reputation: 385Reputation: 385Reputation: 385
The Debian way to do it is with the dkms package if you want everything the way it should be, no matter what kernel you have , that is the way nvidia-kernel-dkms.

Regards
 
1 members found this post helpful.
Old 01-14-2014, 09:26 AM   #19
cascade9
Senior Member
 
Registered: Mar 2011
Location: Brisneyland
Distribution: Debian, aptosid
Posts: 3,753

Rep: Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935
Quote:
Originally Posted by rng View Post
@enorbet:
On the contrary, I downloaded the driver from Nvidia's site, though I have not installed it as yet. It is at:
http://us.download.nvidia.com/XFree8...x86-319.17.run
First, the choice was between nouveau and nvidia drivers. Now the choice is between installing from Nvidia's website or from Debain repos. The advantage of using repos is that it will be part of the package management system and updated regularly. I am not sure if I will be able to remove Nvidia's driver, if there is any problem. Debian packages can easily be purged and nouveau restored if needed.
You can manually install 319.17, and you can remove it if you do. In most circumstances I wouldnt do a manual install, I'd use the repo drivers.
 
1 members found this post helpful.
Old 01-14-2014, 09:59 PM   #20
rng
Senior Member
 
Registered: Aug 2011
Posts: 1,198

Original Poster
Rep: Reputation: 47
I will go ahead with Debian repo drivers and post back the results.
 
Old 01-16-2014, 03:17 AM   #21
rng
Senior Member
 
Registered: Aug 2011
Posts: 1,198

Original Poster
Rep: Reputation: 47
I managed to install nvidia-kernel-dkms without any problem. There was no /etc/X11/xorg.conf.d/ folder. I created one and put the configuration file (20-nvidia.conf) in it and rebooted. The display is working well with different applications and I have to admit it is better than with nouveau. Thank you all for your help.
 
1 members found this post helpful.
Old 01-16-2014, 10:25 AM   #22
enorbet
Senior Member
 
Registered: Jun 2003
Location: Virginia
Distribution: Slackware = Main OpSys
Posts: 4,784

Rep: Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434
Congratulations!

This highlights both the value and the problem with closed source. Only the manufacturer knows exactly what he built in to a device, so naturally knowing that means the best driver can be written. It's nice to have that quality as an option. However, being closed means project teams like "nouveau" must slog along often just trying to reverse engineer to get something decent working.

I respect nVidia for being committed to building top notch hardware and having a software team that can code a solid driver. I also respect their right to protect all that expensive, hard work by not revealing to the competition what they've accomplished and how. However I don't understand why nVidia doesn't release some older drivers source code, given that such cards are not supported in the main competitive area, Windows, wheras Linux can use lesser hardware that would crawl on Windows. Maybe they figure it is an incentive to buy new.

All of this falls under the juggernaut that is "Intellectual Property" and I wonder whatever happened to the clause that required delivering into Public Domain after a specified time.

Bottom line now though, enjoy the speed!
 
Old 01-16-2014, 10:46 AM   #23
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by enorbet View Post
However I don't understand why nVidia doesn't release some older drivers source code, given that such cards are not supported in the main competitive area, Windows, wheras Linux can use lesser hardware that would crawl on Windows. Maybe they figure it is an incentive to buy new.

All of this falls under the juggernaut that is "Intellectual Property" and I wonder whatever happened to the clause that required delivering into Public Domain after a specified time.
The main problem with open sourcing those drivers is not Nvidias IP, but third party code in the drivers with licenses that prohibit them from revealing that code. May you want to elaborate the "releasing into Public Domain" thing, I never heard anything about that you have to release proprietary code into PD.
 
Old 01-16-2014, 07:01 PM   #24
rng
Senior Member
 
Registered: Aug 2011
Posts: 1,198

Original Poster
Rep: Reputation: 47
Quote:
I never heard anything about that you have to release proprietary code into PD.
The patents (for drugs, devices, machines etc) as well as copyright for books expire after a period of time (I think it is 20 years). Is there any such time period for software also?
 
Old 01-18-2014, 10:48 AM   #25
enorbet
Senior Member
 
Registered: Jun 2003
Location: Virginia
Distribution: Slackware = Main OpSys
Posts: 4,784

Rep: Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434
Quote:
Originally Posted by rng View Post
The patents (for drugs, devices, machines etc) as well as copyright for books expire after a period of time (I think it is 20 years). Is there any such time period for software also?
I don't think there is yet, but also I don't know if it would matter since corporations commonly disregard that portion of patent code anyway and governments don't or won't take much interest (= spend time and money) over items that are so old that only a few people are still interested.

Spoiler Alert - moderate rant follows

When Public Domain clauses were originally written 20 years did not represent a lot of change. In almost every category 20 years is now tantamount to "in perpetuity". Ideally, these laws should be reviewed and likely modified as well as enforced if for no other reason that just as when originally written, it serves the Public Good and stimulates progress while allowing sufficient time to earn decent profits on decent ideas (Intellectual Property). Unfortunately, Greed tends to triumph. Many, if not most, corporations don't seem to know it's not wise to defecate in the kitchen, no matter how convenient it may seem at the time.
 
Old 01-21-2014, 10:13 AM   #26
cascade9
Senior Member
 
Registered: Mar 2011
Location: Brisneyland
Distribution: Debian, aptosid
Posts: 3,753

Rep: Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935
Quote:
Originally Posted by enorbet View Post
This highlights both the value and the problem with closed source. Only the manufacturer knows exactly what he built in to a device, so naturally knowing that means the best driver can be written. It's nice to have that quality as an option. However, being closed means project teams like "nouveau" must slog along often just trying to reverse engineer to get something decent working.

I respect nVidia for being committed to building top notch hardware and having a software team that can code a solid driver. I also respect their right to protect all that expensive, hard work by not revealing to the competition what they've accomplished and how. However I don't understand why nVidia doesn't release some older drivers source code, given that such cards are not supported in the main competitive area, Windows, wheras Linux can use lesser hardware that would crawl on Windows. Maybe they figure it is an incentive to buy new.!
OK, take this as a friendly rant with some added tin-fopil-hattisms, its not aimed at you enorbet.

Bloody nvidia. They dont like nouveau much at all. Since they dropped the 'nv' driver, last I heard they were suggesting using vesa until you could install the closed source drivers.

But nVidia does well not so much because of the hardware (though if that was total crap they wouldnt be where they are) but more because of the drivers. The number of times I've heard windows users (mostly gamers) say 'yes, ATI/AMD has got better hardware now, but are you going to risk the ATI/AMD drivers?' is shocking. Same thing with linux users.

I find it interesting that ATI/AMD, who are 'known' to sometimes have 'dodgy' drivers, are releasing documentation for the open soruce drivers, and even have devs working on the open soruce drivers. The company that is 'known' to have 'good' drivers wont do much at all to help the open source drivers.

Maybe this is because nVidia know that the rep they have is at least partially because of the drivers, so they want to retain the control they have always had. AMD/ATI release the documentaiton because, lets face it, they need all the help they can get (at least as far as drivers go).

While I cant know what will happen in the future, and I've only got a limited dataset, but in my experience old/obsolete ATI/AMD hardware runs a lot better on the open source drivers than nVidia hardware does with nouveau.

Last edited by cascade9; 01-21-2014 at 10:15 AM.
 
Old 01-21-2014, 10:33 AM   #27
erik2282
Member
 
Registered: May 2011
Location: Texas
Distribution: Primarily Deb/Ubuntu, and some CentOS
Posts: 829

Rep: Reputation: 229Reputation: 229Reputation: 229
http://linuxers.org/howto/how-remove...drivers-ubuntu

this is kinda old but it might work, can someone please confirm...
 
Old 01-21-2014, 12:12 PM   #28
enorbet
Senior Member
 
Registered: Jun 2003
Location: Virginia
Distribution: Slackware = Main OpSys
Posts: 4,784

Rep: Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434
Quote:
Originally Posted by cascade9
While I cant know what will happen in the future, and I've only got a limited dataset, but in my experience old/obsolete ATI/AMD hardware runs a lot better on the open source drivers than nVidia hardware does with nouveau.
Ya know...... I have to admit. The above is verifiably true. I am one of those semi-hoarders that hates to throw anything away, and that goes double for PC hardware, so this does matter some to me. Thankfully, new replacements are quite cheap even if that makes me feel moderately ripped off for having bought early. If I don't waste time considering that or write it off to progress, I can enjoy an old box that still runs well without much effort.

However, sometimes, in this Hi Tech but Disposable world, it is ultimately more economical to stop throwing good money after bad, so to speak. I look around my room at many old boxes I have kept on resuscitation, and realize that $30 here and $50 there, times several, would have bought me an entirely new (and entirely well-supported) entire system.

I suppose we all have to decide when we reach that tipping point.

Note: There exists a thread on Overclockers Forum wherein a guy just couldn't stand the idea that his company was going to trash some 24 P4 systems. So he salvaged them and built a cluster. Besides the fact that it takes up a huge amount of space and draws an obscene amount of power, (to say nothing of the time and money to make it a system) it's computing power can be duplicated by a single modern system. It's kind of cool that he did it. It's an interesting project and he learned some things. That qualifies to some degree as an end in itself, but was the juice worth the squeeze?

Last edited by enorbet; 01-21-2014 at 12:22 PM.
 
  


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



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Bad screen resolution when switch from NVIDIA graphics card to motherboard graphics crs17 Linux - Hardware 9 11-15-2012 09:06 AM
11.04 graphics card (nVidia) not working TheGraniteStater Ubuntu 5 06-07-2011 02:27 PM
nvidia graphics card telefox Linux - Newbie 2 11-21-2007 05:44 AM
Nvidia graphics card discala Linux - Hardware 6 01-04-2007 08:30 AM
which nvidia graphics card John5788 Linux - Hardware 2 05-05-2004 08:26 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

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