What graphic card drivers to install in Ubuntu 10.04?

5,742

First, be sure of your graphic card by checking in Terminal.

lspci -nn | grep VGA

If the system shows you that None known., you've to use Fglrx Driver.

However, if the system supports the type of graphic system you use, for HD 4xxx / R700 based cards according to you stated, it can easily be installed using System => Administration => Hardware Drivers.

Restart xserver by logging out and back in, or typing sudo /etc/init.d/gdm restart.Check status flag

glxinfo | grep "direct rendering"

Check functionality by invoking glxgears.

$ glxgears

Change overlay type to Xvideo if video upscaling looks blocky.

$ sudo aticonfig --ovt=Xv

fore more, you can take a look at Ubuntu Documentations,and this guide

Share:
5,742

Related videos on Youtube

jmacedo
Author by

jmacedo

I enjoy developing apps, working on projects involving machine learning and learning new software development technologies and a bit of everything in general - from programming an Arduino to playing guitar. Digital art & Graphic design is one of my hobbies. You can check out my portfolio here: http://cargocollective.com/jmacedo.

Updated on September 17, 2022

Comments

  • jmacedo
    jmacedo over 1 year

    I have an ATI Mobility Radeon 4650 HD graphics card. And I have upgrated to Ubuntu 10.04

    What drivers should I install for my graphics card?