Announcement

Collapse
No announcement yet.

Radeon Driver not loading?

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Radeon Driver not loading?

    I was having some odd graphical things happening on my laptop at boot so I checked the KInfoCenter and noticed that next to the Renderer line it indicated 'Software Rasterizer'. I did a little research and discovered that this is not a good thing as it means that the radeon driver is not loading. Does anyone know how I can get the driver loaded properly so that the hardware not the software does the rendering? Below is the terminal response to glxinfo | grep render.


    Code:
    direct rendering: Yes
    OpenGL renderer string: Software Rasterizer
        GL_EXT_vertex_array_bgra, GL_NV_conditional_render,

    #2
    Your GPU ?
    Your hardware ?
    Has it worked before ?

    Ubuntu community AMD Radeon open source driver help page: https://help.ubuntu.com/community/RadeonDriver

    Ubuntu community AMD proprietary Catalyst / fglrx driver help page: https://help.ubuntu.com/community/BinaryDriverHowto/ATI
    Last edited by OneLine; Sep 16, 2012, 11:10 AM.
    Have you tried ?

    - How to Ask a Question on the Internet and Get It Answered
    - How To Ask Questions The Smart Way

    Comment


      #3
      I have a 17' PowerBook G4 1.5 Ghz with an ATI Mobility Radeon 9700 AGP 64MB as far as it working before I'm not sure. This was the first time I checked. I will take a look at the links provided. Thanks.

      Comment


        #4
        Got it working for now. I have tried adding a few command lines at yaboot as recommended by the PowerPC faq and the following has given me 3D acceleration and loaded the open-source radeon driver.

        Code:
        Linux radeon.modeset=1 video=offb:off video=radeonfb:off radeon.agpmode=-1
        Here is the link that helped solve this issue for me. It's under the Configure Graphics section. You can make the yaboot parameter permanent but I have not tried this yet.
        https://wiki.ubuntu.com/PowerPCFAQ#Radeon_cards

        Comment

        Working...
        X