[Ubuntu-x-swat] [Bug 1318584] Re: qt crashed when switching video out mode to external or internal only mode

2014-07-09 Thread Chris Halse Rogers
So, it looks like there's a race between the destruction of an
QXcbScreen in response to a RANDR event in handleXcbEvent and (a) expose
handling and (b) some timer. I'll forward this upstream and might let
someone more familiar with Qt take over.

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

Title:
  qt crashed when switching video out mode to external or internal only
  mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/checkbox-gui/+bug/1318584/+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 1318584] Re: qt crashed when switching video out mode to external or internal only mode

2014-07-09 Thread Chris Halse Rogers
So, the relevant madness appears to be:

…snip all the glib detritus…
==30400== Invalid read of size 8
==30400==at 0xE8587FB: QGLXContext::makeCurrent(QPlatformSurface*) 
(qglxintegration.cpp:333)
==30400==by 0x6339772: QOpenGLContext::makeCurrent(QSurface*) 
(qopenglcontext.cpp:812)
==30400==by 0x4F9626A: ??? (in 
/usr/lib/x86_64-linux-gnu/libQt5Quick.so.5.3.0)
==30400==by 0x4F96F1D: ??? (in 
/usr/lib/x86_64-linux-gnu/libQt5Quick.so.5.3.0)
==30400==by 0x6301448: QWindow::event(QEvent*) (qwindow.cpp:1956)
==30400==by 0x4FC0D72: QQuickWindow::event(QEvent*) (in 
/usr/lib/x86_64-linux-gnu/libQt5Quick.so.5.3.0)
==30400==by 0x5B2E6DB: QApplicationPrivate::notify_helper(QObject*, 
QEvent*) (qapplication.cpp:3504)
==30400==by 0x5B33455: QApplication::notify(QObject*, QEvent*) 
(qapplication.cpp:3287)
==30400==by 0x6BDB9D4: QCoreApplication::notifyInternal(QObject*, QEvent*) 
(qcoreapplication.cpp:935)
==30400==by 0x62FABC5: 
QGuiApplicationPrivate::processExposeEvent(QWindowSystemInterfacePrivate::ExposeEvent*)
 (qcoreapplication.h:240)
==30400==by 0x62FB724: 
QGuiApplicationPrivate::processWindowSystemEvent(QWindowSystemInterfacePrivate::WindowSystemEvent*)
 (qguiapplication.cpp:1566)
==30400==by 0x62E2427: 
QWindowSystemInterface::sendWindowSystemEvents(QFlags)
 (qwindowsysteminterface.cpp:579)
==30400==  Address 0xe1a8f90 is 16 bytes inside a block of size 192 free'd
==30400==at 0x4C2C2BC: operator delete(void*) (vg_replace_malloc.c:503)
==30400==by 0xE83611A: QXcbConnection::updateScreens() 
(qxcbconnection.cpp:258)
==30400==by 0xE836814: QXcbConnection::handleXcbEvent(xcb_generic_event_t*) 
(qxcbconnection.cpp:928)
==30400==by 0xE837A0A: QXcbConnection::processXcbEvents() 
(qxcbconnection.cpp:1232)
==30400==by 0x6C0B5B5: QObject::event(QEvent*) (qobject.cpp:1241)
==30400==by 0x5B2E6DB: QApplicationPrivate::notify_helper(QObject*, 
QEvent*) (qapplication.cpp:3504)
==30400==by 0x5B33455: QApplication::notify(QObject*, QEvent*) 
(qapplication.cpp:3287)
==30400==by 0x6BDB9D4: QCoreApplication::notifyInternal(QObject*, QEvent*) 
(qcoreapplication.cpp:935)
==30400==by 0x6BDD826: QCoreApplicationPrivate::sendPostedEvents(QObject*, 
int, QThreadData*) (qcoreapplication.h:237)
==30400==by 0x6C33242: postEventSourceDispatch(_GSource*, int (*)(void*), 
void*) (qeventdispatcher_glib.cpp:279)
==30400==by 0x849FDE3: g_main_context_dispatch (in 
/lib/x86_64-linux-gnu/libglib-2.0.so.0.4101.0)
==30400==by 0x84A0027: g_main_context_iterate.isra.24 (in 
/lib/x86_64-linux-gnu/libglib-2.0.so.0.4101.0)
==30400== 
==30400== Invalid read of size 8
==30400==at 0xE858525: QGLXContext::swapBuffers(QPlatformSurface*) 
(qglxintegration.cpp:392)
==30400==by 0x6339A71: QOpenGLContext::swapBuffers(QSurface*) 
(qopenglcontext.cpp:906)
==30400==by 0x4F96A8B: ??? (in 
/usr/lib/x86_64-linux-gnu/libQt5Quick.so.5.3.0)
==30400==by 0x4F96F1D: ??? (in 
/usr/lib/x86_64-linux-gnu/libQt5Quick.so.5.3.0)
==30400==by 0x6301448: QWindow::event(QEvent*) (qwindow.cpp:1956)
==30400==by 0x4FC0D72: QQuickWindow::event(QEvent*) (in 
/usr/lib/x86_64-linux-gnu/libQt5Quick.so.5.3.0)
==30400==by 0x5B2E6DB: QApplicationPrivate::notify_helper(QObject*, 
QEvent*) (qapplication.cpp:3504)
==30400==by 0x5B33455: QApplication::notify(QObject*, QEvent*) 
(qapplication.cpp:3287)
==30400==by 0x6BDB9D4: QCoreApplication::notifyInternal(QObject*, QEvent*) 
(qcoreapplication.cpp:935)
==30400==by 0x62FABC5: 
QGuiApplicationPrivate::processExposeEvent(QWindowSystemInterfacePrivate::ExposeEvent*)
 (qcoreapplication.h:240)
==30400==by 0x62FB724: 
QGuiApplicationPrivate::processWindowSystemEvent(QWindowSystemInterfacePrivate::WindowSystemEvent*)
 (qguiapplication.cpp:1566)
==30400==by 0x62E2427: 
QWindowSystemInterface::sendWindowSystemEvents(QFlags)
 (qwindowsysteminterface.cpp:579)
==30400==  Address 0xe1a8f90 is 16 bytes inside a block of size 192 free'd
==30400==at 0x4C2C2BC: operator delete(void*) (vg_replace_malloc.c:503)
==30400==by 0xE83611A: QXcbConnection::updateScreens() 
(qxcbconnection.cpp:258)
==30400==by 0xE836814: QXcbConnection::handleXcbEvent(xcb_generic_event_t*) 
(qxcbconnection.cpp:928)
==30400==by 0xE837A0A: QXcbConnection::processXcbEvents() 
(qxcbconnection.cpp:1232)
==30400==by 0x6C0B5B5: QObject::event(QEvent*) (qobject.cpp:1241)
==30400==by 0x5B2E6DB: QApplicationPrivate::notify_helper(QObject*, 
QEvent*) (qapplication.cpp:3504)
==30400==by 0x5B33455: QApplication::notify(QObject*, QEvent*) 
(qapplication.cpp:3287)
==30400==by 0x6BDB9D4: QCoreApplication::notifyInternal(QObject*, QEvent*) 
(qcoreapplication.cpp:935)
==30400==by 0x6BDD826: QCoreApplicationPrivate::sendPostedEvents(QObject*, 
int, QThreadData*) (qcoreapplication.h:237)
==30400==by 0x6C33242: postEventSourceDispatch(_GSource*, int (*)(void*), 
void*) (qeventdispatcher_glib.cpp:279)
==30400==by 0x849FDE3: g_

[Ubuntu-x-swat] [Bug 1318584] Re: qt crashed when switching video out mode to external or internal only mode

2014-07-09 Thread Chris Halse Rogers
Ok, I can reproduce the crash pretty easily here. Let's see what I can
shake out with a full debug stack.

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

Title:
  qt crashed when switching video out mode to external or internal only
  mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/checkbox-gui/+bug/1318584/+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 1316035] Re: matrox g200eR2 is unclaimed in 14.04

2014-07-09 Thread Dante Sun
Same problem with DELL PowerEdge R420 with Ubuntu 14.04

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

Title:
  matrox g200eR2 is unclaimed in 14.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1316035/+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 1308105] Re: Xfce resets TV mode to NULL when power cycled

2014-07-09 Thread Nick
Thanks Straximus, that worked for me too.

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

Title:
  Xfce resets TV mode to NULL when power cycled

To manage notifications about this bug go to:
https://bugs.launchpad.net/mythbuntu/+bug/1308105/+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 1333962] Re: [Lenovo ThinkPad W530] Unsynchronised rendering on secondary displays

2014-07-09 Thread Keshav Dhandhania
Hi,

There seems to be something special about the .iso. 
The startup disk creator won't select the file for creating a bootable USB. 

In any case, how would application level variation be caused because of
things in the BIOS?

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

