Announcement

Collapse
No announcement yet.

[SOLVED] How to remove ATI control

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

    [SOLVED] How to remove ATI control

    Pls don't kill me, I just couldn't figure it out myself.
    I installed ATI control but it's obsolete as I tried it. I want to remove it through add/remove but I couldn't find it after I queried in the search field.

    #2
    Re: How to remove ATI control

    What was the package name you installed, and how did you install it?
    Windows no longer obstructs my view.
    Using Kubuntu Linux since March 23, 2007.
    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

    Comment


      #3
      Re: How to remove ATI control

      sudo apt-get install xorg-driver-fglrx

      sudo apt-get install fglrx-control


      those were the two commands i used to install it...and by the way how would i know if my graphics card is fully enabled?

      Comment


        #4
        Re: How to remove ATI control

        You can type:
        Code:
        sudo apt-get remove xorg-driver-fglrx fglrx-control
        But, I would recommend simulating the removal first, so you know what will be removed - there may be packages that the action would remove too, that you really don't want removed. To simulate the action, type:
        Code:
        sudo apt-get remove --simulate xorg-driver-fglrx fglrx-control
        Windows no longer obstructs my view.
        Using Kubuntu Linux since March 23, 2007.
        "It is a capital mistake to theorize before one has data." - Sherlock Holmes

        Comment


          #5
          Re: How to remove ATI control

          As Snowhog told: you can remove fglrx-control panel with apt-get remove. More:
          apt-get --help, man apt-get, APT HOWTO .


          and by the way how would i know if my graphics card is fully enabled?
          In the konsole:
          Code:
          fglrxinfo
          It should tell something like:
          display: :0.0 screen: 0
          OpenGL vendor string: ATI Technologies Inc.
          OpenGL renderer string: ATI RADEON 9600 Series
          OpenGL version string: 2.1.7281 Release

          More of AMD (Ati) drivers:
          FAQ: Links - How to Install AMD(Ati) Proprietary Linux Display Driver (fglrx)
          http://kubuntuforums.net/forums/inde...opic=3085652.0
          Before you edit, BACKUP !

          Why there are dead links ?
          1. Thread: Please explain how to access old kubuntu forum posts
          2. Thread: Lost Information

          Comment


            #6
            Re: How to remove ATI control

            Snowhog,Rog131 thanks!

            Comment


              #7
              Re: How to remove ATI control

              You say it was outdated, is there a newer one? I'm wondering if it would be ok for my older ati 9600xt agp.
              [img width=400 height=138]http://img219.imageshack.us/img219/7460/rigsigeo0.jpg[/img]

              Comment


                #8
                Re: How to remove ATI control

                is there a newer one? I'm wondering if it would be ok for my older ati 9600xt agp.
                From repositories (Gutsy):
                Control panel for the ATI graphics accelerators
                Package: fglrx-control
                Version: 8.37.6

                From AMD:
                Catalyst Control Center for the ATI graphics accelerators
                Package: fglrx-amdcccle
                Version: 8.455.2


                I' m using ati 9600 xt (agp) with Catalyst 8.2 (fglrx 8.45.5):
                FAQ: Links - How to Install AMD(Ati) Proprietary Linux Display Driver (fglrx)
                http://kubuntuforums.net/forums/inde...opic=3085652.0
                =>
                How do you install fglrx ?
                http://kubuntuforums.net/forums/inde...7670#msg117670


                Links:
                AMD Catalyst 8.02 Linux Driver
                http://www.phoronix.com/scan.php?pag...item=999&num=1
                Before you edit, BACKUP !

                Why there are dead links ?
                1. Thread: Please explain how to access old kubuntu forum posts
                2. Thread: Lost Information

                Comment


                  #9
                  Re: How to remove ATI control

                  Thanks!
                  [img width=400 height=138]http://img219.imageshack.us/img219/7460/rigsigeo0.jpg[/img]

                  Comment

                  Working...
                  X