LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 07-19-2006, 02:25 PM   #1
WhiskeyTangoFoxtrot
Member
 
Registered: Oct 2005
Location: Windsor, Ontario, Canada
Distribution: Fedora Core 5,4,3 & Ubuntu 6.06, 8.10
Posts: 403
Blog Entries: 1

Rep: Reputation: 30
Question NVIDIA card not running with proprietry drivers !!


g'day

ive used the nvidia proprietry drivers from nvidia.com on FC4 without a hitch before but i just couldnt seem to get it running on FC5. eventually i had to resort to installing the nvidia drivers from livna.

yesterday i realized a handicap of these drivers. they dont support proper GLX and as a result i cannot play opengl games like quake4.i tried installing nvidias proper drivers but they refused to load as te X-server had no clue what or where GLX was. i even uninstalled the livna drivers and modules and then tried installing the nvidia.com ones but to no effect. eventually i had to return back to the livna ones and here i am unable to play any games now. i really have to get them up and running as i have to do testing for a opengl game for the WineHQ database.

any help or insight would be appreciated.
 
Old 07-19-2006, 02:36 PM   #2
weibullguy
ReliaFree Maintainer
 
Registered: Aug 2004
Location: Kalamazoo, Michigan
Distribution: Slackware 14.2
Posts: 2,815
Blog Entries: 1

Rep: Reputation: 261Reputation: 261Reputation: 261
Have you read this? It doesn't tell you how to use the proprietary drivers, but it explains why they're not recommended.
 
Old 07-19-2006, 10:08 PM   #3
WhiskeyTangoFoxtrot
Member
 
Registered: Oct 2005
Location: Windsor, Ontario, Canada
Distribution: Fedora Core 5,4,3 & Ubuntu 6.06, 8.10
Posts: 403

Original Poster
Blog Entries: 1

Rep: Reputation: 30
mate, it doesnt matter if Red Hat says they are risky. until they themselves can provide drivers that can allow a person to make proper use of the hardware who am i to argue with Nvidia if they release stuff that aint upto red hat's standards. either way the same package did work for me while i was using FC4 so its my interpration that Red Hat might have screwed up here with FC5.
 
Old 07-19-2006, 10:26 PM   #4
spooon
Senior Member
 
Registered: Aug 2005
Posts: 1,755

Rep: Reputation: 51
Quote:
Originally Posted by WhiskeyTangoFoxtrot
g'day

ive used the nvidia proprietry drivers from nvidia.com on FC4 without a hitch before but i just couldnt seem to get it running on FC5. eventually i had to resort to installing the nvidia drivers from livna.

yesterday i realized a handicap of these drivers. they dont support proper GLX and as a result i cannot play opengl games like quake4.i tried installing nvidias proper drivers but they refused to load as te X-server had no clue what or where GLX was. i even uninstalled the livna drivers and modules and then tried installing the nvidia.com ones but to no effect. eventually i had to return back to the livna ones and here i am unable to play any games now. i really have to get them up and running as i have to do testing for a opengl game for the WineHQ database.

any help or insight would be appreciated.
Your problem is probably caused by the nvidia.com installer, which replaces or conflicts with stuff in Fedora Core. I don't know how to fix this. Livna's packages work well, but your problem is that other stuff was messed up by nvidia.com's installer.
 
Old 07-20-2006, 02:54 AM   #5
white_cafee
LQ Newbie
 
Registered: Jul 2006
Posts: 12

