Using Ubuntu on HP 6515b ( ATI X1250 )

So there are a lot of people having trouble installing Linux ( Ubuntu ) on those ATI Radeon Xpress 1250 or any other ATI card here is the solution ( i have given this example with ubuntu but it can be used with any other Linux distro ) first go to ATI’s site and download the driver then all we have to do is boot into your linux distro and just install the drivers, for that we will first need a copy of the drivers on HDD or flash drive, and then just cd into that directory and type
sh ati-driver-installer-8.40.4-x86.x86_64.run
where ati-driver-installer-8.40.4-x86.x86_64.run is the name of the driver file with me, it will start the install procedure just follow that and after the install just configure your resolution with
aticonfig --resolution=0,1280x800
as my resolution was 1280×800 your can be 1024×786 or some other just type what ever it is.
after this we just need to start the X server again type startx and enjoy every thing in graphical mode.

Note:- if you used a Live CD you will have to install the drivers 2 times first for the live CD and then for your system, enjoy!!!

Ankur Shrivastava

This entry was posted on Sunday, October 7th, 2007 at 12:40 am and is filed under Linux, Ubuntu. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

16 Responses to “Using Ubuntu on HP 6515b ( ATI X1250 )”

Viren Bhanot October 25th, 2007 at 9:47 pm

Thanks mate. I’m the same guy who asked you for help.
I’ll give this a shot and pray that it works!

ubuntu newbie October 29th, 2007 at 5:25 pm

Hello ,
I do have this problem with my X1250 and thank you verymuch for giving us elements of a solution, but when you write :

“first go to ATI’s site and download the driver then all we have to do is boot into your linux distro and just install the drivers,”

are you sure that they exist because i have searched the whole ATI site and no sign of a X1250 driver :s. If you did find it, could youy please tell me where or with which command ?

Ankur October 30th, 2007 at 5:33 pm

well mate there are official Linux drivers available from ATI but they don’t offer 3D acceleration as of now there are some talks about they going to release it so lets hope for it
anyway you can find the drivers on the ati site http://ati.amd.com/support/driver.html download it
boot from the CD then mount the disk where u have saved those drivers sh and u are done

Manish Sinha November 16th, 2007 at 7:34 pm

Well done Ankur! Its quite a headache for a newbie if he/she doesnt know about the problem (what really did happen when the Xserver crashes)
Well i too didnt knew this method, even though i have been using for a year, and never ever faced this problem as my computer doesnt have a graphics card

Ankur November 17th, 2007 at 2:26 pm

it displayed a message saying that there was something wrong and the x server failed to load, then it asks if i want to see the detailed log

Tuxhimself November 24th, 2007 at 5:14 pm

yes – you want to see the detailed log to know what was wrong…

  Fedora 8 on HP 6515b — Linux Users Group - Manipal December 5th, 2007 at 12:19 am

[...] exactly did i solved these problems for installing ATI driver i have already explained it earlier here and here , so now moving to ndiswrapper you need to download the source code (the .tar.gz file) [...]

Fedora 8 on HP 6515b « My WaR WiTh WoRdS December 5th, 2007 at 12:19 am

[...] exactly did i solved these problems for installing ATI driver i have already explained it earlier here and here , so now moving to ndiswrapper you need to download the source code (the .tar.gz file) [...]

sarit January 7th, 2008 at 10:52 pm

Thanks for advice.
Have you ever got this problem on Debian 4.0 etch
on an AMD64X2 ?
I use HP Compaq 6515b with ATI radeonX1250 (the same as you).
#aticonfig –resolution=0,1280×800
#error at set screen resolution : screen0 does not exist
aticonfig : parsing the command-line faild.

sarit January 7th, 2008 at 11:12 pm

By
#dpkg-reconfigure xserver-xorg
Then don’t forget to cross mode 1280×800
BEFORE this command
#sh ati-driver-installer-8.40.4-x86.x86_64.run

So Debian will display correct resolution.

Ankur January 8th, 2008 at 4:02 am

hey i have tried it with Debian and it worked for me …..
anyway i have a better way to install drivers http://warofwords.wordpress.com/2007/12/29/3d-effects-on-ubuntu-710-on-ati-1250/
this post was just as a last resort as it wont give u AIGLX support the link i gave you is better

josh February 7th, 2008 at 12:47 am

Ankur… thanks for the help in advance… I’ve got Ubuntu Gutsy… I’ve got the ATI driver burned onto a CD and onto a SD card… what I cannot do is find the file from the terminal… I put the Gutsy CD in… it tries to run… xserve dies… I hit CTRL+ALT+f1 and then try to find the ati file either on my second CD or on the SD card… NADA…

please help :)

Ankur February 7th, 2008 at 12:55 am

well you need to mount the SD card first onto some folder
so first insert the card and type ’sudo -i’ to become root
then type ‘mkdir /mnt/free/’ now type ‘fdisk -l’ and try to find your SD card, which is sdb1 most of the time, now type ‘mount /dev/sdb1 /mnt/free’ and then ‘cd /mnt/free’ and follow the above steps…. ( here i assumed you card to be sdb1 it can also sdc1 or something see the ‘fdisk -l’ output to know it……..
enjoy

josh February 7th, 2008 at 1:08 am

thanks man… you rule! :)

kadu February 13th, 2008 at 2:35 pm

hi ankur,

it works! thank you for your information.

greetings

kadu

sysgtag May 16th, 2009 at 12:08 am

after this we just need to start the X server again type startx and enjoy every thing in graphical mode.

No I don’t enjoy in graphical mode I enjoy in a black screen and non responsive keyboard, that is in what I enjoy.

Leave a Reply