HD 6450 Radeon problems with installation

5,763

Solution 1

I had a similar problem with my HP p7-1080t, same proc, same card. Had to install the AMD Radeon Linux driver And that solved my problem. [ubuntu 11.04 64-bit]

Solution 2

You are asking two questions :

  1. For the first one should I install Ubuntu 32 or 64bit?

    This depends on your processor. 32 and 64 correspond to the size of information that the processor deals with. So if your processor can deal with 64bit strings it should be faster using Ubuntu 64bit version.

    To check the type of processor you have; type uname -m in a terminal. If the output is x86_64 use 64bit version, if not use the 32bit one. (you can do this from the live CD)

  2. Installing AMD's proprietary driver should fix your booting problem. As you don't have a graphical mode where you can do it we will have to do through the command line.

    To get to the command line try typing ctrl alt F1 once the computer seems to have booted. (If this doesn't work try to get to the command line through the recovery mode (One of the boot options)).

    Once you are in terminal login, then type sudo apt-get install module-assistant build-essential fakeroot dh-make debconf bzip2 wget

    Now you need to download the driver :wget http://www2.ati.com/drivers/linux/ati-driver-installer-11-7-x86.x86_64.run

    Once the file finished downloading type chmod +x ati-driver-installer-11-7-x86.x86_64.run && sudo ./ati-driver-installer-11-7-x86.x86_64.run

    Enter your password and follow the instructions to install the driver.

    Finally type sudo aticonfig --initial -f to configure the driver.

Reboot (sudo reboot)and everything should be mended.

Ps. I haven't tried everything I just wrote, I have already successfully installed AMD's driver from a terminal, hope it will work for you, good luck.

Share:
5,763

Related videos on Youtube

Admin
Author by

Admin

Updated on September 18, 2022

Comments

  • Admin
    Admin almost 2 years

    I bought a Asus Pundit P6 with an iCore5 and a Radeon HD 6450. Starting Ubuntu 11.04 from a Live-USB-stick doesen't make any troube, but after installing 11.04 (64bit and 32bit, subquestion: what's better?) PC starts from HDD... Ubuntu-logo shows flickering .. intro-music plays but the Logo doesn't go away. What to do (remember I'm no Linux-pro!)?