[Ubuntu-x-swat] [Bug 1920096] Re: Cursor bleeds on the platform with Mali armsoc driver

2021-06-01 Thread ethan.hsieh
** Tags added: originate-from-1911479

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1920096

Title:
  Cursor bleeds on the platform with Mali armsoc driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1920096/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1920096] Re: Cursor bleeds on the platform with Mali armsoc driver

2021-04-08 Thread ethan.hsieh
I built the package in my local machine without problems.

The issue in [1] is caused by the duplicate content in the attached
patch (comment#9).

In file included from ../../../../mi/misprite.c:48:
../../../../mi/mipointer.h:132:23: warning: redundant redeclaration of 
‘miDCSaveUnderCursor2’ [-Wredundant-decls]
  132 | extern _X_EXPORT void miDCSaveUnderCursor2(ScreenPtr pScreen);
  |   ^~~~
../../../../mi/mipointer.h:130:23: note: previous declaration of 
‘miDCSaveUnderCursor2’ was here
  130 | extern _X_EXPORT void miDCSaveUnderCursor2(ScreenPtr pScreen);
  |   ^~~~

../../../../mi/misprite.c:977:1: error: redefinition of ‘miDCSaveUnderCursor2’
  977 | miDCSaveUnderCursor2(ScreenPtr pScreen)
  | ^~~~
../../../../mi/misprite.c:960:1: note: previous definition of 
‘miDCSaveUnderCursor2’ was here
  960 | miDCSaveUnderCursor2(ScreenPtr pScreen)

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1920096

Title:
  Cursor bleeds on the platform with Mali armsoc driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1920096/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1920096] Re: Cursor bleeds on the platform with Mali armsoc driver

2021-04-08 Thread ethan.hsieh
@Timo

I got the attached patch from [1] and found it has duplicate content.

---
[1] https://launchpad.net/ubuntu/+source/xorg-server/2:1.20.10-3ubuntu6


** Patch added: "300-mi-sprite-SaveUnderCursor2.patch"
   
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1920096/+attachment/5485754/+files/300-mi-sprite-SaveUnderCursor2.patch

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1920096

Title:
  Cursor bleeds on the platform with Mali armsoc driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1920096/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1920096] Re: Cursor bleeds on the platform with Mali armsoc driver

2021-03-19 Thread ethan.hsieh
debdiff for focal

** Patch added: "xorg-server_1.20.9-2ubuntu1.2~20.04.2.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1920096/+attachment/5478242/+files/xorg-server_1.20.9-2ubuntu1.2~20.04.2.debdiff

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1920096

Title:
  Cursor bleeds on the platform with Mali armsoc driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1920096/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1920096] Re: Cursor bleeds on the platform with Mali armsoc driver

2021-03-19 Thread ethan.hsieh
debdiff for hirsute

** Patch added: "xorg-server_1.20.10-3ubuntu4.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1920096/+attachment/5478240/+files/xorg-server_1.20.10-3ubuntu4.debdiff

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1920096

Title:
  Cursor bleeds on the platform with Mali armsoc driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1920096/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1920096] Re: Cursor bleeds on the platform with Mali armsoc driver

2021-03-18 Thread ethan.hsieh
** Description changed:

  [Impact]
  
  The cursor bleeds because of the bug in xorg which does not refresh the 
sprite background. (LP: #1911479)
  The issue happens to Xilinx zcu102/104/106 boards (arm64, mali gpu).
  
  [Test Case]
  
  Check if cursor is still bleeding with the patched xorg-server
  
  [ Regression potential ]
  
  The new function, miDCSaveUnderCursor2, is only used by Xilinx armsoc driver.
  It won't impact other platforms.
  
  ---
- Xilinx has upstreamed the patch.
+ Xilinx is trying to upstream the patch. It's still under review.
  https://lists.x.org/archives/xorg-devel/2021-March/058672.html
- But, it's still under review.

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1920096

Title:
  Cursor bleeds on the platform with Mali armsoc driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1920096/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1920096] Re: Cursor bleeds on the platform with Mali armsoc driver

2021-03-18 Thread ethan.hsieh
** Changed in: oem-priority
   Importance: Undecided => High

** Changed in: oem-priority/focal
   Importance: Undecided => High

** Changed in: oem-priority
   Importance: High => Critical

** Changed in: oem-priority/focal
   Importance: High => Critical

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1920096

Title:
  Cursor bleeds on the platform with Mali armsoc driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1920096/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1920096] Re: Cursor bleeds on the platform with Mali armsoc driver

2021-03-18 Thread ethan.hsieh
The issue is fixed by the attached patch in comment#1 and #2.
Please help to review and integrate it to hirsute and focal.

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1920096

Title:
  Cursor bleeds on the platform with Mali armsoc driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1920096/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1920096] Re: Cursor bleeds on the platform with Mali armsoc driver

2021-03-18 Thread ethan.hsieh
debdiff for focal

** Patch added: "xorg-server_1.20.9-2ubuntu1.2~20.04.2.debdiff"
   
https://bugs.launchpad.net/oem-priority/+bug/1920096/+attachment/5478042/+files/xorg-server_1.20.9-2ubuntu1.2~20.04.2.debdiff

** Description changed:

  [Impact]
  
- The cursor bleeds because of the bug in xorg which does not refresh the 
sprite background.
+ The cursor bleeds because of the bug in xorg which does not refresh the 
sprite background. (LP: #1911479)
  The issue happens to Xilinx zcu102/104/106 boards (arm64, mali gpu).
  
  [Test Case]
  
  Check if cursor is still bleeding with the patched xorg-server
  
  [ Regression potential ]
  
  The new function, miDCSaveUnderCursor2, is only used by Xilinx armsoc driver.
  It won't impact other platforms.
  
  ---
  Xilinx has upstreamed the patch.
  https://lists.x.org/archives/xorg-devel/2021-March/058672.html
  But, it's still under review.

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1920096

Title:
  Cursor bleeds on the platform with Mali armsoc driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1920096/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1920096] Re: Cursor bleeds on the platform with Mali armsoc driver

2021-03-18 Thread ethan.hsieh
debdiff for hirsute

** Patch added: "xorg-server_1.20.10-3ubuntu4.debdiff"
   
https://bugs.launchpad.net/oem-priority/+bug/1920096/+attachment/5478041/+files/xorg-server_1.20.10-3ubuntu4.debdiff

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1920096

Title:
  Cursor bleeds on the platform with Mali armsoc driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1920096/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1920096] [NEW] Cursor bleeds on the platform with Mali armsoc driver

2021-03-18 Thread ethan.hsieh
Public bug reported:

[Impact]

The cursor bleeds because of the bug in xorg which does not refresh the sprite 
background. (LP: #1911479)
The issue happens to Xilinx zcu102/104/106 boards (arm64, mali gpu).

[Test Case]

Check if cursor is still bleeding with the patched xorg-server

[ Regression potential ]

The new function, miDCSaveUnderCursor2, is only used by Xilinx armsoc driver.
It won't impact other platforms.

---
Xilinx has upstreamed the patch.
https://lists.x.org/archives/xorg-devel/2021-March/058672.html
But, it's still under review.

** Affects: oem-priority
 Importance: Critical
 Status: New

** Affects: oem-priority/focal
 Importance: Critical
 Status: New

** Affects: xorg-server (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: patch

** Also affects: oem-priority
   Importance: Undecided
   Status: New

** Also affects: oem-priority/focal
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1920096

Title:
  Cursor bleeds on the platform with Mali armsoc driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1920096/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1727401] Re: Corruption on windowed 3D apps running on dGPU (Intel/AMD)

2018-01-11 Thread ethan.hsieh
** Tags added: verification-done-xenial

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

Title:
  Corruption on windowed 3D apps running on dGPU (Intel/AMD)

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1727401] Re: Corruption on windowed 3D apps running on dGPU (Intel/AMD)

2018-01-11 Thread ethan.hsieh
@Timo

Here is the test result of mesa (xenial-proposed)

A. Test Result:
1. DRI_PRIME=1 glxgear: Pass
2. DRI_PRIME=1 glxgear -fulscreen: Pass
3. glxgear: Pass
4. glxgear -fulscreen: Pass
5. Unigine_Heaven-4.0.run (5mins): Pass
6. Unigine_Heaven-4.0.run (Fullscreen, 5mins): Pass
7. DRI_PRIME=1 Unigine_Heaven-4.0.run (5mins): Pass
8. DRI_PRIME=1 Unigine_Heaven-4.0.run (Fullscreen, 5mins): Pass

