[Ubuntu-x-swat] [Bug 1754296] Re: [bionic] startx / xinit crashes with Composite Disabled in xorg.conf

2018-03-09 Thread Christian Niemeyer
I suspect libglx0 (transition from libgl1-mesa-glx to libglx0)

Because now we have:
/usr/lib/x86_64-linux-gnu/libGLX.so.0.0.0 (from libglx0 in bionic, new with 
bionic)

instead of:
/usr/lib/x86_64-linux-gnu/mesa/ld.so.conf
/usr/lib/x86_64-linux-gnu/mesa/libGL.so.1
/usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2.0 (from libgl1-mesa-glx in artful, 
the packages is a transitional dummy package in bionic)


The Xorg.0.log backtrace is showing:

[   210.258] (EE) Backtrace:
[   210.258] (EE) 0: /usr/lib/xorg/Xorg (xorg_backtrace+0x4d) [0x5645df72591d]
[   210.258] (EE) 1: /usr/lib/xorg/Xorg (0x5645df56d000+0x1bc6b9) 
[0x5645df7296b9]
[   210.258] (EE) 2: /lib/x86_64-linux-gnu/libpthread.so.0 
(0x7f00a84af000+0x12890) [0x7f00a84c1890]
[   210.258] (EE) 3: /lib/x86_64-linux-gnu/libc.so.6 (gsignal+0xc7) 
[0x7f00a80fce97]
[   210.258] (EE) 4: /lib/x86_64-linux-gnu/libc.so.6 (abort+0x141) 
[0x7f00a80fe801]
[   210.258] (EE) 5: /lib/x86_64-linux-gnu/libc.so.6 (0x7f00a80be000+0x3039a) 
[0x7f00a80ee39a]
[   210.258] (EE) 6: /lib/x86_64-linux-gnu/libc.so.6 (0x7f00a80be000+0x30412) 
[0x7f00a80ee412]
[   210.258] (EE) 7: /usr/lib/xorg/Xorg (0x5645df56d000+0x3ec17) 
[0x5645df5abc17]
[   210.258] (EE) 8: /usr/lib/xorg/Xorg (0x5645df56d000+0xe26df) 
[0x5645df64f6df]
[   210.258] (EE) 9: /usr/lib/xorg/modules/extensions/libglx.so 
(0x7f00a6473000+0x288d7) [0x7f00a649b8d7]
[   210.258] (EE) 10: /usr/lib/xorg/modules/extensions/libglx.so 
(0x7f00a6473000+0x2f851) [0x7f00a64a2851]
[   210.258] (EE) 11: /usr/lib/xorg/modules/extensions/libglx.so 
(0x7f00a6473000+0x27315) [0x7f00a649a315]
[   210.259] (EE) 12: /usr/lib/xorg/Xorg (InitExtensions+0x3d) [0x5645df63308d]
[   210.259] (EE) 13: /usr/lib/xorg/Xorg (0x5645df56d000+0x56d1f) 
[0x5645df5c3d1f]
[   210.259] (EE) 14: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xe7) 
[0x7f00a80dfb97]
[   210.259] (EE) 15: /usr/lib/xorg/Xorg (_start+0x2a) [0x5645df5adbba]
[   210.259] (EE) 
[   210.259] (EE) 
Fatal server error:


However that libglx.so shown in the error log is part of xserver-xorg-
core.


But I suspect it has to do with the changed to vendor neutral libglx
(libglx0, libglvnd0, etc.) That would explain why it is happening with
Bionic and no other versions before for me.


Can someone reproduce this? In your Display Manager switch to a VT (or 
deinstall display manager temporarily) and modify/create a /etc/X11/xorg.conf 
file with

Section "Extensions"
Option "Composite" "Disable"
EndSection


And sudo service lightdm/gdm3 stop and then try to start the Xserver/Xsession 
with startx or xinit.



As this is the first version of Ubuntu which seems to have this problem for

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

Title:
  [bionic] startx / xinit crashes with Composite Disabled in xorg.conf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1754296/+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 1752844] Re: Line drawing bug in applications using opengl 1

2018-03-09 Thread Robert Rojas
** Description changed:

  On Ubuntu 16.04.3, as from the update fixing
- https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1735594, the line
- rendering in applications using Opengl 1 is incorrect.
+ https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1735594, antialiased
+ line rendering in applications using Opengl is corrupt. Experienced
+ using Intel GM45.
+ 
+ Steps to reproduce:
+ 1) Create an OpenGL application.
+ 2) Enable GL_LINE_SMOOTH and set line width to any value below 1.5.
+ 3) Draw a line (either by shaders or by glBegin).
  
  Blender and various games by Kenta Cho (tumiki-figthers, torus-trooper,
  parsec47, titanion) are affected.

** Summary changed:

- Line drawing bug in applications using opengl 1
+ Graphical artifacts with antialiased lines in OpenGL

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

Title:
  Graphical artifacts with antialiased lines in OpenGL

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1752844/+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 1745816] Re: [Bionic] 1.9.4-2ubuntu1 makes touchpad jumpy on Dell Precision 7510 and HP 450 G3

2018-03-09 Thread Francois Thirioux
1.10.2 version is available in Debian (-> users experiencing the same issue) :
https://packages.debian.org/sid/libinput10
Waiting upload to Ubuntu :-) .

Thanks Daniel & Peter, it's fine now.

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

Title:
  [Bionic] 1.9.4-2ubuntu1 makes touchpad jumpy on Dell Precision 7510
  and HP 450 G3

To manage notifications about this bug go to:
https://bugs.launchpad.net/libinput/+bug/1745816/+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 1745816] Re: [Bionic] 1.9.4-2ubuntu1 makes touchpad jumpy on Dell Precision 7510 and HP 450 G3

2018-03-09 Thread Francois Thirioux
Forgot to say that obviously I successfully tested this 1.10.2 version !

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

Title:
  [Bionic] 1.9.4-2ubuntu1 makes touchpad jumpy on Dell Precision 7510
  and HP 450 G3

To manage notifications about this bug go to:
https://bugs.launchpad.net/libinput/+bug/1745816/+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 1753884] Re: session logout after suspend

2018-03-09 Thread Christopher M. Penalver
Simon, given the gnome-shell crash files generated immediately after,
I'll move this over there for specialists to review.

** Package changed: xorg (Ubuntu) => gnome-shell (Ubuntu)

** Changed in: gnome-shell (Ubuntu)
   Status: Incomplete => 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/1753884

Title:
   session logout after suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1753884/+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 1753884] Re: session logout after suspend

2018-03-09 Thread Simon
Hey Christopher,

1) When I report the crash files with:

$ ubuntu-bug /var/crash/_usr_bin_gnome-shell.1000.crash

I get a pop saying Ubuntu has experienced an error and asks me to
continue to report it. I'm going to assume that this is part of the
process of reporting it and it's working correctly, and not ubuntu-bug
experiencing a bug while I'm reporting it (it's a bit confusing to me).
But it's not clear to me what the next steps are here (even from that
documentation).

2) The crash created after the crash are:

ls -la /var/crash/
total 50516
drwxrwsrwt  2 root  whoopsie 4096 Mar  9 11:12 .
drwxr-xr-x 14 root  root 4096 Aug  1  2017 ..
-rw-r-  1 root  whoopsie   560003 Mar  7 13:16 
_lib_systemd_systemd-udevd.0.crash
-rwxrwxrwx  1 root  whoopsie0 Mar  9 11:11 .lock
-rw-r-  1 simon whoopsie  1585974 Mar  9 11:12 _opt_atom_atom.1000.crash
-rw-r-  1 simon whoopsie 49568222 Mar  9 11:12 
_usr_bin_gnome-shell.1000.crash

The Mar 9 ones are the ones that appeared after I closed my lid, let the
laptop suspend, and start things up again. I don't think the atom crash
file is always there.

