touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #101975
[Bug 1491555] Re: Unity unnecessarily goes to low graphics mode
This bug was fixed in the package unity -
7.3.2+15.10.20150910.1-0ubuntu1
---------------
unity (7.3.2+15.10.20150910.1-0ubuntu1) wily; urgency=medium
[ Andrea Azzarone andrea.azzarone@xxxxxxxxxxxxx ]
* Add unit tests for unity::lockscreen::DBusManager.
* Add/Update tests for gnome session manager.
* Do not allow shutdown when screen is locked. (LP: #1460626)
* Make sure we update the maximized window when "show
desktop"/"restore desktop". (LP: #1485559)
* Merge patch from https://launchpadlibrarian.net/216192448/llvm-
fix.patch (LP: #1491555)
* Merge patch from https://launchpadlibrarian.net/216276242/low-gfx-
override.patch (LP: #1491913)
[ Andrea Azzarone azzaronea@xxxxxxxxx ]
* Properly hide decorations when on "Show Desktop" mode. (LP:
#1485073)
[ Marco Trevisan (Treviño) ]
* UnityScreen: force shell to be on top when there's a window
fullscreen and we've a menu open. (LP: #591189)
-- Marco Trevisan (Treviño) <mail@xxxxxxxxx> Thu, 10 Sep 2015 15:37:46
+0000
** Changed in: unity (Ubuntu)
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1491555
Title:
Unity unnecessarily goes to low graphics mode
Status in Unity:
In Progress
Status in unity package in Ubuntu:
Fix Released
Bug description:
Unity goes into low graphics mode when it detects "LLVM" in the
renderer string. "LLVM" is not the right pattern to match because
there are now accelerated Gallium drivers those also report "LLVM" in
the render string, e.g. VMWare and Radeon.
For example, this bug that showed up recently:
https://bugs.freedesktop.org/show_bug.cgi?id=91747#c3
Gallium drivers may fall back to the Gallium Draw module for certain
operations, and the Draw module can go down an LLVM path if
necessarily and enabled.
I think the original intention of this check is to catch "llvmpipe"
driver, so I've attached a patch to do just that. Also, instead of
matching "on softpipe", it seems that "softpipe" is sufficient.
FYI, this fix can hopefully end up in Ubuntu 14.04 onwards.
Unfortunately, I can't get through my company's proxy to push my
branch, so instead of a merge request, please see the patch attached.
To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/1491555/+subscriptions