xorg-server: Changes to 'ubuntu+1'

2016-02-15 Thread Timo Aaltonen
 debian/changelog   |9 +
 debian/patches/xmir-fixes.diff |2 
 debian/patches/xmir.patch  |  190 ++---
 3 files changed, 152 insertions(+), 49 deletions(-)

New commits:
commit 11602a83f60d8adcc53551832c2aeddc46e6a0aa
Author: Timo Aaltonen 
Date:   Tue Feb 16 08:15:43 2016 +0200

refresh xmir-fixes.diff

diff --git a/debian/patches/xmir-fixes.diff b/debian/patches/xmir-fixes.diff
index ea5b035..6b547e6 100644
--- a/debian/patches/xmir-fixes.diff
+++ b/debian/patches/xmir-fixes.diff
@@ -17,7 +17,7 @@ Description: port xmir to 1.18
  } else {
 --- a/hw/xmir/xmir.c
 +++ b/hw/xmir/xmir.c
-@@ -1211,7 +1211,7 @@ xmir_create_screen_resources(ScreenPtr s
+@@ -1256,7 +1256,7 @@ xmir_create_screen_resources(ScreenPtr s
  if (xmir_screen->glamor && !xmir_screen->rootless) {
  glamor_pixmap_private *pixmap_priv = 
glamor_get_pixmap_private(screen->devPrivate);
  

commit 01ff19d871603204c9bbf6a920a78a2fefa722f5
Author: Robert Ancell 
Date:   Mon Feb 15 18:08:57 2016 -0800

Add in missing released commit

diff --git a/debian/changelog b/debian/changelog
index 6152b8e..e7fc71b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xorg-server (2:1.17.3-2ubuntu2) xenial; urgency=medium
+xorg-server (2:1.17.3-2ubuntu3) xenial; urgency=medium
 
   * debian/patches/xmir.patch:
 - Add ability to set title for XMir (LP: #1542028)
@@ -7,6 +7,12 @@ xorg-server (2:1.17.3-2ubuntu2) xenial; urgency=medium
 
  -- Robert Ancell   Mon, 15 Feb 2016 17:32:21 
-0800
 
+xorg-server (2:1.17.3-2ubuntu2) xenial; urgency=medium
+
+  * Disable mir on s390x.
+
+ -- Dimitri John Ledkov   Wed, 25 Nov 2015 16:11:38 +
+
 xorg-server (2:1.17.3-2ubuntu1) xenial; urgency=medium
 
   [ Robert Ancell ]
diff --git a/debian/control b/debian/control
index 6d63639..ddbe447 100644
--- a/debian/control
+++ b/debian/control
@@ -101,7 +101,7 @@ Build-Depends:
 #logind
   libdbus-1-dev (>= 1.0) [linux-any],
 # XMir
- libmirclient-dev (>= 0.13.1) [!arm64 !powerpc !ppc64el],
+ libmirclient-dev (>= 0.13.1) [!arm64 !powerpc !ppc64el !s390x],
  mir-client-platform-mesa-dev,
 Standards-Version: 3.9.6
 Vcs-Git: https://anonscm.debian.org/git/pkg-xorg/xserver/xorg-server.git
diff --git a/debian/rules b/debian/rules
index 5d1f9a7..040282e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -56,7 +56,7 @@ else
 endif
 
 # Mir isn't built on PPC
-ifneq (,$(filter $(DEB_HOST_ARCH), arm64 powerpc ppc64el))
+ifneq (,$(filter $(DEB_HOST_ARCH), arm64 powerpc ppc64el s390x))
build_xmir = --disable-xmir
 endif
 

commit d7d8c7fa904add6792729e1bd517e0861c5967ca
Author: Robert Ancell 
Date:   Mon Feb 15 17:47:03 2016 -0800

* debian/patches/xmir.patch:
  - Add ability to set title for XMir (LP: #1542028)
  - Use swapinterval 0 (LP: #1502738)
  - Add sufficient traversal hacks for Matchbox

diff --git a/debian/changelog b/debian/changelog
index 006962c..6152b8e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+xorg-server (2:1.17.3-2ubuntu2) xenial; urgency=medium
+
+  * debian/patches/xmir.patch:
+- Add ability to set title for XMir (LP: #1542028)
+- Use swapinterval 0 (LP: #1502738)
+- Add sufficient traversal hacks for Matchbox
+
+ -- Robert Ancell   Mon, 15 Feb 2016 17:32:21 
-0800
+
 xorg-server (2:1.17.3-2ubuntu1) xenial; urgency=medium
 
   [ Robert Ancell ]
diff --git a/debian/patches/xmir.patch b/debian/patches/xmir.patch
index 79b7d1c..aa7d1a7 100644
--- a/debian/patches/xmir.patch
+++ b/debian/patches/xmir.patch
@@ -1,4 +1,4 @@
-From debdda3bfd737885c4fbbbcff06518c507009077 Mon Sep 17 00:00:00 2001
+From 47d65374fdc820777aaf84018574b8ce0d303dac Mon Sep 17 00:00:00 2001
 From: Robert Ancell 
 Date: Fri, 15 May 2015 14:58:59 +1200
 Subject: [PATCH 1/3] XMir DDX
@@ -15,20 +15,20 @@ Contributions from:
  hw/xmir/.gitignore  |1 +
  hw/xmir/Makefile.am |   61 ++
  hw/xmir/dri2/Makefile.am|   14 +
- hw/xmir/dri2/dri2.c | 1398 +++
- hw/xmir/dri2/dri2.h |  364 +++
+ hw/xmir/dri2/dri2.c | 1398 ++
+ hw/xmir/dri2/dri2.h |  364 ++
  hw/xmir/dri2/dri2ext.c  |  683 +++
  hw/xmir/dri2/dri2int.h  |   26 +
  hw/xmir/xmir-cursor.c   |  210 ++
  hw/xmir/xmir-cvt.c  |  304 +
- hw/xmir/xmir-dri2.c |  545 
- hw/xmir/xmir-glamor.c   | 1173 +
- hw/xmir/xmir-input.c|  577 
- hw/xmir/xmir-output.c   |  456 +
- hw/xmir/xmir-thread-proxy.c |  109 
- hw/xmir/xmir.c  | 1518 +++
- hw/xmir/xmir.h  |  225 +++
- 

xorg-server: Changes to 'ubuntu'

2016-02-15 Thread Robert Ancell
 debian/changelog |8 +++-
 debian/control   |2 +-
 debian/rules |2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)

New commits:
commit 01ff19d871603204c9bbf6a920a78a2fefa722f5
Author: Robert Ancell 
Date:   Mon Feb 15 18:08:57 2016 -0800

Add in missing released commit

diff --git a/debian/changelog b/debian/changelog
index 6152b8e..e7fc71b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xorg-server (2:1.17.3-2ubuntu2) xenial; urgency=medium
+xorg-server (2:1.17.3-2ubuntu3) xenial; urgency=medium
 
   * debian/patches/xmir.patch:
 - Add ability to set title for XMir (LP: #1542028)
@@ -7,6 +7,12 @@ xorg-server (2:1.17.3-2ubuntu2) xenial; urgency=medium
 
  -- Robert Ancell   Mon, 15 Feb 2016 17:32:21 
-0800
 
+xorg-server (2:1.17.3-2ubuntu2) xenial; urgency=medium
+
+  * Disable mir on s390x.
+
+ -- Dimitri John Ledkov   Wed, 25 Nov 2015 16:11:38 +
+
 xorg-server (2:1.17.3-2ubuntu1) xenial; urgency=medium
 
   [ Robert Ancell ]
diff --git a/debian/control b/debian/control
index 6d63639..ddbe447 100644
--- a/debian/control
+++ b/debian/control
@@ -101,7 +101,7 @@ Build-Depends:
 #logind
   libdbus-1-dev (>= 1.0) [linux-any],
 # XMir
- libmirclient-dev (>= 0.13.1) [!arm64 !powerpc !ppc64el],
+ libmirclient-dev (>= 0.13.1) [!arm64 !powerpc !ppc64el !s390x],
  mir-client-platform-mesa-dev,
 Standards-Version: 3.9.6
 Vcs-Git: https://anonscm.debian.org/git/pkg-xorg/xserver/xorg-server.git
diff --git a/debian/rules b/debian/rules
index 5d1f9a7..040282e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -56,7 +56,7 @@ else
 endif
 
 # Mir isn't built on PPC
-ifneq (,$(filter $(DEB_HOST_ARCH), arm64 powerpc ppc64el))
+ifneq (,$(filter $(DEB_HOST_ARCH), arm64 powerpc ppc64el s390x))
build_xmir = --disable-xmir
 endif
 



xorg-server: Changes to 'ubuntu'

2016-02-15 Thread Robert Ancell
 debian/changelog  |9 +++
 debian/patches/xmir.patch |  137 +-
 2 files changed, 97 insertions(+), 49 deletions(-)

New commits:
commit d7d8c7fa904add6792729e1bd517e0861c5967ca
Author: Robert Ancell 
Date:   Mon Feb 15 17:47:03 2016 -0800

* debian/patches/xmir.patch:
  - Add ability to set title for XMir (LP: #1542028)
  - Use swapinterval 0 (LP: #1502738)
  - Add sufficient traversal hacks for Matchbox

diff --git a/debian/changelog b/debian/changelog
index 006962c..6152b8e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+xorg-server (2:1.17.3-2ubuntu2) xenial; urgency=medium
+
+  * debian/patches/xmir.patch:
+- Add ability to set title for XMir (LP: #1542028)
+- Use swapinterval 0 (LP: #1502738)
+- Add sufficient traversal hacks for Matchbox
+
+ -- Robert Ancell   Mon, 15 Feb 2016 17:32:21 
-0800
+
 xorg-server (2:1.17.3-2ubuntu1) xenial; urgency=medium
 
   [ Robert Ancell ]
diff --git a/debian/patches/xmir.patch b/debian/patches/xmir.patch
index 79b7d1c..aa7d1a7 100644
--- a/debian/patches/xmir.patch
+++ b/debian/patches/xmir.patch
@@ -1,4 +1,4 @@
-From debdda3bfd737885c4fbbbcff06518c507009077 Mon Sep 17 00:00:00 2001
+From 47d65374fdc820777aaf84018574b8ce0d303dac Mon Sep 17 00:00:00 2001
 From: Robert Ancell 
 Date: Fri, 15 May 2015 14:58:59 +1200
 Subject: [PATCH 1/3] XMir DDX
@@ -15,20 +15,20 @@ Contributions from:
  hw/xmir/.gitignore  |1 +
  hw/xmir/Makefile.am |   61 ++
  hw/xmir/dri2/Makefile.am|   14 +
- hw/xmir/dri2/dri2.c | 1398 +++
- hw/xmir/dri2/dri2.h |  364 +++
+ hw/xmir/dri2/dri2.c | 1398 ++
+ hw/xmir/dri2/dri2.h |  364 ++
  hw/xmir/dri2/dri2ext.c  |  683 +++
  hw/xmir/dri2/dri2int.h  |   26 +
  hw/xmir/xmir-cursor.c   |  210 ++
  hw/xmir/xmir-cvt.c  |  304 +
- hw/xmir/xmir-dri2.c |  545 
- hw/xmir/xmir-glamor.c   | 1173 +
- hw/xmir/xmir-input.c|  577 
- hw/xmir/xmir-output.c   |  456 +
- hw/xmir/xmir-thread-proxy.c |  109 
- hw/xmir/xmir.c  | 1518 +++
- hw/xmir/xmir.h  |  225 +++
- 18 files changed, 7696 insertions(+), 2 deletions(-)
+ hw/xmir/xmir-dri2.c |  545 +++
+ hw/xmir/xmir-glamor.c   | 1173 
+ hw/xmir/xmir-input.c|  566 
+ hw/xmir/xmir-output.c   |  449 
+ hw/xmir/xmir-thread-proxy.c |  109 +++
+ hw/xmir/xmir.c  | 1574 +++
+ hw/xmir/xmir.h  |  226 +++
+ 18 files changed, 7735 insertions(+), 2 deletions(-)
  create mode 100644 hw/xmir/.gitignore
  create mode 100644 hw/xmir/Makefile.am
  create mode 100644 hw/xmir/dri2/Makefile.am
@@ -4978,10 +4978,10 @@ index 000..2438013
 +}
 diff --git a/hw/xmir/xmir-input.c b/hw/xmir/xmir-input.c
 new file mode 100644
-index 000..2c3bb77
+index 000..727fc56
 --- /dev/null
 +++ b/hw/xmir/xmir-input.c
-@@ -0,0 +1,577 @@
+@@ -0,0 +1,566 @@
 +/*
 + * Copyright © 2015 Canonical Ltd
 + *
@@ -5489,17 +5489,6 @@ index 000..2c3bb77
 +xmir_close_surface(xmir_window);
 +break;
 +case mir_event_type_surface_output:
-+{
-+ScreenPtr screen = xmir_screen->screen;
-+MirSurfaceOutputEvent const* soe =
-+mir_event_get_surface_output_event(ev);
-+int dpi = mir_surface_output_event_get_dpi(soe);
-+xmir_screen->dpi = dpi;
-+screen->mmWidth = screen->width * 254 / (10 * dpi);
-+screen->mmHeight = screen->height * 254 / (10 * dpi);
-+XMIR_DEBUG(("Now screen is %hdx%hd mm\n",
-+screen->mmWidth, screen->mmHeight));
-+}
 +break;
 +default:
 +ErrorF("Received an unknown %u event\n", mir_event_get_type(ev));
@@ -5561,10 +5550,10 @@ index 000..2c3bb77
 +}
 diff --git a/hw/xmir/xmir-output.c b/hw/xmir/xmir-output.c
 new file mode 100644
-index 000..5a54cf2
+index 000..bde0940
 --- /dev/null
 +++ b/hw/xmir/xmir-output.c
-@@ -0,0 +1,456 @@
+@@ -0,0 +1,449 @@
 +/*
 + * Copyright © 2015 Canonical Ltd
 + *
@@ -6001,13 +5990,6 @@ index 000..5a54cf2
 +
 +snprintf(name, sizeof name, "%s-%d", output_type_str, type_count);
 +xmir_output_create(xmir_screen, mir_output, name);
-+
-+if (mir_output->connected) {
-+MirDisplayMode *mode = 
_output->modes[mir_output->current_mode];
-+xmir_screen->dpi = mode->horizontal_resolution * 254 /
-+(10 * mir_output->physical_width_mm);
-+

Bug#814394: xserver-xorg-legacy: Fails to start xserver after upgrade to 1.18.1

2016-02-15 Thread Robert Luberda
Julien Cristau wrote:

Hi,

>> startx does not longer work after upgrade; `grep EE Xorg.log' shows:
>>
>>[  1463.840] (EE) systemd-logind: failed to get session: The name 
>> org.freedesktop.login1 was not provided by any .service files
> 
> X requires logind. 

What for?  Why xserver-xorg-*-legacy* needs to use this systemd stuff?


> Please provide more details about your setup.

I had dummy systemd and libpam-systemd created by equiv (to make few
packages like gnome-settings-demon or lokalize happy), however I've just
removed them:

/home/robert> LC_ALL=C dpkg -l *systemd*
Desired=Unknown/Install/Remove/Purge/Hold
|
Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version ArchitectureDescription
+++--===-===-==
un  libpam-systemd   (no description
available)
ii  libsystemd0:i386 229-1   i386systemd utility
library
un  systemd  (no description
available)
un  systemd-sysv (no description
available)

(Unfortunately I couldn't remove libsystemd0, because more packages
depend on it, including xserver packages).

However without systemd, and with the following versions of xorg
packages everything seems to work correctly:

/home/robert> dpkg -l *xserver-xorg* | grep ^ii
ii  xserver-xorg   1:7.7+13 i386 X.Org X server
ii  xserver-xorg-core  2:1.18.1-1   i386 Xorg X
server - core server
ii  xserver-xorg-input-evdev   1:2.10.1-1   i386 X.Org X
server -- evdev input driver
ii  xserver-xorg-input-kbd 1:1.8.1-1+b1 i386 X.Org X
server -- keyboard input driver
ii  xserver-xorg-input-mouse   1:1.9.1-1+b1 i386 X.Org X
server -- mouse input driver
ii  xserver-xorg-legacy2:1.18.0-3   i386 setuid root
Xorg server wrapper
ii  xserver-xorg-video-fbdev   1:0.4.4-1+b4 i386 X.Org X
server -- fbdev display driver
ii  xserver-xorg-video-mach64  6.9.5-1+b1   i386 X.Org X
server -- ATI Mach64 display driver
ii  xserver-xorg-video-r1286.10.0-1+b1  i386 X.Org X
server -- ATI r128 display driver

However when I try to upgrade xserver-xorg-legacy to 1.18.1, X server
does not start any longer, and shows the errors  sent in my initial bug
report.

Regards
robert



nouveau is outdated! (random reboots) (nvidia G86M Quadro NVS 140M)

2016-02-15 Thread Staszek
Hi Sven

It looks that the current nouveau in Debian is very old, and it causes
random system reboots:
https://lists.freedesktop.org/archives/nouveau/2016-February/023998.html
. Is it possible that you package a newer version for Debian?

-- 
http://people.eisenbits.com/~stf/
http://www.eisenbits.com/

OpenPGP: 9EC2 5620 2355 B1DC 4A8F  8C79 0EC7 C214 E5AE 3B4E



Processed: Re: vlc: segmentation fault with VDPAU

2016-02-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 761165 mesa-vdpau-drivers
Bug #761165 [vlc] vlc: segmentation fault with VDPAU
Bug reassigned from package 'vlc' to 'mesa-vdpau-drivers'.
No longer marked as found in versions vlc/2.2.0~pre3-1, vlc/2.2.0~pre2-4, 
vlc/2.2.0~pre4-2, and vlc/2.2.0~pre4-1.
Ignoring request to alter fixed versions of bug #761165 to the same values 
previously set
> affects 761165 + vlc
Bug #761165 [mesa-vdpau-drivers] vlc: segmentation fault with VDPAU
Added indication that 761165 affects vlc
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
761165: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=761165
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed: your mail

2016-02-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> forwarded 814827 https://bugs.freedesktop.org/show_bug.cgi?id=94166
Bug #814827 [xserver-xorg-core] X crashes on start on POWER8/radeon machine
Set Bug forwarded-to-address to 
'https://bugs.freedesktop.org/show_bug.cgi?id=94166'.
>
End of message, stopping processing here.

Please contact me if you need assistance.
-- 
814827: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=814827
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#814827:

2016-02-15 Thread Timothy Pearson
A similar crash also occurs when outputs are hotplugged.  Revised patch
attached.

Note that at least on my test machine with an HDMI display attached Xorg
starts but the display remains disabled.  It is currently unknown whether
this is a general bug in the radeon driver or something pcc64el specific.--- xorg-server-1.18.0/randr/randr.c	2015-11-06 08:07:41.0 -0600
+++ xorg-server-1.18.0/randr/randr.c	2016-02-15 12:49:06.469645421 -0600
@@ -559,6 +559,9 @@
 mastersp = pScrPriv;
 }
 
+if (!mastersp)
+return;
+
 mastersp->changed = TRUE;
 }
 
--- xorg-server-1.18.0/randr/rroutput.c	2015-11-09 14:28:04.0 -0600
+++ xorg-server-1.18.0/randr/rroutput.c	2016-02-15 13:41:52.190584324 -0600
@@ -50,6 +50,10 @@
 }
 
 RRSetChanged(pScreen);
+
+if (!mastersp)
+return;
+
 if (configChanged)
 mastersp->configChanged = TRUE;
 }

Bug#814827:

2016-02-15 Thread Timothy Pearson
The attached patch fixes the crash and Xorg appears to start normally.--- xorg-server-1.18.0/randr/randr.c	2015-11-06 08:07:41.0 -0600
+++ xorg-server-1.18.0/randr/randr.c	2016-02-15 12:49:06.469645421 -0600
@@ -559,6 +559,9 @@
 mastersp = pScrPriv;
 }
 
+if (!mastersp)
+return;
+
 mastersp->changed = TRUE;
 }
 

Processed: your mail

2016-02-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> severity 814827 important
Bug #814827 [xserver-xorg-core] X crashes on start on POWER8/radeon machine
Severity set to 'important' from 'normal'
> tags 814827 + patch
Bug #814827 [xserver-xorg-core] X crashes on start on POWER8/radeon machine
Added tag(s) patch.
>
End of message, stopping processing here.

Please contact me if you need assistance.
-- 
814827: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=814827
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#814419: Additional info

2016-02-15 Thread Максим Кузьмин
I've explored this bug a little bit more and I've found, that crash
happens only when Xnest is started.



Bug#814827: X crashes on start on POWER8/radeon machine

2016-02-15 Thread Timothy Pearson
Package: xserver-xorg-core
Version: 2:1.18.0-3

On a POWER8 machine under both Debian Jessie and Debian Stretch Xorg
crashes on startup when using the radeon driver and a Radeon R9 290X. 
Kernel modesetting outside of X appears to function normally.

crash:
Program received signal SIGSEGV, Segmentation fault.
0x201676c8 in RRSetChanged (pScreen=0x202e6800) at
../../randr/randr.c:562
562 ../../randr/randr.c: No such file or directory.
(gdb) bt
#0  0x201676c8 in RRSetChanged (pScreen=0x202e6800) at
../../randr/randr.c:562
#1  0x2016ceec in RRScreenSetSizeRange (pScreen=,
minWidth=, minHeight=, maxWidth=, maxHeight=) at ../../randr/rrinfo.c:228
#2  0x2010e894 in xf86RandR12CreateScreenResources12
(pScreen=0x202e6800) at ../../../../hw/xfree86/modes/xf86RandR12.c:1637
#3  xf86RandR12CreateScreenResources (pScreen=0x202e6800) at
../../../../hw/xfree86/modes/xf86RandR12.c:833
#4  0x200fd8fc in xf86CrtcCreateScreenResources
(screen=0x202e6800) at ../../../../hw/xfree86/modes/xf86Crtc.c:713
#5  0x20061338 in dix_main (argc=,
argv=0x3ca8, envp=) at ../../dix/main.c:215
#6  0x200445d8 in main (argc=, argv=, envp=) at ../../dix/stubmain.c:34
(gdb)

dmesg log:
[   15.063739] [drm] radeon kernel modesetting enabled.
[   15.078968] sd 6:0:0:0: Attached scsi generic sg0 type 0
[   15.079056] sr 7:0:0:0: Attached scsi generic sg1 type 5
[   15.079114] sr 7:0:0:1: Attached scsi generic sg2 type 5
[   15.079192] sr 7:0:0:2: Attached scsi generic sg3 type 5
[   15.079270] sr 7:0:0:3: Attached scsi generic sg4 type 5
[   15.079327] sd 8:0:0:0: Attached scsi generic sg5 type 0
[   15.079402] sd 8:0:0:1: Attached scsi generic sg6 type 0
[   15.079475] sd 8:0:0:2: Attached scsi generic sg7 type 0
[   15.079527] sd 8:0:0:3: Attached scsi generic sg8 type 0
[   15.079599] sd 9:0:0:0: Attached scsi generic sg9 type 0
[   15.079673] sd 9:0:0:1: Attached scsi generic sg10 type 0
[   15.079724] sd 9:0:0:2: Attached scsi generic sg11 type 0
[   15.079795] sd 9:0:0:3: Attached scsi generic sg12 type 0
[   15.079868] sd 9:0:0:4: Attached scsi generic sg13 type 0
[   15.418010] [drm] initializing kernel modesetting (HAWAII 0x1002:0x67B0
0x1002:0x0B00).
[   15.418023] radeon :01:00.0: Using 32-bit DMA via iommu
[   15.418027] [drm] register mmio base: 0x
[   15.418029] [drm] register mmio size: 262144
[   15.418035] [drm] doorbell mmio base: 0x1000
[   15.418037] [drm] doorbell mmio size: 8388608
[   15.418068] [drm:radeon_device_init [radeon]] *ERROR* Unable to find
PCI I/O BAR
[   15.588562] [drm:radeon_atombios_init [radeon]] *ERROR* Unable to find
PCI I/O BAR; using MMIO for ATOM IIO
[   15.588810] ATOM BIOS: C67101
[   15.59] radeon :01:00.0: VRAM: 4096M 0x -
0x (4096M used)
[   15.588893] radeon :01:00.0: GTT: 2048M 0x0001 -
0x00017FFF
[   15.588895] [drm] Detected VRAM RAM=4096M, BAR=256M
[   15.588897] [drm] RAM width 512bits DDR
[   15.588964] [TTM] Zone  kernel: Available graphics memory: 66909920 kiB
[   15.588966] [TTM] Zone   dma32: Available graphics memory: 2097152 kiB
[   15.588967] [TTM] Initializing pool allocator
[   15.589006] [drm] radeon: 4096M of VRAM memory ready
[   15.589008] [drm] radeon: 2048M of GTT memory ready.
[   15.589023] [drm] Loading hawaii Microcode
[   15.637786] radeon :01:00.0: firmware: direct-loading firmware
radeon/hawaii_pfp.bin
[   15.654034] radeon :01:00.0: firmware: direct-loading firmware
radeon/hawaii_me.bin
[   15.802419] radeon :01:00.0: firmware: direct-loading firmware
radeon/hawaii_ce.bin
[   15.849419] radeon :01:00.0: firmware: direct-loading firmware
radeon/hawaii_mec.bin
[   15.855296] radeon :01:00.0: firmware: direct-loading firmware
radeon/hawaii_rlc.bin
[   15.933110] Adding 79000512k swap on /dev/sda3.  Priority:-1 extents:1
across:79000512k FS
[   16.010924] radeon :01:00.0: firmware: direct-loading firmware
radeon/hawaii_sdma.bin
[   16.024299] radeon :01:00.0: firmware: direct-loading firmware
radeon/hawaii_mc.bin
[   16.046812] radeon :01:00.0: firmware: direct-loading firmware
radeon/hawaii_smc.bin
[   16.046819] [drm] Internal thermal controller with fan control
[   16.046884] [drm] probing gen 2 caps for device 1014:3dc = 33f503/e
[   16.074582] [drm] radeon: dpm initialized
[   16.252838] radeon :01:00.0: firmware: direct-loading firmware
radeon/BONAIRE_uvd.bin
[   16.285442] radeon :01:00.0: firmware: direct-loading firmware
radeon/BONAIRE_vce.bin
[   16.286876] [drm] Found VCE firmware/feedback version 40.2.2 / 15!
[   16.286893] [drm] GART: num cpu pages 32768, num gpu pages 524288
[   16.288330] [drm] probing gen 2 caps for device 1014:3dc = 33f503/e
[   16.288334] [drm] PCIE gen 3 link speeds already enabled
[   16.357665] [drm] PCIE GART of 2048M enabled (table at
0x0033).
[   16.357811] radeon :01:00.0: WB enabled
[   16.357826] radeon :01:00.0: fence 

Bug#814419: Re[2]: xorg: Xorg crashes randomly.

2016-02-15 Thread Bogdan
I have also tried openjdk-9 and oracle's Java 8 update 64 (built using 
java-package), but crashes were still happening - so maybe it is not related to 
java, as I thought initially.

I have now downgraded to xserver 1:7.7+12. Seems stable so far. I'll send 
another update if this one also crashes...

B.

 

this freemail appends ads, sorry:

-- реклама ---
Поторопись зарегистрировать самый короткий почтовый адрес @i.ua
http://mail.i.ua/reg - и получи 1Gb для хранения писем



Bug#814419: xorg: Xorg crashes randomly.

2016-02-15 Thread Bogdan
The same Xorg version, the same error message, and similar backtrace:

[  3812.964] (EE) Backtrace:
[  3812.964] (EE) 0: /usr/lib/xorg/Xorg (xorg_backtrace+0x4e) [0x56150d89149e]
[  3812.964] (EE) 1: /usr/lib/xorg/Xorg (0x56150d6dc000+0x1b9819) 
[0x56150d895819]
[  3812.964] (EE) 2: /lib/x86_64-linux-gnu/libc.so.6 (0x7f5a15877000+0x33590) 
[0x7f5a158aa590]
[  3812.964] (EE) 3: /lib/x86_64-linux-gnu/libc.so.6 (0x7f5a15877000+0x785e8) 
[0x7f5a158ef5e8]
[  3812.964] (EE) 4: /lib/x86_64-linux-gnu/libc.so.6 (__libc_calloc+0xd5) 
[0x7f5a158f2395]
[  3812.964] (EE) 5: /usr/lib/xorg/modules/drivers/intel_drv.so 
(0x7f5a1121a000+0x105d95) [0x7f5a1131fd95]
[  3812.964] (EE) 6: /usr/lib/xorg/modules/drivers/intel_drv.so 
(0x7f5a1121a000+0x106c43) [0x7f5a11320c43]
[  3812.964] (EE) 7: /usr/lib/xorg/Xorg (DRI2WaitMSC+0x6e) [0x56150d863e2e]
[  3812.964] (EE) 8: /usr/lib/xorg/Xorg (0x56150d6dc000+0x1891e6) 
[0x56150d8651e6]
[  3812.964] (EE) 9: /usr/lib/xorg/Xorg (0x56150d6dc000+0x53a3f) 
[0x56150d72fa3f]
[  3812.964] (EE) 10: /usr/lib/xorg/Xorg (0x56150d6dc000+0x57a53) 
[0x56150d733a53]
[  3812.964] (EE) 11: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xf0) 
[0x7f5a15897870]
[  3812.964] (EE) 12: /usr/lib/xorg/Xorg (_start+0x29) [0x56150d71dde9]
[  3812.964] (EE) 
[  3812.964] (EE) Bus error at address 0x0
[  3812.964] (EE) 
Fatal server error:
[  3812.964] (EE) Caught signal 7 (Bus error). Server aborting

This bug on freedesktop.org https://bugs.freedesktop.org/show_bug.cgi?id=93848 
has some similar logs as well, and might be related (haven't checked the 
version, though).

In my case X server seems to abort when I'm using Java programs - see e.g. a 
similar report 
http://comments.gmane.org/gmane.comp.gis.openstreetmap.josm.devel/6516 .
Replacing openjdk-7-jre with openjdk-8-jre seemed to have fixed the problem for 
one Java program (had no crashes anymore with it), but still causes crashes 
while using PyCharm.
Note that crashing is not immediate: I can use the program for a few minutes 
before X crashes.

I have not yet had any crashes when NOT using Java programs.

HTH,
Bogdan


 

this freemail appends ads, sorry:

-- реклама ---
Поторопись зарегистрировать самый короткий почтовый адрес @i.ua
http://mail.i.ua/reg - и получи 1Gb для хранения писем