Title:
  [Lenovo ThinkPad W530] Unsynchronised rendering on secondary displays

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1333962/+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 1339850] [NEW] AMD Radeon Graphic card under Ubuntu 12.04 lts 64bits

2014-07-09 Thread Mohammed MOUMEN
Public bug reported:

Hello all,

Please note that I really need help since I'm in very beginer level on Unix!
So, I had a system crush due to graphic card (which I nderstood very late) and 
I re-install Ubunutu 12.04 lts 64 bits. when installation finished and laptop 
reboots It says that ther is a problem with cryptswap1 (which I resolved : 
caused by home folder crypting) and after that my laptop boots on low graphic 
mode!!! I figured out how to boot by GRUB and tried to fix it! now I am on 
stage in which I succeeded to boot normally, I followed some steps in some 
video tutorial which are : 

$sudo add-apt-repository  ppa:xorg-edgers/ppa
$sudo apt-get update
$sudo apt-get install fglrx
$sudo amdconfig --initial   => here I got an error : amdconfig: No 
supported adapters detected
I normally should install gksu after thie step and then reboot my laptop and 
everything should okay :) but no It has to be difficult!!!
So any help please?

Remark :

$ lspci  | grep VGA
00:02.0 VGA compatible controller: Intel Corporation Haswell-ULT Integrated 
Graphics Controller (rev 09)
$ dpkg -l | grep xserver-xorg
ii  xserver-xorg-core-lts-saucy
2:1.14.5-1ubuntu2~saucy1~precise2   Xorg X server - core server
ii  xserver-xorg-glamoregl-lts-saucy   0.5.1-0ubuntu4.2~precise2
   X.Org X server -- graphics acceleration module based on OpenGL
ii  xserver-xorg-input-all-lts-saucy   1:7.7+1ubuntu6~precise1  
   X.Org X server -- input driver metapackage
ii  xserver-xorg-input-evdev-lts-saucy 1:2.7.3-0ubuntu3.1~precise1  
   X.Org X server -- evdev input driver
ii  xserver-xorg-input-mouse-lts-saucy 1:1.7.2-3build1~precise1 
   X.Org X server -- mouse input driver
ii  xserver-xorg-input-synaptics-lts-saucy 1.7.1-0ubuntu1~precise1  
   Synaptics TouchPad driver for X.Org server
ii  xserver-xorg-input-vmmouse-lts-saucy   1:12.9.0-0ubuntu4~precise1   
   X.Org X server -- VMMouse input driver to use with VMWare
ii  xserver-xorg-input-wacom-lts-saucy 1:0.20.0-0ubuntu1~precise1   
   X.Org X server -- Wacom input driver
ii  xserver-xorg-lts-saucy 1:7.7+1ubuntu6~precise1  
   X.Org X server
ii  xserver-xorg-video-all-lts-saucy   1:7.7+1ubuntu6~precise1  
   X.Org X server -- output driver metapackage
ii  xserver-xorg-video-ati-lts-saucy   1:7.2.0-0ubuntu10~precise2   
   X.Org X server -- AMD/ATI display driver wrapper
ii  xserver-xorg-video-cirrus-lts-saucy1:1.5.2-0ubuntu2~precise1
   X.Org X server -- Cirrus display driver
ii  xserver-xorg-video-fbdev-lts-saucy 1:0.4.3-0ubuntu3~precise1
   X.Org X server -- fbdev display driver
ii  xserver-xorg-video-intel-lts-saucy 2:2.99.904-0ubuntu2.1~precise1   
   X.Org X server -- Intel i8xx, i9xx display driver
ii  xserver-xorg-video-mach64-lts-saucy6.9.3-0ubuntu3~precise1  
   X.Org X server -- ATI Mach64 display driver
ii  xserver-xorg-video-mga-lts-saucy   1:1.6.2-0ubuntu2~precise1
   X.Org X server -- MGA display driver
ii  xserver-xorg-video-modesetting-lts-saucy   0.8.0-0ubuntu1.1~precise1
   X.Org X server -- Generic modesetting driver
ii  xserver-xorg-video-neomagic-lts-saucy  1:1.2.7-0ubuntu3~precise1
   X.Org X server -- Neomagic display driver
ii  xserver-xorg-video-nouveau-lts-saucy   1:1.0.9-2ubuntu1~precise2
   X.Org X server -- Nouveau display driver
ii  xserver-xorg-video-openchrome-lts-saucy1:0.3.1-0ubuntu2.1~precise1  
   X.Org X server -- VIA display driver
ii  xserver-xorg-video-r128-lts-saucy  6.9.1-0ubuntu2~precise1  
   X.Org X server -- ATI r128 display driver
ii  xserver-xorg-video-radeon-lts-saucy1:7.2.0-0ubuntu10~precise2   
   X.Org X server -- AMD/ATI Radeon display driver
ii  xserver-xorg-video-s3-lts-saucy1:0.6.5-0ubuntu3.1~precise1  
   X.Org X server -- legacy S3 display driver
ii  xserver-xorg-video-savage-lts-saucy1:2.3.6-0ubuntu3~precise1
   X.Org X server -- Savage display driver
ii  xserver-xorg-video-siliconmotion-lts-saucy 1:1.7.7-0ubuntu3~precise1
   X.Org X server -- SiliconMotion display driver
ii  xserver-xorg-video-sis-lts-saucy   1:0.10.7-0ubuntu4~precise1   
   X.Org X server -- SiS display driver
ii  xserver-xorg-video-sisusb-lts-saucy1:0.9.6-0ubuntu3~precise1
   X.Org X server -- SiS USB display driver
ii  xserver-xorg-video-tdfx-lts-saucy  1:1.4.5-0ubuntu3~precise1
   X.Org X server -- tdfx display driver
ii  xserver-xorg-video-trident-lts-saucy   1:1.3.6-0ubuntu4~precise1
   X.Org X server -- Trident display driver
ii  xserver-xorg-video-vesa-lts-saucy  1:2.3.2-0ubuntu3~precise1
   X.Org X server -- VE

[Ubuntu-x-swat] [Bug 1339778] [NEW] Plugging in Logitech H340 USB headset breaks mouse click behaviour

2014-07-09 Thread Michael JasonSmith
Public bug reported:

Ubuntu: 14.04 LTS
xorg: 1:7.7+1ubuntu8

Expected: Mouse behaviour should be unaffected when a USB headset is
plugged in.

What happened instead:

When a Logitech H340 USB headset is plugged in the mouse stops behaving
correctly. The primary button appears to be down all the time. Programs
fail to respond to clicks from the mouse (so the window-focus cannot be
changed). The tracking of  X-Y coordinates seems to be fine. (The
information reported by "ubuntu-bug xorg" was collected with the headset
plugged in.)

I tested this behaviour with Firefox, GNOME Terminal, and Nautilus as
the primary window. In the case of Nautilus the icon under the mouse
cursor is selected, and moves with the mouse cursor. In the case of the
other two programs text is selected when the mouse moves.

I see the same behaviour when the mouse (a Logitec also) is unplugged
and the inbuilt trackpad is used to move the mouse cursor. For
completeness I unplugged the mouse and keyboard, so the headset was the
only device connected to the external USB ports and I saw the same
behaviour, with the primary button appearing to be down.

This problem appears to be similar to the issue reported with the Logitech G930 
headset. However, the H340 is a comparatively simple headset as it is wired and 
lacks any volume buttons, nor does it have a mute.
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-evdev/+bug/1155819

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xorg 1:7.7+1ubuntu8
ProcVersionSignature: Ubuntu 3.13.0-30.55-generic 3.13.11.2
Uname: Linux 3.13.0-30-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.14.1-0ubuntu3.2
Architecture: amd64
CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,workarounds,scale,expo,ezoom]
CompositorRunning: None
CurrentDesktop: GNOME
Date: Wed Jul  9 08:41:54 2014
DistUpgraded: 2014-07-06 17:47:29,838 DEBUG enabling apt cron job
DistroCodename: trusty
DistroVariant: ubuntu
DkmsStatus:
 virtualbox, 4.3.10, 3.11.0-24-generic, x86_64: installed
 virtualbox, 4.3.10, 3.13.0-30-generic, x86_64: installed
ExtraDebuggingInterest: Yes
GraphicsCard:
 Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
   Subsystem: Hewlett-Packard Company Device [103c:1657]
 Advanced Micro Devices, Inc. [AMD/ATI] Whistler [Radeon HD 6730M/6770M/7690M 
XT] [1002:6740] (rev ff) (prog-if ff)
InstallationDate: Installed on 2011-08-15 (1059 days ago)
InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
MachineType: Hewlett-Packard HP Pavilion dv6 Notebook PC
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-30-generic 
root=UUID=1a802fd8-d29f-436f-9a48-75d174a47c13 ro acpi_osi=Linux quiet splash 
acpi_backlight=vendor vt.handoff=7
SourcePackage: xorg
UpgradeStatus: Upgraded to trusty on 2014-07-07 (2 days ago)
dmi.bios.date: 10/05/2011
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: F.1B
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: 1657
dmi.board.vendor: Hewlett-Packard
dmi.board.version: 10.31
dmi.chassis.asset.tag: Chassis Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.1B:bd10/05/2011:svnHewlett-Packard:pnHPPaviliondv6NotebookPC:pvr05951024471020100:rvnHewlett-Packard:rn1657:rvr10.31:cvnHewlett-Packard:ct10:cvrChassisVersion:
dmi.product.name: HP Pavilion dv6 Notebook PC
dmi.product.version: 05951024471020100
dmi.sys.vendor: Hewlett-Packard
version.compiz: compiz 1:0.9.11+14.04.20140423-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.52-1
version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.1
version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
xserver.bootTime: Tue Jul  8 19:32:48 2014
xserver.configfile: default
xserver.errors:
 Failed to load module "modesetting" (module does not exist, 0)
 Failed to load module "modesetting" (module does not exist, 0)
 RADEON(G0): [XvMC] Failed to initialize extension.
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id9964 
 vendor AUO
xserver.version: 2:1.15.1-0ubuntu2

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


** Tags: amd64 apport-bug trusty ubuntu

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is s

[Ubuntu-x-swat] [Bug 1318584] Re: qt crashed when switching video out mode to external or internal only mode

2014-07-09 Thread Timo Jyrinki
Unfortunately the two patches I cherry-picked for qtbase do not seem to
fix the problem for me on that Dell laptop where I'm able to reproduce
the problem.

I also included updated libxcb since I saw
http://cgit.freedesktop.org/xcb/libxcb/commit/?id=be0fe56c3bcad5124dcc6c47a2fad01acd16f71a
mentioned in a bug report and the bug might be something fixable there
too.

For now I'm out of ideas. An X.org expert would be welcome to
investigate, since most probably the bug is either in libxcb itself or
the Qt's xcb plugin.

** Changed in: qtbase-opensource-src (Ubuntu)
 Assignee: Timo Jyrinki (timo-jyrinki) => (unassigned)

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

Title:
  qt crashed when switching video out mode to external or internal only
  mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/checkbox-gui/+bug/1318584/+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 1318584] Re: qt crashed when switching video out mode to external or internal only mode

2014-07-09 Thread Timo Jyrinki
** Also affects: libxcb (Ubuntu)
   Importance: Undecided
   Status: New

** Description changed:

- 
  checkbox-gui crashed with following console outputs:
  
  pure virtual method called
  terminate called without an active exception
  Aborted (core dumped)
  
  Steps to reproduce:
  
  1. open checkbox-gui
  
  2. connected external display
  
  3. switch video output mode, usually by using the common video output
  switch hotkey.
  
  Expected result:
  
  checkbox-gui still running when switching back to extended desktop video
  out mode.
  
  Actual result:
  
  checkbox-gui crashed
+ 
+ ---
+ https://bugreports.qt-project.org/browse/QTBUG-39663

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

Title:
  qt crashed when switching video out mode to external or internal only
  mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/checkbox-gui/+bug/1318584/+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 1307709] Re: webbrowser-app does not start in Unity 8 preview session

2014-07-09 Thread Stephen M. Webb
Confirmed fixed with liboxideqtcore0 1.1.0~bzr640-0ubuntu1 released in
Ubuntu "Utopic Unicorn."

** Changed in: unity8-desktop-session (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/1307709

Title:
  webbrowser-app does not start in Unity 8 preview session

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

2014-07-09 Thread Apport retracing service
*** This bug is a duplicate of bug 1338492 ***
https://bugs.launchpad.net/bugs/1338492

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #1338492, so 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.  Please continue to report any other bugs you may
find.

** Attachment removed: "CoreDump.gz"
   
https://bugs.launchpad.net/bugs/1339684/+attachment/4148760/+files/CoreDump.gz

** Attachment removed: "Disassembly.txt"
   
https://bugs.launchpad.net/bugs/1339684/+attachment/4148763/+files/Disassembly.txt

** Attachment removed: "ProcMaps.txt"
   
https://bugs.launchpad.net/bugs/1339684/+attachment/4148776/+files/ProcMaps.txt

** Attachment removed: "ProcStatus.txt"
   
https://bugs.launchpad.net/bugs/1339684/+attachment/4148778/+files/ProcStatus.txt

** Attachment removed: "Registers.txt"
   
https://bugs.launchpad.net/bugs/1339684/+attachment/4148779/+files/Registers.txt

** Attachment removed: "Stacktrace.txt"
   
https://bugs.launchpad.net/bugs/1339684/+attachment/4148780/+files/Stacktrace.txt

** Attachment removed: "ThreadStacktrace.txt"
   
https://bugs.launchpad.net/bugs/1339684/+attachment/4148781/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of private bug 1338492

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  Xorg crashed with SIGABRT in OsAbort()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1339684/+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 1307709] Re: webbrowser-app does not start in Unity 8 preview session

2014-07-09 Thread Launchpad Bug Tracker
** Branch linked: lp:~oxide-developers/oxide/packaging.utopic

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

Title:
  webbrowser-app does not start in Unity 8 preview session

To manage notifications about this bug go to:
https://bugs.launchpad.net/oxide/+bug/1307709/+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 1339286] Re: Xorg crashed with SIGABRT

2014-07-09 Thread Adri Duijn
syslog snippet points to nouveau driver

** Attachment added: "syslog-snippet-Xorg-crash.txt"
   
https://bugs.launchpad.net/ubuntu/+source/xorg-server-lts-quantal/+bug/1339286/+attachment/4148724/+files/syslog-snippet-Xorg-crash.txt

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

Title:
  Xorg crashed with SIGABRT

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server-lts-quantal/+bug/1339286/+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 1311037] Re: [mesa] intel_do_flush_locked failed: Invalid argument

2014-07-09 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  [mesa] intel_do_flush_locked failed: Invalid argument

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1311037/+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 1333962] Re: [Lenovo ThinkPad W530] Unsynchronised rendering on secondary displays

2014-07-09 Thread Christopher M. Penalver
Keshav Dhandhania, as per http://download.lenovo.com/express/ddfm.html an 
update to your BIOS is available (2.59). If you update to this following 
https://help.ubuntu.com/community/BiosUpdate does it change anything?  If it 
doesn't, could you please both specify what happened, and provide the output of 
the following terminal command:
sudo dmidecode -s bios-version && sudo dmidecode -s bios-release-date

Please note your current BIOS is already in the Bug Description, so
posting this on the old BIOS would not be helpful. As well, you don't
have to create a new bug report. As well, you don't have to create a new
bug report.

For more on BIOS updates and linux, please see
https://help.ubuntu.com/community/ReportingBugs#Bug_reporting_etiquette
.

Thank you for your understanding.

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

Title:
  [Lenovo ThinkPad W530] Unsynchronised rendering on secondary displays

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1333962/+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 1310313] Re: Dual monitor configuration not saved (

2014-07-09 Thread Matthias Jordan
So, I've got this issue on another machine (Dell Inspiron). What can I
do to help getting this fixed? It's really annoying since it also
happens occasionally after the screen saver kicked in.

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

Title:
  Dual monitor configuration not saved (

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1310313/+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 1338266] Re: Random Freeze Intel Gen7 14.04

2014-07-09 Thread Chris Wilson
At least attach the Xorg.0.log even if it doesn't contain an error. You
will also need to source a more up-to-date driver than found with 14.04,
like xorg-edgers.

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

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

Title:
  Random Freeze Intel Gen7 14.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1338266/+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 1338673] Re: GPU lockup IPEHR: 0x0a080001 IPEHR: 0x01000000

2014-07-09 Thread Chris Wilson
*** This bug is a duplicate of bug 1274779 ***
https://bugs.launchpad.net/bugs/1274779

** This bug has been marked a duplicate of bug 1274779
   [ivb] hang on pageflip (IPEHR: 0x0a01 or 0x0a080001 depending on pipe)

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

Title:
  GPU lockup  IPEHR: 0x0a080001 IPEHR: 0x0100

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1338673/+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 1338675] Re: GPU lockup IPEHR: 0x0a080001 IPEHR: 0x01000000

2014-07-09 Thread Chris Wilson
*** This bug is a duplicate of bug 1274779 ***
https://bugs.launchpad.net/bugs/1274779

** This bug is no longer a duplicate of bug 1338673
   GPU lockup  IPEHR: 0x0a080001 IPEHR: 0x0100
** This bug has been marked a duplicate of bug 1274779
   [ivb] hang on pageflip (IPEHR: 0x0a01 or 0x0a080001 depending on pipe)

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

Title:
  GPU lockup  IPEHR: 0x0a080001 IPEHR: 0x0100

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1338675/+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