Announcement

Collapse
No announcement yet.

Moun Update Manager broken?

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

    #16
    Originally posted by SteveRiley View Post
    Muon and APT rely on the same core library for package management and dependency resolution: libapt-pkg. But whereas apt-get talks directly to libapt-pkg, Muon relies on the intermediary QApt framework, which is simply a Qt wrapper around libapt-pkg. Muon performs exactly and only whatever operations you tell it to, and it uses the exact same logic as apt-get.
    I'll stick with vinney's solution since it worked great where as Muon is obiously broken. Probably because it uses a wrapper. Maybe Muon's update script or something is bugged.
    Just to remind users and devs that Ubuntu and its flavors have a long way to go to be as usr friendly as they should be.

    http://www.kubuntu.org/getkubuntu

    Comment


      #17
      Originally posted by HalationEffect View Post
      I got S3TC (S3 texture compression) support on my Sandybridge Intel HD graphics from using the Xorg Edgers PPA.

      https://launchpad.net/~xorg-edgers/+archive/ppa
      I am looking at this link now.
      Just to remind users and devs that Ubuntu and its flavors have a long way to go to be as usr friendly as they should be.

      http://www.kubuntu.org/getkubuntu

      Comment


        #18
        Originally posted by steve7233 View Post
        I'll stick with vinney's solution since it worked great where as Muon is obiously broken. Probably because it uses a wrapper. Maybe Muon's update script or something is bugged.
        Muon uses APT for upgrades. Your APT configuration was broken before you used vinney's solution. When you used vinney's solution, you fixed APT, thereby also fixing Muon. Muon is not broken.

        Comment


          #19
          Originally posted by vinnywright View Post
          if you are using a newer Intel GPU you may/maynot want to check out this PPA http://ppa.launchpad.net/oibaf/graphics-drivers/ubuntu , it gave me a bit of a boost on a Intel Corporation Core Processor Integrated Graphics Controller (rev 02) in my core i3 processor .

          you should add ppa-purge first so you can more or less easily revert the changes though if it dosent help or makes things worse

          VINNY
          It did not work in fact now it won't get past the intial loading screen. I tried serveral things including its safe mode. I installed purge what is the command to run it and purge this thing?
          Just to remind users and devs that Ubuntu and its flavors have a long way to go to be as usr friendly as they should be.

          http://www.kubuntu.org/getkubuntu

          Comment


            #20
            Originally posted by JontheEchidna View Post
            Muon uses APT for upgrades. Your APT configuration was broken before you used vinney's solution. When you used vinney's solution, you fixed APT, thereby also fixing Muon. Muon is not broken.
            Ok then It must be an intermitant bug that causes Muno to get messed up sometimes as Muno has failed to update before. Wether this is a bug in Muno or something in Percise that pops up every now and then i don't know. I'll just use apt-get update && sudo apt-get dist-update whenever i see the upgrade icon.
            Just to remind users and devs that Ubuntu and its flavors have a long way to go to be as usr friendly as they should be.

            http://www.kubuntu.org/getkubuntu

            Comment


              #21
              witch one did you use ,,, the xorg-edgers or the oibaf ?

              VINNY
              i7 4core HT 8MB L3 2.9GHz
              16GB RAM
              Nvidia GTX 860M 4GB RAM 1152 cuda cores

              Comment


                #22
                The one that you vinney posted.
                Just to remind users and devs that Ubuntu and its flavors have a long way to go to be as usr friendly as they should be.

                http://www.kubuntu.org/getkubuntu

                Comment


                  #23
                  try sudo ppa-purge -p ppa.launchpad.net/oibaf/graphics-drivers/ubuntu

                  VINNY
                  i7 4core HT 8MB L3 2.9GHz
                  16GB RAM
                  Nvidia GTX 860M 4GB RAM 1152 cuda cores

                  Comment


                    #24
                    Originally posted by vinnywright View Post
                    try sudo ppa-purge -p ppa.launchpad.net/oibaf/graphics-drivers/ubuntu

                    VINNY
                    steve7233@steve7233-HP-Pavilion-dv6-Notebook-PC:~$ sudo ppa-purge -p ppa.launchpad.net/oibaf/graphics-drivers/ubuntu
                    [sudo] password for steve7233:
                    Warning: Required ppa-name argument was not specified
                    Usage: sudo ppa-purge [options] <ppapaowner>[/ppaname]

                    ppa-purge will reset all packages from a PPA to the standard
                    versions released for your distribution.

                    Options:
                    -p [ppaname] PPA name to be disabled (default: ppa)
                    -s [host] Repository server (default: ppa.launchpad.net)
                    -d [distribution] Override the default distribution choice.
                    -y Pass -y --force-yes to apt-get or -y to aptitude
                    -i Reverse preference of apt-get upon aptitude.
                    -h Display this help text

                    Example usage commands:
                    sudo ppa-purge xorg-edgers
                    will remove https://launchpad.net/~xorg-edgers/+archive/ppa

                    sudo ppa-purge -p xorg-testing sarvatt
                    will remove https://launchpad.net/~sarvatt/+archive/xorg-testing

                    sudo ppa-purge ppa:ubuntu-x-swat/x-updates
                    will remove https://launchpad.net/~ubuntu-x-swat/+archive/x-updates

                    Notice: If ppa-purge fails for some reason and you wish to try again,
                    (For example: you left synaptic open while attempting to run it) simply
                    uncomment the PPA from your sources, run apt-get update and try again.
                    Just to remind users and devs that Ubuntu and its flavors have a long way to go to be as usr friendly as they should be.

                    http://www.kubuntu.org/getkubuntu

                    Comment


                      #25
                      try this way:
                      Code:
                      sudo ppa-purge ppa:oibaf/graphics-drivers
                      You get the "ppa:" address from the owner's launchpad page. I have found that sometimes ppa-purge does not like some of the url addresses, this format always seems to be understood.

                      Comment


                        #26
                        Originally posted by claydoh View Post
                        try this way:
                        Code:
                        sudo ppa-purge ppa:oibaf/graphics-drivers
                        You get the "ppa:" address from the owner's launchpad page. I have found that sometimes ppa-purge does not like some of the url addresses, this format always seems to be understood.
                        It purged more than just this it also purged wine! After reinstalling wine i tried STO and found i was back to being able to log in but, the display was back to being to dark to play. At least I got things back the way they were. Now i can try something else. I found this doing a Google search: http://askubuntu.com/questions/56379...intel-graphics
                        Just to remind users and devs that Ubuntu and its flavors have a long way to go to be as usr friendly as they should be.

                        http://www.kubuntu.org/getkubuntu

                        Comment


                          #27
                          I ran:

                          Code:
                          sudo add-apt-repository ppa:ubuntu-x-swat/x-updates
                          and then
                          Code:
                          sudo apt-get install libtxc-dxtn
                          apt-get was unable to locate the package. Should i try the bleeding edge repository?

                          I found out I didn't have the full name it should have been libtxc-dxtn-s2tc0. It work after that now to test STO.
                          Last edited by steve7233; Nov 16, 2012, 06:49 PM. Reason: Addition information found.
                          Just to remind users and devs that Ubuntu and its flavors have a long way to go to be as usr friendly as they should be.

                          http://www.kubuntu.org/getkubuntu

                          Comment


                            #28
                            did you run a sudo apt-get update before the install attempt and after adding the x-swat PPA to refresh the package info?

                            VINNY
                            i7 4core HT 8MB L3 2.9GHz
                            16GB RAM
                            Nvidia GTX 860M 4GB RAM 1152 cuda cores

                            Comment


                              #29
                              The x-swat PPA doesn't have libtxc-dxtn, you'll need xorg-edgers for that.
                              sigpic
                              "Let us think the unthinkable, let us do the undoable, let us prepare to grapple with the ineffable itself, and see if we may not eff it after all."
                              -- Douglas Adams

                              Comment


                                #30
                                Originally posted by HalationEffect View Post
                                The x-swat PPA doesn't have libtxc-dxtn, you'll need xorg-edgers for that.
                                he he O ya ,,,,,from the link YOU posted @steve7233
                                Using the external libtxc-dxtn library for S3TC compression. Mesa will attempt to load it if it exists, and provide full S3TC support. This is available in xorg-edgers, at least.
                                VINNY
                                i7 4core HT 8MB L3 2.9GHz
                                16GB RAM
                                Nvidia GTX 860M 4GB RAM 1152 cuda cores

                                Comment

                                Working...
                                X