When is Saucy going to be supported?
Announcement
Collapse
No announcement yet.
Updated and Optimized Ubuntu Free Graphics Drivers
Collapse
X
-
Originally posted by blinxwang View PostWhen is Saucy going to be supported?
sudo add-apt-repository -y ppaibaf/graphics-drivers; sudo sed -i 's/saucy/raring/g' /etc/apt/sources.list.d/oibaf*; sudo apt-get update; sudo apt-get upgrade -y; sudo apt-get dist-upgrade -y
Comment
-
Originally posted by mmstick View PostYou can always add oibaf then change oibaf from saucy to raring to get oibaf in saucy.
sudo add-apt-repository -y ppaibaf/graphics-drivers; sudo sed -i 's/saucy/raring/g' /etc/apt/sources.list.d/oibaf*; sudo apt-get update; sudo apt-get upgrade -y; sudo apt-get dist-upgrade -y
-> sudo apt-get update will just work, or ppa-purge will be needed?
Comment
-
You just change oibaf to Saucy the same way it was changed to Raring when it is available for Saucy. Honestly, there's no difference between the packages.
sudo sed -i 's/raring/saucy/g' /etc/apt/sources.list.d/oibaf*; sudo apt-get update; sudo apt-get upgrade -y; sudo apt-get dist-upgrade -y
Comment
-
Originally posted by mmstick View PostYou just change oibaf to Saucy the same way it was changed to Raring when it is available for Saucy. Honestly, there's no difference between the packages.
sudo sed -i 's/raring/saucy/g' /etc/apt/sources.list.d/oibaf*; sudo apt-get update; sudo apt-get upgrade -y; sudo apt-get dist-upgrade -y
It makes a HUGE difference when playing Portal and Portal 2 (through wine) to the point where I can put all the graphics options up to high and it's still playable on my A8-3850, admittedly only at 1650x1050 resolution. Everything was much slower with Mesa 9.2. I assume the difference is the SB backend being on by default in Mesa 10 but there are a lot of other things that all help.Last edited by tom.higgy; 21 October 2013, 10:00 AM.
Comment
-
Originally posted by tom.higgy View PostIf it helps, przemoli, I've already done this to install the Raring Mesa packages (the video-* packages didn't install, for some reason, but that doesn't seem to matter).
It makes a HUGE difference when playing Portal and Portal 2 (through wine) to the point where I can put all the graphics options up to high and it's still playable on my A8-3850, admittedly only at 1650x1050 resolution. Everything was much slower with Mesa 9.2. I assume the difference is the SB backend being on by default in Mesa 10 but there are a lot of other things that all help.
Comment
-
-
Originally posted by mmstick View Postxorg-video-abi-13 doesn't exist. You are referring to xserver-xorg-core which is inside oibaf repos.
You need to break the dependencies for this.
Comment
-
Originally posted by fritzls View Postwhen you force the intel or radeon drivers from raring inside saucy he display a dependency error with the virtual package "xorg-video-abi-13"..
You need to break the dependencies for this.
Comment
Comment