3) I'll try upgrading to 17.10 for now, and then 18.04 when it becomes
the new LTS.

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

Title:
   session logout after suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1753884/+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 1754744] [NEW] Launching any electron app crashes Xorg

2018-03-09 Thread Kyle Fazzari
Public bug reported:

If I dare to launch any electron-based app (chrome, spotify, atom,
vscode, etc.) there's roughly an 80% chance that it kills X (bringing me
back to the login screen). This doesn't _always_ happen. Note that I
have a 4k laptop, with a 4k external screen. Things seem to have a
better chance of succeeding if I disconnect the external display before
launching the electron app. Once it launches successfully things seem to
be stable, even after re-connecting the external display.

I SSHd into this machine from another, and connected to X from gdb, then
opened vscode to cause the crash. Here is the backtrace I got from that
session (this is easy to reproduce, happy to provide any requested
info):

root@Pandora:~# gdb /usr/bin/Xorg $(pidof Xorg)
GNU gdb (Ubuntu 7.11.1-0ubuntu1~16.5) 7.11.1
Copyright (C) 2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
.
Find the GDB manual and other documentation resources online at:
.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
"/usr/bin/Xorg": not in executable format: File format not recognized
Attaching to process 2325
[New LWP 2480]
[New LWP 2481]
[New LWP 2482]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x7f3302ea95d3 in select () at ../sysdeps/unix/syscall-template.S:84
84  ../sysdeps/unix/syscall-template.S: No such file or directory.
(gdb) cont
Continuing.

Thread 1 "Xorg" received signal SIGSEGV, Segmentation fault.
0x55f7cbb6f650 in ?? ()
(gdb) bt f
#0  0x55f7cbb6f650 in ?? ()
No symbol table info available.
#1  0x55f7ca8ec6dc in ProcVidModeGetModeLine (client=0x55f7cc218ee0) at 
../../Xext/vidmode.c:255
stuff = 
rep = {type = 1 '\001', pad1 = 0 '\000', sequenceNumber = 254, length = 
5, dotclock = 0, hdisplay = 0, hsyncstart = 0, hsyncend = 0, 
  htotal = 0, hskew = 0, vdisplay = 0, vsyncstart = 0, vsyncend = 0, 
vtotal = 0, pad2 = 0, flags = 0, reserved1 = 0, reserved2 = 0, 
  reserved3 = 0, privsize = 0}
pScreen = 
mode = 0x7ffd64d56e20
dotClock = 32765
#2  0x55f7ca77ad9f in Dispatch () at ../../dix/dispatch.c:430
clientReady = 0x55f7cbf9c780
result = 
client = 0x55f7cc218ee0
nready = 0
icheck = 0x55f7cab7b130 
start_tick = 12090
#3  0x55f7ca77ee13 in dix_main (argc=11, argv=0x7ffd64d57018, 
envp=) at ../../dix/main.c:300
i = 
alwaysCheckForInput = {0, 1}
#4  0x7f3302dcc830 in __libc_start_main (main=0x55f7ca769030 , 
argc=11, argv=0x7ffd64d57018, init=, 
fini=, rtld_fini=, stack_end=0x7ffd64d57008) 
at ../csu/libc-start.c:291
result = 
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {0, -792397858051174054, 
94522742050880, 140726295162896, 0, 0, -6839407696988057254, 
-687903866822310}, mask_was_saved = 0}}, priv = {pad = 
{0x0, 0x0, 0xb, 0x55f7ca769030 }, data = {prev = 0x0, 
  cleanup = 0x0, canceltype = 11}}}
not_first_call = 
#5  0x55f7ca769069 in _start ()
No symbol table info available.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: xorg 1:7.7+13ubuntu3
ProcVersionSignature: Ubuntu 4.4.0-116.140-generic 4.4.98
Uname: Linux 4.4.0-116-generic x86_64
NonfreeKernelModules: wl
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.1-0ubuntu2.15
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity
Date: Fri Mar  9 12:09:59 2018
DistUpgraded: Fresh install
DistroCodename: xenial
DistroVariant: ubuntu
EcryptfsInUse: Yes
ExtraDebuggingInterest: Yes
GraphicsCard:
 Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
   Subsystem: Dell 4th Gen Core Processor Integrated Graphics Controller 
