Results 1 to 1 of 1

Thread: PPC - wrong AGP mode for Radeon cards?

  1. #1
    Join Date
    Jan 2006
    Beans
    Hidden!

    PPC - wrong AGP mode for Radeon cards?

    I'm wondering if anyone having any problems with their ppc setups have had to change their AGP mode speed to get the screen to work properly, especially with Hardy / Intrepid? (ie Radeon 7500, 9200's etc)

    Assuming you get past a totally black screen, and are able to get to /etc/X11/xorg.conf, does adding the following to the device section of xorg.conf help?

    Code:
    Section "Device"
    	Identifier	"Configured Video Device"
    	Option		"AGPMode" "4"
    EndSection
    This is just an example. Depending on the card, you might have to change it to "2" or "8" - your device section may also contain more options.

    I think one way to check if your xorg.conf seems to be correct, but are still having problems is to make sure that your agp speed is properly detected (not just the size)

    Code:
    dmesg | grep AGP
    and
    dmesg | grep agp
    I got interested in this by reading this bug report earlier in the year, and wonder if ppc users are still facing this issue:

    https://bugs.launchpad.net/ubuntu/+s...nux/+bug/48053

    Disclaimer: I don't have a radeon-equipped ppc mac, so it is hard for me to tell.

    Maybe some radeon owner can run dmesg and see if there is still a problem with the autodetection...

    Also, those of you trying to use
    Code:
    Linux video=ofonly nosplash
    at the second-stage yaboot boot: prompt, may want to try the more specific

    Code:
    Linux video=radeonfb nosplash
    instead...
    Last edited by stream303; November 30th, 2008 at 12:15 AM.
    20" G5 iMac - AMD64 HP desktop
    http://www.ppclinux.info/

Tags for this Thread

Bookmarks

Posting Permissions

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