LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 05-29-2006, 10:51 AM   #16
jesuscakes
Member
 
Registered: May 2006
Posts: 83

Original Poster
Rep: Reputation: 15

Okay well when I try and install the freaking RPM for my cards it does all this crap then at the end it says FATAL: Nvidia Module Not Found.

Why does it do that?
 
Old 05-29-2006, 09:16 PM   #17
jesuscakes
Member
 
Registered: May 2006
Posts: 83

Original Poster
Rep: Reputation: 15
How do I access the /var/log/Xorg.0.log file via the text mode?
 
Old 05-30-2006, 12:58 AM   #18
phoenix49
Member
 
Registered: Jun 2005
Location: Azerbaijan/Baku
Distribution: Fedora Core 6 "Zod"
Posts: 179

Rep: Reputation: 30
Try these steps:

1) Login to your system as root

yum update kernel

restart to new kernel

2) Login again as root

rpm -ivh http://rpm.livna.org/livna-release-5.rpm

yum install kmod-nvidia

3) Edit your xorg.conf file:

vi /etc/X11/xorg.conf

find string driver "nv"

then press "insert" button, move cursor to nv, and change it to "nvidia"

also find the line "load dri", and delete it

to save changes, press esc to exit edit mode, then press ":" and type wq (write, quit).

4) Restart your computer (reboot)

