[Ubuntu-x-swat] [Bug 1914844] Re: Sync xserver-xorg-video-ati 1:19.1.0-2 (main) from Debian unstable (main)

2021-03-05 Thread Dmitry Shachnev
This bug was fixed in the package xserver-xorg-video-ati - 1:19.1.0-2
Sponsored for Logan Rosen (logan)

---
xserver-xorg-video-ati (1:19.1.0-2) unstable; urgency=medium

  * Team upload

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Bump debhelper from old 11 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Repository, Repository-Browse.
  * Update standards version to 4.2.1, no changes needed.

  [ Julien Cristau ]
  * Pull fixes from upstream master including a GCC 10 build fix
(closes: #957998).

 -- Julien Cristau   Fri, 18 Sep 2020 14:58:08
+0200

** Changed in: xserver-xorg-video-ati (Ubuntu)
   Status: New => Fix Released

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

Title:
  Sync xserver-xorg-video-ati 1:19.1.0-2 (main) from Debian unstable
  (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-ati/+bug/1914844/+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 1842425] Re: No GUI with Gnome Flashback or Classic after apt dist-upgrade; Ubuntu on Wayland OK

2019-09-04 Thread Dmitry Shachnev
Thanks again. On errors.ubuntu.com I see one gnome-flashback crash from
September 2nd but unfortunately the retrace failed so there is no useful
stacktrace: https://errors.ubuntu.com/oops/352bf78e-
ceb9-11e9-ae81-fa163e983629

I see also two vino crashes in September. Maybe vino is the culprit?
Have you tried disabling or uninstalling it?

There is also an older gnome-flashback crash from August 27th and it
also seems related to X11 — the error is BadMatch (invalid parameter
attributes), happened when gnome-flashback tried to set mouse speed.

I think the real problem is below the stack — in X11 server or in
kernel. When that is fixed, gnome-flashback should stop crashing.

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

Title:
  No GUI with Gnome Flashback or Classic after apt dist-upgrade; Ubuntu
  on Wayland OK

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-flashback/+bug/1842425/+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 1842425] Re: No GUI with Gnome Flashback or Classic after apt dist-upgrade; Ubuntu on Wayland OK

2019-09-04 Thread Dmitry Shachnev
Thanks a lot for the details.

I see several problems here:

1) At 15:00:15, there is a kernel error (RPM wakelock ref not held
during HW access). So this may be related to the kernel upgrade. Adding
a linux task.

Can you check if it happens with stock kernel, not from HWE (linux-
image-generic which is 4.15.0)?

2) At 18:16:33, gnome-flashback segfaults. Most probably the error was
submitted to errors.ubuntu.com. However, to find it, it would be nice to
know your whoopsie id.

Can you please paste the output of this command: sudo cat 
/var/lib/whoopsie/whoopsie-id?
Using this ID other people may see the crashes reported from your system 
(anyone will see the summary, developers will be able to see the details). If 
you worry about privacy, send me the output to mity...@ubuntu.com.

3) In several places, there is also this error:

/usr/lib/gdm3/gdm-x-session[1894]: Fatal server error:
/usr/lib/gdm3/gdm-x-session[1894]: (EE) EnterVT failed for screen 0
...
/usr/lib/gdm3/gdm-x-session[1894]: (EE) Please also check the log file at 
"/home/myuserid/.local/share/xorg/Xorg.0.log" for additional information.

Can you please attach that file too? And I am also adding an xorg-server
task.

Note that I am the maintainer of gnome-flashback, so I will only be able
to look at issue 2. I hope the maintainers of linux and xorg will be
able to look at the other two issues.

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

** Also affects: linux-signed-hwe (Ubuntu)
   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/1842425

Title:
  No GUI with Gnome Flashback or Classic after apt dist-upgrade; Ubuntu
  on Wayland OK

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-flashback/+bug/1842425/+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 1723732] Re: XShmGetImage() crops returned image

2017-10-15 Thread Dmitry Shachnev
** Description changed:

  [Impact]
  
  XShmGetImage() crops the image to the absolute region (x,y)-(x+w,y+h).
  For example, given a window with geometry 640x480+200+300 and a 640x480
  image:
  
-   XShmGetImage(display, window, image, 0, 0, AllPlanes);
+   XShmGetImage(display, window, image, 0, 0, AllPlanes);
  
  returns only the upper-left 440x180 of the window image, clearing the
  rest of the image to empty.
  
  Upstream fix:
  
https://cgit.freedesktop.org/xorg/xserver/commit/?id=885636b7d42b3c7b151fc386d358184db004ce45
  
  [Test Case]
  
  - Use xwininfo to get xid for CSD window, for example, nautilus
  
  - Use following command to take screenshot:
  gst-launch-1.0 ximagesrc xid=0x667 num-buffers=1 ! videoconvert ! pngenc 