B. Test Environment:
1. Ubuntu: Xenial 16.04
2. Graphic Card:
 b. Intel [8086:5917] (rev 07) + AMD [1002:6900] (rev ff)
3.Installed package:
 a. Online Update
 b. Enable xenial-proposed and then upgrade mesa
libglapi-mesa_17.2.4-0ubuntu1~16.04.3~1_amd64.deb
libgl1-mesa-dri_17.2.4-0ubuntu1~16.04.3~1_amd64.deb
libxatracker2_17.2.4-0ubuntu1~16.04.3~1_amd64.deb
libwayland-egl1-mesa_17.2.4-0ubuntu1~16.04.3~1_amd64.deb
libgl1-mesa-glx_17.2.4-0ubuntu1~16.04.3~1_amd64.deb
libgbm1_17.2.4-0ubuntu1~16.04.3~1_amd64.deb
libegl1-mesa_17.2.4-0ubuntu1~16.04.3~1_amd64.deb

** Tags removed: verification-needed-xenial

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

Title:
  Corruption on windowed 3D apps running on dGPU (Intel/AMD)

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1727401] Re: Corruption on windowed 3D apps running on dGPU (Intel/AMD)

2018-01-10 Thread ethan.hsieh
@Timo

Here is the test result for mesa (17.2.4-0ubuntu1~16.04.3~1)

A. Test Result:
1. DRI_PRIME=1 glxgear: Pass
2. DRI_PRIME=1 glxgear -fulscreen: Pass
3. glxgear: Pass
4. glxgear -fulscreen: Pass
5. Change Resolution: Pass
6. Scale for menu and title bars: Pass
7. Unigine_Heaven-4.0.run (5mins): Pass
8. Unigine_Heaven-4.0.run (Fullscreen, 5mins): Pass

B. Test Environment:
1. Ubuntu: Xenial 16.04
2. Graphic Card:
 b. Intel [8086:5917] (rev 07) + AMD [1002:6900] (rev ff)
3.Installed package:
 a. Online Update
 b. mesa (17.2.4-0ubuntu1~16.04.3~1)
libglapi-mesa_17.2.4-0ubuntu1~16.04.3~1_amd64.deb
libgl1-mesa-dri_17.2.4-0ubuntu1~16.04.3~1_amd64.deb
libxatracker2_17.2.4-0ubuntu1~16.04.3~1_amd64.deb
libwayland-egl1-mesa_17.2.4-0ubuntu1~16.04.3~1_amd64.deb
libgl1-mesa-glx_17.2.4-0ubuntu1~16.04.3~1_amd64.deb 
libgbm1_17.2.4-0ubuntu1~16.04.3~1_amd64.deb
libegl1-mesa_17.2.4-0ubuntu1~16.04.3~1_amd64.deb
4. src:
https://launchpad.net/~tjaalton/+archive/ubuntu/ppa/+files/mesa_17.2.4-0ubuntu1~16.04.3~1.dsc

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

Title:
  Corruption on windowed 3D apps running on dGPU (Intel/AMD)

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1727401] Re: Corruption on windowed 3D apps running on dGPU (Intel/AMD)

2018-01-01 Thread ethan.hsieh
Cannot reproudce the issue on xenial.

A. Test Result:
1. DRI_PRIME=1 glxgear -info: Pass
2. Change Resolution: Pass
3. Scale for menu and title bars: Pass
4. Unigine_Heaven-4.0.run (5mins): Pass

B. Test Environment:
1. Ubuntu: Xenial 16.04
2. Graphic Card:
 a. AMD [1002:9874] (rev e2)
 b. Intel [8086:5917] (rev 07) + AMD [1002:6900] (rev ff)
3.Installed package: (Online Update: xenial-proposed: mesa)
libdrm-common all 2.4.83-1~16.04.1
libdrm2 amd64 2.4.83-1~16.04.1
libcapnp-0.5.3 amd64 0.5.3-2ubuntu1
libdrm-amdgpu1 amd64 2.4.83-1~16.04.1
libwayland-egl1-mesa amd64 17.2.4-0ubuntu1~16.04.2
libwayland-client0 amd64 1.12.0-1~ubuntu16.04.2
libwayland-server0 amd64 1.12.0-1~ubuntu16.04.2
libegl1-mesa amd64 17.2.4-0ubuntu1~16.04.2
libgbm1 amd64 17.2.4-0ubuntu1~16.04.2
libmircore1 amd64 0.26.3+16.04.20170605-0ubuntu1.1
libmircommon7 amd64 0.26.3+16.04.20170605-0ubuntu1.1
libmirprotobuf3 amd64 0.26.3+16.04.20170605-0ubuntu1.1
libmirclient9 amd64 0.26.3+16.04.20170605-0ubuntu1.1
libllvm5.0 amd64 1:5.0-3~16.04.1
libgl1-mesa-dri amd64 17.2.4-0ubuntu1~16.04.2