If you see nvidia logo - then everything is 0k (on some screens you can't see this, cause it appears only for a few secs), anyway, if everything is 0k, after succesfull desktop view, open terminal and type there glxgears, to see your fps, and also glxinfo | grep direct, to see if direct rendering is enabled.

Good luck!

Last edited by phoenix49; 05-30-2006 at 01:00 AM.
 
Old 05-30-2006, 01:02 AM   #19
phoenix49
Member
 
Registered: Jun 2005
Location: Azerbaijan/Baku
Distribution: Fedora Core 6 "Zod"
Posts: 179

Rep: Reputation: 30
Quote:
Originally Posted by jesuscakes
How do I access the /var/log/Xorg.0.log file via the text mode?
Code:
less /var/log/Xorg.0.log
less is like vi, but it only reads, it can't edit the file
 
Old 05-30-2006, 03:03 AM   #20
jesuscakes
Member
 
Registered: May 2006
Posts: 83

Original Poster
Rep: Reputation: 15
Thank you very much for this man. I will post this over at Fedora Forums too if it works like I am sure it will because many others are in the same boat as me.

 
Old 05-30-2006, 03:14 AM   #21
phoenix49
Member
 
Registered: Jun 2005
Location: Azerbaijan/Baku
Distribution: Fedora Core 6 "Zod"
Posts: 179

Rep: Reputation: 30
Quote:
Originally Posted by jesuscakes
Thank you very much for this man. I will post this over at Fedora Forums too if it works like I am sure it will because many others are in the same boat as me.

Was glad to help you . Hope, you will enjoy linux.

Cheers,
 
Old 05-30-2006, 03:45 AM   #22
jesuscakes
Member
 
Registered: May 2006
Posts: 83

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by phoenix49
Was glad to help you . Hope, you will enjoy linux.

Cheers,
Okay I did everything without a hitch except step 3. How do I find with the console? I tried almost every button on the keyboard but didn't find out how to do it lol. Sorry for my noobiness.

So far it seems PHP is easier than this lol.
 
Old 05-30-2006, 03:49 AM   #23
phoenix49
Member
 
Registered: Jun 2005
Location: Azerbaijan/Baku
Distribution: Fedora Core 6 "Zod"
Posts: 179

Rep: Reputation: 30
Quote:
Originally Posted by jesuscakes
Okay I did everything without a hitch except step 3. How do I find with the console? I tried almost every button on the keyboard but didn't find out how to do it lol. Sorry for my noobiness.

So far it seems PHP is easier than this lol.
Actually I meant just to scroll with your keyboard, navigate to the line where you see "nv", there should be a section called [Device] or somethig, what regarding find, I think ":" then "/" (slash), also you can try another program - mc (remember Norton Commander? It's almost the same!).
 
Old 05-30-2006, 03:56 AM   #24
jesuscakes
Member
 
Registered: May 2006
Posts: 83

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by phoenix49
Actually I meant just to scroll with your keyboard, navigate to the line where you see "nv", there should be a section called [Device] or somethig, what regarding find, I think ":" then "/" (slash), also you can try another program - mc (remember Norton Commander? It's almost the same!).
How do you run the MC program? Also do I scroll with the arrows or page up/page down?
 
Old 05-30-2006, 04:05 AM   #25
phoenix49
Member
 
Registered: Jun 2005
Location: Azerbaijan/Baku
Distribution: Fedora Core 6 "Zod"
Posts: 179

Rep: Reputation: 30
Quote:
Originally Posted by jesuscakes
How do you run the MC program? Also do I scroll with the arrows or page up/page down?
You can scroll by arrows, pageup/down, even i,j,k,l (I think)

You can install mc just via yum

yum install mc

and run it, as - "mc"

There you can edit files with F4 button, and scroll through folders just selectinh folder, and pressing enter, to go back, go to the top of the page. You can switch between panes with Tab key
 
Old 05-30-2006, 04:08 AM   #26
jesuscakes
Member
 
Registered: May 2006
Posts: 83

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by phoenix49
You can scroll by arrows, pageup/down, even i,j,k,l (I think)

You can install mc just via yum

yum install mc

and run it, as - "mc"

There you can edit files with F4 button, and scroll through folders just selectinh folder, and pressing enter, to go back, go to the top of the page. You can switch between panes with Tab key
K if I can't get this way to work then I will do it through the MC thing. Is there any Windows tool to access the partition and the file from here through a text editor and just speed up the process? I am sure there has to be something like that?

I have partition magic maybe it has a tool for that.
 
Old 05-30-2006, 04:11 AM   #27
phoenix49
Member
 
Registered: Jun 2005
Location: Azerbaijan/Baku
Distribution: Fedora Core 6 "Zod"
Posts: 179

Rep: Reputation: 30
Quote:
Originally Posted by jesuscakes
K if I can't get this way to work then I will do it through the MC thing. Is there any Windows tool to access the partition and the file from here through a text editor and just speed up the process? I am sure there has to be something like that?

I have partition magic maybe it has a tool for that.
Try

www.fs-driver.org

But be careful, cause notepad reads unix text files incorrectly, so backup before any change.

Use this editor:

ftp://ftp.vim.org/pub/vim/pc/gvim70.exe

Last edited by phoenix49; 05-30-2006 at 04:13 AM.
 
Old 05-30-2006, 04:22 AM   #28
jesuscakes
Member
 
Registered: May 2006
Posts: 83

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by phoenix49
Try

www.fs-driver.org

But be careful, cause notepad reads unix text files incorrectly, so backup before any change.

Use this editor:

ftp://ftp.vim.org/pub/vim/pc/gvim70.exe
Gracias.

It's 5:20 AM and I want to fix this before sleep lol.
 
Old 05-30-2006, 04:26 AM   #29
jesuscakes
Member
 
Registered: May 2006
Posts: 83

Original Poster
Rep: Reputation: 15
Do they have one that works on the EXT 3? That only lets me access the Grub loader which IS handy but won't fix the xorg.conf file problem.
 
Old 05-30-2006, 04:29 AM   #30
phoenix49
Member
 
Registered: Jun 2005
Location: Azerbaijan/Baku
Distribution: Fedora Core 6 "Zod"
Posts: 179

Rep: Reputation: 30
Quote:
Originally Posted by jesuscakes
Do they have one that works on the EXT 3? That only lets me access the Grub loader which IS handy but won't fix the xorg.conf file problem.
Yes, sure, but the problem is that this driver sometimes just don't work, and, do you mount your "/" (root) partition, or just your /boot ? Notice that /boot is usually 100 Mb, Root about 7Gb, and /home larger. Try to mount correct one, there's a control panel option called IFS drives.

IMHO, mc and vi is much easier, you'll love vi, when you'll learn how to use it

Last edited by phoenix49; 05-30-2006 at 04:30 AM.
 
  


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
Huge Huge Problem With Forums!!! The_Insomniac Linux - General 1 06-07-2004 08:15 AM
Finally installed Fedora and its up and running. NYAndy Linux - Newbie 10 02-11-2004 10:05 AM
Whew!! finally got compiler installed BajaNick General 3 10-06-2003 09:51 AM
Real Player 8 installed finally, but ......... troycus Linux - Newbie 4 09-27-2003 03:17 PM
Finally installed Slackware - Many questions wickdgin Slackware 10 08-29-2002 06:54 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

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