[1028:060d]
InstallationDate: Installed on 2016-08-01 (585 days ago)
InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
MachineType: Dell Inc. Dell Precision M3800
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-116-generic 
root=UUID=53750055-6616-428b-88f9-c6c555f8c31d ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 01/08/2015
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A09
dmi.board.name: Dell 

[Ubuntu-x-swat] [Bug 1751414] Re: [regression] Missing Wayland login option and missing GL acceleration, after installing libegl1

2018-03-09 Thread Eugene Romanenko
After upgrading artful to bionic (debian way, replaced artful to bionic in 
sources.list) faced this issue.
Solved by installing libegl-mesa0 package.

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

Title:
  [regression] Missing Wayland login option and missing GL acceleration,
  after installing libegl1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libglvnd/+bug/1751414/+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 1754537] Re: Scilab 5.5.2 cannot create Java Main Class on Ubuntu 14.04.

2018-03-09 Thread Timo Aaltonen
mesa hasn't been updated in trusty, so there's no reason to update
libjogl either

I don't know what broke it, but it wasn't mesa.

** Package changed: mesa (Ubuntu) => scilab (Ubuntu)

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

Title:
  Scilab 5.5.2 cannot create Java Main Class on Ubuntu 14.04.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/scilab/+bug/1754537/+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 1754072] Re: Very poor performance with xserver-xorg-video-nouveau live bionic beta-1 session

2018-03-09 Thread Richard Elkins
** Description changed:

- QA suspend test:
- * Needed 10 minutes to get to unlock prompt.
- * After unlocking, 2 minutes passed before desktop was visible.
+ Observations from using the Xubuntu bionic beta-1 (2018-03-06)
+ installation image on a USB stick.
  
- I use the nouveau driver under 16.04 on the same machine and suspend-
- return performance can be measured in seconds.  Of course, that is a
- native build, not a live session.
+ 1) Sometimes during a boot from the USB stick, the video (Nvidea) is
+ detected correctly and very quickly the expected first 2 screens appear
+ (Language, Install/Try menu). While this happens and on into the
+ installation or live session, performance is acceptable.
+ 
+ 2) Sometimes during a boot from the USB stick, the video is not detected
+ correctly and an alternate screen set is presented.  While this happens
+ and on into the installation or live session, performance is extremely
+ slow.
+ 
+ Whether you get one or the other seems to be a matter of luck.  Both
+ cases are eventually reproducible.
  
  Hardware:
-- Assembled 2009-04-15
-- Zotac IONITX-F-E Mini-ITX motherboard
-   * CPU Intel Atom 330 (1.6GHz, dual-core)
-   * NVIDIA GeForce 9400
-- RAM: 4GB DDR3
-- Graphics support auto-selected:
-   * Kernel module - nvidiafb
-   * Xorg video driver - nvidia-340
-- Permanent storage: SSD 60GB
-- RJ45 Ethernet: Nvidia forcedeth kernel module
-- Mini-ITX enclosure: Habey EMC-800S Silver
+    - Assembled 2009-04-15
+    - Zotac IONITX-F-E Mini-ITX motherboard
+   * CPU Intel Atom 330 (1.6GHz, dual-core)
+   * NVIDIA GeForce 9400
+    - RAM: 4GB DDR3
+    - Graphics support auto-selected:
+   * Kernel module - nvidiafb
+   * Xorg video driver - nvidia-340
+    - Permanent storage: SSD 60GB
+    - RJ45 Ethernet: Nvidia forcedeth kernel module
+    - Mini-ITX enclosure: Habey EMC-800S Silver
  
  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: xserver-xorg-video-nouveau 1:1.0.15-2
  ProcVersionSignature: Ubuntu 4.15.0-10.11-generic 4.15.3
  Uname: Linux 4.15.0-10-generic x86_64
  ApportVersion: 2.20.8-0ubuntu10
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CasperVersion: 1.389
  CompositorRunning: None
  CurrentDesktop: XFCE
  Date: Wed Mar  7 15:32:07 2018
  DistUpgraded: Fresh install
  DistroCodename: bionic
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
-  NVIDIA Corporation ION VGA [10de:087d] (rev b1) (prog-if 00 [VGA controller])
-Subsystem: ZOTAC International (MCO) Ltd. ION VGA [19da:a108]
+  NVIDIA Corporation ION VGA [10de:087d] (rev b1) (prog-if 00 [VGA controller])
+    Subsystem: ZOTAC International (MCO) Ltd. ION VGA [19da:a108]
  LiveMediaBuild: Xubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180306.1)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcKernelCmdLine: file=/cdrom/preseed/hostname.seed boot=casper 
