Announcement

Collapse
No announcement yet.

fglrx installer open-source?

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

  • fglrx installer open-source?

    Oh, I understand fglrx is proprietary, but can't AMD make the installer open source? I mean, we can already see the installer script source, so why can't they accept patches from outside (with copyright in their favor)?

  • #2
    that's what phorogit is for.

    anyway, back in the day when i was still using fglrx i was using gentoo's ebuilds so i didn't care much for their installer. (i think i've seen it a whopping three times at best).

    most people probably don't care anyway about ati's installer, because of
    - repository provided packages
    - --buildpkg parameter for installer (or something like that)

    Comment


    • #3
      Originally posted by yoshi314 View Post
      that's what phorogit is for.

      anyway, back in the day when i was still using fglrx i was using gentoo's ebuilds so i didn't care much for their installer. (i think i've seen it a whopping three times at best).

      most people probably don't care anyway about ati's installer, because of
      - repository provided packages
      - --buildpkg parameter for installer (or something like that)
      Everytime I have used their installer, on ubuntu I get bad driver installs. I just bash and install it myself. then no issues except the ones not fixed by ATI.

      Comment


      • #4
        As long as use use the buildpkg code you could even remove the graphical installer. In that case only scripts are used. Ubuntu is a bit tricky with the preinstalled restricted modules manager, most easy way would be removing all packages with restricted in the name first.

        Comment


        • #5
          Actually when I thought of open sourcing the installer, I meant the installer script:
          Originally posted by bogdanbiv View Post
          we can already see the installer script source
          Now I realise it is not posible to make a part of the installer script open source.
          this is just something I wrote in anger for the fact I did not know how to install the fglrx driver in my Linux distro PC.

          But still, reducing the number of steps required to install the driver would be very nice.

          Comment


          • #6
            A script is by definition opensource, just the gui is a binary.

            Comment


            • #7
              Originally posted by Kano View Post
              A script is by definition opensource, just the gui is a binary.
              Howdy. Sorry for my first post here being a contrary one but what you say above Kano is simply not true. Yes, you can read the source but that does not make it "open source". Whether it is open source depends on the license it is released under. Just because you can read it does not mean that it is unencumbered or that you are allowed to modify it and distribute it. It is entirely possible for ATI to distribute a scripting language based program (Python, Perl, PHP, Bash, whatever) that you have no right to make changes to or distribute to anyone else.

              Cheers

              Comment


              • #8
                Well it does not mean GPL or so, but a script is usually a text file so you have the "source" of it. In rare cases there exist encrypted scripts but thats not the case with the ati installer, just use --extract dir option. Maybe your definition is a bit too restricted to licences. In the ati installer are serveral binaries with no source like the gui installer or the amdcccle but at least the binary setup tool is not needed at all for --buildpkg, so i could strip down the installer down to 11M and it still installs on 32 bit...

                Comment

                Working...
                X