Find the answer to your Linux question:
Page 1 of 3 1 2 3 LastLast
Results 1 to 10 of 30
Hi everybody, I'm sure this questioned has been asked but I'm trying to install these drivers after I extract the tar file i run ./configure file but at the end ...
  1. #1
    Just Joined!
    Join Date
    Jan 2010
    Posts
    14

    [SOLVED] ATI Radeon open source drivers

    Hi everybody, I'm sure this questioned has been asked but I'm trying to install these drivers after I extract the tar file i run ./configure file but at the end it tells me no package xorg-server, xproto, fontsproto. So i went to install xorg-server and that ./configure tells me i need X11.
    looks to me that im doing things backwards so what i'm asking is if anybody knows the steps for me to follow from step 1
    thank in advance.

    John

  2. #2
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    What distro are you using?

  3. #3
    Just Joined!
    Join Date
    Jan 2010
    Posts
    14
    see i knew i would forget something. It's ubuntu 9.10 the video card is a ATI Radeon X1600pro

  4. #4
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    Best way to do it would be to install the driver via your package manager.

    Code:
    sudo apt-get install xserver-xorg-video-radeon

  5. #5
    Just Joined!
    Join Date
    Jan 2010
    Posts
    14
    ok sounds simple I'll give it a try

  6. #6
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Have you tried Restricted Driver? Just check in System - Administration -- Hardware Drivers. If it finds any driver for your card, install from there only.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  7. #7
    Just Joined!
    Join Date
    Jan 2010
    Posts
    14
    ok it tells me that xserver-xorg-video-radeon is already the newest. so I'm at a loss. i thought i need these drivers for the card to work properly and enable 3d. when i look at the xorg.conf file its blank.

  8. #8
    Just Joined!
    Join Date
    Jan 2010
    Posts
    14
    Quote Originally Posted by devils casper View Post
    Have you tried Restricted Driver? Just check in System - Administration -- Hardware Drivers. If it finds any driver for your card, install from there only.
    I have done this and no drivers are listed

  9. #9
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Are there any Display problems?

    Post the output of this
    Code:
    sudo lspci | grep -i vga
    grep -i driver /etc/X11/xorg.conf
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  10. #10
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    ATI dropped support for older cards with their newer catalyst drivers. The recent catalyst drivers only support R600 and newer cards. The X1600 is an RV530.

    DRI Wiki - ATIRadeon

    I'm pretty sure the radeon driver should provide 3D acceleration these days with your card, though. I would have though Ubuntu includes it by default...

Page 1 of 3 1 2 3 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...