LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 06-25-2012, 09:29 AM   #1
stripe
LQ Newbie
 
Registered: Nov 2011
Posts: 22

Rep: Reputation: Disabled
distro help


Hi all

I am having problems finding the right linux distro for me and my hardware, (nvidia GTS450), I have found 2 that work with my card, but kdenlive wont work with either,

1 fedora (wont render without crashing after latest update and fedora irc help channel no help) (kdenlive irc no help either)
2 linuxmint lmde (cant get kdenlive to recognise codecs after they have been installed)

I have tried every distro you can think of during the past 2 months to solve my problem. but apart from the above 2 distros the rest suffer from screen tearing

has anyone any ideas, before I pull what is left of my hair out?

couldnt find the right forum section so please move if needed

stripe
 
Old 06-25-2012, 10:53 AM   #2
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Short answer: Changing distros won't help. for a distro picked at random, there is always the possibility that you might have to install a driver.

When I had machines with NVidia, I always had good luck with the official NVidia drivers----however, the most recent experience is maybe 2 years ago
 
Old 06-25-2012, 11:07 AM   #3
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,057

Rep: Reputation: Disabled
According to this page your card belong to the NVC0 family with the code name NVC3 (GF106).

If you want to use the "nouveau" open source driver take in account this warning, quoted from the same page:
Quote:
These cards are generally working with the latest kernel and Mesa but may still have power management issues. It is recommended to use the Linux 3.1 kernel or newer (or a backported driver from this kernel).
This means that you should use a fairly recent distribution or upgrade the kernel and possibly some parts of the X stack, including probably libdrm and xf86-video-nouveau.

In the mean time there is a closed-source driver provided by nVidia which is supposed to work for your card, see that page, look in the GeForce 400 Series, driver version is 295.59 (choose the 32 bit or 64 bit fitting your ARCH).

So my best advise would be to try this one, still with a fairly recent kernel (on my Slackware-current I installed linux 3.4.x with no hassle).

If you want to try the nouveau driver I can help you a little more provided you choose to install Slackware. But for now using the driver provided by nVidia is certainly easier.

Last edited by Didier Spaier; 06-25-2012 at 11:11 AM.
 
Old 06-25-2012, 11:31 AM   #4
stripe
LQ Newbie
 
Registered: Nov 2011
Posts: 22

Original Poster
Rep: Reputation: Disabled
pixellany: thanks for the reply, I have been randomly picking distros for the last 2 months, It just dosent make sense why the two distros mentioned work with the nvidia driver, and the rest dont? could the way the distros are built affect the way the driver is used? prior to this I used the "NV" driver successfuly with older nvidia cards but this seems to have been replaced with the "nouveau" driver

cheers
stripe

Didier Spaier: thanks for the reply, this is starting to make sense now. with the card being recent (birthday present off the wife) it may well require a later kernel to work correctly. so distros with earlier kernels may have problems even when using the (295.59) nvidia driver. I wonder if I can remove the nouveau driver and use the nv driver instead (this worked with earlier nvidia cards) as I have always had trouble with the noveau driver

cheers
stripe
 
Old 06-25-2012, 11:59 AM   #5
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
I wouldn't recommend to use the nv driver, it is unsupported and will get you no 2D-, 3D- and video acceleration.
I would recommend to settle with one distro and we will help you to install the proprietary driver according to your distros way to do it.
 
Old 06-25-2012, 12:03 PM   #6
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,057

Rep: Reputation: Disabled
Well, you can still try a "nv" driver but as the last version was released on july 30, 2010 I am not sure it will recognize your card...

Meanwhile the safe way is to use the "vesa" driver instead.

To do that on Slackare 13.37 I would simply type this in a terminal as root:
Code:
echo -e 'Section "Device"\nIdentifier "vesa"\nDriver "vesa"\nEndSection'>/etc/X11/xorg.conf.d/xorg-vesa.conf
then blacklist other drivers in /etc/modprobe.d/blacklist.conf, appending a few lines to this file:
Code:
echo -e 'blacklist nouveau\nblacklist nv'>>/etc/modprobe.d/blacklist.conf
then (re) start X.

Adapt as needed to another distribution.

PS Of course do not expect to play 3D games with that

Last edited by Didier Spaier; 06-25-2012 at 12:45 PM. Reason: wrong path corrected
 
Old 06-25-2012, 05:25 PM   #7
stripe
LQ Newbie
 
Registered: Nov 2011
Posts: 22

Original Poster
Rep: Reputation: Disabled
Thanks lads but I have just broken a fresh install when trying to update a driver,

stripe
 
  


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
Newbie Distro Question 1: Reasons for inter-distro pkg incompatibility. Wombat Pete Linux - Distributions 20 04-05-2010 01:59 PM
math distro....? music distro...? small distro....? jasonparent Linux - Newbie 11 02-11-2008 09:57 AM
How to convert a rpm based distro into deb (apt-get) distro ? pleasehelpme Linux - Newbie 3 02-11-2008 12:20 AM
LXer: DistroWatch Weekly: Distro hopping, Linux Format's distro mega-test LXer Syndicated Linux News 0 06-11-2007 04:47 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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