How to install the Nvidia driver on the Geforce6200 video card under Fedora8

Source: Internet
Author: User
The Linux community provides some help for you to learn about Fedora. After installing Fedora8, I found that the card driver provided by Fedora8 is very general, and it does not feel very good for my Geforce6200 video card support, even if 3D is not enabled, computer operation slows down. So I have the following (my opinion on installing the nvidia driver): first, go to http://www.nvidia.cn/download the driver. Next I will go to nvidia-linux-x86-100.14.19-p

The Linux community provides some help for you to learn about Fedora. After installing Fedora 8, I found that the built-in video card driver of Fedora8 is very general and it does not feel very good for my Geforce 6200 video card support, even if 3D is not enabled, computer operation slows down. Therefore, I have the following (my opinion on installing the nvidia driver ):

First, go to http://www.nvidia.cn/download the driver. My next is nvidia-linux-x86-100.14.19-pkg1.run.
Make sure that the system has installed kernel-devel. Run the yum check: sudo yum info kernel-devel.
If not, use yum to install:

Sudo yum install kernel-devel
Modify runlevel in/etc/inittab as 3 () under root permission)
Restart the computer and log on as the root user. Run the following command: cd/usr/lib/xorg/
Ln-s ../xorg/lib
Sh ~ /Download/NVIDIA-Linux-x86-1.0-9631-pkg1.run -- x-prefix =/usr/lib/xorg
After installation, restart and modify the content in/etc/X11/xorg. conf (remember to back up): # nvidia-xconfig: X configuration file generated by nvidia-xconfig
# Nvidia-xconfig: version 1.0 (buildmeister @ builder3) Wed Sep 12 14:29:35 PDT 2007
# Xorg configuration created by system-config-display

Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
EndSection

Section "Module"
Load "glx"
Load "extmod"
EndSection

Section "ServerFlags"
Option "Xinerama" "0"
EndSection

Section "InputDevice"
# Generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us + inet"
EndSection

Section "Monitor"
Identifier "Monitor0"
ModelName "Monitor 1024x768"
HorizSync 31.5-61.0
VertRefresh 50.0-75.0
Option "dpms"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 6200 TurboCache (TM )"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "metamodes" "1024x768_85 + 0 + 0; 1024x768 + 0 + 0"
Option "NoLogo" "True"
Option "AddARGBGLXVisuals" "True"
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "832x624" "800x600" "640x480" "640x400"
EndSubSection
EndSection

Section "Extensions"
Option "Composite" "Enable"
EndSection
Repeat it again. If there is any problem, restore the/etc/X11/xorg. conf backup, and explore it!
In addition:
The font of the firefox interface is relatively small. Solution: Enter about in the address bar: configset layout.css. dpi to 0.
In Firefox, the old saying that there is no flash-plugin, let him automatically download very slowly, I use this method to download, soon: sudo rpm-ivh http://linuxdownload.adobe.com/adobe-release/adobe-release-i386-1.0-1.noarch.rpm
Sudo yum install flash-plugin

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.