Tuesday, May 4, 2010

nVidia Drivers Installation on CentOS 5

To install nVidia drivers, follow these steps:
  1. Install ELRepo repository.
  2. Install the nVidia drivers:
    # yum install nvidia-x11-drv
    
  3. Change current video driver to nVidia. Edit /etc/X11/xorg.conf:
    Section "Device"
            Identifier  "Card0"
            Driver      "nvidia"
            VendorName  "nVidia Corporation"
            BoardName   "GeForce 8800 GT"
    EndSection
    
  4. Reboot the operation system:
    # reboot
    

0 comments:

Post a Comment