 |
 |
 |
 |
| Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum. |

8th October 2005, 04:45 AM
|
|
Registered User
|
|
Join Date: Oct 2005
Posts: 6

|
|
|
Nvidia FC4 Crash
Sorry if I posted this in the wrong are... but hey, I'm a newbie. I was wondering if anyone ever figured out what the problem with the Nvidia drivers and FC4 was. It worked fine on FC1, and it works fine if you comment out loading GLX. But OpenGL is slow if you do that, and for someone working on OpenGL, and playing opengl games, that's a problem.
|

8th October 2005, 12:48 PM
|
 |
Registered User
|
|
Join Date: Nov 2004
Location: Mississippi, USA
Posts: 1,180

|
|
|
I have no problems using the Nvidia Linux driver for my two FC4 machines with installed Nvidia graphics adapters.
|

8th October 2005, 01:22 PM
|
|
Registered User
|
|
Join Date: Jun 2005
Posts: 722

|
|
|
Get the newest drivers.The ones from fc1 don't work in fc4
|

8th October 2005, 01:28 PM
|
 |
Registered User
|
|
Join Date: Feb 2005
Location: Ottawa ,Canada
Posts: 443

|
|
|
also insure that you setenforce =0 before you compile the module interface if you do not no glx.
Enjoy the Choice
|

9th October 2005, 03:20 AM
|
|
Registered User
|
|
Join Date: Oct 2005
Posts: 6

|
|
|
I have the most recent drivers handy, and the card works fine is I comment out GLX, but it crashes on X server startup if I don't. Maybe it was some peculiar detail of the lasti nstallation, or my hardware, well, I'm off to try it again. EDIT: Another crash and burn... one thing I just noticed though, is you're using a 64bit processor, and I'm not. I dunno why that'd make that big of a difference, but it might.
Last edited by Kannon; 9th October 2005 at 05:28 AM.
|

9th October 2005, 09:00 AM
|
 |
Registered User
|
|
Join Date: Jun 2005
Location: Singapore
Posts: 1,039

|
|
|
Are you using the official NVIDIA drivers or the Livna ones?
|

9th October 2005, 09:32 AM
|
|
Registered User
|
|
Join Date: Oct 2005
Posts: 6

|
|
|
I'm using the official drivers, I didn't know there were other ones. Might those work a little better?
|

9th October 2005, 09:35 AM
|
 |
Registered User
|
|
Join Date: Jun 2005
Location: Singapore
Posts: 1,039

|
|
|
You know how to use Yum? You can install the Livna repository and get the kernel-module-nvidia file. Make sure you get the one corresponding to the kernel you are currently using.
|

9th October 2005, 09:43 AM
|
 |
Registered User
|
|
Join Date: Jul 2004
Location: Singapore
Age: 32
Posts: 661

|
|
What iamroot means simply is this:-
1. Fire up your favourite terminal and log in as root
2. rpm -ivh http://rpm.livna.org/fedora/4/i386/R...5.4.noarch.rpm
3. yum install nvidia-glx kernel-module-nvidia-$(uname -r)
4. Everytime you install a new kernel, you need to do the following before you reboot , yum install kernel-module-nvidia-$(rpm -q --queryformat="%{version}-%{release}\n" kernel | tail -n 1)
Hope that explains things on your side.
__________________
[sayeeth@somebody ~]$ kill bill
bash: kill: bill: arguments must be process or job IDs
|

9th October 2005, 09:52 AM
|
 |
Registered User
|
|
Join Date: Jun 2005
Location: Singapore
Posts: 1,039

|
|
|
haha. Yeah. That's basically it=)
|

9th October 2005, 10:01 AM
|
 |
Registered User
|
|
Join Date: Feb 2004
Age: 44
Posts: 8,256

|
|
Quick note....for parent poster, are you using 24-bit or higher to play some linux games? I had an issue that I just resolved by changing from 16-bit to 32-bit depth..
You have to edit your /etc/xorg.conf and change the depth to 32-bit under display. Try this nvidia how-to: http://www.fedoraforum.org/forum/showthread.php?t=59937
|

9th October 2005, 10:14 AM
|
 |
Registered User
|
|
Join Date: Jun 2005
Location: Singapore
Posts: 1,039

|
|
|
What's the difference?
|

9th October 2005, 10:09 PM
|
|
Registered User
|
|
Join Date: Oct 2005
Posts: 6

|
|
[root@]# yum install nvidia-glx kernel-module-nvidia-$(uname -r)
Setting up Install Process
Setting up repositories
Cannot find a valid baseurl for repo: updates-released
[root@kannon ~]# rpm -ivh http://rpm.livna.org/fedora/4/i386/....5.4.noarch.rpm
Retrieving http://rpm.livna.org/fedora/4/i386/....5.4.noarch.rpm
error: skipping http://rpm.livna.org/fedora/4/i386/....5.4.noarch.rpm - transfer failed - Unknown or unexpected error
Segmentation fault
Hm, I know net installations can't stand the proxy server I use, I dunno why. I'm using KDE, and Konsole, though Gnome doesn't do any better. I set up the proxy settings both times, and I'm not sure how to set environment variables in Linux. Could I get a link to the package so I could download it directly, and just rpm -ivh it? I tried yum first, because I was using it fine when I had broadband. EDIT: Well, I figured it out, part of it, going to see if it'll work now
Last edited by Kannon; 10th October 2005 at 12:34 AM.
Reason: I'm stupid
|

10th October 2005, 08:43 AM
|
 |
Registered User
|
|
Join Date: Jul 2004
Location: Singapore
Age: 32
Posts: 661

|
|
Quote:
|
Originally Posted by Kannon
[root@]# yum install nvidia-glx kernel-module-nvidia-$(uname -r)
Setting up Install Process
Setting up repositories
Cannot find a valid baseurl for repo: updates-released
[root@kannon ~]# rpm -ivh http://rpm.livna.org/fedora/4/i386/....5.4.noarch.rpm
Retrieving http://rpm.livna.org/fedora/4/i386/....5.4.noarch.rpm
error: skipping http://rpm.livna.org/fedora/4/i386/....5.4.noarch.rpm - transfer failed - Unknown or unexpected error
Segmentation fault
Hm, I know net installations can't stand the proxy server I use, I dunno why. I'm using KDE, and Konsole, though Gnome doesn't do any better. I set up the proxy settings both times, and I'm not sure how to set environment variables in Linux. Could I get a link to the package so I could download it directly, and just rpm -ivh it? I tried yum first, because I was using it fine when I had broadband. EDIT: Well, I figured it out, part of it, going to see if it'll work now
|
Sure dude, keep us posted. Good luck!
__________________
[sayeeth@somebody ~]$ kill bill
bash: kill: bill: arguments must be process or job IDs
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 12:22 (Monday, 20-05-2013)
|
|
 |
 |
 |
 |
|
|