Rep: Reputation: 0
Nvidia card not working...:(

Hy there...
I have the same problems with nvidia and i found some solutions on this link:
http://www.softwarecity.org/forum/vi...php?pid=22#p22
 
Old 07-20-2006, 05:20 AM   #6
Electro
LQ Guru
 
Registered: Jan 2002
Posts: 6,042

Rep: Reputation: Disabled
Gentoo makes using nVidia software very easy. It does it right by placing the libraries in a certain directory and using a utility to switch from X11 libraries to nVidia libraries. This is alright to do but a game like UT2004 did not like this setup. I had to do LD_PRELOAD="/usr/lib/opengl/nvidia/lib/libGL.so.1" ut2004 in order to load up UT2004. To make this easy, I used an alias like ut2004='LD_PRELOAD="/usr/lib/opengl/nvidia/lib/libGL.so.1" ut2004' to run UT2004.

I suggest running the nvidia installer but force to only compile the modules. Then on the next step, you have to run the installer again but tell it to only decompress it self, so you can copy the libraries to a certain directory that you created. Third move the X11 libraries to a certain directory to get ready to do some linking. Finally link the nvidia libraries to the directory that the X11 libraries were in before you moved them.

A helpful link to keep both DRI (Mesa3D) and nVidia GLX.
http://www.sabi.co.uk/Notes/linuxNVIDIA.html
 
Old 07-20-2006, 05:54 PM   #7
WhiskeyTangoFoxtrot
Member
 
Registered: Oct 2005
Location: Windsor, Ontario, Canada
Distribution: Fedora Core 5,4,3 & Ubuntu 6.06, 8.10
Posts: 403

Original Poster
Blog Entries: 1

Rep: Reputation: 30
Quote:
Originally Posted by spooon
Your problem is probably caused by the nvidia.com installer, which replaces or conflicts with stuff in Fedora Core. I don't know how to fix this. Livna's packages work well, but your problem is that other stuff was messed up by nvidia.com's installer.
well, it seems the problem was due to the Livna installer after all. i installed the nvidia.com drivers and after doing startx booted into gnome where i was able to play Quake4 and run glxgears. this worked previously as well except for one small thing. the Livna installation includes a script that modifies the xorg.conf file upon bootup depending on if it can locate the livna nvidia drivers.

last time when i installed the nvidia.com drivers and rebooted this script messed up my xorg.conf file and eventually i had no choice but to totally start fresh. now thankfully it wont present any problems.

i must point out that i cannot verify this presently as i was unable to reboot. there seems to be a hard disk problem and linux gets stuck at starting Udev. will do a format/fresh install this weekend and see how it goes. my main priority is to get FC5 up and running with the ability to play games and to run XGL. uptil now i have been running XGL smoothly using the livna drivers but now i am hoping that it will run in the same way with the Nvidia.com drivers.
 
Old 07-29-2006, 02:24 AM   #8
WhiskeyTangoFoxtrot
Member
 
Registered: Oct 2005
Location: Windsor, Ontario, Canada
Distribution: Fedora Core 5,4,3 & Ubuntu 6.06, 8.10
Posts: 403

Original Poster
Blog Entries: 1

Rep: Reputation: 30
well, i got the proprietry drivers installed. apparently the SEinux was the one preventing it from loading up the nvidia and glx modules properly during startx. i found a workaround and finally managed to get xgl running even, its all here if anyones interested.
 
Old 07-29-2006, 09:14 AM   #9
Xena
Member
 
Registered: Nov 2005
Posts: 84

Rep: Reputation: 15
I'm not sure what makes red hat, who write operating systems, think they know better than nvidia who actually manufacture the video cards themselves, but I'd suggest that if you're using an nvidia card, you go to nvidia for the driver.

That's what I did and I've had no problems whatsoever as long as you follow the instructions. Read 'em first before installing
 
Old 07-29-2006, 12:45 PM   #10
WhiskeyTangoFoxtrot
Member
 
Registered: Oct 2005
Location: Windsor, Ontario, Canada
Distribution: Fedora Core 5,4,3 & Ubuntu 6.06, 8.10
Posts: 403

Original Poster
Blog Entries: 1

Rep: Reputation: 30
i couldnt agree with you more.the idea behind open source should be to be open to all inputs, not say that these inputs should not be trusted ( even if their closed source ).
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
nvidia card drivers not working corbintechboy SUSE / openSUSE 6 02-01-2006 08:33 PM
Cannot get nVidia drivers to work with Ge Force 4 card Draylath MEPIS 5 07-02-2005 08:02 AM
Is there a fix for random freezing of games in Slack10 with ATi proprietry drivers? SBing Slackware 15 07-05-2004 11:36 AM
Problems running accelerated fullscreen with nvidia drivers SilentStrike Linux - Hardware 1 06-28-2003 05:37 PM
Writing NVIDIA drivers to CD on Windows, then running on Linux? tmadhavan Linux - Software 10 09-26-2002 01:36 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

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