Announcement

Collapse
No announcement yet.

Catalyst 10.6 does not install on OpenSuse 11.3

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

  • #11
    Originally posted by mancunian View Post
    Thanks again. Unfortunately, this doesn't work.
    This is the output I get:
    ==================================================
    ATI Technologies Linux Driver Installer/Packager
    ==================================================
    Unrecognized parameter '' to ati-installer.sh
    This script supports the following arguments:
    --help : print help messages
    --listpkg : print out a list of generatable packages
    --buildpkg [package] [--dryrun] : if generatable, the package will be created
    --buildandinstallpkg [package] [--dryrun] : if generatable, the package will be creadted and installed
    --install : install the driver

    Comment


    • #12
      Apparently it needs the explicit --install argument
      Code:
      sh ati-installer.sh --install
      (Though having both "parameter" and "argument" in the output might mean something else)

      Comment


      • #13
        Informer the first option had to be the version number. In most cases any option works for it however.

        Comment


        • #14
          Originally posted by PsynoKhi0 View Post
          Apparently it needs the explicit --install argument
          Code:
          sh ati-installer.sh --install
          (Though having both "parameter" and "argument" in the output might mean something else)
          Code:
          sh ati-installer.sh --install
          produces the same output

          Comment


          • #15
            Originally posted by mancunian View Post
            Code:
            sh ati-installer.sh --install
            produces the same output

            Comment

            Working...
            X