initrd=/casper/initrd.lz quiet splash --- maybe-ubiquity
  SourcePackage: xserver-xorg-video-nouveau
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/20/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 080015
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: To be filled by O.E.M.
  dmi.board.vendor: To be filled by O.E.M.
  dmi.board.version: To be filled by O.E.M.
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr080015:bd07/20/2009:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnTobefilledbyO.E.M.:rnTobefilledbyO.E.M.:rvrTobefilledbyO.E.M.:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.family: To Be Filled By O.E.M.
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.90-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 18.0.0~rc4-1ubuntu3
  version.libgl1-mesa-glx: libgl1-mesa-glx 18.0.0~rc4-1ubuntu3
  version.xserver-xorg-core: xserver-xorg-core 2:1.19.6-1ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.10.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20171229-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-2

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

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

Title:
  Very poor performance with xserver-xorg-video-nouveau live bionic
  beta-1 session

To manage notifications about this bug go to:

[Ubuntu-x-swat] [Bug 1754072] Re: Very poor performance with xserver-xorg-video-nouveau live bionic beta-1 session

2018-03-09 Thread Richard Elkins
The attachment is the 1st screen when video detection fails.

** Attachment added: "video_detection_not_ok.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/1754072/+attachment/5074510/+files/video_detection_not_ok.jpg

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

Title:
  Very poor performance with xserver-xorg-video-nouveau live bionic
  beta-1 session

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/1754072/+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 1754072] Re: Very poor performance with xserver-xorg-video-nouveau live bionic beta-1 session

2018-03-09 Thread Richard Elkins
The attachment is what I see when video detection succeeds.

** Attachment added: "video_detection_ok.mp4"
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/1754072/+attachment/5074509/+files/video_detection_ok.mp4

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

Title:
  Very poor performance with xserver-xorg-video-nouveau live bionic
  beta-1 session

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/1754072/+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 1754072] Re: Very poor performance with xserver-xorg-video-nouveau live bionic beta-1 session

2018-03-09 Thread Richard Elkins
I think that the slowness and the alternate screen sequence is related.

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

Title:
  Very poor performance with xserver-xorg-video-nouveau live bionic
  beta-1 session

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/1754072/+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 1754072] Re: Very poor performance with xserver-xorg-video-nouveau live bionic beta-1 session

2018-03-09 Thread Richard Elkins
This was a Live Session without VM.

The OEM screen report (#1754150) and this one are probably related.

Sometimes when I boot that machine with the installation USB stick, the
video hardware is detected correctly and I see your mp4 sequence of
screens.

Other times when I boot the same machine with the same installation USB
stick, I see what I reported on #1754150.

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

Title:
  Very poor performance with xserver-xorg-video-nouveau live bionic
  beta-1 session

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

2018-03-09 Thread Apport retracing service
*** This bug is a duplicate of bug 1724901 ***
https://bugs.launchpad.net/bugs/1724901

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 #1724901, 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/1754647/+attachment/5074238/+files/CoreDump.gz

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

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

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

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

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

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

** This bug has been marked a duplicate of bug 1724901
   Xorg crashed with SIGABRT in RRProviderAutoConfigGpuScreen()

** 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 nvidia-graphics-drivers in Ubuntu.
https://bugs.launchpad.net/bugs/1754647

Title:
  Xorg crashed with SIGABRT in RRProviderAutoConfigGpuScreen()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/1754647/+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 1754684] [NEW] Ctrl key is not working after updating 16.04 LTS to Ubuntu artful 17.10, I can not able select all folders or files by pressing ctrl key

2018-03-09 Thread punyabrat kumar
Public bug reported:

Ctrl modifier or Ctrl Key is not working... Current desktop is Gnome
which is default

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

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

Title:
  Ctrl key is not working after updating 16.04 LTS to Ubuntu artful
  17.10,I can not able select all folders or files by pressing ctrl  key

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1754684/+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 1750937] Re: 4.4.0-116 Kernel update on 2/21 breaks Nvidia drivers (on 14.04 and 16.04) by an insufficient compiler!

2018-03-09 Thread Filippo Molesti
Could we please know when this bug is going to be fixed at last?

If is not uncommon, actually quite common I would say, to have a NVIDIA
graphic card and a more recent version of GCC installed than the one in
the Ubuntu distribution, which is quite old. And then the machine is
broke when the new kernel is installed!

All the fixes in the above risk breaking the machine irreparably. Even
reinstalling Ubuntu from scratch may not work in the long run, if the
bug is not fixed in the new kernel version, because one also need to use
the most recent versions of GCC and thus the problem is bound to
reoccur. And having to keep using kernel 112 also looks quite
unsatisfactorily as a long term solution.

We need the matter to be fixed once and for all.

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

Title:
  4.4.0-116 Kernel update on 2/21 breaks Nvidia drivers (on 14.04 and
  16.04) by an insufficient compiler!

To manage notifications about this bug go to:
https://bugs.launchpad.net/gcc/+bug/1750937/+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 1754628] [NEW] vaapi not working

2018-03-09 Thread EricDHH
Public bug reported:

DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=18.04
DISTRIB_CODENAME=bionic
DISTRIB_DESCRIPTION="Ubuntu Bionic Beaver (development branch)"

04:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. 
[AMD/ATI] Ellesmere [Radeon RX 470/480] [1002:67df] (rev e7)
Subsystem: Sapphire Technology Limited Ellesmere [Radeon RX 
470/480/570/580] (Nitro+ Radeon RX 580 4GB) [1da2:e366]

The graphics run by the amdgpu (not -pro) and is unable to address va-
api acceleration.

eric@athena:~$ vainfo
libva info: VA-API version 1.1.0
libva info: va_getDriverName() returns 0
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/radeonsi_drv_video.so
libva error: dlopen of /usr/lib/x86_64-linux-gnu/dri/radeonsi_drv_video.so 
failed: /usr/lib/x86_64-linux-gnu/dri/radeonsi_drv_video.so: undefined symbol: 
amdgpu_cs_syncobj_import_sync_file
libva info: va_openDriver() returns -1
vaInitialize failed with error code -1 (unknown libva error),exit

While open GL software like the unigine heaven benchmark runs very well.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: xorg 1:7.7+19ubuntu5
ProcVersionSignature: Ubuntu 4.15.0-10.11-generic 4.15.3
Uname: Linux 4.15.0-10-generic x86_64
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.8-0ubuntu10
Architecture: amd64
CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,gnomecompat,grid,imgpng,mousepoll,move,place,regex,resize,session,unitymtgrabhandles,wall,wobbly,animation,expo,ezoom,fade,scale,unityshell,workarounds]
CompositorRunning: None
CurrentDesktop: GNOME
Date: Fri Mar  9 12:16:28 2018
DistUpgraded: 2018-03-09 11:15:52,669 DEBUG icon theme changed, re-reading
DistroCodename: bionic
DistroVariant: ubuntu
DkmsStatus: amdgpu, 17.50-511655, 4.13.0-36-generic, x86_64: installed
EcryptfsInUse: Yes
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] Ellesmere [Radeon RX 470/480] 
[1002:67df] (rev e7) (prog-if 00 [VGA controller])
   Subsystem: Sapphire Technology Limited Ellesmere [Radeon RX 470/480/570/580] 