! filesink location=out.png
  
  - out.png should include full window screenshot
  
  - if screenshot looks good without patch, then repeat steps moving
  window to different place on screen, or try to maximize and/or try with
  different CSD window.
  
  - actually it is not required to test with CSD windows, bug is
  reproducible also with SSD windows.
  
  [Regression Potential]
  
- I don't know...
+ The fix only changes the implementation of XShmGetImage function, so the
+ regression potential is limited to that function. Using gst-launch like
+ in test case above or gnome-screenshot in GNOME Flashback session is a
+ good way to test that there are no regressions.
  
  [Other Info]
-  
+ 
  Upstream bug:
  https://bugs.freedesktop.org/show_bug.cgi?id=101730
  
  GNOME Flashback bug:
  https://bugzilla.gnome.org/show_bug.cgi?id=788556

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

Title:
  XShmGetImage() crops returned image

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1723732/+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 1247528] Re: Build and distribute intel-virtual-output

2016-12-05 Thread Dmitry Shachnev
In the zesty package /usr/bin/intel-virtual-output is installed, so
closing this bug in Ubuntu and adding an Ubuntu (Xenial) task.

The patch is incomplete — according to the Debian package changelog, you
need to add some build-dependencies.

** Also affects: xserver-xorg-video-intel (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Also affects: xserver-xorg-video-intel (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** Changed in: xserver-xorg-video-intel (Ubuntu)
   Status: Incomplete => Fix Released

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

Title:
  Build and distribute intel-virtual-output

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1247528/+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 1427856] Re: Sync pixman 0.32.6-3 (main) from Debian unstable (main)

2015-03-09 Thread Dmitry Shachnev
This bug was fixed in the package pixman - 0.32.6-3
Sponsored for Jackson Doak (noskcaj)

---
pixman (0.32.6-3) sid; urgency=medium

  [ intrigeri ]
  * Enable hardening build flags with dpkg-buildflags.

 -- Julien Cristau jcris...@debian.org  Sat, 23 Aug 2014 22:16:40
-0700

pixman (0.32.6-2) sid; urgency=medium

  [ Julien Cristau ]
  * Disable vmx on ppc64el (closes: #745547).  Thanks, Breno Leitao!

 -- Cyril Brulebois k...@debian.org  Mon, 18 Aug 2014 22:50:39 +0200

pixman (0.32.6-1) sid; urgency=medium

  * New upstream release.
  * Bump debhelper compat level to 9.
  * Remove Cyril from Uploaders.

 -- Julien Cristau jcris...@debian.org  Sun, 13 Jul 2014 16:31:06
+0200

** Changed in: pixman (Ubuntu)
   Status: Incomplete = Fix Released

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

Title:
  Sync pixman 0.32.6-3 (main) from Debian unstable (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pixman/+bug/1427856/+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 1424135] Re: Sync libinput 0.10.0-1 (main) from Debian experimental (main)

2015-02-24 Thread Dmitry Shachnev
This bug was fixed in the package libinput - 0.10.0-1
Sponsored for Jackson Doak (noskcaj)

---
libinput (0.10.0-1) experimental; urgency=medium

  * New upstream release, bugfix release:
- A call to libinput_device_config_accel_set_speed() with a value of NAN
  triggered an assert() in libinput. Thanks to Olivier for hunting this
  down.
- Pointer devices with absolute axes (such as the ones used in VMs)
  had an uninitialized pointer acceleration speed, triggering a warning in
  the xorg libinput driver.

 -- Hector Oron zu...@debian.org  Fri, 06 Feb 2015 02:25:54 +0100

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

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

Title:
  Sync libinput 0.10.0-1 (main) from Debian experimental (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libinput/+bug/1424135/+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 805303] Re: Gtk-CRITICAL **: IA__gtk_widget_style_get: assertion `GTK_IS_WIDGET (widget)' failed with the default qt4 gui

2014-10-17 Thread Dmitry Shachnev
** Changed in: qt4-x11 (Ubuntu)
 Assignee: aruna (sudhaparimala) = (unassigned)

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

Title:
  Gtk-CRITICAL **: IA__gtk_widget_style_get: assertion `GTK_IS_WIDGET
  (widget)' failed with the default qt4 gui

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/805303/+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 1205643] Re: VIA P4M800 graphics broken in Lubuntu/Xubuntu Saucy 12.04.4 candidate

2014-06-22 Thread Dmitry Shachnev
I have uploaded the patch to precise-proposed, it is waiting in the SRU
queue (it's NEW instead of UNAPPROVED because of a bug in Launchpad).

** Changed in: xserver-xorg-video-openchrome-lts-saucy (Ubuntu)
   Status: Incomplete = In Progress

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

Title:
  VIA P4M800 graphics broken in Lubuntu/Xubuntu Saucy  12.04.4
  candidate

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-openchrome/+bug/1205643/+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 1205643] Re: VIA P4M800 graphics broken in Lubuntu/Xubuntu Saucy 12.04.4 candidate

2014-06-19 Thread Dmitry Shachnev
I am not very comfortable with removing
miInitializeBackingStore(pScreen); call. If it causes no regression
in earlier versions, that does not mean anything, as you can't cover
all test cases.

Why was that line added?

** Changed in: xserver-xorg-video-openchrome-lts-saucy (Ubuntu)
   Status: Confirmed = Incomplete

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

Title:
  VIA P4M800 graphics broken in Lubuntu/Xubuntu Saucy  12.04.4
  candidate

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-openchrome/+bug/1205643/+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 1205643] Re: VIA P4M800 graphics broken in Lubuntu/Xubuntu Saucy 12.04.4 candidate

2014-04-12 Thread Dmitry Shachnev
xserver-xorg-video-openchrome 1:0.3.1-0ubuntu2.2 is now in saucy-
updates.

** Changed in: xserver-xorg-video-openchrome (Ubuntu Saucy)
   Status: Won't Fix = Fix Released

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

Title:
  VIA P4M800 graphics broken in Lubuntu/Xubuntu Saucy  12.04.4
  candidate

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-openchrome/+bug/1205643/+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 507062] Re: synaptic assert failure: synaptic: ../../src/xcb_io.c:385: _XAllocID: Assertion `ret != inval_id' failed.

2014-04-08 Thread Dmitry Shachnev
** Changed in: libx11 (Ubuntu)
   Status: New = Triaged

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

Title:
  synaptic assert failure: synaptic: ../../src/xcb_io.c:385: _XAllocID:
  Assertion `ret != inval_id' failed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/xlibs/+bug/507062/+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 1225325] Re: Xorg crashed with SIGABRT in mieqMoveToNewScreen()

2014-03-13 Thread Dmitry Shachnev
Christopher, sorry, for some reason I did not run apport-collect when I
got this crash (but Apport definitely popped up and said my crash is a
duplicate of this bug). Also, I got it only once and can't reproduce it
anymore.

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

Title:
  Xorg crashed with SIGABRT in mieqMoveToNewScreen()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1225325/+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 1225325] Re: Xorg crashed with SIGABRT in mieqMoveToNewScreen()

2014-03-07 Thread Dmitry Shachnev
Yes, this is still an issue with the latest trusty.

** Changed in: xorg-server (Ubuntu)
   Status: Incomplete = 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/1225325

Title:
  Xorg crashed with SIGABRT in mieqMoveToNewScreen()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1225325/+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 1205643] Re: VIA P4M800 graphics broken in Lubuntu/Xubuntu Saucy 12.04.4 candidate

2014-01-29 Thread Dmitry Shachnev
 I think Saucy, and the 13.10 hardware enablement stack for Precise
should both be marked won't fix because they're only supported through
July of this year. But I'm not qualified to mark it as such.

Done.

** Changed in: xserver-xorg-video-openchrome (Ubuntu Saucy)
   Status: Confirmed = Won't Fix

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

Title:
  VIA P4M800 graphics broken in Lubuntu/Xubuntu Saucy  12.04.4
  candidate

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-openchrome/+bug/1205643/+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 1266023] [NEW] Merge with Debian

2014-01-04 Thread Dmitry Shachnev
Public bug reported:

Hi, I have merged a new upstream version from Debian, needed for the
next qtbase upload.

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


** Tags: patch trusty

** Patch added: Debian → Ubuntu diff
   
https://bugs.launchpad.net/bugs/1266023/+attachment/3940379/+files/libxcb-debian-ubuntu.debdiff

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

Title:
  Merge with Debian

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libxcb/+bug/1266023/+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] [PyQt] Fwd: [Bug 1241988] [NEW] All pyqt5 quick examples fails with shader program link error

2013-11-17 Thread Dmitry Shachnev
On Sun, Nov 17, 2013 at 4:17 PM, Phil Thompson
p...@riverbankcomputing.com wrote:
 I'm still stuck for suggestions. The examples are trivial. They don't even
 contain OpenGL code - the shaders causing the problems are all created
 internally by Qt.

OK. I'm reassigning the LP bug to Nvidia drivers, maybe the
maintainers have a clue.

--
Dmitry Shachnev


** Package changed: qtdeclarative-opensource-src (Ubuntu) = 
nvidia-graphics-drivers-304-updates (Ubuntu)

** Package changed: nvidia-graphics-drivers-304-updates (Ubuntu) =
nvidia-graphics-drivers-319-updates (Ubuntu)

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

Title:
  All pyqt5 quick examples fails with shader program link error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-319-updates/+bug/1241988/+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 1155327] Re: skype crashed with SIGSEGV in malloc@plt()

2013-04-26 Thread Dmitry Shachnev
** Branch unlinked: lp:~timo-jyrinki/ubuntu/raring/qtwebkit-
source/raring_231

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

Title:
  skype crashed with SIGSEGV in malloc@plt()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-304/+bug/1155327/+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 1170384] Re: [sna] Xorg crashed with SIGABRT in memcpy_blt() - Address 0xb8070f48 out of bounds when using ReText with Qt5

2013-04-23 Thread Dmitry Shachnev
For those who want to reproduce this bug, simply constructing a
QTextEdit (using Qt 5) and showing it should do.

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

Title:
  [sna] Xorg crashed with SIGABRT in memcpy_blt() - Address 0xb8070f48
  out of bounds when using ReText with Qt5

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1170384/+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 1170384] Re: [sna] Xorg crashed with SIGABRT in memcpy_blt() - Address 0xb8070f48 out of bounds when using ReText with Qt5

2013-04-23 Thread Dmitry Shachnev
While a fix on Xorg side will be a good thing, we anyway need to patch
Qt to make apps working, so adding a task.

** Also affects: qtbase-opensource-src (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: qtbase-opensource-src (Ubuntu)
   Status: New = In Progress

** Changed in: qtbase-opensource-src (Ubuntu)
   Importance: Undecided = High

** Changed in: qtbase-opensource-src (Ubuntu)
 Assignee: (unassigned) = Dmitry Shachnev (mitya57)

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

Title:
  [sna] Xorg crashed with SIGABRT in memcpy_blt() - Address 0xb8070f48
  out of bounds when using ReText with Qt5

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1170384/+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 1170384] [NEW] Xorg crashed with SIGABRT

2013-04-18 Thread Dmitry Shachnev
Public bug reported:

Xorg crashes every time when I try to run ReText with PyQt built against
Qt 5.

ProblemType: Crash
DistroRelease: Ubuntu 13.04
Package: xserver-xorg-core 2:1.13.3-0ubuntu6
ProcVersionSignature: Ubuntu 3.8.0-17.27-generic 3.8.6
Uname: Linux 3.8.0-17-generic i686
.tmp.unity.support.test.0:
 
ApportVersion: 2.9.2-0ubuntu8
Architecture: i386
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
Date: Thu Apr 18 18:47:23 2013
DistUpgraded: 2013-03-08 18:38:15,983 DEBUG enabling apt cron job
DistroCodename: raring
DistroVariant: ubuntu
ExecutablePath: /usr/bin/Xorg
ExtraDebuggingInterest: Yes
GraphicsCard:
 Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics 
Controller [8086:27a2] (rev 03) (prog-if 00 [VGA controller])
   Subsystem: Fujitsu Technology Solutions Device [1734:10c7]
   Subsystem: Fujitsu Technology Solutions Device [1734:10c7]
InstallationDate: Installed on 2010-03-20 (1125 days ago)
InstallationMedia: Ubuntu 10.04 Lucid Lynx - Beta i386 (20100318)
MachineType: FUJITSU SIEMENS AMILO Li 1818
MarkForUpload: True
ProcCmdline: /usr/bin/X :0 -core -auth /var/run/lightdm/root/:0 -nolisten tcp 
vt7 -novtswitch
ProcCwd: /etc/X11
ProcEnviron:
 
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-17-generic 
root=UUID=2e8fd81a-2a9c-4223-b8cb-19c24f99764e ro quiet splash vt.handoff=7
Signal: 6
SourcePackage: xorg-server
StacktraceTop:
 ?? () from /usr/lib/xorg/modules/drivers/intel_drv.so
 ?? () from /usr/lib/xorg/modules/drivers/intel_drv.so
 ?? ()
 ?? ()
 ?? ()
Title: Xorg crashed with SIGABRT
UpgradeStatus: Upgraded to raring on 2013-03-08 (41 days ago)
UserGroups:
 
dmi.bios.date: 07/30/2007
dmi.bios.vendor: FUJITSU SIEMENS
dmi.bios.version: 1.14C
dmi.board.name: AMILO Li 1818
dmi.board.vendor: FUJITSU SIEMENS
dmi.chassis.type: 10
dmi.chassis.vendor: FUJITSU SIEMENS
dmi.modalias: 
dmi:bvnFUJITSUSIEMENS:bvr1.14C:bd07/30/2007:svnFUJITSUSIEMENS:pnAMILOLi1818:pvr:rvnFUJITSUSIEMENS:rnAMILOLi1818:rvr:cvnFUJITSUSIEMENS:ct10:cvr:
dmi.product.name: AMILO Li 1818
dmi.sys.vendor: FUJITSU SIEMENS
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.43-0ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 9.1.1-0ubuntu2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 9.1.1-0ubuntu2
version.xserver-xorg-core: xserver-xorg-core 2:1.13.3-0ubuntu6
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2b2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.1.0-0ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.21.6-0ubuntu3
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.7-0ubuntu1
xserver.bootTime: Thu Apr 18 18:47:27 2013
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.13.3-0ubuntu6
xserver.video_driver: intel

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