** Tags removed: verification-needed-xenial
** Tags added: verification-done-xenial

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

Title:
  Corruption on windowed 3D apps running on dGPU (Intel/AMD)

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1727390] Re: New bugfix release 17.2.4

2017-12-20 Thread ethan.hsieh
mesa 17.2.4 works well on my two devices. Here is the test result:

1) AMD [1002:9874] (rev e2)
glxgear -info: Pass
Unigine_Heaven-4.0 (5mins): Pass

2) Intel [8086:5917] (rev 07) + AMD [1002:6900] (rev ff)
glxgear -info: Pass
DRI_PRIME=1 glxgear -info: Pass
Unigine_Heaven-4.0 (5mins): Pass
DRI_PRIME=1 Unigine_Heaven-4.0.run (5mins): Pass

---
Installed package: (Online Update: xenial-proposed: mesa)
libdrm-common all 2.4.83-1~16.04.1
libdrm2 amd64 2.4.83-1~16.04.1
libcapnp-0.5.3 amd64 0.5.3-2ubuntu1
libdrm-amdgpu1 amd64 2.4.83-1~16.04.1
libwayland-egl1-mesa amd64 17.2.4-0ubuntu1~16.04.2
libwayland-client0 amd64 1.12.0-1~ubuntu16.04.2
libwayland-server0 amd64 1.12.0-1~ubuntu16.04.2
libegl1-mesa amd64 17.2.4-0ubuntu1~16.04.2
libgbm1 amd64 17.2.4-0ubuntu1~16.04.2
libmircore1 amd64 0.26.3+16.04.20170605-0ubuntu1.1
libmircommon7 amd64 0.26.3+16.04.20170605-0ubuntu1.1
libmirprotobuf3 amd64 0.26.3+16.04.20170605-0ubuntu1.1
libmirclient9 amd64 0.26.3+16.04.20170605-0ubuntu1.1
libllvm5.0 amd64 1:5.0-3~16.04.1
libgl1-mesa-dri amd64 17.2.4-0ubuntu1~16.04.2

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

Title:
  New bugfix release 17.2.4

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1714178] Re: Triple monitor display failed with Dell Dock (HiDPI) (modesetting)

2017-09-01 Thread ethan.hsieh
Filed one freedesktop bug for this issue.
https://bugs.freedesktop.org/show_bug.cgi?id=102508

** Bug watch added: freedesktop.org Bugzilla #102508
   https://bugs.freedesktop.org/show_bug.cgi?id=102508

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1714178

Title:
  Triple monitor display failed with Dell Dock (HiDPI) (modesetting)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1714178/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1714178] Re: Triple monitor display failed with Dell Dock (HiDPI) (modesetting)

2017-08-31 Thread ethan.hsieh
After applying the following patch, there is no pop-up window (#24).
But, all three screens turn into black screens after I click "apply" button.

hw/xfree86/drivers/modesetting/drmmode_display.c:
-xf86CrtcSetSizeRange(pScrn, 320, 200, mode_res->max_width, 
mode_res->max_height);
+xf86CrtcSetSizeRange(pScrn, 320, 200, INT16_MAX, INT16_MAX);

xorg-server: 1.19.3-1ubuntu1.1
ubuntu: 17.04

** Attachment added: "Xorg.0.log (17.04)"
   
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1714178/+attachment/4941803/+files/Xorg.0.log

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1714178

Title:
  Triple monitor display failed with Dell Dock (HiDPI) (modesetting)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1714178/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1714178] UnitySupportTest.txt

2017-08-31 Thread ethan.hsieh
apport information

** Attachment added: "UnitySupportTest.txt"
   
https://bugs.launchpad.net/bugs/1714178/+attachment/4941776/+files/UnitySupportTest.txt

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1714178

Title:
  Triple monitor display failed with Dell Dock (HiDPI) (modesetting)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1714178/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1714178] XorgLog.txt

2017-08-31 Thread ethan.hsieh
apport information

** Attachment added: "XorgLog.txt"
   
https://bugs.launchpad.net/bugs/1714178/+attachment/4941777/+files/XorgLog.txt

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1714178

Title:
  Triple monitor display failed with Dell Dock (HiDPI) (modesetting)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1714178/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1714178] Xrandr.txt

2017-08-31 Thread ethan.hsieh
apport information

** Attachment added: "Xrandr.txt"
   https://bugs.launchpad.net/bugs/1714178/+attachment/4941779/+files/Xrandr.txt

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1714178

Title:
  Triple monitor display failed with Dell Dock (HiDPI) (modesetting)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1714178/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1714178] make.log.txt

2017-08-31 Thread ethan.hsieh
apport information

** Attachment added: "make.log.txt"
   
https://bugs.launchpad.net/bugs/1714178/+attachment/4941780/+files/make.log.txt

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1714178

Title:
  Triple monitor display failed with Dell Dock (HiDPI) (modesetting)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1714178/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1714178] XorgLogOld.txt

2017-08-31 Thread ethan.hsieh
apport information

** Attachment added: "XorgLogOld.txt"
   
https://bugs.launchpad.net/bugs/1714178/+attachment/4941778/+files/XorgLogOld.txt

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1714178

Title:
  Triple monitor display failed with Dell Dock (HiDPI) (modesetting)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1714178/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1714178] DkmsStatus.txt

2017-08-31 Thread ethan.hsieh
apport information

** Attachment added: "DkmsStatus.txt"
   
https://bugs.launchpad.net/bugs/1714178/+attachment/4941761/+files/DkmsStatus.txt

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1714178

Title:
  Triple monitor display failed with Dell Dock (HiDPI) (modesetting)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1714178/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1714178] xdpyinfo.txt

2017-08-31 Thread ethan.hsieh
apport information

** Attachment added: "xdpyinfo.txt"
   
https://bugs.launchpad.net/bugs/1714178/+attachment/4941781/+files/xdpyinfo.txt

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1714178

Title:
  Triple monitor display failed with Dell Dock (HiDPI) (modesetting)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1714178/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1714178] Re: Triple monitor display failed with Dell Dock (HiDPI) (modesetting)

2017-08-31 Thread ethan.hsieh
** Attachment added: "Screenshot"
   
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1714178/+attachment/4941782/+files/Screenshot%20from%202017-08-31%2015-26-31.png

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1714178

Title:
  Triple monitor display failed with Dell Dock (HiDPI) (modesetting)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1714178/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1714178] UdevDb.txt

2017-08-31 Thread ethan.hsieh
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1714178/+attachment/4941775/+files/UdevDb.txt

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1714178

Title:
  Triple monitor display failed with Dell Dock (HiDPI) (modesetting)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1714178/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1714178] ProcModules.txt

2017-08-31 Thread ethan.hsieh
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1714178/+attachment/4941774/+files/ProcModules.txt

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1714178

Title:
  Triple monitor display failed with Dell Dock (HiDPI) (modesetting)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1714178/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1714178] ProcInterrupts.txt

2017-08-31 Thread ethan.hsieh
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1714178/+attachment/4941773/+files/ProcInterrupts.txt

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1714178

Title:
  Triple monitor display failed with Dell Dock (HiDPI) (modesetting)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1714178/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1714178] ProcEnviron.txt

2017-08-31 Thread ethan.hsieh
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1714178/+attachment/4941772/+files/ProcEnviron.txt

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1714178

Title:
  Triple monitor display failed with Dell Dock (HiDPI) (modesetting)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1714178/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1714178] MonitorsUser.xml.txt

2017-08-31 Thread ethan.hsieh
apport information

** Attachment added: "MonitorsUser.xml.txt"
   
https://bugs.launchpad.net/bugs/1714178/+attachment/4941769/+files/MonitorsUser.xml.txt

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1714178

Title:
  Triple monitor display failed with Dell Dock (HiDPI) (modesetting)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1714178/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1714178] ProcCpuinfoMinimal.txt

2017-08-31 Thread ethan.hsieh
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1714178/+attachment/4941771/+files/ProcCpuinfoMinimal.txt

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1714178

Title:
  Triple monitor display failed with Dell Dock (HiDPI) (modesetting)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1714178/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1714178] ProcCpuinfo.txt

2017-08-31 Thread ethan.hsieh
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1714178/+attachment/4941770/+files/ProcCpuinfo.txt

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1714178

Title:
  Triple monitor display failed with Dell Dock (HiDPI) (modesetting)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1714178/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1714178] Lspci.txt

2017-08-31 Thread ethan.hsieh
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1714178/+attachment/4941767/+files/Lspci.txt

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1714178

Title:
  Triple monitor display failed with Dell Dock (HiDPI) (modesetting)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1714178/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1714178] JournalErrors.txt

2017-08-31 Thread ethan.hsieh
apport information

** Attachment added: "JournalErrors.txt"
   
https://bugs.launchpad.net/bugs/1714178/+attachment/4941764/+files/JournalErrors.txt

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1714178

Title:
  Triple monitor display failed with Dell Dock (HiDPI) (modesetting)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1714178/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1714178] LightdmDisplayLog.txt

2017-08-31 Thread ethan.hsieh
apport information

** Attachment added: "LightdmDisplayLog.txt"
   
https://bugs.launchpad.net/bugs/1714178/+attachment/4941765/+files/LightdmDisplayLog.txt

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1714178

Title:
  Triple monitor display failed with Dell Dock (HiDPI) (modesetting)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1714178/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1714178] DpkgLog.txt

2017-08-31 Thread ethan.hsieh
apport information

** Attachment added: "DpkgLog.txt"
   
https://bugs.launchpad.net/bugs/1714178/+attachment/4941762/+files/DpkgLog.txt

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1714178

Title:
  Triple monitor display failed with Dell Dock (HiDPI) (modesetting)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1714178/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1714178] LightdmLog.txt

2017-08-31 Thread ethan.hsieh
apport information

** Attachment added: "LightdmLog.txt"
   
https://bugs.launchpad.net/bugs/1714178/+attachment/4941766/+files/LightdmLog.txt

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1714178

Title:
  Triple monitor display failed with Dell Dock (HiDPI) (modesetting)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1714178/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1714178] GconfCompiz.txt

2017-08-31 Thread ethan.hsieh
apport information

** Attachment added: "GconfCompiz.txt"
   
https://bugs.launchpad.net/bugs/1714178/+attachment/4941763/+files/GconfCompiz.txt

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1714178

Title:
  Triple monitor display failed with Dell Dock (HiDPI) (modesetting)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1714178/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1714178] Re: Triple monitor display failed with Dell Dock (HiDPI) (modesetting)

2017-08-31 Thread ethan.hsieh
apport information

** Tags added: apport-collected compiz-0.9 ubuntu xenial

** Description changed:

  Title: Triple monitor display failed with Dell Dock (HiDPI)
  (modesetting)
  
  Summary: Triple monitor display failed with Dell Dock (HiDPI)
  (modesetting)
  
  Steps:
  1. a laptop with Built-in 4K LCD
  2. Cold boot system with Dell Dock connected
  3. Connect a 4K monitor to Dock
  4. Connect 2nd 4K monitor to Dock
  5. Go to [All Settings]=>[Displays] to have the following configuration.
  Resolution: 4kx2k@60Hz (one Built-in LCD + two external monitors)
  Mirror displays: disable
  
  Expected results: Triple monitor display should works without issues
  Actual results: Triple monitor display failed with Dell Dock
  
  Additional information:
  1. Linux distribution: Ubuntu 16.04+modesetting, 16.04.3, and 17.04
  2. Laptop: Dell Precision 5520
  3. Dell Business Thunderbolt Dock - TB16
  https://goo.gl/vFDjpi
+ --- 
+ .tmp.unity_support_test.0:
+  
+ ApportVersion: 2.20.1-0ubuntu2.10
+ Architecture: amd64
+ CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
+ CompositorRunning: compiz
+ CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
+ CompositorUnredirectFSW: true
+ CurrentDesktop: Unity
+ DistUpgraded: Fresh install
+ DistributionChannelDescriptor:
+  # This is a distribution channel descriptor
+  # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
+  canonical-oem-somerville-xenial-amd64-20160624-2
+ DistroCodename: xenial
+ DistroRelease: Ubuntu 16.04
+ DistroVariant: ubuntu
+ ExtraDebuggingInterest: Yes
+ GraphicsCard:
+  Intel Corporation Device [8086:591d] (rev 04) (prog-if 00 [VGA controller])
+Subsystem: Dell Device [1028:07bf]
+Subsystem: Dell Device [1028:07bf]
+ InstallationDate: Installed on 2017-08-29 (2 days ago)
+ InstallationMedia: Ubuntu 16.04 "Xenial" - Build amd64 LIVE Binary 
20160624-10:47
+ MachineType: Dell Inc. Precision 5520
+ Package: xorg-server (not installed)
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.11.0-14-generic.efi.signed 
root=UUID=b79ae801-0652-4785-beaf-e8387d798948 ro acpi_rev_override quiet 
splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 4.11.0-14.20~16.04.1-generic 4.11.12
+ Tags:  xenial ubuntu compiz-0.9
+ Uname: Linux 4.11.0-14-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ _MarkForUpload: True
+ dmi.bios.date: 05/08/2017
+ dmi.bios.vendor: Dell Inc.
+ dmi.bios.version: 1.3.3
+ dmi.board.vendor: Dell Inc.
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: Dell Inc.
+ dmi.modalias: 
dmi:bvnDellInc.:bvr1.3.3:bd05/08/2017:svnDellInc.:pnPrecision5520:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct10:cvr:
+ dmi.product.name: Precision 5520
+ dmi.sys.vendor: Dell Inc.
+ version.compiz: compiz 1:0.9.12.2+16.04.20160823-0ubuntu1
+ version.ia32-libs: ia32-libs N/A
+ version.libdrm2: libdrm2 2.4.76-1~ubuntu16.04.1
+ version.libgl1-mesa-dri: libgl1-mesa-dri 17.0.7-0ubuntu0.16.04.1
+ version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
+ version.libgl1-mesa-glx: libgl1-mesa-glx 17.0.7-0ubuntu0.16.04.1
+ version.xserver-xorg-core: xserver-xorg-core 2:1.18.4-0ubuntu0.3
+ version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
+ version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
+ version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1.2
+ version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.12-1build2

** Attachment added: "BootLog.txt"
   
https://bugs.launchpad.net/bugs/1714178/+attachment/4941759/+files/BootLog.txt

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1714178

Title:
  Triple monitor display failed with Dell Dock (HiDPI) (modesetting)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1714178/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1714178] CurrentDmesg.txt

2017-08-31 Thread ethan.hsieh
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1714178/+attachment/4941760/+files/CurrentDmesg.txt

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1714178

Title:
  Triple monitor display failed with Dell Dock (HiDPI) (modesetting)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1714178/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1639896] Re: Backport support for AMD Polaris

2017-02-21 Thread ethan.hsieh
I have verified xserver-xorg-video-amdgpu (1.1.2) and mesa (12.0.6)

Test result:
1. glxgears: Pass
2. glmark2: Pass
3. S3 Test: Pass
(sudo fwts s3 --s3-multiple=30 --s3-min-delay=30 --s3-max-delay=30)

Test Environment
1. Kernel: 4.4.0-49-generic
2. VGA compatible controller [AMD/ATI] Device [1002:67df], Kernel driver in 
use: amdgpu
3. Installed packages:
amdgpu-pro-dkms (16.60-377537)
xserver-xorg-video-amdgpu (1.1.2-0ubuntu0.16.04.1)
libegl1-mesa-drivers:amd64 (12.0.6-0ubuntu0.16.04.1)
libgbm1:amd64 (12.0.6-0ubuntu0.16.04.1)
libgl1-mesa-dri:amd64 (12.0.6-0ubuntu0.16.04.1)
libglapi-mesa:amd64 (12.0.6-0ubuntu0.16.04.1)
libgles1-mesa:amd64 (12.0.6-0ubuntu0.16.04.1)
libgles2-mesa:amd64 (12.0.6-0ubuntu0.16.04.1)
libosmesa6:amd64 (12.0.6-0ubuntu0.16.04.1)
libxatracker2:amd64 (12.0.6-0ubuntu0.16.04.1)
libegl1-mesa:amd64 (12.0.6-0ubuntu0.16.04.1)
libgl1-mesa-glx:amd64 (12.0.6-0ubuntu0.16.04.1)
libwayland-egl1-mesa:amd64 (12.0.6-0ubuntu0.16.04.1)

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

Title:
  Backport support for AMD Polaris

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp