** Changed in: mir/0.17
Status: New => Fix Committed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1499039
Title:
compositing never stops when external monitor is connected
To manage notific
** Changed in: mir/0.17
Status: New => Fix Committed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1511538
Title:
1/2 screen on external monitor
To manage notifications about this bug go to:
** Changed in: mir/0.17
Status: New => Fix Committed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1510218
Title:
mir_connection_get_egl_pixel_format() crashes if libEGL is loaded
RTLD_LAZY
** Changed in: mir/0.17
Status: New => Fix Committed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1513225
Title:
libmircookie1 package does not list libnettle as dependency
To manage notifi
** Changed in: mir/0.17
Status: Fix Committed => In Progress
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1513225
Title:
libmircookie1 package does not list libnettle as dependency
To manag
** Changed in: mir/0.17
Status: In Progress => Fix Committed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1513225
Title:
libmircookie1 package does not list libnettle as dependency
To manag
** Also affects: mir/0.17
Importance: Undecided
Status: New
** Changed in: mir/0.17
Milestone: None => 0.17.1
** Changed in: mir/0.17
Importance: Undecided => High
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
http
** Changed in: mir
Assignee: (unassigned) => Alberto Aguirre (albaguirre)
** Changed in: mir
Status: New => In Progress
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1513450
** Changed in: mir/0.17
Importance: Undecided => High
** Changed in: mir
Importance: Undecided => High
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1511538
Title:
1/2 screen on external moni
** Changed in: mir/0.17
Importance: Undecided => High
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1513225
Title:
libmircookie1 package does not list libnettle as dependency
To manage notificat
Nexus 4 perf flamegraph, 1 mir_demo_server, 5
mir_demo_client_egltriangle instances
** Attachment added: "perf.svg"
https://bugs.launchpad.net/mir/+bug/1513450/+attachment/4513846/+files/perf.svg
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscrib
I'm trying to get perf to return a more complete picture, but from the
attached flame graph (one mir_demo_server, one
mir_demo_client_egltriangle in Nexus 4):
Of the time spent in mir (29%) roughly 50-60% of that is spent in the
driver/kernel code (related to gpu/display)
** Attachment added: "1
Also worth noting that the 40% figure is with the default "ondemand"
governor, which changes cpu clock "ondemand" and can potentially also
change gpu clocks.
Using the "performance" governor (which fixes the cpu clock and
potentially the gpu clock) the figure is closer to 10% cpu load on an
N7.
O
Looking at callgrind output on the desktop, there are no obvious mir
hotspots we could single out and optimize. It's similar to the output of
perf, in that quite a bit time is just spent in the GL + dri driver
code.
One more point, using the interactive governor (which we should be
defaulting to a
It's probably this: https://bugs.launchpad.net/mir/+bug/1499039
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1511357
Title:
CPU hogging when external screen connected
To manage notifications about
** Changed in: mir
Assignee: (unassigned) => Alberto Aguirre (albaguirre)
** Changed in: mir
Status: New => In Progress
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1499039
Happens with mesa too with a side-by-side display config.
** Summary changed:
- [android] compositing never stops when external monitor is connected
+ compositing never stops when external monitor is connected
** Tags removed: android
--
You received this bug notification because you are a me
The issue is the following,
taking just one active surface only visible in display A not display B
- compositor A consumes surface ready buffer. The buffer queue associated with
the surface now has put that ready buffer into a "current compositor buffer" -
i.e. it's the buffer that the composit
*** This bug is a duplicate of bug 1499039 ***
https://bugs.launchpad.net/bugs/1499039
I meant lp:1499039 above.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1511357
Title:
CPU hogging when ex
*** This bug is a duplicate of bug 1499039 ***
https://bugs.launchpad.net/bugs/1499039
Yep, duplicate of lp:499039, fixing lp:499039, USC cpu consumption (as
reported by top) goes down to normal when an external display is
connected.
** This bug has been marked a duplicate of bug 1499039
c
It's probably this: https://bugs.launchpad.net/mir/+bug/1506846
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1511538
Title:
1/2 screen on external monitor
To manage notifications about this bug go
@Daniel,
Yeah, those flags are used by the implementations to know when they need
to do cache coherency operations (flush, invalidate, etc).
In android, software buffers CAN be used as backing to textures for
opengl and can be passed directly to Hardware Composer HAL (HW
Composer), hence they are
I cannot reproduce this anymore.
** Changed in: mir
Status: Triaged => Incomplete
** Changed in: mesa (Ubuntu)
Status: Confirmed => Incomplete
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/
It's a protobuf problem really.
The issue is Mir's libmirprotobuf links against libprotobuf-lite; the
call to ShutdownProtobufLibrary is expected to be resolved by
libprotobuf-lite; in this case presumably libprotobuf was also loaded
and the linker is resolving "ShutdownProtobufLibrary" to libmir
An strace log would be helpful to see what's loading libprotobuf.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1535297
Title:
Unity8 crashes on session logout on desktop
To manage notifications ab
If 1) happens without keyboard or mouse attached that definitely counts
as a bug
As for proximity - the main issue is there's no API to query the current state
of the sensor (as Alexandros mentioned).
However done properly the power drain should be minimal as it should only be
turned on during
The stack trace points to:
ss << "type='" << lut.at(d->type) << "'" << comma;
where lut is a static const std::map. So
perhaps the dbus::Object instance is destroyed after unloading the
libdbus-cpp.so.
Is libdbus-cpp.so being loaded dynamically? Or I guess a library linking
to libdbus-cpp is loa
** Changed in: mir
Milestone: 0.20.0 => 0.19.2
** Also affects: mir/0.20
Importance: Critical
Assignee: Andreas Pokorny (andreas-pokorny)
Status: Fix Committed
** Changed in: mir/0.20
Milestone: 0.19.2 => 0.20.0
** Also affects: mir/0.19
Importance: Undecided
Sta
** Changed in: mir
Milestone: None => 0.19.2
** Also affects: mir/0.20
Importance: Critical
Status: New
** Also affects: mir/0.19
Importance: Undecided
Status: New
** Changed in: mir/0.20
Milestone: 0.19.2 => 0.20.0
** Changed in: mir/0.19
Milestone: None => 0.19
** Also affects: mir/0.19
Importance: Undecided
Status: New
** Also affects: mir/0.20
Importance: Undecided
Status: New
** Changed in: mir/0.19
Milestone: None => 0.19.2
** Changed in: mir/0.20
Milestone: None => 0.20.0
--
You received this bug notification because
@Daniel,
The OP also reports a "restart", whose description match what would
happen if USC restarts... so we are going by our suspicion that it's
related to the failure to start the compositor threads. The error logs
in unity8 (USC's client) are irrelevant in that case.
--
You received this bug
** Branch linked: lp:mir/0.19
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1532607
Title:
Phone not usable while a call comes in - followed by "restart"
To manage notifications about this bug go t
** Changed in: mir/0.20
Status: New => Fix Committed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1543594
Title:
unity-system-compositor locked up in __libc_do_syscall()
To manage notificat
lp:mir r3288
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1543594
Title:
unity-system-compositor locked up in __libc_do_syscall()
To manage notifications about this bug go to:
https://bugs.launchp
** Changed in: mir/0.19
Status: New => Fix Committed
** Changed in: mir/0.20
Status: New => Fix Committed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1532607
Title:
Phone not usable
** Also affects: mir/0.19
Importance: Undecided
Status: New
** Also affects: mir/0.20
Importance: Undecided
Status: New
** Changed in: mir/0.19
Status: New => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscrib
** Changed in: mir (Ubuntu)
Status: New => Invalid
** Changed in: mir
Status: New => Invalid
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1535297
Title:
Unity8 crashes on session log
Right, so somehow unity8 loads libmirprotobuf (a plugin perhaps?)
Not much we can do from mir side.
It's a consequence of loading libprotobuf and libprotobuf-lite in the
same process, as the library symbols will have name collisions (a
protobuf issue).
--
You received this bug notification beca
Ooops s/libmirprotobuf/libprotobuf (typo)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1535297
Title:
Unity8 crashes on session logout on desktop
To manage notifications about this bug go to:
http
** Also affects: unity-system-compositor
Importance: Undecided
Status: New
** Also affects: mir (Ubuntu)
Importance: Undecided
Status: New
** Also affects: mir
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubunt
** Changed in: unity-scope-mediascanner
Status: In Progress => Fix Released
** Changed in: media-hub
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1
The linked branch may address the issue.
** Branch linked: lp:~thomas-voss/dbus-cpp/fix-invalid-reads-in-executor
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1367836
Title:
Top Crasher: ubuntu-lo
Screengrabbing opacity animation
** Attachment added: "IMG_1031.MOV"
https://bugs.launchpad.net/ubuntu-ux/+bug/1369644/+attachment/4223591/+files/IMG_1031.MOV
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.
** Changed in: media-hub
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1371454
Title:
unity8.indicators.tests.test_indicators.IndicatorExistsTestCase.test
** Changed in: trust-store (Ubuntu)
Assignee: (unassigned) => Alberto Aguirre (albaguirre)
** Changed in: trust-store (Ubuntu)
Status: New => In Progress
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
It seems that we should not start ubuntu-location-service-trust-stored
when the wizard is shown as a connection to mir won't be possibly until
unity8 starts up.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net
** Changed in: media-hub (Ubuntu)
Assignee: (unassigned) => Alberto Aguirre (albaguirre)
** Changed in: media-hub (Ubuntu)
Status: Triaged => In Progress
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
** Changed in: media-hub (Ubuntu)
Assignee: (unassigned) => Alberto Aguirre (albaguirre)
** Changed in: media-hub (Ubuntu)
Status: New => In Progress
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
** Branch linked: lp:~mir-team/dbus-cpp/fix-1361642-with-30sec-timeout
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1361642
Title:
DBus.Properties.Get/Set having a hardcoded default timeout of 1000
** Branch linked: lp:~mir-team/dbus-cpp/fix-1361642-with-30sec-timeout
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1381041
Title:
Network indicator is sometimes blank
To manage notifications abou
Right Thread #1 would be the one that would unblock Thread #11; it's
not clear why Thread #1 is stuck waiting for that futex to signal.
An inspection of the code involved does NOT reveal possible mutex
locking order issues (as far as I can see). Perhaps more inspection
around that DBUs debug disp
Right Thread#1 and Thread#15 seem deadlock. There must be at least a
couple of different mutexes used by the Qt DBus abstraction that are
causing this but have not inspected the code fully yet.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to U
** Changed in: mir
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1378326
Title:
[krillin] overlays are not displayed onscreen in some positions
To manag
** Changed in: mir
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1376324
Title:
/usr/sbin/unity-system-compositor:*** Error in `unity-system-
composito
** Changed in: mir
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1346633
Title:
[enhancement] Autopilot testing needs to know screen coordinates of
wid
** Changed in: mir
Status: Fix Committed => Fix Released
** Changed in: mir (Ubuntu)
Status: Triaged => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1382162
Title:
[mako
** Changed in: mir
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1390388
Title:
[testfail] StaleFrames.are_dropped_when_restarting_compositor in CI
To m
** Changed in: mir
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1386646
Title:
[testsfail] DemoPrivateProtobuf hang in CI
To manage notifications about
** Changed in: mir
Status: Fix Committed => Fix Released
** Changed in: mir (Ubuntu)
Status: Triaged => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1388802
Title:
inter
** Changed in: mir
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1378740
Title:
Mir server aborts when an exception is thrown from the main thread
To ma
** Changed in: mir
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1381925
Title:
AsioMainLoopAlarmTest.alarm_callback_cannot_deadlock hang in CI
To mana
** Changed in: mir/0.8
Status: Fix Committed => Fix Released
** Changed in: mir
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1379478
Title:
[reg
** Changed in: mir
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1391923
Title:
[regression] mir_demo_server_basic does not start
To manage notification
** Also affects: ubuntu
Importance: Undecided
Status: New
** No longer affects: ubuntu
** Changed in: mir
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.n
** Changed in: mir
Status: Fix Committed => Fix Released
** Changed in: mir (Ubuntu)
Status: Triaged => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1387501
Title:
CMake
** Changed in: mir
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1377968
Title:
a prompt session with an invalid application pid should be an error
To m
** Changed in: mir
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1388539
Title:
[regression] Mir fails to build with MIR_ENABLE_TESTS=OFF
To manage noti
** Changed in: mir
Status: Fix Committed => Fix Released
** Changed in: mir (Ubuntu)
Status: Triaged => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1390312
Title:
unit-
** Changed in: mir
Status: Fix Committed => Fix Released
** Changed in: mir (Ubuntu)
Status: Triaged => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1333175
Title:
Anony
** Changed in: mir
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1303817
Title:
demo-shell goes to sleep unexpectedly when tapping ThinkPad "Fn" key
To
** Changed in: mir
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1378706
Title:
[regression] demo-shell bypass is not used on fullscreen surfaces if
th
** Changed in: mir
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1386185
Title:
Clients that don't register a lifecycle handler get SIGHUP when
disconn
** Changed in: mir
Status: Fix Committed => Fix Released
** Changed in: mir (Ubuntu)
Status: Triaged => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1384390
Title:
mir e
** Changed in: mir
Status: Fix Committed => Fix Released
** Changed in: ubuntu-meta (Ubuntu)
Status: New => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1378995
Title:
"
** Changed in: mir
Status: Fix Committed => Fix Released
** Changed in: mir (Ubuntu)
Status: Triaged => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1375211
Title:
[regr
** Changed in: mir
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1304873
Title:
mir_unit_tests.MesaBufferAllocatorTest.* test fails under sbuild
To mana
Public bug reported:
Fails with '/tmp/mir_screencast_768x1280.rgba' does not exist
mirscreencast supports setting the file name (-f, --file) as well as querying
the capture parameters (--query) without capturing;
the script should use those options to avoid hardcoding a file name.
** Affects:
** Changed in: mir
Status: Fix Committed => Fix Released
** Changed in: mir (Ubuntu)
Status: New => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1308844
Title:
[regressi
Yep I confirm with utopic (14.10) and kernel 3.15.0-6-generic it boots
and suspend/resumes fine.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1265544
Title:
8086:0a16 [UX302LG] black screen on boot
** Changed in: unity-system-compositor (Ubuntu)
Status: New => In Progress
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1336411
Title:
Manta on recent images doesn't wake correctly from susp
** Changed in: mir (Ubuntu)
Assignee: (unassigned) => Alberto Aguirre (albaguirre)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1337481
Title:
Crash in libmirclient on app exit on phone
** Also affects: mir
Importance: Undecided
Status: New
** Changed in: mir
Assignee: (unassigned) => Alberto Aguirre (albaguirre)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1337
** Changed in: unity-system-compositor
Status: In Progress => Fix Released
** Changed in: unity-system-compositor (Ubuntu)
Assignee: (unassigned) => Alberto Aguirre (albaguirre)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscri
I can replicate the issue in image #112.
However, if I rebuild libmirclient.so.8 with the cross-compiler I no
longer replicate it it exits normally - so I can't tell if we are being
passed a bad pointer or not.
I'm going to have to build this on the phone.
--
You received this bug notification
I debugged a bit further on the waking from sleep issue - it actually
also happens when changing modes through xrandr so not really related to
waking from S3, just turning off/on the display.
The display in the UX302LG/LA needs to be run at 24-bit apparently - the
current intel-gfx code (including
tehownt: I submitted a ticket to ASUS support, let's see if it results
in any BIOS update.
I also submitted a bug to intel-gfx:
https://bugs.freedesktop.org/show_bug.cgi?id=73567
** Bug watch added: freedesktop.org Bugzilla #73567
https://bugs.freedesktop.org/show_bug.cgi?id=73567
--
You r
It prints out:
[drm:intel_ddi_get_config], encoder type 8, pipe_bpp 18, vbt.edp_bpp
18, ddi ctl 82210002
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1265544
Title:
8086:0a16 [UX302LG] black scre
(In reply to comment #5)
> BTW, kernel 3.13rc8 must be working.
With 3.13rc8 I See the same blank screen issues. Note that I'm running
drm-intel-nightly already as well (dmesg log already attached at the
beginning).
--
You received this bug notification because you are a member of Ubuntu
Bugs, w
Daniel,
I'm already running drm-intel-nightly which includes that commit.
That particular hack does indeed run (see attached dmesg log at the beginning)
but the panel is still blank. I saw the same hack at intel_dp_get_config, but
in my machine intel_dp_get_config does not get called at all.
Th
** Changed in: mir
Milestone: None => 0.1.9
** Changed in: mir
Status: Confirmed => In Progress
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1256360
Title:
unity8 crashed with SIGSEGV i
** Changed in: mir
Assignee: (unassigned) => Alberto Aguirre (albaguirre)
** Changed in: mir
Milestone: None => 0.1.9
** Changed in: mir
Status: Triaged => In Progress
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed
How do I reproduce this report?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1243570
Title:
helgrind: Lock order violated (potential for deadlock) in
boost::asio::io_service::run()
To manage not
** Changed in: mir
Milestone: None => 0.1.9
** Branch linked: lp:~afrantzis/mir/non-blocking-swap-buffers
** Changed in: mir
Status: Triaged => In Progress
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launc
I believe this branch lp:~afrantzis/mir/non-blocking-swap-buffers will
indirectly fix this issue as the clients rendering won't be blocked.
** Changed in: unity-system-compositor
Status: In Progress => Triaged
** Changed in: unity-system-compositor
Assignee: Alberto
** Also affects: unity-system-compositor
Importance: Undecided
Status: New
** Changed in: unity-system-compositor
Importance: Undecided => High
** Changed in: unity-system-compositor
Assignee: (unassigned) => Alberto Aguirre (albaguirre)
** Changed in: unity-system-comp
** Changed in: unity-system-compositor
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1351444
Title:
SessionSwitcher can remove valid sessions from its map
** Branch linked: lp:~albaguirre/unity-system-compositor/fix-1230345
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1230345
Title:
Unity8 should control the display "lock after idle" (with a way to
A DBus API has been added to unity-system-compositor:
com.canonical.Unity.Screen.setInactivityTimeouts(int
power_off_timeout_secs, int dimming_timeout_secs);
Negative values are ignored
0 disables the inactivity timer
A positive value sets a new timeout
** Changed in: unity-system-compositor
** Also affects: gsettings-ubuntu-touch-schemas
Importance: Undecided
Status: New
** Changed in: gsettings-ubuntu-touch-schemas
Status: New => In Progress
** Changed in: gsettings-ubuntu-touch-schemas
Assignee: (unassigned) => Alberto Aguirre (albaguirre)
** Chan
** Changed in: gsettings-ubuntu-touch-schemas
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1230345
Title:
Unity8 should control the display "lock after id
101 - 200 of 276 matches
Mail list logo