[Ubuntu-x-swat] [Bug 1841745] Re: Update to 1.2.0

2021-02-26 Thread Bug Watch Updater
** Changed in: libxt (Debian)
   Status: New => Fix Released

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

Title:
  Update to 1.2.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libxt/+bug/1841745/+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 1887190] Re: MSFT Touchpad not working on Lenovo Legion-5 15ARH05

2021-02-26 Thread Mohamed Abba
Hi Baq Domalaq (baq),
how do you revert the patches and apply #170?

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

Title:
  MSFT Touchpad not working on Lenovo Legion-5 15ARH05

To manage notifications about this bug go to:
https://bugs.launchpad.net/pop-os/+bug/1887190/+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 1811023] Re: Xorg aborts with ../../../../dix/privates.c:384: dixRegisterPrivateKey: Assertion `!global_keys[type].created' failed.

2021-02-26 Thread PJSingh5000
I am using nvidia-driver-460 version 460.39-0ubuntu0.20.04.1.

xserver-common version 2:1.20.9-2ubuntu1.2~20.04.1
xserver-xephyr version 2:1.20.9-2ubuntu1.2~20.04.1
xserver-xorg version 1:7.7+19ubuntu14
xserver-xorg-core version 2:1.20.9-2ubuntu1.2~20.04.1

The GDM screen would only appear after typing Ctrl+Alt+F2 followed by
Ctrl+Alt+F1.

The following seems to have fixed the issue for me, and the GDM screen
now appears without having to resort to the above "trick".

 1. Edit the file /lib/udev/rules.d/61-gdm.rules.

sudo nano /lib/udev/rules.d/61-gdm.rules

The original file looks like this:

# disable Wayland on Hi1710 chipsets
ATTR{vendor}=="0x19e5", ATTR{device}=="0x1711", 
RUN+="/usr/lib/gdm3/gdm-disable-wayland"
# disable Wayland when using the proprietary nvidia driver
DRIVER=="nvidia", RUN+="/usr/lib/gdm3/gdm-disable-wayland"

Comment all of the lines as shown:

# disable Wayland on Hi1710 chipsets
# ATTR{vendor}=="0x19e5", ATTR{device}=="0x1711", 
RUN+="/usr/lib/gdm3/gdm-disable-wayland"
# disable Wayland when using the proprietary nvidia driver
# DRIVER=="nvidia", RUN+="/usr/lib/gdm3/gdm-disable-wayland"

Type Ctrl+X to exit, then Y, and then Enter to save the file.

 2. Ensure that the Wayland is not disabled in GDM.

sudo nano /etc/gdm3/custom.conf

Comment the "WaylandEnable" line, if it is not already commented, as
shown:

# WaylandEnable=false

Type Ctrl+X to exit. If you made changes, type Y, and then Enter to
save the file.

 3. Finally, reboot.

Explanation

The /lib/udev/rules.d/61-gdm.rules file is supposed to prevent GDM from
displaying the Wayland session option when the NVIDIA proprietary
drivers are installed, since NVIDIA does not support Wayland.

However, in Ubuntu 20.04, there seems to be another redundant mechanism
or rule that also prevents GDM from displaying the Wayland session
option. I suspect this, because even after making the above change, the
Wayland session option is still not displayed in GDM. (Setting
WaylandEnable=true in /etc/gdm3/custom.conf has no effect).

Therefore, I have a hunch that there are two conflicting rules, and
disabling one of the rules (i.e. /lib/udev/rules.d/61-gdm.rules) seems
to remove the conflict.

Here is the journalctl boot log before making the above changes. You can
see there is an error loading the "fb" module.