(Nitro+ Radeon RX 580 4GB) [1da2:e366]
InstallationDate: Installed on 2018-01-04 (63 days ago)
InstallationMedia: Ubuntu 16.04.3 LTS "Xenial Xerus" - Release amd64 (20170801)
MachineType: Gigabyte Technology Co., Ltd. To be filled by O.E.M.
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-10-generic 
root=UUID=9782f23b-461f-4cf0-b7d4-9b4e2739964c ro iommu=soft quiet splash 
vt.handoff=1
SourcePackage: xorg
UpgradeStatus: Upgraded to bionic on 2018-03-09 (0 days ago)
dmi.bios.date: 10/07/2014
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: F2g
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: 970A-UD3P
dmi.board.vendor: Gigabyte Technology Co., Ltd.
dmi.board.version: x.x
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF2g:bd10/07/2014:svnGigabyteTechnologyCo.,Ltd.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rn970A-UD3P:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvrToBeFilledByO.E.M.:
dmi.product.family: To be filled by O.E.M.
dmi.product.name: To be filled by O.E.M.
dmi.product.version: To be filled by O.E.M.
dmi.sys.vendor: Gigabyte Technology Co., Ltd.
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.90-1
version.libgl1-mesa-dri: libgl1-mesa-dri 18.0.0~rc4-1ubuntu3
version.libgl1-mesa-glx: libgl1-mesa-glx 18.0.0~rc4-1ubuntu3
version.xserver-xorg-core: xserver-xorg-core 2:1.19.6-1ubuntu2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.10.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20171229-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-2
xserver.bootTime: Thu Jan 11 18:02:23 2018
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.19.5-0ubuntu2~16.04.1
xserver.video_driver: amdgpu

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


** Tags: amd64 apport-bug bionic reproducible single-occurrence 
third-party-packages ubuntu wayland-session

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

Title:
  vaapi not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1754628/+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 1686189] Re: External monitor connecting problem on Intel graphics card

2018-03-09 Thread mauro
I tried to remove but if I do also this packeges will e removed

- lubuntu-core
- lubuntu-desktop

So I did apt-get install --reinstal xserver-xorg-video-intel but nothing
has changed.

If I plug in the VGA and open a window I can see that the system see the
monitor anch I can set via the 'monitor setting' what to show where but
the PC input of the TV doesn't highlight and can't connect/show remotely

Please advise if we need to open a new bug with this chipset rather than
continue here.

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

Title:
  External monitor connecting problem on Intel graphics card

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1686189/+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 1754072] Re: Very poor performance with xserver-xorg-video-nouveau live bionic beta-1 session

2018-03-09 Thread Kev Bowring
Is this bug the result of trying to test suspend in a virtual machine?


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

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

Title:
  Very poor performance with xserver-xorg-video-nouveau live bionic
  beta-1 session

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/1754072/+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 1480673] Re: [ELAN 3320KD-3100] Asus T300 CHI bluetooth Touchpad is recognized incorrectly

2018-03-09 Thread Bug Watch Updater
** Changed in: libinput
   Status: Incomplete => Won't Fix

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

Title:
  [ELAN 3320KD-3100] Asus T300 CHI bluetooth Touchpad is recognized
  incorrectly

To manage notifications about this bug go to:
https://bugs.launchpad.net/libinput/+bug/1480673/+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 1748926] Re: From 1.19.6 on, X treats every device as an input device

2018-03-09 Thread Iain Lane
For me this bug made xorg fail to start completely

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

Title:
  From 1.19.6 on, X treats every device as an input device

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