Announcement

Collapse
No announcement yet.

Phorogit HOWTO?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Phorogit HOWTO?

    OK, maybe I'm just blind and stupid, but I can't find the Sticky/Readme/FAQ/HOWTO that describes how to use the files on Phorogit...

    I found this message that lets me pull the latest files to my computer (http://www.phoronix.com/forums/showthread.php?p=19018), but how do I combine them with the files created by the ati-driver-installer-....run file?

    Especially Fedora-specific help (like: do I need to build rpms) would be appreciated. Thanks a lot.

  • #2
    Taken from my script - set DRIVER, DISTRIB_ID and DISTRIB_CODENAME correctly before! VER needs to be set, but it is not really importantant if it is the correct version. For Debian/Ubuntu my script has automatic update feature using the -u option.

    Code:
    rm -rf fglrx-install
    sh $DRIVER --extract fglrx-install
    cd fglrx-install
    wget -qO- "http://phorogit.com/index.php?p=fglrx-packaging.git&dl=targz"|tar zxv
    rm -rf packages
    mv -v fglrx-packaging packages
    bash ati-installer.sh $VER --buildpkg $DISTRIB_ID/$DISTRIB_CODENAME
    Last edited by Kano; 29 December 2008, 08:18 AM.

    Comment


    • #3
      Ah, looks easy... I'll try it when I get home.

      Thanks a lot, Kano!

      Comment

      Working...
      X