/usr/lib/gdm3/gdm-x-session[964]: (II) Loading sub module "fb"
/usr/lib/gdm3/gdm-x-session[964]: (II) LoadModule: "fb"
/usr/lib/gdm3/gdm-x-session[964]: (II) Loading /usr/lib/xorg/modules/libfb.so
/usr/lib/gdm3/gdm-x-session[964]: (II) Module fb: vendor="X.Org Foundation"
/usr/lib/gdm3/gdm-x-session[964]: compiled for 1.20.9, module version = 
1.0.0
/usr/lib/gdm3/gdm-x-session[964]: ABI class: X.Org ANSI C Emulation, 
version 0.4
/usr/lib/gdm3/gdm-x-session[964]: Xorg: ../../../../dix/privates.c:384: 
dixRegisterPrivateKey: Assertion `!global_keys[type].created' failed.
/usr/lib/gdm3/gdm-x-session[964]: (EE)
/usr/lib/gdm3/gdm-x-session[964]: (EE) Backtrace:
/usr/lib/gdm3/gdm-x-session[964]: (EE) 0: /usr/lib/xorg/Xorg 
(OsLookupColor+0x13c) [0x55936e23a59c]
/usr/lib/gdm3/gdm-x-session[964]: (EE) 1: /lib/x86_64-linux-gnu/libpthread.so.0 
(funlockfile+0x60) [0x7f70b994541f]
/usr/lib/gdm3/gdm-x-session[964]: (EE) 2: /lib/x86_64-linux-gnu/libc.so.6 
(gsignal+0xcb) [0x7f70b978218b]
/usr/lib/gdm3/gdm-x-session[964]: (EE) 3: /lib/x86_64-linux-gnu/libc.so.6 
(abort+0x12b) [0x7f70b9761859]
/usr/lib/gdm3/gdm-x-session[964]: (EE) unw_get_proc_name failed: no unwind info 
found [-10]
/usr/lib/gdm3/gdm-x-session[964]: (EE) 4: /lib/x86_64-linux-gnu/libc.so.6 
(?+0x0) [0x7f70b976171a]
/usr/lib/gdm3/gdm-x-session[964]: (EE) 5: /lib/x86_64-linux-gnu/libc.so.6 
(__assert_fail+0x46) [0x7f70b9772f36]
/usr/lib/gdm3/gdm-x-session[964]: (EE) 6: /usr/lib/xorg/Xorg 
(dixRegisterPrivateKey+0x239) [0x55936e0f7ac9]
/usr/lib/gdm3/gdm-x-session[964]: (EE) 7: /usr/lib/xorg/modules/libglamoregl.so 
(glamor_init+0xcf) [0x7f70b4b9735f]
/usr/lib/gdm3/gdm-x-session[964]: (EE) unw_get_proc_name failed: no unwind info 
found [-10]
/usr/lib/gdm3/gdm-x-session[964]: (EE) 8: 
/usr/lib/xorg/modules/drivers/modesetting_drv.so (?+0x0) [0x7f70b87fcc00]
/usr/lib/gdm3/gdm-x-session[964]: (EE) unw_get_proc_name failed: no unwind info 
found [-10]
/usr/lib/gdm3/gdm-x-session[964]: (EE) 9: 
/usr/lib/xorg/modules/drivers/modesetting_drv.so (?+0x0) [0x7f70b87f4dd0]
/usr/lib/gdm3/gdm-x-session[964]: (EE) 10: /usr/lib/xorg/Xorg 
(AddGPUScreen+0xf5) [0x55936e0d92d5]
/usr/lib/gdm3/gdm-x-session[964]: (EE) 11: /usr/lib/xorg/Xorg 
(xf86PlatformMatchDriver+0xa44) [0x55936e134cf4]
/usr/lib/gdm3/gdm-x-session[964]: (EE) 12: /usr/lib/xorg/Xorg 
(xf86PlatformDeviceCheckBusID+0x225) [0x55936e13a035]
/usr/lib/gdm3/gdm-x-session[964]: (EE) 13: /usr/lib/xorg/Xorg 
(config_fini+0xa4a) [0x55936e1368da]
/usr/lib/gdm3/gdm-x-session[964]: (EE) 14: /usr/lib/xorg/Xorg 
(config_fini+0x15eb) [0x55936e13810b]

[Ubuntu-x-swat] [Bug 1906792] Re: Chromium tabs freeze with two windows on Wayland (Xwayland)

2021-02-26 Thread fcole90
I recently noted that if I put a window over the other, the bug appears,
but if I put one next to the other, then everything works fine and
smooth

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

Title:
  Chromium tabs freeze with two windows on Wayland (Xwayland)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mutter/+bug/1906792/+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 1811023] Re: Xorg aborts with ../../../../dix/privates.c:384: dixRegisterPrivateKey: Assertion `!global_keys[type].created' failed.

2021-02-26 Thread PJSingh5000
Could this be a regression of Bug #1792932 ?

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

Title:
  Xorg aborts with ../../../../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/1811023/+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 1896627] Re: Windows flicker when being resized with the mouse (Xorg sessions)

2021-02-26 Thread Sam Lane
After updating Ubuntu Budgie 20.10 today (5.8.0-44-generic #50-Ubuntu) I
notice this doesn't happen for me anymore.  It is possible that it just
hasn't happened yet, but prior to today, I could reliably reproduce this
every time by resizing a window for a few seconds until flickering
started.  I can't make this happen anymore, so fingers crossed...

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

Title:
  Windows flicker when being resized with the mouse (Xorg sessions)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1896627/+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 1887190] Re: MSFT Touchpad not working on Lenovo Legion-5 15ARH05

2021-02-26 Thread Marton Danko
Hi Coiby,

Thanks, it seems that correctly telling which hardware button do I press.
Right:
-event18  POINTER_BUTTON   +0.174s  BTN_RIGHT (273) pressed, seat count: 1
 event18  POINTER_BUTTON   +0.318s  BTN_RIGHT (273) released, seat count: 0
Middle:
 event18  POINTER_BUTTON   +3.086s  BTN_MIDDLE (274) pressed, seat count: 1
 event18  POINTER_BUTTON   +3.362s  BTN_MIDDLE (274) released, seat count: 0
Left:
 event18  POINTER_BUTTON   +5.132s  BTN_LEFT (272) pressed, seat count: 1
 event18  POINTER_BUTTON   +5.271s  BTN_LEFT (272) released, seat count: 0

And in the mentioned bug report the following resolution works:
"Apparently it's a change they did in GNOME 3.28 and can be fixed by switching 
to Area mouse click emulation in GNOME Tweaks."

Thanks for your help, and now I need to go to the corner to cry again,
why such a stupid default configuration is shipped with the system...

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

Title:
  MSFT Touchpad not working on Lenovo Legion-5 15ARH05

To manage notifications about this bug go to:
https://bugs.launchpad.net/pop-os/+bug/1887190/+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 1840473] Re: Don't draw | character on the screen while key is typed. :-)

2021-02-26 Thread Bug Watch Updater
** Changed in: xfwm4 (Fedora)
   Status: Confirmed => Invalid

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

Title:
  Don't draw | character on the screen while key is typed.   :-)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1840473/+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 1915870] Re: gnome-shell/gnome-session-check-accelerated-gl-helper crashed with SIGSEGV in cso_destroy_context() [r300_dri.so]

2021-02-26 Thread Bug Watch Updater
** Changed in: mesa (Fedora)
   Status: Unknown => Confirmed

** Changed in: mesa (Fedora)
   Importance: Unknown => 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/1915870

Title:
  gnome-shell/gnome-session-check-accelerated-gl-helper crashed with
  SIGSEGV in cso_destroy_context() [r300_dri.so]

To manage notifications about this bug go to:
https://bugs.launchpad.net/mesa/+bug/1915870/+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 1887190] Re: MSFT Touchpad not working on Lenovo Legion-5 15ARH05

2021-02-26 Thread Shatadru Banerjee
Still confused. Anyway, I want to report that with kernel 5.11 I cannot
connect to external display using HDMI. Does this problem appear because
of using mainline kernel?

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

Title:
  MSFT Touchpad not working on Lenovo Legion-5 15ARH05

To manage notifications about this bug go to:
https://bugs.launchpad.net/pop-os/+bug/1887190/+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 1917037] [NEW] Frozen screen (NVidia GM107 card with large 3840 × 2160 screen)

2021-02-26 Thread Dimitri Papadopoulos
Public bug reported:

Just after the screen freezes, I am sometimes able to log in with SSH
and the log file typically reads:

Feb 26 11:18:15 is233895 kernel: [15385.625416] nouveau :01:00.0: fifo: 
SCHED_ERROR 0a [CTXSW_TIMEOUT]
Feb 26 11:18:15 is233895 kernel: [15385.625436] nouveau :01:00.0: fifo: 
runlist 0: scheduled for recovery
Feb 26 11:18:15 is233895 kernel: [15385.625453] nouveau :01:00.0: fifo: 
channel 6: killed
Feb 26 11:18:15 is233895 kernel: [15385.625462] nouveau :01:00.0: fifo: 
engine 5: scheduled for recovery
Feb 26 11:18:15 is233895 kernel: [15385.625467] nouveau :01:00.0: fifo: 
engine 0: scheduled for recovery
Feb 26 11:18:15 is233895 kernel: [15385.626095] nouveau :01:00.0: 
Xorg[2366]: channel 6 killed!

However, the machine eventually locks up and I cannot log in with SSH
any more. Then I need to power down the computer.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: xserver-xorg-video-nouveau 1:1.0.16-1
ProcVersionSignature: Ubuntu 5.4.0-66.74-generic 5.4.86
Uname: Linux 5.4.0-66-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.16
Architecture: amd64
BootLog: Error: [Errno 13] Permission non accordée: '/var/log/boot.log'
CasperMD5CheckResult: skip
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Fri Feb 26 11:45:55 2021
DistUpgraded: Fresh install
DistroCodename: focal
DistroVariant: ubuntu
DkmsStatus:
 virtualbox, 6.1.16, 5.4.0-65-generic, x86_64: installed
 virtualbox, 6.1.16, 5.4.0-66-generic, x86_64: installed
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 NVIDIA Corporation GM107GL [Quadro K1200] [10de:13bc] (rev a2) (prog-if 00 
[VGA controller])
   Subsystem: NVIDIA Corporation GM107GL [Quadro K1200] [10de:1140]
InstallationDate: Installed on 2020-04-09 (322 days ago)
InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Beta amd64 (20200402)
MachineType: Dell Inc. Precision Tower 3620
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=fr_FR.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.4.0-66-generic 
root=/dev/mapper/vgubuntu-root ro quiet splash vt.handoff=7
SourcePackage: xserver-xorg-video-nouveau
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/13/2020
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 2.16.2
dmi.board.name: 0MWYPT
dmi.board.vendor: Dell Inc.
dmi.board.version: A01
dmi.chassis.type: 3
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvr2.16.2:bd08/13/2020:svnDellInc.:pnPrecisionTower3620:pvr:rvnDellInc.:rn0MWYPT:rvrA01:cvnDellInc.:ct3:cvr:
dmi.product.family: Precision
dmi.product.name: Precision Tower 3620
dmi.product.sku: 06B7
dmi.sys.vendor: Dell Inc.
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.102-1ubuntu1~20.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 20.2.6-0ubuntu0.20.04.1
version.libgl1-mesa-glx: libgl1-mesa-glx N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.20.9-2ubuntu1.2~20.04.1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20200226-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

** Affects: xserver-xorg-video-nouveau (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug focal ubuntu

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

Title:
  Frozen screen (NVidia GM107 card with large 3840 × 2160 screen)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/1917037/+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 1916908] Re: Update the 460 driver, make switching between driver series more robust, and add support for Linux 5.11

2021-02-26 Thread Alberto Milone
** Tags added: block- block-proposed-bionic block-proposed-focal
proposed-groovy

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

Title:
  Update the 460 driver, make switching between driver series more
  robust, and add support for Linux 5.11

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1916908/+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 1887190] Re: MSFT Touchpad not working on Lenovo Legion-5 15ARH05

2021-02-26 Thread Coiby Xu
On Wed, Feb 24, 2021 at 04:20:15PM -, Marton Danko wrote:
>I've done it and it's still registered primary action for that user too,
>it did not change anything.

I still think there's something wrong in the user space. I found a 
similar bug report [1]. What's the output of "sudo libinput
debug-events" when you click the button at the right corner?

$ sudo libinput debug-events
-event7   DEVICE_ADDED MSFT0001:00 06CB:7F28 Mouse   seat0 default 
group8  cap:p left scroll-nat scroll-button
-event8   DEVICE_ADDED MSFT0001:00 06CB:7F28 Touchpadseat0 default 
group8  cap:pg  size 102x67mm tap(dl off) left scroll-nat scroll-2fg-edge 
click-buttonareas-clickfinger dwt-on

-event8   POINTER_BUTTON   +5.491s  BTN_RIGHT (273) pressed, seat count: 1
  event8   POINTER_BUTTON   +5.612s  BTN_RIGHT (273) released, seat count: 0
  event8   POINTER_BUTTON   +7.796s  BTN_LEFT (272) pressed, seat count: 1
  event8   POINTER_BUTTON   +7.953s  BTN_LEFT (272) released, seat count: 0

[1] https://bugzilla.redhat.com/show_bug.cgi?id=1564738


** Bug watch added: Red Hat Bugzilla #1564738
   https://bugzilla.redhat.com/show_bug.cgi?id=1564738

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

Title:
  MSFT Touchpad not working on Lenovo Legion-5 15ARH05

To manage notifications about this bug go to:
https://bugs.launchpad.net/pop-os/+bug/1887190/+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 1917030] Re: package xserver-xorg-legacy 2:1.20.9-2ubuntu1.2~20.04.1 failed to install/upgrade: installed xserver-xorg-legacy package post-installation script subprocess was kille

2021-02-26 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 xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1917030

Title:
  package xserver-xorg-legacy 2:1.20.9-2ubuntu1.2~20.04.1 failed to
  install/upgrade: installed xserver-xorg-legacy package post-
  installation script subprocess was killed by signal (Broken pipe)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1917030/+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 1917030] [NEW] package xserver-xorg-legacy 2:1.20.9-2ubuntu1.2~20.04.1 failed to install/upgrade: installed xserver-xorg-legacy package post-installation script subprocess was kil

2021-02-26 Thread shintaro nagama
Public bug reported:

I had dpkg error.
When I was fixing, ubuntu suggest reporting bug.

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: xserver-xorg-legacy 2:1.20.9-2ubuntu1.2~20.04.1
ProcVersionSignature: Ubuntu 5.8.0-44.50~20.04.1-generic 5.8.18
Uname: Linux 5.8.0-44-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
.proc.driver.nvidia.capabilities.gpu0: Error: [Errno 21] ディレクトリです: 
'/proc/driver/nvidia/capabilities/gpu0'
.proc.driver.nvidia.capabilities.mig: Error: [Errno 21] ディレクトリです: 
'/proc/driver/nvidia/capabilities/mig'
.proc.driver.nvidia.gpus..01.00.0: Error: [Errno 21] ディレクトリです: 
'/proc/driver/nvidia/gpus/:01:00.0'
.proc.driver.nvidia.registry: Binary: ""
.proc.driver.nvidia.suspend: suspend hibernate resume
.proc.driver.nvidia.suspend_depth: default modeset uvm
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86_64 Kernel Module  450.102.04  Tue Dec 29 
06:51:23 UTC 2020
 GCC version:
ApportVersion: 2.20.11-0ubuntu27.16
Architecture: amd64
CasperMD5CheckResult: skip
CompositorRunning: None
Date: Fri Feb 26 17:31:33 2021
DistUpgraded: Fresh install
DistroCodename: focal
DistroVariant: ubuntu
DkmsStatus:
 nvidia, 450.102.04, 5.4.0-42-generic, x86_64: installed
 nvidia, 450.102.04, 5.8.0-44-generic, x86_64: installed (WARNING! Diff between 
built and installed module!) (WARNING! Diff between built and installed 
module!) (WARNING! Diff between built and installed module!)
DuplicateSignature:
 package:xserver-xorg-legacy:2:1.20.9-2ubuntu1.2~20.04.1
 Setting up xserver-xorg-legacy (2:1.20.9-2ubuntu1.2~20.04.1) ...
 dpkg: error processing package xserver-xorg-legacy (--configure):
  installed xserver-xorg-legacy package post-installation script subprocess was 
killed by signal (Broken pipe)
ErrorMessage: installed xserver-xorg-legacy package post-installation script 
subprocess was killed by signal (Broken pipe)
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 Intel Corporation UHD Graphics 630 (Desktop 9 Series) [8086:3e98] (prog-if 00 
[VGA controller])
   Subsystem: ASRock Incorporation UHD Graphics 630 (Desktop 9 Series) 
[1849:3e98]
 NVIDIA Corporation TU106 [GeForce RTX 2070] [10de:1f02] (rev a1) (prog-if 00 
[VGA controller])
   Subsystem: Gigabyte Technology Co., Ltd TU106 [GeForce RTX 2070] [1458:37c2]
InstallationDate: Installed on 2021-02-26 (0 days ago)
InstallationMedia: Ubuntu 20.04.1 "Focal Fossa" - Release amd64(20200808.1)
MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-44-generic 
root=UUID=156b5dd8-ccc1-40b3-afbf-25933c60e7f7 ro recovery nomodeset 
dis_ucode_ldr nomodeset
Python3Details: /usr/bin/python3.8, Python 3.8.5, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3
 apt  2.0.4
SourcePackage: xorg-server
Title: package xserver-xorg-legacy 2:1.20.9-2ubuntu1.2~20.04.1 failed to 
install/upgrade: installed xserver-xorg-legacy package post-installation script 
subprocess was killed by signal (Broken pipe)
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/16/2018
dmi.bios.release: 5.13
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: P1.30
dmi.board.name: Z390 Pro4
dmi.board.vendor: ASRock
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.30:bd08/16/2018:br5.13:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnZ390Pro4:rvr: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.sku: 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.102-1ubuntu1~20.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 20.2.6-0ubuntu0.20.04.1
version.libgl1-mesa-glx: libgl1-mesa-glx N/A
version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.20.9-2ubuntu1.2~20.04.1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20200226-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

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


** Tags: amd64 apport-package focal ubuntu

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

Title:
  package xserver-xorg-legacy 2:1.20.9-2ubuntu1.2~20.04.1 failed to
  install/upgrade: installed xserver-xorg-legacy package post-
  installation script subprocess was killed by signal (Broken pipe)

To manage notifications about this bug go 

[Ubuntu-x-swat] [Bug 1823516] Re: Nvidia driver installed but X apps are using software rendering (LLVMpipe) in Wayland sessions

2021-02-26 Thread Daniel van Vugt
The bug is still present in 21.04 but a new fix has been proposed in:
https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/587

** Tags added: hirsute

** No longer affects: mesa (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/1823516

Title:
  Nvidia driver installed but X apps are using software rendering
  (LLVMpipe) in Wayland sessions

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