| Daniel's profileDaniel Benedykt Personal...PhotosBlogLists | Help |
|
|
24 April Setup Nvidia driver on Fedora Core 3nVidia: (Use this section only if you have an nVidia GeForce graphics card.)
* Log in as root. (If you are already logged in as your default user or a user other than root click "Actions" > "Log Out", click "OK", type "root" in the "Username:" box, hit enter, type your root password in the "Password:" box and hit enter.)
* Type:
gedit /boot/grub/grub.conf
If you have not already done so, remove "rhgb quiet" from the kernel line in grub.conf. Click the "save" button and then exit gedit. This will disable the "Red Hat Graphical Boot" at boot time which would otherwise interfere with the nVidia installation described below.
* Open Firefox (the "mouse and world" icon on the bottom left). Go to http://www.nvidia.com/object/linux_display_ia32_1.0-6629.html and download NVIDIA-Linux-x86-1.0-7174-pkg1.run. (Select "save to disk".) This should save the file to the /root directory. If you have already run up2date or yum update the file may have been saved to your desktop instead. If this is the case go to your desktop and drag the file into your "root's Home" folder. (Left mouse click on the file and drag it on top of your "root's Home" folder while holding the left mouse button down. Then release the mouse button.)
* Open the terminal and type:
gedit /etc/X11/xorg.conf
In the "module" section comment out (put a "#" in front of) load "dri" so that it reads # load "dri". In the "device" section change "nv" to "nvidia".
Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
# Load "dri"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "Videocard vendor"
BoardName "NVIDIA GeForce 4 MX (generic)"
EndSection
Click the "save" icon and exit gedit.
* With the root terminal still open type:
gedit /etc/rc.local
At the end of the file add the line:
/sbin/modprobe nvidia
Add a carriage return as well if necessary to insure that there is a blank line at the bottom of the file. Click on the "save" icon and exit gedit. Close the terminal.
* Click "Actions" > "Log Out" > "Restart the computer" and click "ok". When Fedora reboots it will try to load the nVidia driver (which has been downloaded but not yet installed). You will see the command line login prompt 3 or 4 times as it continues to try to load the driver and then you will see a text mode screen with the message "...cannot start the x server...". Answer "no" (right arrow and enter) to the question "would you like to view the x server output?". Answer "no" to the question "would you like me to run the x configuration program?". Answer "ok" to "...disable the x server for now...". You will then be presented with a text mode command line login prompt. Log in as root (type "root", hit enter, type your root password, hit enter), type "ls" and hit enter. You should see the nVidia driver file that you downloaded previously. Type:
sh *.run
Hit enter. You will be presented with a text mode nVidia screen. Left arrow to "accept" and hit enter. Answer "yes" to "download...". Answer "ok" to "no matching kernel...". nVidia will build and install a kernel module for the nVidia driver. When the "...complete" screen appears hit enter on "ok", then type "reboot" and hit enter. You should see the nVidia splash screen when Fedora reboots indicating that the installation was successful.
* Now if you wish to get rhgb (Red Hat Graphical Boot) working again open a terminal and type:
su -
Hit enter, type your root password and hit enter. Type:
cp -a /dev/nvidia* /etc/udev/devices
Type "y" and hit enter twice. Type:
chown root.root /etc/udev/devices/nvidia*
Hit enter. Type:
gedit /etc/rc.local
Remove the "/sbin/modprobe nvidia" line from rc.local, click on the "save" icon, and exit gedit. Type:
gedit /boot/grub/grub.conf
Add "rhgb quiet" back into the kernel line in grub.conf, click on the "save" icon, and exit gedit. Reboot. (If you upgrade your kernel be sure to remove "rhgb quiet" from grub.conf before you reboot into the new kernel. Then you can re-install the nVidia driver per these instructions again for the new kernel.)
From: http://stanton-finley.net/fedora_core_3_installation_notes.html 14 April Debian net installerYou can install the last version of Debian directly Internet... very nice FedoraFedora Core 3 - very easy to install and use... |
|
|