** Tags: apport-crash i386 need-i386-retrace raring ubuntu

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

Title:
  Xorg crashed with SIGABRT

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1170384/+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 1170384] Re: Xorg crashed with SIGABRT

2013-04-18 Thread Dmitry Shachnev
From my xsession-errors:

Window manager warning: Log level 16: Native children wider or taller than 
65535 pixels are not supported
gnome-session[6512]: WARNING: Detected that screensaver has left the bus
gnome-session[6512]: CRITICAL: gsm_manager_set_phase: assertion `GSM_IS_MANAGER 
(manager)' failed
metacity: ../../src/xcb_io.c:528: _XAllocID: Assertion ret != inval_id failed.

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

Title:
  Xorg crashed with SIGABRT

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1170384/+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 1170384] Re: Xorg crashed with SIGABRT

2013-04-18 Thread Dmitry Shachnev
The log (attached) contains this:

[  9730.555] (EE) Backtrace:
[  9730.575] (EE) 0: /usr/bin/X (xorg_backtrace+0x49) [0xb7737f49]
[  9730.575] (EE) 1: /usr/bin/X (0xb758a000+0x1b1e86) [0xb773be86]
[  9730.575] (EE) 2: (vdso) (__kernel_rt_sigreturn+0x0) [0xb756740c]
[  9730.575] (EE) 3: /usr/lib/xorg/modules/drivers/intel_drv.so 
(0xb6e78000+0x33b55) [0xb6eabb55]
[  9730.575] (EE) 4: /usr/lib/xorg/modules/drivers/intel_drv.so 
(0xb6e78000+0x5a7cb) [0xb6ed27cb]
[  9730.575] (EE) 5: /usr/bin/X (0xb758a000+0x131494) [0xb76bb494]
[  9730.575] (EE) 6: /usr/bin/X (0xb758a000+0x3a70f) [0xb75c470f]
[  9730.576] (EE) 7: /usr/bin/X (0xb758a000+0x3e035) [0xb75c8035]
[  9730.576] (EE) 8: /usr/bin/X (0xb758a000+0x2b525) [0xb75b5525]
[  9730.576] (EE) 9: /lib/i386-linux-gnu/libc.so.6 (__libc_start_main+0xf5) 
[0xb7178935]
[  9730.576] (EE) 10: /usr/bin/X (0xb758a000+0x2b8f9) [0xb75b58f9]
[  9730.576] (EE) 
[  9730.576] (EE) Segmentation fault at address 0xb8070f48
[  9730.576] 
Fatal server error:
[  9730.576] Caught signal 11 (Segmentation fault). Server aborting

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

Title:
  Xorg crashed with SIGABRT

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1170384/+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 1170384] Re: Xorg crashed with SIGABRT

2013-04-18 Thread Dmitry Shachnev
Starting ReText with LIBOVERLAY_SCROLLBAR=0 helps, so looks like we have
bug 1005677 again.

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

Title:
  Xorg crashed with SIGABRT

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1170384/+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 1129376] Re: libxcb should build dep on python:any to cross-build

2013-02-25 Thread Dmitry Shachnev
** Package changed: xcb (Ubuntu) = libxcb (Ubuntu)

** Changed in: libxcb (Ubuntu)
   Status: Fix Committed = Fix Released

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

Title:
  libxcb should build dep on python:any to cross-build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libxcb/+bug/1129376/+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 1068341] Re: No way to specify correct dependencies for dkms packages (nvidia driver install fails to get matching header)

2013-02-22 Thread Dmitry Shachnev
** Changed in: nvidia-graphics-drivers-updates (Ubuntu)
 Assignee: leandro kometani (leandro-kometani) = (unassigned)

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

Title:
  No way to specify correct dependencies for dkms packages (nvidia
  driver install fails to get matching header)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/1068341/+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 905686] Re: nautilus assert failure: nautilus: ../../src/xcb_io.c:528: _XAllocID: Assertion `ret != inval_id' failed.

2013-02-18 Thread Dmitry Shachnev
** Changed in: libx11 (Ubuntu)
   Status: Incomplete = Triaged

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

Title:
  nautilus assert failure: nautilus: ../../src/xcb_io.c:528: _XAllocID:
  Assertion `ret != inval_id' failed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/xlibs/+bug/905686/+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 905686] Re: nautilus assert failure: nautilus: ../../src/xcb_io.c:528: _XAllocID: Assertion `ret != inval_id' failed.

2012-09-30 Thread Dmitry Shachnev
** Changed in: nautilus (Ubuntu)
 Assignee: Syeef Ahmed (syeef) = (unassigned)

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

Title:
  nautilus assert failure: nautilus: ../../src/xcb_io.c:528: _XAllocID:
  Assertion `ret != inval_id' failed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/xlibs/+bug/905686/+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 905686] Re: nautilus assert failure: nautilus: ../../src/xcb_io.c:528: _XAllocID: Assertion `ret != inval_id' failed.

2012-04-08 Thread Dmitry Shachnev
** Changed in: nautilus (Ubuntu)
 Assignee: Александр (sdmk79) = (unassigned)

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

Title:
  nautilus assert failure: nautilus: ../../src/xcb_io.c:528: _XAllocID:
  Assertion `ret != inval_id' failed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/xlibs/+bug/905686/+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 805303] Re: Gtk-CRITICAL **: IA__gtk_widget_style_get: assertion `GTK_IS_WIDGET (widget)' failed with the default qt4 gui

2012-03-22 Thread Dmitry Shachnev
** No longer affects: overlay-scrollbar (Ubuntu Oneiric)

** No longer affects: overlay-scrollbar (Ubuntu)

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

Title:
  Gtk-CRITICAL **: IA__gtk_widget_style_get: assertion `GTK_IS_WIDGET
  (widget)' failed with the default qt4 gui

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+2.0/+bug/805303/+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 884555] Re: Some characters on screen are broken

2011-11-25 Thread Dmitry Shachnev
I have a similar issue, see 
https://answers.launchpad.net/ubuntu/+source/gnome-terminal/+question/180044.
But I remember seeing a bug report with the same issue long time ago — AFAIR it 
was filed against xfce4-terminal.

** Summary changed:

- characters on screen broken in unity 3d
+ Some characters on screen are broken

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

** Changed in: xserver-xorg-video-intel (Ubuntu)
   Status: New = Confirmed

** Tags added: likely-dup

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

Title:
  Some characters on screen are broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/884555/+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 892677] Re: X server freeze

2011-11-20 Thread Dmitry Shachnev
** Package changed: ubuntu = xorg (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/892677

Title:
  X server freeze

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/892677/+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 865504] Re: keyboard layout changes automatically

2011-11-16 Thread Dmitry Shachnev
** Package changed: meta-gnome3 (Ubuntu) = xkeyboard-config (Ubuntu)

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

Title:
  keyboard layout changes automatically

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xkeyboard-config/+bug/865504/+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 879838] Re: Keyboard Layout Germany Neo 2: Mod4 does not work if used as secondary keyboard layout

2011-11-14 Thread Dmitry Shachnev
** Package changed: ubuntu = xkeyboard-config (Ubuntu)

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

Title:
  Keyboard Layout Germany Neo 2: Mod4 does not work if used as
  secondary keyboard layout

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xkeyboard-config/+bug/879838/+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 888487] Re: Default video card driver broken

2011-11-10 Thread Dmitry Shachnev
** Package changed: ubuntu = libdrm (Ubuntu)

** Package changed: libdrm (Ubuntu) = xserver-xorg-video-nouveau
(Ubuntu)

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

Title:
  Default video card driver broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/888487/+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 884871] Re: Problem with the Portuguese keyboard layout

2011-11-07 Thread Dmitry Shachnev
** Changed in: xkeyboard-config (Ubuntu)
   Status: Incomplete = Confirmed

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

Title:
  Problem with the Portuguese keyboard layout

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xkeyboard-config/+bug/884871/+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 884871] Re: Problem with the Portuguese keyboard layout

2011-11-03 Thread Dmitry Shachnev
Can you attach/paste terminal output of the commands listed?

** Package changed: ubuntu = xkeyboard-config (Ubuntu)

** Changed in: xkeyboard-config (Ubuntu)
   Status: New = Incomplete

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

Title:
  Problem with the Portuguese keyboard layout

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xkeyboard-config/+bug/884871/+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 805303] Re: Gtk-CRITICAL **: IA__gtk_widget_style_get: assertion `GTK_IS_WIDGET (widget)' failed with the default qt4 gui

2011-10-26 Thread Dmitry Shachnev
You may want to purge a PPA from which you installed your Gtk (using
ppa-purge).

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

Title:
  Gtk-CRITICAL **: IA__gtk_widget_style_get: assertion `GTK_IS_WIDGET
  (widget)' failed with the default qt4 gui

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+2.0/+bug/805303/+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 880702] Re: Ubuntu 11.10 doesn't shut down like previous versions

2011-10-25 Thread Dmitry Shachnev
Ah, if Ctrl+Alt+Del doesn't work either, it's rather X.org issue.

** Package changed: utouch (Ubuntu) = xorg (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/880702

Title:
  Ubuntu 11.10 doesn't shut down like previous versions

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/880702/+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 880449] Re: Problem with titlebar

2011-10-23 Thread Dmitry Shachnev
It's bug in compiz, not in xorg.

** Package changed: xorg (Ubuntu) = compiz (Ubuntu)

** Description changed:

  When hiding all visible windows and making them visible again (via
  Ctrl+Alt+D) the titlebars of all windows are not clickable (i.e. when
  clicking on the titlebar of a window, it actually becomes unfocused and
  the click is picked up by the workspace desktop instead).
  
  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: xorg 1:7.6+7ubuntu7
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic-pae 3.0.4
  Uname: Linux 3.0.0-12-generic-pae i686
  .tmp.unity.support.test.0:
-  
+ 
  ApportVersion: 1.23-0ubuntu3
  Architecture: i386
  CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,mousepoll,wall,vpswitch,resize,gnomecompat,place,regex,compiztoolbox,resizeinfo,imgpng,move,session,snap,grid,animation,workarounds,fade,expo,unitymtgrabhandles,scale,ezoom,unityshell]
  CompositorRunning: compiz
  Date: Sun Oct 23 12:50:12 2011
  DistUpgraded: Fresh install
  DistroCodename: oneiric
  DistroVariant: ubuntu
  DkmsStatus: virtualbox, 4.1.2, 3.0.0-12-generic-pae, i686: installed
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
-  Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0112] (rev 09) (prog-if 00 [VGA controller])
-Subsystem: ASRock Incorporation Device [1849:0112]
- MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
+  Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0112] (rev 09) (prog-if 00 [VGA controller])
+    Subsystem: ASRock Incorporation Device [1849:0112]
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-12-generic-pae 
root=UUID=488f3a84-6094-4dad-a6ab-d85c65610aed ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/21/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.10
  dmi.board.name: H67M-ITX
  dmi.board.vendor: ASRock
- dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
- dmi.chassis.vendor: To Be Filled By O.E.M.
- dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.10:bd02/21/2011:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnH67M-ITX:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
- dmi.product.name: To Be Filled By O.E.M.
- dmi.product.version: To Be Filled By O.E.M.
- dmi.sys.vendor: To Be Filled By O.E.M.
  version.compiz: compiz 1:0.9.6+bzr20110929-0ubuntu5
  version.libdrm2: libdrm2 2.4.26-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 7.11-0ubuntu3
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 7.11-0ubuntu3
  version.xserver-xorg: xserver-xorg 1:7.6+7ubuntu7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.6.0-1ubuntu13
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20110811.g93fc084-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.15.901-1ubuntu2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110411+8378443-1

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

Title:
  Problem with titlebar

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/880449/+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 874104] Re: nvidia-xconfig: Could not apply the stored configuration for monitors

2011-10-20 Thread Dmitry Shachnev
Thank you for your report. This bug is now being assigned to nvidia-
graphics-drivers package, so that its maintainers will be notified
about this issue.

** Summary changed:

- sudo nvidia-xconfig
+ nvidia-xconfig: Could not apply the stored configuration for monitors

** Package changed: ubuntu = nvidia-graphics-drivers (Ubuntu)

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

Title:
  nvidia-xconfig: Could not apply the stored configuration for monitors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/874104/+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 877820] Re: Can't get X running on 27 iMac (Radeon gfx) in 11.10

2011-10-19 Thread Dmitry Shachnev
Thank you for your report. This bug is now being assigned to xorg
package, so that its maintainers will be notified about this issue.

** Package changed: ubuntu = xorg (Ubuntu)

** Tags added: regression-release

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

Title:
  Can't get X running on 27 iMac (Radeon gfx) in 11.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/877820/+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 805303] Re: Gtk-CRITICAL **: IA__gtk_widget_style_get: assertion `GTK_IS_WIDGET (widget)' failed with the default qt4 gui

2011-09-27 Thread Dmitry Shachnev
@Jonathan: look at this attachment:
https://launchpadlibrarian.net/81164594/vlc.out. There are exactly the
same errors as are in this bug's description!

Also, maybe it's easier to fix the overlay scrollbars instead of Qt?
I'll now try to downgrade them to Natty version and check if the crash
exists.

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

Title:
  Gtk-CRITICAL **: IA__gtk_widget_style_get: assertion `GTK_IS_WIDGET
  (widget)' failed with the default qt4 gui

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qt4-x11/+bug/805303/+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 805303] Re: Gtk-CRITICAL **: IA__gtk_widget_style_get: assertion `GTK_IS_WIDGET (widget)' failed with the default qt4 gui

2011-09-27 Thread Dmitry Shachnev
Overlay-scrollbar 0.1.12 installs but doesn't work (I get classic
scrollbars everywhere), and VLC doesn't crash. Anyway, I believe that
something was broken in overlay-scrollbar and can be easily reverted.

I'm adding ubuntu/overlay-scrollbar task, if I'm wrong feel free to mark
it invalid.

** Also affects: overlay-scrollbar (Ubuntu)
   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/805303

Title:
  Gtk-CRITICAL **: IA__gtk_widget_style_get: assertion `GTK_IS_WIDGET
  (widget)' failed with the default qt4 gui

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/overlay-scrollbar/+bug/805303/+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 805303] Re: Gtk-CRITICAL **: IA__gtk_widget_style_get: assertion `GTK_IS_WIDGET (widget)' failed with the default qt4 gui

2011-09-25 Thread Dmitry Shachnev
@Nicolás: The package name is libqtgui4, so you can run apt-cache
policy libqtgui4 to check the version.

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

Title:
  Gtk-CRITICAL **: IA__gtk_widget_style_get: assertion `GTK_IS_WIDGET
  (widget)' failed with the default qt4 gui

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qt4-x11/+bug/805303/+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 805303] Re: Gtk-CRITICAL **: IA__gtk_widget_style_get: assertion `GTK_IS_WIDGET (widget)' failed with the default qt4 gui

2011-09-20 Thread Dmitry Shachnev
Helps with ReText.

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

Title:
  Gtk-CRITICAL **: IA__gtk_widget_style_get: assertion `GTK_IS_WIDGET
  (widget)' failed with the default qt4 gui

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qt4-x11/+bug/805303/+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 805303] Re: Gtk-CRITICAL **: IA__gtk_widget_style_get: assertion `GTK_IS_WIDGET (widget)' failed with the default qt4 gui

2011-09-16 Thread Dmitry Shachnev
** Tags removed: rls-mgr-o-tracing
** Tags added: rls-mgr-o-tracking

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

Title:
  Gtk-CRITICAL **: IA__gtk_widget_style_get: assertion `GTK_IS_WIDGET
  (widget)' failed with the default qt4 gui

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qt4-x11/+bug/805303/+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 843265] Re: xorg quickly eats all memory

2011-09-16 Thread Dmitry Shachnev
*** This bug is a duplicate of bug 805303 ***
https://bugs.launchpad.net/bugs/805303

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 805303, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report. Feel free to continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 805303
   Gtk-CRITICAL **: IA__gtk_widget_style_get: assertion `GTK_IS_WIDGET 
(widget)' failed with the default qt4 gui

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

Title:
  xorg quickly eats all memory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/843265/+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 640824] Re: Keyboard layout messed up after a while

2010-10-01 Thread Dmitry Shachnev
*** This bug is a duplicate of bug 625793 ***
https://bugs.launchpad.net/bugs/625793

** This bug is no longer a duplicate of bug 633167
   gnome-settings-daemon crashed with SIGSEGV in g_return_if_fail_warning()
** This bug has been marked a duplicate of bug 625793
   Keyboard layout automatically changes
 * You can subscribe to bug 625793 by following this link: 
https://bugs.edge.launchpad.net/indicator-application/+bug/625793/+subscribe

-- 
Keyboard layout messed up after a while
https://bugs.launchpad.net/bugs/640824
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xkeyboard-config in ubuntu.

___
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 650946] Re: Random keyboard layout switches

2010-10-01 Thread Dmitry Shachnev
*** This bug is a duplicate of bug 625793 ***
https://bugs.launchpad.net/bugs/625793

** This bug has been marked a duplicate of bug 625793
   Keyboard layout automatically changes + 100% CPU usage [updated]
 * You can subscribe to bug 625793 by following this link: 
https://bugs.edge.launchpad.net/indicator-application/+bug/625793/+subscribe

-- 
Random keyboard layout switches
https://bugs.launchpad.net/bugs/650946
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-input-evdev in ubuntu.

___
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 535640] Re: [gm45] GPU lockup de05bf80bf83cd22541cb55f1a2ee99e (xorg crash when opening the laptop lid)

2010-07-19 Thread Dmitry Shachnev
Fix is commited upstream (http://cgit.freedesktop.org/xorg/driver/xf86
-video-intel/commit/?id=272d1c14a39c32ade39b5a8b080a891f2b3d6e8e),
please change status.

-- 
[gm45] GPU lockup de05bf80bf83cd22541cb55f1a2ee99e (xorg crash when opening the 
laptop lid)
https://bugs.launchpad.net/bugs/535640
You received this bug notification because you are a member of Ubuntu-X,
which is the registrant for xf86-video-intel.

___
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