[Bug 1634449] Re: Black flicker when leaving monitor

2016-12-17 Thread Lifepower
Similarly to others, after updating 4.8.0-30-generic kernel, the issue
appears to be fixed on my Intel Core i7 6700K desktop.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1634449

Title:
  Black flicker when leaving monitor

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1634449/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2016-12-06 Thread Lifepower
Just experienced this bug in Ubuntu Yakkety 16.10 64-bit, Unity desktop,
"Files" utility version 3.20.3.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1021375/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1634449] Re: Black flicker when leaving monitor

2016-11-05 Thread Lifepower
On my new desktop machine I'm having dual monitor setup. Sometimes one
of monitors gets black for a second and then shows image again - this
happens when mouse cursor goes from one display to another. Also, when
running an OpenGL application, if it starts on one specific monitor, the
whole screen flickers quite badly with random rectangles starting at
mouse cursor position. If same app starts on another monitor, no
flashing occurs. Vulkan demo apps also don't exhibit flashing. This
happened when one monitor is connected to DP, while the other on HDMI.
Using different connections, e.g. DP 1.2 with two monitors chained, I
couldn't reproduce the flashing, but still, each of them can go black
intermittently.

OS: Ubuntu 16.10 64-bit
Kernel: 4.8.0-26-generic
CPU: Intel Core i7 6700K
GPU: HD Graphics 530 (Skylake GT2)
Multi-monitor setup, where one monitor is in portrait orientation.

Note that I haven't experienced any of this issues on exactly same
monitor setup, but Haswell 4790K setup and Xenial (Xenial on my Skylake
machine doesn't work with aforementioned monitor setup at all).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1634449

Title:
  Black flicker when leaving monitor

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1634449/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1634449] Re: Black flicker when leaving monitor

2016-11-04 Thread Lifepower
On my new desktop machine I'm having dual monitor setup. Sometimes one
of monitors gets black for a second and then shows image again - this is
especially visible on logon screen. Also, when running an OpenGL
application, if it starts on one specific monitor, the whole screen
flickers quite badly with random rectangles starting at mouse cursor
position. If same app starts on another monitor, no flashing occurs.
Vulkan demo apps also don't exhibit flashing.

OS: Ubuntu 16.10 64-bit
Kernel: 4.8.0-26-generic
CPU: Intel Core i7 6700K
GPU: HD Graphics 530 (Skylake GT2)

I always edit my /etc/X11/xorg.conf as:

Section "Device"
   Identifier  "Intel Graphics"
   Driver  "intel"
   Option  "TearFree""true"
   Option  "DRI""3"
EndSection

By the way, when tried installing Xenial, it wouldn't even work with
dual monitor setup, when adding above settings (works perfectly fine on
Haswell desktop).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1634449

Title:
  Black flicker when leaving monitor

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1634449/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1291359] Re: multiscreen spanning wallpaper does not span on lock screen

2016-05-02 Thread Lifepower
This issue is still present in Ubuntu 16.04.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1291359

Title:
  multiscreen spanning wallpaper does not span on lock screen

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/1291359/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1577218] [NEW] includedir is specified incorrectly in glew.pc v1.13.0

2016-05-01 Thread Lifepower
Public bug reported:

On Ubuntu 15.10, "glew.pc" version 1.10.0 had the following "includedir" entry:
includedir=/usr/include/GL

On Ubuntu 16.04, "glew.pc" version 1.13.0 has such entry changed to:
includedir=$(prefix)/include

As a result, after installing libglew-dev package on Ubuntu Xenial, the 
following command:
pkg-config --cflags glew

prints: "-I/usr/include/libdrm" instead of "-I/usr/include/GL
-I/usr/include/libdrm". So, C/C++ projects using GLEW can no longer find
necessary headers when using "pkg-config".

As a workaround, on Xenial, "/usr/lib/x86_64-linux-gnu/pkgconfig/glew.pc" can 
be edited and the problematic line changed to:
includedir=$(prefix)/include/GL

** Affects: glew (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1577218

Title:
  includedir is specified incorrectly in glew.pc v1.13.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glew/+bug/1577218/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs