[Ubuntu-x-swat] [Bug 1828846] Re: ecra

2019-05-19 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1821641 ***
https://bugs.launchpad.net/bugs/1821641

Sounds like the same issue as bug 1821641, in closely-related hardware.

** This bug has been marked a duplicate of bug 1821641
   [HP Elitebook 840 G1] Screen is upside down on 19.04 daily

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

Title:
  ecra

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1828846/+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 1553328] Re: Mir/Unity8/USC crashes/freezes on nouveau (nv50) in pushbuf_kref() especially with multiple monitors, webbrowser-app or system settings

2019-05-19 Thread Bug Watch Updater
Launchpad has imported 42 comments from the remote bug at
https://bugs.freedesktop.org/show_bug.cgi?id=92438.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2015-10-12T12:59:46+00:00 crystall wrote:

Created attachment 118838
kernel log

I've encountered an easily reproducible segfault using the Firefox OS
emulator while I was hacking the said operating. The Firefox OS emulator
[1] is a fork of the Android emulator which is in turn a fork of qemu.
In both cases the graphics part is untouched so it might be possible to
reproduce the same issue in qemu even though I didn't have the time to
try it.

Here's my full STR:

1) Build the Firefox OS emulator using the emulator-x86-kk target device ( git 
clone https://github.com/mozilla-b2g/B2G.git ; cd B2G ; ./config.sh 
emulator-x86-kk ; ./build.sh )
2) Launch it from the tree using the run-emulator.sh script
3) Once Firefox OS has started quickly click on any application and keep 
clicking on buttons / input boxes / etc... The segfault will normally happen in 
a matter of seconds

I've reproduced the bug both on Fedora 22 and Gentoo so it doesn't look
like distro-specific, these are the versions number taken from my Gentoo
installation:

xf86-video-nouveau 1.0.11
libdrm 2.4.59
mesa 10.3.7
xorg-server 1.16.4
kernel 4.0.5

I've captured a stack trace of the segfault with gdb:

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xc3dfeb40 (LWP 9387)]
0xf689a323 in pushbuf_kref () from /usr/lib32/libdrm_nouveau.so.2
(gdb) bt
#0  0xf689a323 in pushbuf_kref () from /usr/lib32/libdrm_nouveau.so.2
#1  0xf689ab9f in pushbuf_validate () from /usr/lib32/libdrm_nouveau.so.2
#2  0xf6ce47e8 in nv50_state_validate () from /usr/lib32/dri/nouveau_dri.so
#3  0xf6cf0a49 in nv50_draw_vbo () from /usr/lib32/dri/nouveau_dri.so
#4  0xf6b3846d in cso_draw_vbo () from /usr/lib32/dri/nouveau_dri.so
#5  0xf6a5f29e in st_draw_vbo () from /usr/lib32/dri/nouveau_dri.so
#6  0xf6a30cd3 in vbo_draw_arrays () from /usr/lib32/dri/nouveau_dri.so
#7  0xf6a30f37 in vbo_exec_DrawArrays () from /usr/lib32/dri/nouveau_dri.so
#8  0xf72ca52b in glDrawArrays (mode=4, first=0, count=6) at 
sdk/emulator/opengl/host/libs/Translator/GLES_V2/GLESv2Imp.cpp:576
#9  0xf74b9965 in gl2_decoder_context_t::decode (this=0xc3dfdfd4, 
buf=0xc47ff008, len=5452, stream=0xc6400768)
at 
out/host/linux-x86/obj/STATIC_LIBRARIES/libGLESv2_dec_intermediates/gl2_dec.cpp:565
#10 0xf74b662c in RenderThread::Main (this=0xc6400788) at 
sdk/emulator/opengl/host/libs/libOpenglRender/RenderThread.cpp:128
#11 0xf74cdc3d in osUtils::Thread::thread_main (p_arg=0xc6400788) at 
sdk/emulator/opengl/shared/OpenglOsUtils/osThreadUnix.cpp:83
#12 0xf7f9711f in start_thread () from /lib32/libpthread.so.0
#13 0xf7d5f79e in clone () from /lib32/libc.so.6

I'm attaching the kernel log and the X log. Those may be "polluted" by
other stuff as my machine has been running for some time since I've hit
the bug. I'll try to provide cleaner ones right after I hit the bug. If
more detailed information is needed (e.g. a backtrace with finer-grained
debug information, etc...) I can provide it given some time to gather
it.

[1] https://developer.mozilla.org/en-
US/docs/Mozilla/Firefox_OS/Using_the_B2G_emulators

Reply at:
https://bugs.launchpad.net/ubuntu/+source/qtmir/+bug/1553328/comments/0


On 2015-10-12T13:00:11+00:00 crystall wrote:

Created attachment 118839
X log

Reply at:
https://bugs.launchpad.net/ubuntu/+source/qtmir/+bug/1553328/comments/1


On 2015-10-12T17:35:19+00:00 Ilia Mirkin wrote:

Does this still happen with recent mesa (and libdrm)?

Reply at:
https://bugs.launchpad.net/ubuntu/+source/qtmir/+bug/1553328/comments/2


On 2015-10-12T20:41:21+00:00 crystall wrote:

I can test it, which version of mesa and libdrm do you suggest? The
portage tree seems to have all recent versions.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/qtmir/+bug/1553328/comments/3


On 2015-10-13T06:41:57+00:00 crystall wrote:

I've started testing with different versions of mesa and libdrm. On my
first try I could still repro with mesa 10.4.6 and libdrm 2.4.59.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/qtmir/+bug/1553328/comments/4


On 2015-10-13T07:22:07+00:00 crystall wrote:

Still repros on mesa 10.4.6 and libdrm 2.4.65.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/qtmir/+bug/1553328/comments/5


[Ubuntu-x-swat] [Bug 1829671] Re: Alt + TAB + Shift TAB fixes momentum physics >:]

2019-05-19 Thread Daniel van Vugt
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!


** Package changed: xorg (Ubuntu) => xfce (Ubuntu)

** Changed in: xfce (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/1829671

Title:
  Alt + TAB + Shift TAB fixes momentum physics >:]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xfce/+bug/1829671/+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 1829561] Re: lenovo ideapad 330 15ich ubuntu problem

2019-05-19 Thread Daniel van Vugt
Please be careful to only describe one problem per bug report. We will
make this bug just about the shutdown problem...

Please:

1. Reproduce the bug again.

2. Force a reboot.

3. Run this command:

   journalctl -b-1 > prevboot.txt

   and send us the file 'prevboot.txt'.

** Package changed: xorg (Ubuntu) => ubuntu

** Changed in: ubuntu
   Status: New => Incomplete

** Description changed:

  i have a problem laptop freeze every time i click on shutdown or reboot
  and the only way to close system is to hold power bitten fir 5ec
- 
- and the second problem is the touch pad not working
  
  please help me
  
  ProblemType: Bug
  DistroRelease: Ubuntu 18.10
  Package: xorg 1:7.7+19ubuntu8
  ProcVersionSignature: Ubuntu 4.18.0-20.21-generic 4.18.20
  Uname: Linux 4.18.0-20-generic x86_64
  ApportVersion: 2.20.10-0ubuntu13.3
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Fri May 17 18:20:12 2019
  DistUpgraded: Fresh install
  DistroCodename: cosmic
  DistroVariant: ubuntu
  GraphicsCard:
-  Intel Corporation Device [8086:3e9b] (prog-if 00 [VGA controller])
-Subsystem: Lenovo Device [17aa:38ec]
-Subsystem: Lenovo GP107M [GeForce GTX 1050 Mobile] [17aa:38ec]
+  Intel Corporation Device [8086:3e9b] (prog-if 00 [VGA controller])
+    Subsystem: Lenovo Device [17aa:38ec]
+    Subsystem: Lenovo GP107M [GeForce GTX 1050 Mobile] [17aa:38ec]
  InstallationDate: Installed on 2019-05-17 (0 days ago)
  InstallationMedia: Ubuntu 18.10 "Cosmic Cuttlefish" - Release amd64 
(20181017.3)
  Lsusb:
-  Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
-  Bus 001 Device 003: ID 04f2:b629 Chicony Electronics Co., Ltd 
-  Bus 001 Device 004: ID 0cf3:e500 Atheros Communications, Inc. 
-  Bus 001 Device 002: ID 093a:2510 Pixart Imaging, Inc. Optical Mouse
-  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
+  Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
+  Bus 001 Device 003: ID 04f2:b629 Chicony Electronics Co., Ltd
+  Bus 001 Device 004: ID 0cf3:e500 Atheros Communications, Inc.
+  Bus 001 Device 002: ID 093a:2510 Pixart Imaging, Inc. Optical Mouse
+  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 81FK
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.18.0-20-generic 
root=UUID=177ac39c-c469-4e07-bf5c-a430cfad796b ro quiet splash vt.handoff=1
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/24/2019
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7ZCN30WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: NO DPK
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo ideapad 330-15ICH
  dmi.modalias: 
dmi:bvnLENOVO:bvr7ZCN30WW:bd01/24/2019:svnLENOVO:pn81FK:pvrLenovoideapad330-15ICH:rvnLENOVO:rnLNVNB161216:rvrNODPK:cvnLENOVO:ct10:cvrLenovoideapad330-15ICH:
  dmi.product.family: ideapad 330-15ICH
  dmi.product.name: 81FK
  dmi.product.sku: LENOVO_MT_81FK_BU_idea_FM_ideapad 330-15ICH
  dmi.product.version: Lenovo ideapad 330-15ICH
  dmi.sys.vendor: LENOVO
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.95-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 18.2.8-0ubuntu0~18.10.2
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.1-3ubuntu2.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:18.1.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20171229-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-3

** Summary changed:

- lenovo ideapad 330 15ich ubuntu problem
+ [Lenovo Ideapad 330 - 15 inch] laptop freeze every time I click on shutdown 
or reboot and the only way to close system is to hold power button for 5 sec

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

Title:
  [Lenovo Ideapad 330 - 15 inch] laptop freeze every time I click on
  shutdown or reboot and the only way to close system is to hold power
  button for 5 sec

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1829561/+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 1553328] Re: Mir/Unity8/USC crashes/freezes on nouveau (nv50) in pushbuf_kref() especially with multiple monitors, webbrowser-app or system settings

2019-05-19 Thread Daniel van Vugt
** Changed in: mesa (Ubuntu)
   Status: Invalid => Triaged

** Changed in: mesa (Ubuntu)
   Importance: Critical => High

** Changed in: libdrm (Ubuntu)
   Importance: Critical => High

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

Title:
  Mir/Unity8/USC crashes/freezes on nouveau (nv50) in pushbuf_kref()
  especially with multiple monitors, webbrowser-app or system settings

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1553328/+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 1753677] Re: es2gears_wayland on mutter sticks to 119 FPS on a 59.95Hz display

2019-05-19 Thread Daniel van Vugt
** Changed in: mesa
   Importance: Medium => Unknown

** Changed in: mesa
 Remote watch: freedesktop.org Bugzilla #105376 => 
gitlab.freedesktop.org/mesa/demos/issues #12

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

Title:
  es2gears_wayland on mutter sticks to 119 FPS on a 59.95Hz display

To manage notifications about this bug go to:
https://bugs.launchpad.net/mesa/+bug/1753677/+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 1829677] [NEW] Package version 1:8-3 contains no actual lld library, just broken symlinks

2019-05-19 Thread Peter J. Mello
Public bug reported:

Inspecting the liblld-8 package contents, version 1:8-3, revealed
something of a surprise. Below is a recursive list of what it places in
/usr/lib/llvm-8

./usr/lib/llvm-8:
total 4.0K
drwxr-xr-x 2 rscholar rscholar 4.0K May 19 15:33 lib/
./usr/lib/llvm-8/lib:
total 11M
-rw-r--r-- 1 rscholar rscholar 1.8M Apr  2 02:57 liblldCOFF.a
-rw-r--r-- 1 rscholar rscholar 457K Apr  2 02:57 liblldCommon.a
-rw-r--r-- 1 rscholar rscholar 177K Apr  2 02:57 liblldCore.a
-rw-r--r-- 1 rscholar rscholar 119K Apr  2 02:57 liblldDriver.a
-rw-r--r-- 1 rscholar rscholar 5.9M Apr  2 02:57 liblldELF.a
-rw-r--r-- 1 rscholar rscholar 1.4M Apr  2 02:57 liblldMachO.a
-rw-r--r-- 1 rscholar rscholar  43K Apr  2 02:57 liblldMinGW.a
-rw-r--r-- 1 rscholar rscholar  40K Apr  2 02:57 liblldReaderWriter.a
lrwxrwxrwx 1 rscholar rscholar   36 Apr  2 02:57 liblld.so.1 -> 
../../x86_64-linux-gnu/liblld-8.so.1
-rw-r--r-- 1 rscholar rscholar 716K Apr  2 02:57 liblldWasm.a
-rw-r--r-- 1 rscholar rscholar 188K Apr  2 02:57 liblldYAML.a
./usr/lib/x86_64-linux-gnu:
total 0
lrwxrwxrwx 1 rscholar rscholar 13 Apr  2 02:57 liblld-8.so -> liblld-8.so.1

As you can see, in two places it is symlinking to a file it expects to
exist at /usr/lib/x86_64-linux-gnu/liblld-8.so.1 which, in fact, is not
included in the package. The same is true of the packages from the LLVM
official apt repository in distributions xenial through disco.

I'm running Kubuntu 19.04 "Disco Dingo" on a Lenovo ThinkPad T420s (Core
i7 2nd. Gen).

** Affects: llvm-toolchain-8 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: packaging

** Summary changed:

- Package version 1:8-3 contains no actual library, just broken symlinks
+ Package version 1:8-3 contains no actual lld library, just broken symlinks

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

Title:
  Package version 1:8-3 contains no actual lld library, just broken
  symlinks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/llvm-toolchain-8/+bug/1829677/+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 520546] Re: [Don't release SRU yet]Alt+KEY incorrectly behaves like Ctrl+Alt+KEY, and/or unwanted VT switch from Alt+Left/Right

2019-05-19 Thread Balint Reczey
I'm looking into https://github.com/systemd/systemd/issues/12616, please
don't release the SRU yet. I'd like to test the systemd fix together
with this fix.

** Summary changed:

- Alt+KEY incorrectly behaves like Ctrl+Alt+KEY, and/or unwanted VT switch from 
Alt+Left/Right
+ [Don't release SRU yet]Alt+KEY incorrectly behaves like Ctrl+Alt+KEY, and/or 
unwanted VT switch from Alt+Left/Right

** Bug watch added: github.com/systemd/systemd/issues #12616
   https://github.com/systemd/systemd/issues/12616

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

Title:
  [Don't release SRU yet]Alt+KEY incorrectly behaves like Ctrl+Alt+KEY,
  and/or unwanted VT switch from Alt+Left/Right

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/console-setup/+bug/520546/+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 1829671] Re: Alt + TAB + Shift TAB fixes momentum physics >:]

2019-05-19 Thread klfyt
** Bug watch added: Red Hat Bugzilla #1697062
   https://bugzilla.redhat.com/show_bug.cgi?id=1697062

** Also affects: xorg (Fedora) via
   https://bugzilla.redhat.com/show_bug.cgi?id=1697062
   Importance: Unknown
   Status: Unknown

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

Title:
  Alt + TAB + Shift TAB fixes momentum physics >:]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1829671/+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 1829671] [NEW] Alt + TAB + Shift TAB fixes momentum physics >:]

2019-05-19 Thread klfyt
Public bug reported:


Holding down Alt if you use combo Alt-TAB followed by Alt-Shift-TAB.
Some issues with screen latency seem to go away.

Tested on XFCE.  :)

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

** Affects: xorg (Fedora)
 Importance: Unknown
 Status: Unknown

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

Title:
  Alt + TAB + Shift TAB fixes momentum physics >:]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1829671/+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 1579501] Re: graphics distorted, lightdm restarting

2019-05-19 Thread Federico Briata
** Also affects: nvidia-graphics-drivers-legacy-304xx (Debian)
   Importance: Undecided
   Status: New

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

Title:
  graphics distorted, lightdm restarting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-304-updates/+bug/1579501/+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