[Ubuntu-x-swat] [Bug 1682193] Re: Mouse acceleration significantly reduced after upgrade to 17.04

2018-09-27 Thread Ondrej Pacay
This workaround can be used also:

1) Run command 'xinput' (without quotes) in a terminal. In the output
identify ID of your mouse.

2) Run command 'xinput -list-props 12' in a terminal where 12 is an
example of your mouse ID. Look for property like 'libinput Accel Speed
(297): 0.00'  ... the 297 is your property ID.

3) Run command like 'xinput set-prop 12 297 -0.5' in a terminal.  12 and
297 are retrieved from previous steps. Adjust the value -0.5 by small
steps to your needs.

4) Append  your customised line 'xinput set-prop 12 297 -0.5'  to the
end of the file that is sourced after login. In the terminal run 'echo
xinput set-prop 12 297 -0.5 >> ~/.profile`.

5) Do remember to remove that line once the bug is fixed.

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

Title:
  Mouse acceleration significantly reduced after upgrade to 17.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1682193/+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 1784209] Re: Mouse wheel click not working

2018-09-27 Thread Launchpad Bug Tracker
[Expired for xorg-server (Ubuntu) because there has been no activity for
60 days.]

** Changed in: xorg-server (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  Mouse wheel click not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1784209/+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 1791542] Re: package libglvnd-dev 1.0.0-2ubuntu2.1 failed to upgrade: trying to overwrite '/usr/lib/x86_64-linux-gnu/libGLESv1_CM.so', which is also in package nvidia-340 340.107-

2018-09-27 Thread Robert L Wilcox Jr
This also fixed it for me.

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

Title:
  package libglvnd-dev 1.0.0-2ubuntu2.1 failed to upgrade: trying to
  overwrite '/usr/lib/x86_64-linux-gnu/libGLESv1_CM.so', which is also
  in package nvidia-340 340.107-0ubuntu0~gpu18.04.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libglvnd/+bug/1791542/+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 1792932] Re: Cosmic Desktop fails to boot in vbox: Xorg assert failure: Xorg: ../../../../dix/privates.c:384: dixRegisterPrivateKey: Assertion `!global_keys[type].created' failed.

2018-09-27 Thread Timo Aaltonen
was filed upstream already, linked here

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

** Also affects: xorg-server via
   https://bugs.freedesktop.org/show_bug.cgi?id=97313
   Importance: Unknown
   Status: Unknown

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

Title:
  Cosmic Desktop fails to boot in vbox: Xorg assert failure: Xorg:
  ../../../../dix/privates.c:384: dixRegisterPrivateKey: Assertion
  `!global_keys[type].created' failed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/1792932/+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 1794280] Re: gdm doesn't start on a fresh installation of Cosmic Desktop

2018-09-27 Thread Jean-Baptiste Lallement
** Changed in: xorg (Ubuntu Cosmic)
   Importance: Undecided => Critical

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

Title:
  gdm doesn't start on a fresh installation of Cosmic Desktop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1794280/+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 1792932] Re: Cosmic Desktop fails to boot in vbox: Xorg assert failure: Xorg: ../../../../dix/privates.c:384: dixRegisterPrivateKey: Assertion `!global_keys[type].created' failed.

2018-09-27 Thread Timo Aaltonen
right, not this case which is a bit weird one

Booting up the live image desktop does this:
- vboxvideo.ko is not initialized when X starts
- X unloads modesetting and configures the vesa driver instead
- vboxvideo.ko is initialized later and xserver loads modesetting again
- DRI is initialized and at this point the server goes boom

Then the installer will load gdm and it works normally, because
vboxvideo.ko is loaded. On the installed system the initrd probably has
vboxvideo in it so it's loaded earlier, but I haven't confirmed this.

In any case, the xserver probably shouldn't crash like it does, I'll try
filing it upstream.

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

Title:
  Cosmic Desktop fails to boot in vbox: Xorg assert failure: Xorg:
  ../../../../dix/privates.c:384: dixRegisterPrivateKey: Assertion
  `!global_keys[type].created' failed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1792932/+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 1794280] Re: gdm doesn't start on a fresh installation of Cosmic Desktop

2018-09-27 Thread Treviño
Ah, one more thing to notice, if starting in recovery mode from grub,
and then resuming the run, it was always working (with std vga too).

Thus this looks like a race in initializing the things that xorg needs
to initialize vbe driver

** Changed in: gdm3 (Ubuntu)
   Status: Confirmed => Won't Fix

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

Title:
  gdm doesn't start on a fresh installation of Cosmic Desktop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1794280/+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 1794280] Re: gdm doesn't start on a fresh installation of Cosmic Desktop

2018-09-27 Thread Treviño
FYI to reproduce I've done this:

# Create the disk
qemu-img create -f qcow2 /tmp/disk.qcow2 10G

# Boot from the iso and install
kvm -drive if=virtio,file=/tmp/disk.qcow2 -m 4096 -cdrom 
cosmic-desktop-amd64.iso -boot once=d -vga std

# After install... Then run with just:
kvm -drive if=virtio,file=/tmp/disk.qcow2 -m 4096 -vga std

As said passing `-vga std` is optional, but I never got issues with
`-vga vmware`, while it sometimes fails also with `-vga qxl`

# Can pass -netdev user,id=mynet0,hostfwd=tcp::-:22 -device virtio-
net-pci,netdev=mynet0 for ssh debugging

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

Title:
  gdm doesn't start on a fresh installation of Cosmic Desktop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1794280/+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 1794280] Re: gdm doesn't start on a fresh installation of Cosmic Desktop

2018-09-27 Thread Treviño
S... Running from kvm itself it seems that this is reproducible but
seems related to some lower level issue (both using sil's command and
adding -vga qxl):

journalctl: https://paste.ubuntu.com/p/rdkvsqs8Rs/ (with vga 
https://paste.ubuntu.com/p/vJsWbvwdDR/)
xorg.log: https://paste.ubuntu.com/p/Dt3tMsHgPc/

In both wayland and xorg tries to get a drm device, but that's not set..

Generally when using `-vga gxl` this issue is happening in a randomic
way, while it's 100% happening when using the default vga (std, or just
not passing it) that is actually using vbe.

So, the weird thing here is that with the same kvm vga configurations,
we get a working session when just booting from the cdrom.

For some reason it looks like that the vbe driver for X isn't even tried
in this case; compare Xorg.log above with the one when booting from
livecd: https://paste.ubuntu.com/p/QHJsTY2cms/


Then I think this is indeed not a gdm bug per se.

** Changed in: gdm3 (Ubuntu Cosmic)
   Status: Confirmed => Won't Fix

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

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

Title:
  gdm doesn't start on a fresh installation of Cosmic Desktop

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

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


[Ubuntu-x-swat] [Bug 1778011] Re: SRU: PRIME Power Saving mode draws too much power

2018-09-27 Thread Launchpad Bug Tracker
This bug was fixed in the package gdm3 - 3.28.3-0ubuntu18.04.1

---
gdm3 (3.28.3-0ubuntu18.04.1) bionic; urgency=medium

  [ Iain Lane ]
  * New upstream release 3.28.3 (LP: #1786933):
- CVE-2018-14424 - double free fix
  + 0001-display-store-Pass-the-display-object-rather-than-th.patch: Drop.
- lifecycle fixes to libgdm/GdmClient
- follow up fixes dealing with login screen reaping form last release
- allow pam modules to use SIGUSR1 (LP: #1782152)
- set PWD for user session
- tell cirrus not to use wayland
  * Drop backported patches included in this release:
- libgdm-drop-support-for-serializing-multiple-opens.patch
- libgdm-fix-pointer-boolean-task-confusion.patch
- libgdm-don-t-keep-manager-proxy-around-longer-than-we-nee.patch
- libgdm-use-g_object_unref-instead-of-g_clear_object-for-w.patch
- libgdm-get-connection-explicitly.patch
- libgdm-Drop-weak-refs-on-the-GDBusConnection.patch
- libgdm-Unref-the-manager-propagated-from-task.patch
- libgdm-Don-t-double-ref-the-connection-got-from-task.patch
- libgdm-Don-t-leak-connection-on-sync-re-authentication.patch
- libgdm-Use-auto-pointers-and-cleanup-code.patch
- libgdb-Try-to-reuse-connections-from-the-available-proxie.patch
- libgdm-Don-t-save-manager-address.patch
- libgdm-Return-NULL-on-invalid-client-instances.patch
- daemon-gdm-session-record.c-open-close-the-utmp-database.patch

  [ Alberto Milone ]
  * ubuntu_nvidia_prime.patch:
- Run scripts for Prime before and after Gdm sessions (LP: #1778011).

 -- Iain Lane   Fri, 17 Aug 2018 16:53:31 +0100

** Changed in: gdm3 (Ubuntu Bionic)
   Status: Fix Committed => Fix Released

** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2018-14424

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

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1778011/+subscriptions

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


[Ubuntu-x-swat] [Bug 1778011] Update Released

2018-09-27 Thread Brian Murray
The verification of the Stable Release Update for gdm3 has completed
successfully and the package has now been released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

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

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1778011/+subscriptions

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


[Ubuntu-x-swat] [Bug 1794774] Re: package libgles1 (not installed) failed to install/upgrade: trying to overwrite '/usr/lib/x86_64-linux-gnu/libGLESv1_CM.so.1', which is also in package nvidia-340 340

2018-09-27 Thread Timo Aaltonen
*** This bug is a duplicate of bug 1791542 ***
https://bugs.launchpad.net/bugs/1791542

** This bug has been marked a duplicate of bug 1791542
   package libglvnd-dev 1.0.0-2ubuntu2.1 failed to upgrade: trying to overwrite 
'/usr/lib/x86_64-linux-gnu/libGLESv1_CM.so', which is also in package 
nvidia-340 340.107-0ubuntu0~gpu18.04.1

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

Title:
  package libgles1 (not installed) failed to install/upgrade: trying to
  overwrite '/usr/lib/x86_64-linux-gnu/libGLESv1_CM.so.1', which is also
  in package nvidia-340 340.106-0ubuntu3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libglvnd/+bug/1794774/+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 1794377] Re: package libgles1 (not installed) failed to install/upgrade: trying to overwrite '/usr/lib/x86_64-linux-gnu/libGLESv1_CM.so.1', which is also in package nvidia-340 340

2018-09-27 Thread Timo Aaltonen
*** This bug is a duplicate of bug 1791542 ***
https://bugs.launchpad.net/bugs/1791542

** This bug has been marked a duplicate of bug 1791542
   package libglvnd-dev 1.0.0-2ubuntu2.1 failed to upgrade: trying to overwrite 
'/usr/lib/x86_64-linux-gnu/libGLESv1_CM.so', which is also in package 
nvidia-340 340.107-0ubuntu0~gpu18.04.1

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

Title:
  package libgles1 (not installed) failed to install/upgrade: trying to
  overwrite '/usr/lib/x86_64-linux-gnu/libGLESv1_CM.so.1', which is also
  in package nvidia-340 340.106-0ubuntu3

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

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


[Ubuntu-x-swat] [Bug 1789924] Re: Missing Intel GPU pci-id's

2018-09-27 Thread Timo Aaltonen
** Tags removed: verification-needed-bionic
** Tags added: verification-done-bionic

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

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

Title:
  Missing Intel GPU pci-id's

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

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


[Ubuntu-x-swat] [Bug 1794774] Re: package libgles1 (not installed) failed to install/upgrade: trying to overwrite '/usr/lib/x86_64-linux-gnu/libGLESv1_CM.so.1', which is also in package nvidia-340 340

2018-09-27 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package libgles1 (not installed) failed to install/upgrade: trying to
  overwrite '/usr/lib/x86_64-linux-gnu/libGLESv1_CM.so.1', which is also
  in package nvidia-340 340.106-0ubuntu3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libglvnd/+bug/1794774/+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 1794774] Re: package libgles1 (not installed) failed to install/upgrade: trying to overwrite '/usr/lib/x86_64-linux-gnu/libGLESv1_CM.so.1', which is also in package nvidia-340 340

2018-09-27 Thread Yves BARBIN
yves@Mediony:~$ sudo apt-get install -f
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances   
Lecture des informations d'état... Fait
Correction des dépendances... Fait
Les paquets suivants ont été installés automatiquement et ne sont plus 
nécessaires :
  bbswitch-dkms cgmanager dleyna-server esound-common exe-thumbnailer
  fonts-horai-umefont fonts-unfonts-core g++-5 galculator gcc-5-base:i386
  gcc-6-base:i386 gir1.2-gconf-2.0 gir1.2-gtk-2.0 gir1.2-panelapplet-5.0
  gnome-exe-thumbnailer gnome-keyring-pkcs11:i386 gnome-tweak-tool
  gnome-tweaks guile-1.8 guile-1.8-libs imagemagick-common javahelp2
  kactivities-bin kactivitymanagerd katepart kodi-bin kpackagelauncherqml
  kpackagetool5 libaccounts-qt5-1 libappindicator1 libappstream3 libass5
  libaubio4 libaudcore3 libaudgui3 libaudtag2 libavcodec-ffmpeg-extra56
  libavdevice-ffmpeg56 libavfilter-ffmpeg5 libavformat-ffmpeg56
  libavresample-ffmpeg2 libavutil-ffmpeg54 libbabeltrace-ctf1 libbfio1
  libbind9-140 libbinio1v5 libblas-common libbluray1 libboost-date-time1.58.0
  libboost-iostreams1.58.0 libboost-locale1.58.0
  libboost-program-options1.58.0 libboost-random1.58.0 libboost-regex1.58.0
  libboost-thread1.58.0 libbotan-1.10-1 libcamel-1.2-54 libcapnp-0.5.3
  libcapnp-0.6.1 libcec4 libchromaprint0 libclang1-3.6 libcrossguid1
  libcryptsetup4 libcxsparse3.1.4 libdata-alias-perl libdirectfb-1.2-9
  libdleyna-connector-dbus-1.0-1 libdleyna-core-1.0-3 libdns-export162
  libdns162 libebook-1.2-16 libebur128-1 libedataserver-1.2-21
  libedataserverui-1.2-1 libefivar0 libesd0 libexpat1-dev libfcitx-gclient0
  libfftw3-3 libfreerdp-cache1.1 libfreerdp-client1.1 libfreerdp-codec1.1
  libfreerdp-core1.1 libfreerdp-crypto1.1 libfreerdp-gdi1.1
  libfreerdp-locale1.1 libfreerdp-primitives1.1 libfwup0 libfwupd1
  libgif7:i386 libgit2-24 libglew1.13 libglpk36 libgnome-desktop-3-12
  libgnustep-base1.24 libgom-1.0-common libgoocanvas-common libgoocanvas3
  libgrilo-0.2-1 libgsf-1-114 libgsf-1-common libgtkglext1 libguess1
  libgupnp-av-1.0-2 libgupnp-dlna-2.0-3 libhardware2 libhdf5-10 libhdf5-cpp-11
  libhttp-parser2.1 libhybris libical1a libice6:i386 libicu55:i386
  libidn11:i386 libindicator7 libisc-export160 libisc160 libisccc140
  libisccfg140 libiscsi2 libiso9660-8 libjson-c2:i386 libkatepartinterfaces4
  libkf5activities5 libkf5calendarevents5 libkf5declarative-data
  libkf5declarative5 libkf5kirigami2-5 libkf5package-data libkf5package5
  libkf5plasma5 libkf5plasmaquick5 libkf5quickaddons5 liblivemedia50
  libllvm3.6v5 libllvm5.0 libllvm5.0:i386 liblnk-utils liblnk1 liblouis9
  liblouisutdml6 liblttng-ust-ctl2 liblwres141 libmarkdown2 libmedia1
  libmicrohttpd10 libmimic0 libmirclient-dev libmirclient9 libmircommon-dev
  libmircommon7 libmircookie-dev libmircookie2 libmircore-dev libmircore1
  libmirprotobuf3 libmlt++3 libmlt-data libmlt6 libmovit8 libmsi0 libnfs8
  libnma-common libobjc-5-dev libopencv-calib3d2.4v5 libopencv-contrib2.4v5
  libopencv-core2.4v5 libopencv-features2d2.4v5 libopencv-flann2.4v5
  libopencv-highgui2.4v5 libopencv-imgproc2.4v5 libopencv-legacy2.4v5
  libopencv-ml2.4v5 libopencv-objdetect2.4v5 libopencv-video2.4v5
  libopenimageio1.6 libopenjpeg5 liborcus-0.10-0v5
  libp11-kit-gnome-keyring:i386 libp8-platform2 libpanel-applet0
  libpng12-0:i386 libpoppler58 libpostproc-ffmpeg53 libprocps4 libprotobuf-dev
  libprotobuf-lite9v5 libprotobuf9v5 libpython2.7-dev libpython3.5
  libpython3.5-minimal libpython3.5-stdlib libqbscore1 libqbsqtprofilesetup1
  libqt5clucene5 libqt5feedback5 libqt5organizer5 libqt5quickcontrols2-5
  libqt5quicktemplates2-5 libquvi-scripts libquvi7 libraptor1 libraw15
  librhythmbox-core9 librtaudio4v5 librtmidi2v5 libruby2.3 libsbsms10
  libschroedinger-1.0-0 libshairplay0 libsignon-extension1
  libsignon-plugins-common1 libsignon-qt5-1 libsm6:i386 libsodium18 libsox2
  libsrtp0 libssl1.0.0:i386 libswresample-ffmpeg1 libswscale-ffmpeg3
  libtesseract3 libtidy-0.99-0 libtomcrypt0 libtommath0
  libtracker-sparql-1.0-0 libtxc-dxtn-s2tc0:i386 libunique-1.0-0 liburcu4
  libva-drm1 libva-glx1 libva-x11-1 libva1 libvpx3 libvpx3:i386 libwebpdemux1
  libwebrtc-audio-processing-0 libwildmidi1 libwinpr-dsparse0.1
  libwinpr-input0.1 libwinpr-pool0.1 libwinpr-registry0.1 libwinpr-rpc0.1
  libwinpr-sspi0.1 libx264-148 libx265-79 libxapian-1.3-5 libxapian22v5
  libxcb-composite0 libxcb-damage0 libxkbcommon-dev libxmltok1 libxt6:i386
  libxtables11 libyaml-cpp0.3v5 lua-lpeg melt msitools musescore-soundfont-gm
  nvidia-prime openshot-doc oxygen5-icon-theme plasma-framework prosper
  python-appindicator python-bluez python-debianbts python-ecdsa
  python-feedparser python-mlt python-mygpoclient python-ndg-httpsclient
  python-pygoocanvas python-pysimplesoap python-reportbug python-utidylib
  python3-dbus.mainloop.qt python3-pyasn1 python3-pyqt4 python3.5
  python3.5-minimal qml-module-org-kde-activities qml-module-org-kde-kconfig
  qml-module-org-kde-kirigami2 qml-module-org-kde-kquickcontrols
 

[Ubuntu-x-swat] [Bug 1794774] [NEW] package libgles1 (not installed) failed to install/upgrade: trying to overwrite '/usr/lib/x86_64-linux-gnu/libGLESv1_CM.so.1', which is also in package nvidia-340 3

2018-09-27 Thread Yves BARBIN
Public bug reported:

Today, 2018 September 27th,pm, GMT
when I do the proposed software update 
I have a lot of windows popping up 
stating problem with libgles1 (and libglvnd)
and so I am driving to send a report
That's it

ProblemType: Package
DistroRelease: Ubuntu 18.04
Package: libgles1 (not installed)
ProcVersionSignature: Ubuntu 4.15.0-34.37-generic 4.15.18
Uname: Linux 4.15.0-34-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.20.9-0ubuntu7.2
Architecture: amd64
Date: Thu Sep 27 16:28:12 2018
DuplicateSignature:
 package:libgles1:(not installed)
 Unpacking libglvnd-dev:amd64 (1.0.0-2ubuntu2.2) over (1.0.0-2ubuntu2.1) ...
 dpkg: error processing archive 
/tmp/apt-dpkg-install-cMuErt/29-libglvnd-dev_1.0.0-2ubuntu2.2_amd64.deb 
(--unpack):
  trying to overwrite '/usr/lib/x86_64-linux-gnu/libGLESv1_CM.so', which is 
also in package nvidia-340 340.106-0ubuntu3
ErrorMessage: trying to overwrite 
'/usr/lib/x86_64-linux-gnu/libGLESv1_CM.so.1', which is also in package 
nvidia-340 340.106-0ubuntu3
InstallationDate: Installed on 2015-09-24 (1099 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 (20140722.2)
Python3Details: /usr/bin/python3.6, Python 3.6.6, python3-minimal, 
3.6.5-3ubuntu1
PythonDetails: /usr/bin/python2.7, Python 2.7.15rc1, python-minimal, 
2.7.15~rc1-1
RelatedPackageVersions:
 dpkg 1.19.0.5ubuntu2
 apt  1.6.3ubuntu0.1
SourcePackage: libglvnd
Title: package libgles1 (not installed) failed to install/upgrade: trying to 
overwrite '/usr/lib/x86_64-linux-gnu/libGLESv1_CM.so.1', which is also in 
package nvidia-340 340.106-0ubuntu3
UpgradeStatus: Upgraded to bionic on 2018-08-28 (29 days ago)

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


** Tags: amd64 apport-package bionic package-conflict

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

Title:
  package libgles1 (not installed) failed to install/upgrade: trying to
  overwrite '/usr/lib/x86_64-linux-gnu/libGLESv1_CM.so.1', which is also
  in package nvidia-340 340.106-0ubuntu3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libglvnd/+bug/1794774/+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 1683383] Re: Keyboard layout change on hotkeys press instead of release and do not work well with shortcuts (reopen)

2018-09-27 Thread Snaker
@Norbert
Update:
After cleaning up changes and applying your ppa:nrbrtx/xorg-hotkeys it fixes 
the issue partially - it still change input language on key press, but allow to 
use shortcuts  (with changing language in the process).

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

Title:
  Keyboard layout change on hotkeys press instead of release and do not
  work well with shortcuts (reopen)

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

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


[Ubuntu-x-swat] [Bug 1789913] Re: X crashes with "randr: falling back to unsynchronized pixmap sharing" when connecting to an external monitor via HDMI (I+A)

2018-09-27 Thread Łukasz Zemczak
Hello Timo, or anyone else affected,

Accepted xorg-server-hwe-16.04 into xenial-proposed. The package will
build now and be available at https://launchpad.net/ubuntu/+source/xorg-
server-hwe-16.04/2:1.19.6-1ubuntu4.1~16.04.1 in a few hours, and then in
the -proposed repository.

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

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

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

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: xorg-server-hwe-16.04 (Ubuntu Xenial)
   Status: Triaged => Fix Committed

** Tags added: verification-needed-xenial

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

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

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

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


[Ubuntu-x-swat] [Bug 1792932] Re: Cosmic Desktop fails to boot in vbox: Xorg assert failure: Xorg: ../../../../dix/privates.c:384: dixRegisterPrivateKey: Assertion `!global_keys[type].created' failed.

2018-09-27 Thread Iain Lane
that mesa is now on the latest ISOs, and apparently doesn't fix it after
all

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

Title:
  Cosmic Desktop fails to boot in vbox: Xorg assert failure: Xorg:
  ../../../../dix/privates.c:384: dixRegisterPrivateKey: Assertion
  `!global_keys[type].created' failed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1792932/+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 1683383] Re: Keyboard layout change on hotkeys press instead of release and do not work well with shortcuts (reopen)

2018-09-27 Thread Snaker
@Norbert
I have the same problem on Ubuntu 18.04 LTS with GNOME.
I tried your instruction from #40 without any success. Do you have an idea how 
to make it work?

P.S. How can I roll back changes?

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

Title:
  Keyboard layout change on hotkeys press instead of release and do not
  work well with shortcuts (reopen)

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/1683383/+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 1794603] Re: Optimization

2018-09-27 Thread Juhani Numminen
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Unfortunately, we cannot work on this bug because your
description didn't include enough information. You may find it helpful
to read "How to report bugs effectively"
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful
if you would then provide a more complete description of the problem.

We have instructions on debugging some types of problems at
http://wiki.ubuntu.com/DebuggingProcedures.

At a minimum, we need:
1. The specific steps or actions you took that caused you to encounter the 
problem.
2. The behavior you expected.
3. The behavior you actually encountered (in as much detail as possible).
Thanks! 

** Changed in: xorg (Ubuntu)
   Status: New => Incomplete

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

Title:
  Optimization

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1794603/+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 1794606] Re: Optimization

2018-09-27 Thread Juhani Numminen
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Unfortunately, we cannot work on this bug because your
description didn't include enough information. You may find it helpful
to read "How to report bugs effectively"
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful
if you would then provide a more complete description of the problem.

We have instructions on debugging some types of problems at
http://wiki.ubuntu.com/DebuggingProcedures.

At a minimum, we need:
1. The specific steps or actions you took that caused you to encounter the 
problem.
2. The behavior you expected.
3. The behavior you actually encountered (in as much detail as possible).
Thanks!

** Changed in: xorg (Ubuntu)
   Status: New => Incomplete

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

Title:
  Optimization

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1794606/+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 1794690] [NEW] Backport 0.8.2 for a CVE update

2018-09-27 Thread Timo Aaltonen
Public bug reported:

[Impact]
0.8.2 has completed the fuzzing work started in 0.8.1, so backport the package 
from cosmic to fix these CVE's:

CVE-2018-15853 CVE-2018-15854 CVE-2018-15855 CVE-2018-15856
CVE-2018-15857 CVE-2018-15858 CVE-2018-15859 CVE-2018-15861
CVE-2018-15862 CVE-2018-15863 CVE-2018-15864.

upstream NEWS:

libxkbcommon 0.8.2 - 2018-08-05
==

- Fix various problems found with fuzzing (see commit messages for
  more details):

- Fix a few NULL-dereferences, out-of-bounds access and undefined behavior
  in the XKB text format parser.

libxkbcommon 0.8.1 - 2018-08-03
==

- Fix various problems found in the meson build (see commit messages for more
  details):

- Fix compilation on Darwin.

- Fix compilation of the x11 tests and demos when XCB is installed in a
  non-standard location.

- Fix xkbcommon-x11.pc missing the Requires specification.

- Fix various problems found with fuzzing and Coverity (see commit messages for
  more details):

- Fix stack overflow in the XKB text format parser when evaluating boolean
  negation.

- Fix NULL-dereferences in the XKB text format parser when some unsupported
  tokens appear (the tokens are still parsed for backward compatibility).

- Fix NULL-dereference in the XKB text format parser when parsing an
  xkb_geometry section.

- Fix an infinite loop in the Compose text format parser on some
inputs.

- Fix an invalid free() when using multiple keysyms.

- Replace the Unicode characters for the leftanglebracket and rightanglebracket
  keysyms from the deprecated LEFT/RIGHT-POINTING ANGLE BRACKET to
  MATHEMATICAL LEFT/RIGHT ANGLE BRACKET.

- Reject out-of-range Unicode codepoints in xkb_keysym_to_utf8 and
  xkb_keysym_to_utf32.

[Test case]
install the update, check that nothing breaks wrt keyboard handling

[Regression potential]
slim, this has been in cosmic for some time already, and upstream specifically 
asked to backport this to stable releases

There are some other changes to the packaging, but these are harmless
and won't regress anything.

** Affects: libxkbcommon (Ubuntu)
 Importance: Undecided
 Status: Fix Released

** Affects: libxkbcommon (Ubuntu Bionic)
 Importance: Undecided
 Assignee: Timo Aaltonen (tjaalton)
 Status: In Progress

** Also affects: libxkbcommon (Ubuntu Bionic)
   Importance: Undecided
   Status: New

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

** Changed in: libxkbcommon (Ubuntu Bionic)
   Status: New => In Progress

** Changed in: libxkbcommon (Ubuntu Bionic)
 Assignee: (unassigned) => Timo Aaltonen (tjaalton)

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

Title:
  Backport 0.8.2 for a CVE update

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libxkbcommon/+bug/1794690/+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 1772512] Re: Unable to install i386 and amd64 arch at the same time

2018-09-27 Thread Timo Aaltonen
** Description changed:

+ [Impact]
+ libxkbcommon-dev:i386/amd64 can't be installed at the same time, because the 
package isn't properly multi-archified in bionic
+ 
+ [Test case]
+ apt install libxkbcommon-dev:i386 libxkbcommon-dev:amd64
+ 
+ should succeed
+ 
+ [Regression potential]
+ not really
+ 
+ 
+ --
+ 
  Not sure if this is intended, but it's not possible to install two
  architectures of the libxkbcommon-dev at the same time. On Ubuntu 16.04
  and 18.04 apt-get says that they are in conflict.
  
  The package is a dependency for libegl1-mesa-dev, which I need to have
  installed in 64 and 32-bit variants.
  
  Please see the example output below:
  
  $ lsb_release --all
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu 18.04 LTS
  Release:  18.04
  Codename: bionic
  
  $ sudo apt-get install libxkbcommon-dev:*
  Reading package lists... Done
- Building dependency tree   
+ Building dependency tree
  Reading state information... Done
  Some packages could not be installed. This may mean that you have
  requested an impossible situation or if you are using the unstable
  distribution that some required packages have not yet been created
  or been moved out of Incoming.
  The following information may help to resolve the situation:
  
  The following packages have unmet dependencies:
-  libxkbcommon-dev : Conflicts: libxkbcommon-dev:i386 but 0.8.0-1 is to be 
installed
-  libxkbcommon-dev:i386 : Conflicts: libxkbcommon-dev but 0.8.0-1 is to be 
installed
+  libxkbcommon-dev : Conflicts: libxkbcommon-dev:i386 but 0.8.0-1 is to be 
installed
+  libxkbcommon-dev:i386 : Conflicts: libxkbcommon-dev but 0.8.0-1 is to be 
installed
  E: Unable to correct problems, you have held broken packages.

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

** Changed in: libxkbcommon (Ubuntu Bionic)
 Assignee: (unassigned) => Timo Aaltonen (tjaalton)

** Changed in: libxkbcommon (Ubuntu Bionic)
   Status: New => In Progress

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

Title:
  Unable to install i386 and amd64 arch at the same time

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libxkbcommon/+bug/1772512/+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 1794690] Re: Backport 0.8.2 for a CVE update

2018-09-27 Thread Timo Aaltonen
** Description changed:

  [Impact]
  0.8.2 has completed the fuzzing work started in 0.8.1, so backport the 
package from cosmic to fix these CVE's:
  
  CVE-2018-15853 CVE-2018-15854 CVE-2018-15855 CVE-2018-15856
  CVE-2018-15857 CVE-2018-15858 CVE-2018-15859 CVE-2018-15861
  CVE-2018-15862 CVE-2018-15863 CVE-2018-15864.
  
  upstream NEWS:
  
  libxkbcommon 0.8.2 - 2018-08-05
  ==
  
  - Fix various problems found with fuzzing (see commit messages for
-   more details):
+   more details):
  
- - Fix a few NULL-dereferences, out-of-bounds access and undefined behavior
-   in the XKB text format parser.
- 
+ - Fix a few NULL-dereferences, out-of-bounds access and undefined behavior
+   in the XKB text format parser.
  
  libxkbcommon 0.8.1 - 2018-08-03
  ==
  
  - Fix various problems found in the meson build (see commit messages for more
-   details):
+   details):
  
- - Fix compilation on Darwin.
+ - Fix compilation on Darwin.
  
- - Fix compilation of the x11 tests and demos when XCB is installed in a
-   non-standard location.
+ - Fix compilation of the x11 tests and demos when XCB is installed in a
+   non-standard location.
  
- - Fix xkbcommon-x11.pc missing the Requires specification.
+ - Fix xkbcommon-x11.pc missing the Requires specification.
  
  - Fix various problems found with fuzzing and Coverity (see commit messages 
for
-   more details):
+   more details):
  
- - Fix stack overflow in the XKB text format parser when evaluating boolean
-   negation.
+ - Fix stack overflow in the XKB text format parser when evaluating boolean
+   negation.
  
- - Fix NULL-dereferences in the XKB text format parser when some 
unsupported
-   tokens appear (the tokens are still parsed for backward compatibility).
+ - Fix NULL-dereferences in the XKB text format parser when some 
unsupported
+   tokens appear (the tokens are still parsed for backward compatibility).
  
- - Fix NULL-dereference in the XKB text format parser when parsing an
-   xkb_geometry section.
+ - Fix NULL-dereference in the XKB text format parser when parsing an
+   xkb_geometry section.
  
- - Fix an infinite loop in the Compose text format parser on some
+ - Fix an infinite loop in the Compose text format parser on some
  inputs.
  
- - Fix an invalid free() when using multiple keysyms.
+ - Fix an invalid free() when using multiple keysyms.
  
  - Replace the Unicode characters for the leftanglebracket and 
rightanglebracket
-   keysyms from the deprecated LEFT/RIGHT-POINTING ANGLE BRACKET to
-   MATHEMATICAL LEFT/RIGHT ANGLE BRACKET.
+   keysyms from the deprecated LEFT/RIGHT-POINTING ANGLE BRACKET to
+   MATHEMATICAL LEFT/RIGHT ANGLE BRACKET.
  
  - Reject out-of-range Unicode codepoints in xkb_keysym_to_utf8 and
-   xkb_keysym_to_utf32.
+   xkb_keysym_to_utf32.
  
  [Test case]
  install the update, check that nothing breaks wrt keyboard handling
  
  [Regression potential]
  slim, this has been in cosmic for some time already, and upstream 
specifically asked to backport this to stable releases
+ 
+ There are some other changes to the packaging, but these are harmless
+ and won't regress anything.

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

Title:
  Backport 0.8.2 for a CVE update

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libxkbcommon/+bug/1794690/+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 1720692] Re: Add multiarch metadata to libxkbcommon*dev packages

2018-09-27 Thread Timo Aaltonen
*** This bug is a duplicate of bug 1772512 ***
https://bugs.launchpad.net/bugs/1772512

** This bug has been marked a duplicate of bug 1772512
   Unable to install i386 and amd64 arch at the same time

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

Title:
  Add multiarch metadata to libxkbcommon*dev packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libxkbcommon/+bug/1720692/+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 1772512] Re: Unable to install i386 and amd64 arch at the same time

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

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

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

Title:
  Unable to install i386 and amd64 arch at the same time

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libxkbcommon/+bug/1772512/+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 1772512] Re: Unable to install i386 and amd64 arch at the same time

2018-09-27 Thread Timo Aaltonen
** Also affects: libxkbcommon (Ubuntu Bionic)
   Importance: Undecided
   Status: New

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

Title:
  Unable to install i386 and amd64 arch at the same time

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libxkbcommon/+bug/1772512/+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 1785393] Re: [radeon] [amdgpu] Display settings

2018-09-27 Thread Timo Aaltonen
we don't support external drivers

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

** No longer affects: xserver-xorg-video-amdgpu (Ubuntu)

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

Title:
  [radeon] [amdgpu] Display settings

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-ati/+bug/1785393/+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 1794104] Re: Xorg crash on first boot after apt upgrade

2018-09-27 Thread Timo Aaltonen
*** This bug is a duplicate of bug 1792932 ***
https://bugs.launchpad.net/bugs/1792932

** This bug has been marked a duplicate of bug 1792932
   Cosmic Desktop fails to boot in vbox: Xorg assert failure: Xorg: 
../../../../dix/privates.c:384: dixRegisterPrivateKey: Assertion 
`!global_keys[type].created' failed.

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

Title:
  Xorg crash on first boot after apt upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1794104/+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 1792873] Re: FFE: 18.2.x for cosmic

2018-09-27 Thread Launchpad Bug Tracker
This bug was fixed in the package mesa - 18.2.1-1ubuntu1

---
mesa (18.2.1-1ubuntu1) cosmic; urgency=medium

  * Merge from Debian experimental. (LP: #1714178, #1792873)
  * glvnd-fix-a-segfault-in-eglgetprocaddess.diff: Dropped, upstream.

mesa (18.2.1-1) experimental; urgency=medium

  * New upstream release.
  * control: Add libd3dadapter9-mesa to -dev depends.
  * control: Fix libd3dadapter9-mesa-dev section, and drop
shlibs:Depends.

mesa (18.2.0-3) experimental; urgency=medium

  * control, rules: Nine needs llvmpipe, and also makes sense to build it
only on archs that have wine.

mesa (18.2.0-2) experimental; urgency=medium

  * control: Bump build-dep on libxcb-dri3-dev and libxcb-present-dev to
1.13. (Closes: #908827)
  * control: Build-depend on x11proto-dev, modify libegl1-mesa-dev and
libgl1-mesa-dev depends.
  * Migrate to llvm/clang-7.
  * Enable gallium D3D state tracker, thanks Antonio Russo and Andrew
Cook! (Closes: #863972)
  * rules: Enable v3d on arm. Thanks, Fabio Pedretti!
  * rules: Drop enabling texture float, it's enabled by default now.

mesa (18.2.0-1) experimental; urgency=medium

  * New upstream release.

mesa (18.2.0~rc4-1) experimental; urgency=medium

  * New upstream release candidate.
  * control: Add libxrandr-dev and libwayland-egl-backend-dev to build-
depends.

mesa (18.1.8-1) unstable; urgency=medium

  * New upstream release.

mesa (18.1.7-1) unstable; urgency=medium

  * New upstream release.
  * libglx-mesa0: Add Breaks: glx-diversions (<< 0.8.4~) (Closes:
#903929).

mesa (18.1.6-1) unstable; urgency=medium

  * New upstream release.
- Fixes white screen when running Xfwm4 with compositing
  (Closes: #901789).
  * Drop glvnd-fix-gl-dot-pc.patch, fixed upstream (0c927e8da9e)
(Closes: #896447).

 -- Timo Aaltonen   Tue, 25 Sep 2018 23:26:15 +0300

** Changed in: mesa (Ubuntu)
   Status: Triaged => 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/1792873

Title:
  FFE: 18.2.x for cosmic

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

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


[Ubuntu-x-swat] [Bug 1714178] Re: Triple 4K monitor display failed (modesetting driver limited to 8192x8192)

2018-09-27 Thread Launchpad Bug Tracker
This bug was fixed in the package mesa - 18.2.1-1ubuntu1

---
mesa (18.2.1-1ubuntu1) cosmic; urgency=medium

  * Merge from Debian experimental. (LP: #1714178, #1792873)
  * glvnd-fix-a-segfault-in-eglgetprocaddess.diff: Dropped, upstream.

mesa (18.2.1-1) experimental; urgency=medium

  * New upstream release.
  * control: Add libd3dadapter9-mesa to -dev depends.
  * control: Fix libd3dadapter9-mesa-dev section, and drop
shlibs:Depends.

mesa (18.2.0-3) experimental; urgency=medium

  * control, rules: Nine needs llvmpipe, and also makes sense to build it
only on archs that have wine.

mesa (18.2.0-2) experimental; urgency=medium

  * control: Bump build-dep on libxcb-dri3-dev and libxcb-present-dev to
1.13. (Closes: #908827)
  * control: Build-depend on x11proto-dev, modify libegl1-mesa-dev and
libgl1-mesa-dev depends.
  * Migrate to llvm/clang-7.
  * Enable gallium D3D state tracker, thanks Antonio Russo and Andrew
Cook! (Closes: #863972)
  * rules: Enable v3d on arm. Thanks, Fabio Pedretti!
  * rules: Drop enabling texture float, it's enabled by default now.

mesa (18.2.0-1) experimental; urgency=medium

  * New upstream release.

mesa (18.2.0~rc4-1) experimental; urgency=medium

  * New upstream release candidate.
  * control: Add libxrandr-dev and libwayland-egl-backend-dev to build-
depends.

mesa (18.1.8-1) unstable; urgency=medium

  * New upstream release.

mesa (18.1.7-1) unstable; urgency=medium

  * New upstream release.
  * libglx-mesa0: Add Breaks: glx-diversions (<< 0.8.4~) (Closes:
#903929).

mesa (18.1.6-1) unstable; urgency=medium

  * New upstream release.
- Fixes white screen when running Xfwm4 with compositing
  (Closes: #901789).
  * Drop glvnd-fix-gl-dot-pc.patch, fixed upstream (0c927e8da9e)
(Closes: #896447).

 -- Timo Aaltonen   Tue, 25 Sep 2018 23:26:15 +0300

** Changed in: mesa (Ubuntu)
   Status: Triaged => 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/1714178

Title:
  Triple 4K monitor display failed (modesetting driver limited to
  8192x8192)

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

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