Announcement
Collapse
No announcement yet.
Updated and Optimized Ubuntu Free Graphics Drivers
Collapse
X
-
Remove oibaf ppa from 12.04
Hello
I installed oibaf ppa on 12.04 some time ago. I spotted now it's not updated anymore.
How to remove packages? ppa-purge does nothing.
Code:$ sudo ppa-purge ppa:oibaf/graphics-drivers Updating packages lists PPA to be removed: oibaf graphics-drivers Warning: Could not find package list for PPA: oibaf graphics-drivers
Problem is that system takes this packages as locally installed.
Synaptic would remove half of my system if i wanted to force other version.
currently istalled version: 2.4.47+git1311070904.ebff7a~gd~p
packages: xserver-xorg-[intel,ati,radeon,nouveau], libgl1-mesa[dev,dri,glx],libglm,libglapi-mesa,libgles2-mesa, libopenvg1-mesa,libxatracker1, mesa-common-dev
What else can I do?
Comment
-
Originally posted by gsedej View PostHello
I installed oibaf ppa on 12.04 some time ago. I spotted now it's not updated anymore.
How to remove packages? ppa-purge does nothing.
Code:$ sudo ppa-purge ppa:oibaf/graphics-drivers Updating packages lists PPA to be removed: oibaf graphics-drivers Warning: Could not find package list for PPA: oibaf graphics-drivers
Problem is that system takes this packages as locally installed.
Synaptic would remove half of my system if i wanted to force other version.
currently istalled version: 2.4.47+git1311070904.ebff7a~gd~p
packages: xserver-xorg-[intel,ati,radeon,nouveau], libgl1-mesa[dev,dri,glx],libglm,libglapi-mesa,libgles2-mesa, libopenvg1-mesa,libxatracker1, mesa-common-dev
What else can I do?Code:sudo rm /etc/apt/sources.list.d/oibaf*; sudo add-apt-repository -y ppa:pali/graphics-drivers; sudo apt-get update; sudo apt-get dist-upgrade -y
Comment
-
-
Originally posted by mmstick View PostCode:sudo rm /etc/apt/sources.list.d/oibaf*; sudo add-apt-repository -y ppa:pali/graphics-drivers; sudo apt-get update; sudo apt-get dist-upgrade -y
After purging I could use pali's ppa properly.
Comment
-
Originally posted by blinxwang View Postyeah, same here.
On phoronix it happens only on pages with youtube (or whatever) links.
Comment
-
The GoldSrc and Source games patch is now live in mesa: http://cgit.freedesktop.org/mesa/mes...6c27c645cc710d
Now just to wait for oibaf to update the PPA and we can play games again.
Comment
-
Originally posted by mmstick View PostThe GoldSrc and Source games patch is now live in mesa: http://cgit.freedesktop.org/mesa/mes...6c27c645cc710d
Now just to wait for oibaf to update the PPA and we can play games again.
Comment
Comment