Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

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

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 6th December 2004, 09:57 PM
christos Offline
Registered User
 
Join Date: Dec 2004
Posts: 4
Exclamation Critical Xorg.conf help needed!

Hi,

Im new to fairly new to Linux, and am having problems with installing the 64bit nvidia display driver for FC3 Final X86_64, well after following every procedure It still wouldnt load up, like it used to in FC2

Anyway ive messed up bigtime, and changed the line in xorg.conf nvidia(previously nv) to nvidia0 as i thought it may work that way, as i had tried all the other methods to no avail

How do i get it back to normal again? i just need to change that line back to nvidia as I cannot start X


It would be ideal if there was software to red linux partitions so i could edit it that way, I just dont know the commands to actually edit the thing, without having to re-install it again!

PS I bet this is simple to someone experienced with linux

Help very much appreciated

Christos
Reply With Quote
  #2  
Old 6th December 2004, 11:07 PM
christos Offline
Registered User
 
Join Date: Dec 2004
Posts: 4
Never mind i am an idiot i forgot about the command "setup" now its restored, but still not got the nvidia driver to work successfully with my geforce 5900XT, I would really like to actually get to play Unreal Tournament 64bit sometime this year
Reply With Quote
  #3  
Old 7th December 2004, 12:24 AM
james_in_denver Offline
Registered User
 
Join Date: Oct 2004
Posts: 1,227
I would take some time to learn the "vi" editor....It's truly your command line friend.....It might take all of 20-30 minutes to become "basically" familiar with it and you really only need to know these commands:

Arrow keys work (left right up down)
Page keys work (page up, page down)
Enter "insert" mode by hitting the "i" key then typing in text.
Leave "insert mode by hitting the <esc> key

To use the following commands, you cannot be in "insert" mode.

Save your changes and quit by hitting the ":wq" keys
Quit WITHOUT saving any changes (ie if you made a huge mistake) hit the ":q" keys
To delete the single letter to the right of the cursor "x".
To delete the word (or white space) to the right of the cursor, "dw"
To delete from cursor to end of line "d$"
To delete the entire line that the cursor is on "dd"
To copy a line to the "cut/paste" buffer, "xyy" (where x is the number of lines to copy to the buffer)
To paste the buffer, "p"

And don't forget <esc> is your friend.

"vi" works on any terminal or console window that I have ever used. Don't need a gui, and it's reasonably useful when a GUI isn't available.....
__________________
Only dead fish go with the flow....

Hmmm, what did I miss?
Reply With Quote
  #4  
Old 7th December 2004, 01:43 AM
christos Offline
Registered User
 
Join Date: Dec 2004
Posts: 4
Hi, thank you for taking the time to reply

I have now managed to get the driver working I was using the 32bit way of installing them, thus causing a big headache (wouldnt it be simpler to actually just include them on the DVD?)

Anyway heres my method of a successful Nvidia Graphics Driver Install on Fedora Core 3 Final X86_64

1: First Make sure you have the Libstdcc++ librarys installed (system settings> add remove programs, tick all under 'Compatibility Arch Development Support' or you will get an error once you have got the drivers installed trying to play games such as Unreal Tournament 2004 64Bit.

2: Update Kernel and Udev, using Up2Date, Reboot into new Kernel

3: Download 64bit Nvidia Display Drivers from http://www.nvidia.com/object/linux.html

4: Edit /etc/X11/Xorg.conf find line 'Load dri' under "Module",Comment it out with # or delete it. Find 'nv' under "Device" and rename to nvidia

5: Edit /etc/inittab and look for line "id:5:initdefault:" and change it to "id:3:initdefault:"

6: Make sure to remove xorg-x11-Mesa-libGL as root(Works fine for me with & without doing this step, only affects some people)
Code:
rpm -e --nodeps --allmatches xorg-x11-Mesa-libGL
7: Reboot, Login as root and run the nvidia installer like this
Code:
sh NVIDIA-Linux-x86_64-1.0-6629-pkg2.run
8: Choose yes to install 32bit compatibility libraries, ignore the part about no kernel matches from nvidia site.

9: Now driver installed, type
Code:
/sbin/modprobe nvidia
then
Code:
cp -a /dev/nvidia* /etc/udev/devices
and then
Code:
chown root.root /etc/udev/devices/nvidia*
10: Now reboot, once rebooted login as root again , type startx and change your /etc/inittab back to "id:5:initdefault:" reboot

Everything should now be fine and Working.

I hope this helps others with the pain of installing these drivers!

Also to point out that if it hangs at configuring kernel parameters whilst performing a reboot in the above steps (which it should'nt) edit the grub loader by pressing E and delete the 'rhgb' and then press ENTER and then select the edited line and press B to boot with the new config, which will allow you to boot without error.

SIDE NOTE: Also if you update any Xorg packages you will most probably need to follow the above steps again, well not quite, just edit your /etc/inittab file to "id:3:initdefault:" and reboot ,remember the xorg.conf is already configured, just sh NVIDIA-Linux-x86_64-1.0-6629-pkg2.run , run the installer like so, change the /etc/inittab file to "id:5:initdefault:" once again under root and then reboot, everything should be ok again.
__________________
Fedora Core 3 X86_64 Final | AMD64 2800+ | Soltek SLK8AV-2 RL Motherboard | 2x512MB DDR400 | Geforce FX5900XT | 2x120GB WD SATA | Audigy 2ZS Platinum Pro

Last edited by christos; 11th December 2004 at 06:56 AM.
Reply With Quote
Reply

Tags
critical, needed, xorgconf

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Missing Dependency: xorg-x11-drv-nvidia = 169.12-1.lvn8 is needed by package xorg-x11 Jbanicar Using Fedora 16 22nd August 2008 03:06 PM
Help needed configuring special case of xorg.conf Mathijs Hardware & Laptops 1 24th July 2008 12:45 PM
Quick help needed (xorg.conf broken) Nitrub Using Fedora 7 24th November 2007 11:46 AM
Nothing in xorg.conf -- FC6 Live CD -- Any other way to view xorg.conf? spfdz EOL (End Of Life) Versions 1 8th January 2007 06:02 AM
nVidia 9626 xorg.conf needed! Phoenix49 Hardware & Laptops 5 9th November 2006 08:34 AM


Current GMT-time: 17:03 (Monday, 20-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat