[Ubuntu-x-swat] [Bug 1791090] Re: Xorg fails to start with radeon (kernel rejects radeon command stream from Xorg)

2018-09-06 Thread Daniel van Vugt
Looking at the kernel source (drivers/gpu/drm/radeon/evergreen_cs.c), it
appears the value:

  surf.nby == 1152

is wrong.

Since the layer size is 8847360 bytes and the correct height 1080
pixels, this means you have a stride of 8192 bytes per row (which is
1920 pixels rounded up to 2048, multiplied by 4 bytes per pixel). So in
the least the error message looks buggy: It should not say "1920 1152".
But the trigger for the error also isn't directly related to that...

The trigger for the error is:

/* toffset == texdw[2] << 8 == 0 */
/* depth = 1 */
/* mslice == 1 */
/* surf.layer_size == 8847360 */

if (dim == SQ_TEX_DIM_3D) {
toffset += surf.layer_size * depth;
} else {
toffset += surf.layer_size * mslice;
}

/* toffset == 8847360 */
/* radeon_bo_size(texture) == 4096 */

if (toffset > radeon_bo_size(texture)) {
dev_warn(p->dev, "%s:%d texture bo too small (layer size %d, "
 "offset %ld, max layer %d, depth %d, bo size %ld) (%d 
%d)\n",
 __func__, __LINE__, surf.layer_size,
(unsigned long)texdw[2] << 8, mslice,
depth, radeon_bo_size(texture),
surf.nbx, surf.nby);
return -EINVAL;
}

Those are two very different values. Of course toffset is bigger. I
can't tell if that's a mistake in the kernel logic or an encoding
mistake from mesa (or Xorg).

-- 
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/1791090

Title:
  Xorg fails to start with radeon (kernel rejects radeon command stream
  from Xorg)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1791090/+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 1785912] Re: Screen flicker Intel UHD graphics 620 (rev 07) Lenovo Ideapad 720s 13IKB 81BV

2018-09-06 Thread Timo Aaltonen
you may try drm-next or drm-intel-next from the mainline kernels ppa,
but if those won't help then you'd better file a bug upstream at
bugs.freedesktop.org (DRI -- drm/intel)

** Package changed: xserver-xorg-video-intel (Ubuntu) => linux (Ubuntu)

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

Title:
  Screen flicker Intel UHD graphics 620 (rev 07) Lenovo Ideapad 720s
  13IKB 81BV

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1785912/+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 1779483] Re: DRM bug

2018-09-06 Thread Timo Aaltonen
** Package changed: xserver-xorg-video-intel (Ubuntu) => linux (Ubuntu)

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

Title:
  DRM bug

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1779483/+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


Re: [Ubuntu-x-swat] [Bug 1179583] Re: Xorg freeze

2018-09-06 Thread MarkWayne
It's not a problem any longer.

On Sat, Jul 7, 2018 at 8:34 PM gf <1179...@bugs.launchpad.net> wrote:

> Hello Mark,
> Thank you for submitting this bug and reporting a problem with the
> nvidia-graphics-drivers package.  You made this bug report in 2013 and
> there have been several versions of Ubuntu since then.
>
> Could you confirm that this is no longer a problem and that we can close
> the ticket?
> If it is still a problem, are you still interested in finding a solution
> to this bug?
> If you are, could you run the following (only once):
> apport-collect 1179583
> and upload the updated logs and and any other logs that are relevant for
> this particular issue.
>
> Thank you again for helping make Ubuntu better.
> G
>
> ** Changed in: nvidia-graphics-drivers (Ubuntu)
>Status: New => Incomplete
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1179583
>
> Title:
>   Xorg freeze
>
> Status in nvidia-graphics-drivers package in Ubuntu:
>   Incomplete
>
> Bug description:
>   The system freezes under a specific but not consistent circumstance.
>
>   "System freeze" means: complete lock-up except for mouse movement
>   (only, no response to mouse-button); windows cannot be opened or
>   closed, console cannot be changed (via ctrl-alt-fN), etc.
>
>   The specific circumstance (but not consistent, meaning that it doesn't
>   always happen but only happens during) is linking a URL from
>   Thunderbird 12.0 to Firefox 20.0. The link is accessed (via mouse-
>   button click), no tab opens in Firefox, with the system freezing
>   immediately. In other words, the response of the system to linking the
>   URL is the freeze.
>
>   Thank you.
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 12.04
>   Package: xorg 1:7.6+12ubuntu2
>   ProcVersionSignature: Ubuntu 3.2.0-41.66-generic 3.2.42
>   Uname: Linux 3.2.0-41-generic x86_64
>   NonfreeKernelModules: nvidia
>   .proc.driver.nvidia.gpus.0: Error: [Errno 21] Is a directory:
> '/proc/driver/nvidia/gpus/0'
>   .proc.driver.nvidia.registry: Binary: ""
>   .proc.driver.nvidia.version:
>NVRM version: NVIDIA UNIX x86_64 Kernel Module  304.88  Wed Mar 27
> 14:26:46 PDT 2013
>GCC version:  gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
>   .proc.driver.nvidia.warnings.fbdev:
>Your system is not currently configured to drive a VGA console
>on the primary VGA device. The NVIDIA Linux graphics driver
>requires the use of a text-mode VGA console. Use of other console
>drivers including, but not limited to, vesafb, may result in
>corruption and stability problems, and is not supported.
>   .tmp.unity.support.test.0:
>
>   ApportVersion: 2.0.1-0ubuntu17.2
>   Architecture: amd64
>   CompizPlugins:
> [core,composite,decor,mousepoll,vpswitch,session,imgpng,move,gnomecompat]
>   CompositorRunning: None
>   Date: Mon May 13 10:20:38 2013
>   DistUpgraded: 2012-05-02 15:35:46,278 DEBUG enabling apt cron job
>   DistroCodename: precise
>   DistroVariant: ubuntu
>   DkmsStatus:
>nvidia-current, 304.88, 3.2.0-40-generic, x86_64: installed
>nvidia-current, 304.88, 3.2.0-41-generic, x86_64: installed
>   ExtraDebuggingInterest: Yes,
>   GpuHangFrequency: Several times a week
>   GpuHangReproducibility: Occurs more often under certain circumstances
>   GpuHangStarted: Within the last week or two
>   GraphicsCard:
>NVIDIA Corporation GF106GL [Quadro 2000] [10de:0dd8] (rev a1) (prog-if
> 00 [VGA controller])
>  Subsystem: NVIDIA Corporation Device [10de:084a]
>   InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64
> (20111012)
>   JockeyStatus:
>xorg:nvidia_current - NVIDIA accelerated graphics driver (Proprietary,
> Enabled, In use)
>xorg:nvidia_current_updates - NVIDIA accelerated graphics driver
> (post-release updates) (Proprietary, Disabled, Not in use)
>xorg:nvidia_experimental_304 - NVIDIA accelerated graphics driver
> (**experimental** beta) (Proprietary, Disabled, Not in use)
>xorg:nvidia_experimental_310 - NVIDIA accelerated graphics driver
> (**experimental** beta) (Proprietary, Disabled, Not in use)
>   MachineType: Dell Inc. Precision WorkStation T5500
>   MarkForUpload: True
>   ProcEnviron:
>TERM=xterm
>PATH=(custom, no user)
>LANG=en_US.UTF-8
>SHELL=/bin/bash
>   ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-41-generic
> root=UUID=6a593eec-e632-46cf-bbb8-890502944daa ro quiet splash vt.handoff=7
>   SourcePackage: xorg
>   Symptom: display
>   Title: Xorg freeze
>   UpgradeStatus: Upgraded to precise on 2012-05-02 (375 days ago)
>   dmi.bios.date: 04/20/2011
>   dmi.bios.vendor: Dell Inc.
>   dmi.bios.version: A09
>   dmi.board.name: 0CRH6C
>   dmi.board.vendor: Dell Inc.
>   dmi.board.version: A01
>   dmi.chassis.asset.tag: 1284503
>   dmi.chassis.type: 7
>   dmi.chassis.vendor: Dell Inc.
>   dmi.modalias:
> dmi:bvnDellInc.:bvrA09:bd04/20/2011:svnDellInc.:pnPrecisionWorkStationT5500:pvr:rvnDellIn

[Ubuntu-x-swat] [Bug 1791090] Status changed to Confirmed

2018-09-06 Thread Ubuntu Kernel Bot
This change was made by a bot.

** Changed in: linux (Ubuntu)
   Status: New => Confirmed

-- 
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/1791090

Title:
  Xorg fails to start with radeon (kernel rejects radeon command stream
  from Xorg)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1791090/+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 1791090] Re: Xorg fails to start with radeon

2018-09-06 Thread Daniel van Vugt
Hmm, your monitor is 1920x1080 and yet the kernel says "texture bo too
small" with "1920 1152":

sept. 06 08:06:26 sark kernel: radeon :01:00.0:
evergreen_cs_track_validate_texture:855 texture bo too small (layer size
8847360, offset 0, max layer 1, depth 1, bo size 4096) (1920 1152)

It sounds like a texture that's 1152 tall would actually be too big, not
too small.

Regardless, this seems to confirm there's a bug/disagreement somewhere
between Xorg and the kernel.

** Package changed: xorg (Ubuntu) => xorg-server (Ubuntu)

** Also affects: linux (Ubuntu)
   Importance: Undecided
   Status: New

** Summary changed:

- Xorg fails to start with radeon 
+ Xorg fails to start with radeon (kernel rejects radeon command stream from 
Xorg)

** Tags added: radeon

-- 
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/1791090

Title:
  Xorg fails to start with radeon (kernel rejects radeon command stream
  from Xorg)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1791090/+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 1789913] Re: X crashes when connecting to an external monitor via HDMI (I+A)

2018-09-06 Thread Daniel van Vugt
Hmm, still not much detail but here tis:

commit f79e5368512b72bb463925983d265b070261b7aa
Author: Jim Qu 
Date:   Mon Aug 27 13:37:38 2018 +0800

modesetting: code refactor for PRIME sync

The X will be crashed on the system with other DDX driver,
such as amdgpu.

show the log like:

randr: falling back to unsynchronized pixmap sharing
(EE)
(EE) Backtrace:
(EE) 0: /usr/lib/xorg/Xorg (xorg_backtrace+0x4e)
(EE) 1: /usr/lib/xorg/Xorg (0x55cb0151a000+0x1b5ce9)
(EE) 2: /lib/x86_64-linux-gnu/libpthread.so.0 (0x7f1587a1d000+0x11390)
(EE)
(EE) Segmentation fault at address 0x0
(EE)

The issue is that modesetting as the master, and amdgpu as the slave.
Thus, when the master attempts to access pSlavePixPriv in ms_dirty_update(),
problems result due to the fact that it's accessing AMD's 'ppriv' using the
modesetting structure definition.

Apart from fixing crash issue, the patch fix other issue in master interface
in which driver should refer to master pixmap.

Signed-off-by: Jim Qu 
Reviewed-by: Alex Goins 


** Summary changed:

- X crashes when connecting to an external monitor via HDMI (I+A)
+ X crashes with "randr: falling back to unsynchronized pixmap sharing" when 
connecting to an external monitor via HDMI (I+A)

-- 
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/1789913

Title:
  X crashes with "randr: falling back to unsynchronized pixmap sharing"
  when connecting to an external monitor via HDMI (I+A)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1789913/+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 1789913] Re: X crashes when connecting to an external monitor via HDMI (I+A)

2018-09-06 Thread Daniel van Vugt
So what crash was this? I'm interested to see a stack trace in case
there are other reports of it to link together.

-- 
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/1789913

Title:
  X crashes when connecting to an external monitor via HDMI (I+A)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1789913/+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 1770742] Re: Cannot find -lGL

2018-09-06 Thread Dan Kegel
This just hit me as well, on a kosher 18.04 system.

I recently upgraded to a newer nvidia card, so that must have mangled it
somehow.

Looks like three of its symlinks got nuked:

ls: cannot access '/usr/lib/x86_64-linux-gnu/libEGL.so': No such file or 
directory
ls: cannot access '/usr/lib/x86_64-linux-gnu/libGL.so': No such file or 
directory
ls: cannot access '/usr/lib/x86_64-linux-gnu/libGLESv2.so': No such file or 
directory
lrwxrwxrwx 1 root root   22 Jun  5 07:16 
/usr/lib/x86_64-linux-gnu/libGLdispatch.so -> libGLdispatch.so.0.0.0
...
-rw-r--r-- 1 root root 4697 Jan 25  2018 /usr/share/doc/libglvnd-dev/copyright

Doing

sudo apt install --reinstall libglvnd-dev

resolved the problem here.

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

Title:
  Cannot find -lGL

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libglvnd/+bug/1770742/+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 1778011] Re: SRU: PRIME Power Saving mode draws too much power

2018-09-06 Thread Claudio Desideri
I've done 2 tests on 2 different machines.

1) nvidia 960m, bionic-proposed: everything up to date except for
ubuntu-drivers-common. Nvidia driver is working when selected with
prime-select but switching to intel (prime-select intel) does not work.
Nvidia is still running.

2) nvidia 970m, bionic-proposed: everything up to date. I installed
ubuntu-drivers-common and nvidia-prime from Alberto's hybridgraphics
ppa. Everything works correctly. Both nvidia and intel modes are working
as expected. Nvidia card is now silent and cold (I have 2 separate fan
for cpu/gpu) when intel is selected.

Maybe I should retry when ubuntu-drivers-common is updated in proposal?

Hope it helps.

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

Title:
  SRU: PRIME Power Saving mode draws too much power

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1778011/+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 1789924] Re: Missing Intel GPU pci-id's

2018-09-06 Thread Launchpad Bug Tracker
This bug was fixed in the package libdrm - 2.4.94-1

---
libdrm (2.4.94-1) unstable; urgency=medium

  [ Guido Günther ]
  * Enable etnaviv on arm64 (Closes: #906915)

  [ Timo Aaltonen ]
  * New upstream release. (LP: #1789924)
  * Update libdrm-amdgpu1.symbols and shlibs.

 -- Timo Aaltonen   Thu, 30 Aug 2018 21:18:04 +0300

** Changed in: libdrm (Ubuntu)
   Status: New => Fix Released

-- 
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/1789924

Title:
  Missing Intel GPU pci-id's

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libdrm/+bug/1789924/+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


Re: [Ubuntu-x-swat] [Bug 1776512] Re: switching users under xfce causes permanent 100% xorg cpu usage

2018-09-06 Thread Holger Birkmeyer
will do


Am 06.09.2018 um 23:23 schrieb Theo Linkspfeifer:
> I would check if this bug can be triggered with the live session also.
>

-- 
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/1776512

Title:
  switching users under xfce causes permanent 100% xorg cpu usage

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1776512/+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 1778011] Re: SRU: PRIME Power Saving mode draws too much power

2018-09-06 Thread Brian Murray
I'm still seeing cruft in _pycache_ with the latest upload of ubuntu-
drivers-common.

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

Title:
  SRU: PRIME Power Saving mode draws too much power

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1778011/+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 1776512] Re: switching users under xfce causes permanent 100% xorg cpu usage

2018-09-06 Thread Theo Linkspfeifer
I would check if this bug can be triggered with the live session also.

-- 
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/1776512

Title:
  switching users under xfce causes permanent 100% xorg cpu usage

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1776512/+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 1737750] Re: nvidia-graphics-drivers fail to build [error: implicit declaration of function ‘init_timer’]

2018-09-06 Thread Hans P Möller
For those who wants to participate
Call For Testing: Ubuntu with nVIDIA graphic cards
https://discourse.ubuntu.com/t/call-for-testing-ubuntu-with-nvidia-graphic-cards/7774

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers-304 in Ubuntu.
https://bugs.launchpad.net/bugs/1737750

Title:
  nvidia-graphics-drivers fail to build [error: implicit declaration of
  function ‘init_timer’]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-304/+bug/1737750/+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 1789924] Re: Missing Intel GPU pci-id's

2018-09-06 Thread Seth Forshee
** Changed in: linux (Ubuntu)
   Status: Confirmed => Fix Committed

-- 
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/1789924

Title:
  Missing Intel GPU pci-id's

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libdrm/+bug/1789924/+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 1789924] Re: Missing Intel GPU pci-id's

2018-09-06 Thread Launchpad Bug Tracker
This bug was fixed in the package xorg-server - 2:1.20.1-1ubuntu2

---
xorg-server (2:1.20.1-1ubuntu2) cosmic; urgency=medium

  * prime-sync-refactor.diff: Fix crash on modesetting+amdgpu hybrid.
(LP: #1789913)
  * sync-i965-pciids.diff: Update intel pci-id's. (LP: #1789924)

 -- Timo Aaltonen   Wed, 05 Sep 2018 14:13:19 +0300

** Changed in: xorg-server (Ubuntu)
   Status: New => Fix Released

-- 
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/1789924

Title:
  Missing Intel GPU pci-id's

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libdrm/+bug/1789924/+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 1789913] Re: X crashes when connecting to an external monitor via HDMI (I+A)

2018-09-06 Thread Launchpad Bug Tracker
This bug was fixed in the package xorg-server - 2:1.20.1-1ubuntu2

---
xorg-server (2:1.20.1-1ubuntu2) cosmic; urgency=medium

  * prime-sync-refactor.diff: Fix crash on modesetting+amdgpu hybrid.
(LP: #1789913)
  * sync-i965-pciids.diff: Update intel pci-id's. (LP: #1789924)

 -- Timo Aaltonen   Wed, 05 Sep 2018 14:13:19 +0300

** Changed in: xorg-server (Ubuntu)
   Status: Triaged => Fix Released

-- 
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/1789913

Title:
  X crashes when connecting to an external monitor via HDMI (I+A)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1789913/+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 1769322] Re: Trackpoint reacts jumpy and isn't precise when moved a short distance

2018-09-06 Thread Matteo Contini
Same problem on Thinpad X1-Carbon 4

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

Title:
  Trackpoint reacts jumpy and isn't precise when moved a short distance

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libinput/+bug/1769322/+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 1760252] Re: starting slack crashes xwayland on 18.04

2018-09-06 Thread Ken
*** This bug is a duplicate of bug 1754693 ***
https://bugs.launchpad.net/bugs/1754693

@vanvugt, not the OP, but I ran ubuntu-bug on the Wayland crash and
submitted it here:
https://errors.ubuntu.com/oops/0f49c436-b1e8-11e8-8fb2-fa163ee63de6

At the same moment, there appears to be one for gnome-shell also.

I hope this helps. It's definitely an issue for me as well, and at the
moment, prevents me from using Slack in Wayland, which is a bummer.

-- 
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/1760252

Title:
  starting slack crashes xwayland on 18.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1760252/+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 1780076] Re: 18.04 login screen is skewed/distorted (incorrect stride) when using hibmc_drm graphics

2018-09-06 Thread Bin Li
The !35 has some side effect for other distribution, after discuss, I
made a new patch !44, it was accepted by upstream.

https://gitlab.gnome.org/GNOME/gdm/merge_requests/35

https://gitlab.gnome.org/GNOME/gdm/merge_requests/44

-- 
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/1780076

Title:
  18.04 login screen is skewed/distorted (incorrect stride) when using
  hibmc_drm graphics

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1780076/+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 1791090] Re: Xorg fails to start with radeon

2018-09-06 Thread Jean-Baptiste Lallement
** Tags added: rls-cc-incoming

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

Title:
  Xorg fails to start with radeon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1791090/+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 1791090] Re: Xorg fails to start with radeon

2018-09-06 Thread Jean-Baptiste Lallement
Journal from a failed boot.

** Attachment added: "failed-boot-radeon.log"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1791090/+attachment/5185620/+files/failed-boot-radeon.log

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

Title:
  Xorg fails to start with radeon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1791090/+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 1791090] [NEW] Xorg fails to start with radeon

2018-09-06 Thread Jean-Baptiste Lallement
Public bug reported:

The shell fails to start with latest version of xorg and radeon drivers.

>From the journal:

sept. 06 08:06:26 sark /usr/lib/gdm3/gdm-x-session[6404]: (II) RADEON(0): 
Setting screen physical size to 508 x 285
sept. 06 08:06:26 sark /usr/lib/gdm3/gdm-x-session[6404]: radeon: The kernel 
rejected CS, see dmesg for more information (-22).
sept. 06 08:06:26 sark kernel: radeon :01:00.0: 
evergreen_cs_track_validate_texture:855 texture bo too small (layer size 
8847360, offset 0, max layer 1, depth 1, bo size 4096) (1920 1152)
sept. 06 08:06:26 sark kernel: [drm:radeon_cs_ioctl [radeon]] *ERROR* Invalid 
command stream !

The shell starts normally under wayland.
Downgrading the following packages fixed the problem:

xserver-xorg-video-qxl:amd64 (0.1.5-2build2, 0.1.5-2build1)
xserver-xorg-video-vesa:amd64 (1:2.4.0-1, 1:2.3.4-1build3)
xserver-xorg-video-amdgpu:amd64 (18.0.1-1build1, 18.0.1-1)
xserver-xorg-core:amd64 (2:1.20.1-1ubuntu1, 2:1.19.6-1ubuntu4)
xserver-xorg-video-fbdev:amd64 (1:0.5.0-1, 1:0.4.4-1build6)
xserver-xorg-video-intel:amd64 (2:2.99.917+git20171229-1build1, 
2:2.99.917+git20171229-1)
xserver-xorg-video-vmware:amd64 (1:13.3.0-2build1, 1:13.2.1-1build1)
xserver-xorg-video-ati:amd64 (1:18.0.1-1build1, 1:18.0.1-1)
xserver-xorg-video-radeon:amd64 (1:18.0.1-1build1, 1:18.0.1-1)

ProblemType: Bug
DistroRelease: Ubuntu 18.10
Package: xserver-xorg 1:7.7+19ubuntu8
ProcVersionSignature: Ubuntu 4.17.0-9.10-generic 4.17.17
Uname: Linux 4.17.0-9-generic x86_64
ApportVersion: 2.20.10-0ubuntu9
Architecture: amd64
CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Thu Sep  6 15:03:11 2018
DistUpgraded: 2018-03-24 15:02:43,050 DEBUG Running PostInstallScript: 
'./xorg_fix_proprietary.py'
DistroCodename: cosmic
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] Juniper XT [Radeon HD 5770] [1002:68b8] 
(prog-if 00 [VGA controller])
   Subsystem: PC Partner Limited / Sapphire Technology Juniper XT [Radeon HD 
5770] [174b:1482]
InstallationDate: Installed on 2014-07-15 (1514 days ago)
InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Alpha amd64 (20140520)
MachineType: Gigabyte Technology Co., Ltd. GA-890GPA-UD3H
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.17.0-9-generic 
root=UUID=0889d734-ea91-4bdb-9d16-2a0a923ad3d1 ro quiet splash vt.handoff=1
SourcePackage: xorg
UpgradeStatus: Upgraded to cosmic on 2018-03-24 (165 days ago)
dmi.bios.date: 07/23/2010
dmi.bios.vendor: Award Software International, Inc.
dmi.bios.version: FD
dmi.board.name: GA-890GPA-UD3H
dmi.board.vendor: Gigabyte Technology Co., Ltd.
dmi.board.version: x.x
dmi.chassis.type: 3
dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrFD:bd07/23/2010:svnGigabyteTechnologyCo.,Ltd.:pnGA-890GPA-UD3H:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnGA-890GPA-UD3H:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
dmi.product.name: GA-890GPA-UD3H
dmi.sys.vendor: Gigabyte Technology Co., Ltd.
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.93-1
version.libgl1-mesa-dri: libgl1-mesa-dri 18.1.5-1ubuntu1
version.libgl1-mesa-glx: libgl1-mesa-glx 18.1.5-1ubuntu1
version.xserver-xorg-core: xserver-xorg-core 2:1.19.6-1ubuntu4
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.6-1
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:18.0.1-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20171229-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A

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


** Tags: amd64 apport-bug cosmic regression reproducible ubuntu

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

Title:
  Xorg fails to start with radeon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1791090/+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 1790951] Re: Black vertical line on Right Side of the Screen

2018-09-06 Thread Leonidas S. Barbosa
** Information type changed from Private Security to Public

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

Title:
  Black vertical line on Right Side of the Screen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1790951/+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 1790960] Re: I ve installed ubuntu and upgraded it + some apps.

2018-09-06 Thread Leonidas S. Barbosa
** Information type changed from Private Security to Public

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

Title:
  I ve installed ubuntu and upgraded it + some apps.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1790960/+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 1780039] Re: Khronos CTS failure on Bionic due to missing change in libegl1

2018-09-06 Thread Łukasz Zemczak
Hello Sandeep, or anyone else affected,

Accepted libglvnd into bionic-proposed. The package will build now and
be available at
https://launchpad.net/ubuntu/+source/libglvnd/1.0.0-2ubuntu2.2 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested and change the tag from
verification-needed-bionic to verification-done-bionic. If it does not
fix the bug for you, please add a comment stating that, and change the
tag to verification-failed-bionic. In either case, without details of
your testing we will not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: libglvnd (Ubuntu Bionic)
   Status: New => Fix Committed

** Tags added: verification-needed verification-needed-bionic

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

Title:
  Khronos CTS failure on Bionic due to missing change in libegl1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libglvnd/+bug/1780039/+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 1782285] Re: Add missing libGLESv1_CM.so to Bionic

2018-09-06 Thread Łukasz Zemczak
Hello Yogish, or anyone else affected,

Accepted libglvnd into bionic-proposed. The package will build now and
be available at
https://launchpad.net/ubuntu/+source/libglvnd/1.0.0-2ubuntu2.2 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested and change the tag from
verification-needed-bionic to verification-done-bionic. If it does not
fix the bug for you, please add a comment stating that, and change the
tag to verification-failed-bionic. In either case, without details of
your testing we will not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: libglvnd (Ubuntu Bionic)
   Status: In Progress => Fix Committed

** Tags added: verification-needed verification-needed-bionic

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

Title:
  Add missing libGLESv1_CM.so to Bionic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libglvnd/+bug/1782285/+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 1778011] Re: SRU: PRIME Power Saving mode draws too much power

2018-09-06 Thread Steve Langasek
Hello Alberto, or anyone else affected,

Accepted nvidia-settings into bionic-proposed. The package will build
now and be available at https://launchpad.net/ubuntu/+source/nvidia-
settings/390.77-0ubuntu0.18.04.1 in a few hours, and then in the
-proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested and change the tag from
verification-needed-bionic to verification-done-bionic. If it does not
fix the bug for you, please add a comment stating that, and change the
tag to verification-failed-bionic. In either case, without details of
your testing we will not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: nvidia-settings (Ubuntu Bionic)
   Status: In Progress => Fix Committed

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

Title:
  SRU: PRIME Power Saving mode draws too much power

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1778011/+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 1778011] Re: SRU: PRIME Power Saving mode draws too much power

2018-09-06 Thread Steve Langasek
Hello Alberto, or anyone else affected,

Accepted nvidia-prime into bionic-proposed. The package will build now
and be available at https://launchpad.net/ubuntu/+source/nvidia-
prime/0.8.8.1 in a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested and change the tag from
verification-needed-bionic to verification-done-bionic. If it does not
fix the bug for you, please add a comment stating that, and change the
tag to verification-failed-bionic. In either case, without details of
your testing we will not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: nvidia-prime (Ubuntu Bionic)
   Status: In Progress => Fix Committed

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

Title:
  SRU: PRIME Power Saving mode draws too much power

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1778011/+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