Activity log for bug #1778011

Date Who What changed Old value New value Message
2018-06-21 08:59:11 Alberto Milone bug added bug
2018-06-21 08:59:29 Alberto Milone nominated for series Ubuntu Bionic
2018-06-21 08:59:29 Alberto Milone bug task added nvidia-prime (Ubuntu Bionic)
2018-06-21 08:59:44 Alberto Milone bug task added ubuntu-drivers-common (Ubuntu)
2018-06-21 08:59:56 Alberto Milone nvidia-prime (Ubuntu Bionic): status New In Progress
2018-06-21 08:59:59 Alberto Milone ubuntu-drivers-common (Ubuntu): status New In Progress
2018-06-21 09:00:02 Alberto Milone ubuntu-drivers-common (Ubuntu Bionic): status New In Progress
2018-06-21 09:00:05 Alberto Milone nvidia-prime (Ubuntu Bionic): assignee Alberto Milone (albertomilone)
2018-06-21 09:00:07 Alberto Milone ubuntu-drivers-common (Ubuntu): assignee Alberto Milone (albertomilone)
2018-06-21 09:00:09 Alberto Milone ubuntu-drivers-common (Ubuntu Bionic): assignee Alberto Milone (albertomilone)
2018-06-21 09:00:11 Alberto Milone nvidia-prime (Ubuntu Bionic): importance Undecided High
2018-06-21 09:00:13 Alberto Milone ubuntu-drivers-common (Ubuntu): importance Undecided High
2018-06-21 09:00:15 Alberto Milone ubuntu-drivers-common (Ubuntu Bionic): importance Undecided High
2018-06-23 20:34:04 fargoth bug added subscriber fargoth
2018-06-25 20:50:07 Kirill Romanov bug added subscriber Kirill Romanov
2018-07-14 16:52:23 Mauro Gaspari bug added subscriber Mauro Gaspari
2018-07-14 20:45:41 Albert Riedinger bug added subscriber Albert Riedinger
2018-07-30 16:35:17 Launchpad Janitor merge proposal linked https://code.launchpad.net/~albertomilone/ubuntu/+source/gdm3/+git/gdm3/+merge/351810
2018-07-31 13:47:53 Alberto Milone bug task added gdm3 (Ubuntu)
2018-07-31 13:48:01 Alberto Milone gdm3 (Ubuntu): status New In Progress
2018-07-31 13:48:07 Alberto Milone gdm3 (Ubuntu): importance Undecided High
2018-07-31 13:48:10 Alberto Milone gdm3 (Ubuntu): assignee Alberto Milone (albertomilone)
2018-07-31 13:48:11 Alberto Milone gdm3 (Ubuntu Bionic): assignee Alberto Milone (albertomilone)
2018-07-31 13:48:13 Alberto Milone gdm3 (Ubuntu Bionic): importance Undecided High
2018-07-31 13:48:15 Alberto Milone gdm3 (Ubuntu Bionic): status New In Progress
2018-07-31 15:57:15 Launchpad Janitor nvidia-prime (Ubuntu): status In Progress Fix Released
2018-08-02 09:56:16 Alberto Milone description Relying on the nouveau driver and on the vga switcheroo (to get around a change in systemd LP: #1777099) caused increased power consumption, and slowed down the switching process. Solving the problem in systemd (LP: #1777099), and adding code in gpu-manager and in nvidia-prime to unload the nvidia modules, and to allow the PCI device to sleep, dramatically decreases power consumption. Relying on the nouveau driver and on the vga switcheroo (to get around a change in systemd LP: #1777099) caused increased power consumption, and slowed down the switching process. Furthermore, if the main X/Xwayland session was started by Gdm when the nvidia driver was loaded, the session will keep the nvidia module loaded, and prevent the system from switching off the dGPU. Also, the nouveau driver will be loaded, if nvidia is not, and this can cause problems to unsupported NVIDIA GPUs. The solution involves the following changes: 1) Solving the problem in systemd (LP: #1777099) 2) Adding code in gpu-manager and in nvidia-prime to unload the nvidia modules, and to allow the PCI device to sleep. 3) Making a slight change to the current patch in Gdm, used to call the PRIME scripts before and after a Gdm session (so that gpu-manager gets actually called on log out) 4) Adding code in gpu-manager to kill the main X/Xwayland session on log out, if the session is preventing us from unloading the nvidia driver. A new X/Xwayland session will be created after unload the module. 5) Removing the systemd service that loads nouveau from the nvidia packages.
2018-08-02 09:56:44 Alberto Milone bug task added nvidia-graphics-drivers-390 (Ubuntu)
2018-08-02 09:57:07 Alberto Milone nvidia-graphics-drivers-390 (Ubuntu): status New Fix Released
2018-08-02 09:57:11 Alberto Milone nvidia-graphics-drivers-390 (Ubuntu Bionic): status New In Progress
2018-08-02 09:57:18 Alberto Milone nvidia-graphics-drivers-390 (Ubuntu): importance Undecided High
2018-08-02 09:57:20 Alberto Milone nvidia-graphics-drivers-390 (Ubuntu Bionic): importance Undecided High
2018-08-02 09:57:22 Alberto Milone nvidia-graphics-drivers-390 (Ubuntu): assignee Alberto Milone (albertomilone)
2018-08-02 09:57:24 Alberto Milone nvidia-graphics-drivers-390 (Ubuntu Bionic): assignee Alberto Milone (albertomilone)
2018-08-02 10:05:26 Alberto Milone description Relying on the nouveau driver and on the vga switcheroo (to get around a change in systemd LP: #1777099) caused increased power consumption, and slowed down the switching process. Furthermore, if the main X/Xwayland session was started by Gdm when the nvidia driver was loaded, the session will keep the nvidia module loaded, and prevent the system from switching off the dGPU. Also, the nouveau driver will be loaded, if nvidia is not, and this can cause problems to unsupported NVIDIA GPUs. The solution involves the following changes: 1) Solving the problem in systemd (LP: #1777099) 2) Adding code in gpu-manager and in nvidia-prime to unload the nvidia modules, and to allow the PCI device to sleep. 3) Making a slight change to the current patch in Gdm, used to call the PRIME scripts before and after a Gdm session (so that gpu-manager gets actually called on log out) 4) Adding code in gpu-manager to kill the main X/Xwayland session on log out, if the session is preventing us from unloading the nvidia driver. A new X/Xwayland session will be created after unload the module. 5) Removing the systemd service that loads nouveau from the nvidia packages. SRU Request: [Impact] Relying on the nouveau driver and on the vga switcheroo (to get around a change in systemd LP: #1777099) caused increased power consumption, and slowed down the switching process. Furthermore, if the main X/Xwayland session was started by Gdm when the nvidia driver was loaded, the session will keep the nvidia module loaded, and prevent the system from switching off the dGPU. Also, the nouveau driver will be loaded, if nvidia is not, and this can cause problems to unsupported NVIDIA GPUs. The solution involves the following changes: 1) Solving the problem in systemd (LP: #1777099) 2) Adding code in gpu-manager and in nvidia-prime to unload the nvidia modules, and to allow the PCI device to sleep. 3) Making a slight change to the current patch in Gdm, used to call the PRIME scripts before and after a Gdm session (so that gpu-manager gets actually called on log out) 4) Adding code in gpu-manager to kill the main X/Xwayland session on log out, if the session is preventing us from unloading the nvidia driver. A new X/Xwayland session will be created after unload the module. 5) Removing the systemd service that loads nouveau from the nvidia packages. [Test Case] 1) Enable the -proposed repository, and install the new "ubuntu-drivers-common", nvidia drivers, nvidia-prime, and gdm3 2) Make sure the nvidia packages are installed, and enable performance mode (if it is already enabled, call "sudo prime-select intel" first): sudo prime-select nvidia 3) Restart your computer and attach your /var/log/gpu-manager.log. see if the system boots correctly. If unsure, please attach your /var/log/gpu-manager.log and /var/log/Xorg.0.log 4) Select power saving mode: sudo prime-select intel 5) Log out and log back in 6) Check if the nvidia driver is still loaded: lsmod | grep nvidia [Regression Potential] Low, as hybrid graphics support does not work correctly, and the changes only affect this use case.
2018-08-02 10:05:37 Alberto Milone summary PRIME Power Saving mode draws too much power SRU: PRIME Power Saving mode draws too much power
2018-08-02 15:21:02 Sebastien Bacher gdm3 (Ubuntu): status In Progress Fix Committed
2018-08-02 15:27:57 Launchpad Janitor ubuntu-drivers-common (Ubuntu): status In Progress Fix Released
2018-08-02 16:42:25 Launchpad Janitor gdm3 (Ubuntu): status Fix Committed Fix Released
2018-08-02 19:34:08 Thomas Rupprecht bug added subscriber Thomas Rupprecht
2018-08-03 12:29:31 Alberto Milone bug task added nvidia-settings (Ubuntu)
2018-08-03 12:29:48 Alberto Milone nvidia-settings (Ubuntu): importance Undecided High
2018-08-03 12:29:48 Alberto Milone nvidia-settings (Ubuntu): status New In Progress
2018-08-03 12:29:48 Alberto Milone nvidia-settings (Ubuntu): assignee Alberto Milone (albertomilone)
2018-08-03 12:29:58 Alberto Milone nvidia-settings (Ubuntu): status In Progress Fix Released
2018-08-03 12:30:13 Alberto Milone nvidia-settings (Ubuntu Bionic): importance Undecided High
2018-08-03 12:30:13 Alberto Milone nvidia-settings (Ubuntu Bionic): status New In Progress
2018-08-03 12:30:13 Alberto Milone nvidia-settings (Ubuntu Bionic): assignee Alberto Milone (albertomilone)
2018-08-05 18:37:41 Vlad Svitlichniy bug added subscriber vsv
2018-08-06 20:56:42 Patrick Browning bug added subscriber Patrick Browning
2018-08-07 10:35:19 Alberto Milone bug added subscriber Ubuntu Stable Release Updates Team
2018-08-13 13:04:49 Launchpad Janitor merge proposal linked https://code.launchpad.net/~dgadomski/ubuntu/+source/gdm3/+git/lp1782152/+merge/352973
2018-08-13 13:11:35 Launchpad Janitor merge proposal linked https://code.launchpad.net/~dgadomski/ubuntu/+source/gdm3/+git/lp1782152/+merge/352976
2018-08-14 14:06:58 Launchpad Janitor merge proposal linked https://code.launchpad.net/~dgadomski/ubuntu/+source/gdm3/+git/lp1782152/+merge/353089
2018-08-15 02:13:15 Tom Wright bug added subscriber Tom Wright
2018-08-15 22:29:31 Steve Langasek nvidia-graphics-drivers-390 (Ubuntu Bionic): status In Progress Incomplete
2018-08-20 14:40:23 Łukasz Zemczak gdm3 (Ubuntu Bionic): status In Progress Fix Committed
2018-08-20 14:40:27 Łukasz Zemczak bug added subscriber SRU Verification
2018-08-20 14:40:32 Łukasz Zemczak tags verification-needed verification-needed-bionic
2018-08-21 09:47:11 Kostadin Stoilov bug added subscriber Kostadin Stoilov
2018-08-26 20:55:55 monogato bug added subscriber monogato
2018-08-27 14:24:03 ash bug added subscriber Josh Holland
2018-08-27 20:33:44 Mikhail Novosyolov bug added subscriber Mikhail N
2018-09-06 00:17:23 Steve Langasek nvidia-graphics-drivers-390 (Ubuntu Bionic): status Incomplete Fix Committed
2018-09-06 07:38:16 Steve Langasek nvidia-prime (Ubuntu Bionic): status In Progress Fix Committed
2018-09-06 07:47:23 Steve Langasek nvidia-settings (Ubuntu Bionic): status In Progress Fix Committed
2018-09-06 10:10:49 Serhiy bug added subscriber Serhiy Zahoriya
2018-09-09 01:35:11 Serhiy tags verification-needed verification-needed-bionic verification-failed-bionic verification-needed
2018-09-10 08:31:58 Alberto Milone tags verification-failed-bionic verification-needed verification-needed verification-needed-bionic
2018-09-12 12:53:42 Sebastian Suder bug added subscriber Sebastian Suder
2018-09-13 07:46:06 Launchpad Janitor merge proposal linked https://code.launchpad.net/~binli/ubuntu/+source/gdm3/+git/gdm3/+merge/354838
2018-09-19 12:57:56 Timo Aaltonen ubuntu-drivers-common (Ubuntu Bionic): status In Progress Fix Committed
2018-09-19 13:19:33 AaronMa bug added subscriber AaronMa
2018-09-19 14:29:16 Matteo Cerina bug added subscriber Matteo Cerina
2018-09-19 19:28:54 Giraffe tags verification-needed verification-needed-bionic verification-done-bionic verification-needed
2018-09-20 07:29:50 Alberto Milone description SRU Request: [Impact] Relying on the nouveau driver and on the vga switcheroo (to get around a change in systemd LP: #1777099) caused increased power consumption, and slowed down the switching process. Furthermore, if the main X/Xwayland session was started by Gdm when the nvidia driver was loaded, the session will keep the nvidia module loaded, and prevent the system from switching off the dGPU. Also, the nouveau driver will be loaded, if nvidia is not, and this can cause problems to unsupported NVIDIA GPUs. The solution involves the following changes: 1) Solving the problem in systemd (LP: #1777099) 2) Adding code in gpu-manager and in nvidia-prime to unload the nvidia modules, and to allow the PCI device to sleep. 3) Making a slight change to the current patch in Gdm, used to call the PRIME scripts before and after a Gdm session (so that gpu-manager gets actually called on log out) 4) Adding code in gpu-manager to kill the main X/Xwayland session on log out, if the session is preventing us from unloading the nvidia driver. A new X/Xwayland session will be created after unload the module. 5) Removing the systemd service that loads nouveau from the nvidia packages. [Test Case] 1) Enable the -proposed repository, and install the new "ubuntu-drivers-common", nvidia drivers, nvidia-prime, and gdm3 2) Make sure the nvidia packages are installed, and enable performance mode (if it is already enabled, call "sudo prime-select intel" first): sudo prime-select nvidia 3) Restart your computer and attach your /var/log/gpu-manager.log. see if the system boots correctly. If unsure, please attach your /var/log/gpu-manager.log and /var/log/Xorg.0.log 4) Select power saving mode: sudo prime-select intel 5) Log out and log back in 6) Check if the nvidia driver is still loaded: lsmod | grep nvidia [Regression Potential] Low, as hybrid graphics support does not work correctly, and the changes only affect this use case. SRU Request: [Impact] Relying on the nouveau driver and on the vga switcheroo (to get around a change in systemd LP: #1777099) caused increased power consumption, and slowed down the switching process. Furthermore, if the main X/Xwayland session was started by Gdm when the nvidia driver was loaded, the session will keep the nvidia module loaded, and prevent the system from switching off the dGPU. Also, the nouveau driver will be loaded, if nvidia is not, and this can cause problems to unsupported NVIDIA GPUs. The solution involves the following changes: 1) Solving the problem in systemd (LP: #1777099) 2) Adding code in gpu-manager and in nvidia-prime to unload the nvidia modules, and to allow the PCI device to sleep. 3) Making a slight change to the current patch in Gdm, used to call the PRIME scripts before and after a Gdm session (so that gpu-manager gets actually called on log out) 4) Adding code in gpu-manager to kill the main X/Xwayland session on log out, if the session is preventing us from unloading the nvidia driver. A new X/Xwayland session will be created after unload the module. 5) Removing the systemd service that loads nouveau from the nvidia packages. [Test Case] 1) Enable the -proposed repository, and install the new "ubuntu-drivers-common", nvidia drivers, nvidia-prime, and gdm3 * 2) Make sure the nvidia packages are installed, and enable performance mode (if it is already enabled, call "sudo prime-select intel" first): sudo prime-select nvidia 3) Restart your computer and attach your /var/log/gpu-manager.log. see if the system boots correctly. If unsure, please attach your /var/log/gpu-manager.log and /var/log/Xorg.0.log 4) Select power saving mode: sudo prime-select intel 5) Log out and log back in 6) Check if the nvidia driver is still loaded: lsmod | grep nvidia [Regression Potential] Low, as hybrid graphics support does not work correctly, and the changes only affect this use case. _____________________________________ * Steps to test the updates: 1) Enable the bionic-proposed repositories 2) Create /etc/apt/preferences.d/proposed-updates with the following content: Package: * Pin: release a=bionic-proposed Pin-Priority: 400 3) Update the list of packages: sudo apt-get update 4) Install the packages from -proposed using the following command: sudo apt install nvidia-driver-390/bionic-proposed gdm3/bionic-proposed ubuntu-drivers-common/bionic-proposed nvidia-prime/bionic-proposed nvidia-settings/bionic-proposed
2018-09-20 09:43:58 ubname tags verification-done-bionic verification-needed verification-failed-bionic verification-needed
2018-09-20 11:39:09 Alberto Milone tags verification-failed-bionic verification-needed verification-needed verification-needed-bionic
2018-09-20 11:39:44 Alberto Milone description SRU Request: [Impact] Relying on the nouveau driver and on the vga switcheroo (to get around a change in systemd LP: #1777099) caused increased power consumption, and slowed down the switching process. Furthermore, if the main X/Xwayland session was started by Gdm when the nvidia driver was loaded, the session will keep the nvidia module loaded, and prevent the system from switching off the dGPU. Also, the nouveau driver will be loaded, if nvidia is not, and this can cause problems to unsupported NVIDIA GPUs. The solution involves the following changes: 1) Solving the problem in systemd (LP: #1777099) 2) Adding code in gpu-manager and in nvidia-prime to unload the nvidia modules, and to allow the PCI device to sleep. 3) Making a slight change to the current patch in Gdm, used to call the PRIME scripts before and after a Gdm session (so that gpu-manager gets actually called on log out) 4) Adding code in gpu-manager to kill the main X/Xwayland session on log out, if the session is preventing us from unloading the nvidia driver. A new X/Xwayland session will be created after unload the module. 5) Removing the systemd service that loads nouveau from the nvidia packages. [Test Case] 1) Enable the -proposed repository, and install the new "ubuntu-drivers-common", nvidia drivers, nvidia-prime, and gdm3 * 2) Make sure the nvidia packages are installed, and enable performance mode (if it is already enabled, call "sudo prime-select intel" first): sudo prime-select nvidia 3) Restart your computer and attach your /var/log/gpu-manager.log. see if the system boots correctly. If unsure, please attach your /var/log/gpu-manager.log and /var/log/Xorg.0.log 4) Select power saving mode: sudo prime-select intel 5) Log out and log back in 6) Check if the nvidia driver is still loaded: lsmod | grep nvidia [Regression Potential] Low, as hybrid graphics support does not work correctly, and the changes only affect this use case. _____________________________________ * Steps to test the updates: 1) Enable the bionic-proposed repositories 2) Create /etc/apt/preferences.d/proposed-updates with the following content: Package: * Pin: release a=bionic-proposed Pin-Priority: 400 3) Update the list of packages: sudo apt-get update 4) Install the packages from -proposed using the following command: sudo apt install nvidia-driver-390/bionic-proposed gdm3/bionic-proposed ubuntu-drivers-common/bionic-proposed nvidia-prime/bionic-proposed nvidia-settings/bionic-proposed SRU Request: [Impact] Relying on the nouveau driver and on the vga switcheroo (to get around a change in systemd LP: #1777099) caused increased power consumption, and slowed down the switching process. Furthermore, if the main X/Xwayland session was started by Gdm when the nvidia driver was loaded, the session will keep the nvidia module loaded, and prevent the system from switching off the dGPU. Also, the nouveau driver will be loaded, if nvidia is not, and this can cause problems to unsupported NVIDIA GPUs. The solution involves the following changes: 1) Solving the problem in systemd (LP: #1777099) 2) Adding code in gpu-manager and in nvidia-prime to unload the nvidia modules, and to allow the PCI device to sleep. 3) Making a slight change to the current patch in Gdm, used to call the PRIME scripts before and after a Gdm session (so that gpu-manager gets actually called on log out) 4) Adding code in gpu-manager to kill the main X/Xwayland session on log out, if the session is preventing us from unloading the nvidia driver. A new X/Xwayland session will be created after unload the module. 5) Removing the systemd service that loads nouveau from the nvidia packages. [Test Case] 1) Enable the -proposed repository, and install the new "ubuntu-drivers-common", nvidia drivers, nvidia-prime, and gdm3 * 2) Make sure the nvidia packages are installed, and enable performance mode (if it is already enabled, call "sudo prime-select intel" first): sudo prime-select nvidia 3) Restart your computer and attach your /var/log/gpu-manager.log. see if the system boots correctly. If unsure, please attach your /var/log/gpu-manager.log and /var/log/Xorg.0.log 4) Select power saving mode: sudo prime-select intel 5) Log out and log back in 6) Check if the nvidia driver is still loaded: lsmod | grep nvidia [Regression Potential] Low, as hybrid graphics support does not work correctly, and the changes only affect this use case. _____________________________________ * Steps to test the updates: 1) Enable the bionic-proposed repositories 2) Create /etc/apt/preferences.d/proposed-updates with the following content: Package: * Pin: release a=bionic-proposed Pin-Priority: 400 3) Update the list of packages: sudo apt-get update 4) Install the packages from -proposed using the following command: sudo apt install nvidia-driver-390/bionic-proposed gdm3/bionic-proposed ubuntu-drivers-common/bionic-proposed nvidia-prime/bionic-proposed nvidia-settings/bionic-proposed libnvidia-gl-390/bionic-proposed libnvidia-compute-390/bionic-proposed libnvidia-decode-390/bionic-proposed libnvidia-encode-390/bionic-proposed libnvidia-ifr1-390/bionic-proposed libnvidia-fbc1-390/bionic-proposed
2018-09-20 12:39:55 AaronMa tags verification-needed verification-needed-bionic verification-done-bionic verification-needed
2018-09-21 09:47:45 Anthony Wong bug added subscriber Canonical Hardware Enablement
2018-09-21 09:47:47 Anthony Wong tags verification-done-bionic verification-needed originate-from-1788575 somerville verification-done-bionic verification-needed
2018-09-23 12:13:13 monogato removed subscriber monogato
2018-09-27 15:17:39 Sebastian Suder removed subscriber Sebastian Suder
2018-09-27 16:09:14 Launchpad Janitor gdm3 (Ubuntu Bionic): status Fix Committed Fix Released
2018-09-27 16:09:14 Launchpad Janitor cve linked 2018-14424
2018-09-27 16:09:22 Brian Murray removed subscriber Ubuntu Stable Release Updates Team
2018-10-01 13:55:16 Renato Bueno attachment added gpu-manager.log https://bugs.launchpad.net/ubuntu/+source/nvidia-prime/+bug/1778011/+attachment/5195328/+files/gpu-manager.log
2018-10-01 13:56:27 Renato Bueno attachment added Xorg.log https://bugs.launchpad.net/ubuntu/+source/nvidia-prime/+bug/1778011/+attachment/5195329/+files/Xorg.0.log
2018-10-02 13:37:27 Arnaud Thevenet bug added subscriber Arnaud Thevenet
2018-10-04 18:59:48 Mateusz Litwin attachment added gpu-manager.log https://bugs.launchpad.net/ubuntu/+source/nvidia-prime/+bug/1778011/+attachment/5197245/+files/gpu-manager.log
2018-10-04 19:02:17 Mateusz Litwin bug added subscriber Mateusz Litwin
2018-10-07 07:30:53 ubname attachment added i7broadweel_GTX850M_gpu-manager.log https://bugs.launchpad.net/ubuntu/+source/ubuntu-drivers-common/+bug/1778011/+attachment/5198239/+files/i7broadweel_GTX850M_gpu-manager.log
2018-10-08 10:42:30 Launchpad Janitor ubuntu-drivers-common (Ubuntu Bionic): status Fix Committed Fix Released
2018-10-08 10:42:33 Launchpad Janitor nvidia-settings (Ubuntu Bionic): status Fix Committed Fix Released
2018-10-08 10:42:36 Launchpad Janitor nvidia-prime (Ubuntu Bionic): status Fix Committed Fix Released
2018-10-08 10:42:39 Launchpad Janitor nvidia-graphics-drivers-390 (Ubuntu Bionic): status Fix Committed Fix Released
2018-10-22 02:43:01 Renato Bueno attachment added gpu-manager.log https://bugs.launchpad.net/ubuntu/+source/nvidia-prime/+bug/1778011/+attachment/5203812/+files/gpu-manager.log
2018-10-22 02:43:28 Renato Bueno attachment added Xorg.0.log https://bugs.launchpad.net/ubuntu/+source/nvidia-prime/+bug/1778011/+attachment/5203813/+files/Xorg.0.log
2018-10-29 12:09:45 Dusan Susic bug added subscriber Dusan Susic
2018-11-01 07:31:07 Kostadin Stoilov removed subscriber Kostadin Stoilov
2018-11-06 19:20:35 Andrew Lendrum attachment added /var/log/gpu-manager.log https://bugs.launchpad.net/ubuntu/+source/nvidia-prime/+bug/1778011/+attachment/5209748/+files/gpu-manager.log
2018-11-09 14:25:57 gp bug task added sddm (Ubuntu)
2018-11-09 19:20:51 Launchpad Janitor sddm (Ubuntu): status New Confirmed
2018-11-09 19:20:51 Launchpad Janitor sddm (Ubuntu Bionic): status New Confirmed
2018-11-10 09:32:13 Michael Weimann attachment added My gpu-manager log file https://bugs.launchpad.net/ubuntu/+source/nvidia-prime/+bug/1778011/+attachment/5211042/+files/gpu-manager.log
2018-11-10 09:41:53 Kirill Romanov removed subscriber Kirill Romanov
2018-11-10 15:27:39 Matteo Cerina removed subscriber Matteo Cerina
2018-11-10 16:49:48 Krzysztof Janowicz attachment added gpu-manager.log https://bugs.launchpad.net/ubuntu/+source/nvidia-prime/+bug/1778011/+attachment/5211182/+files/gpu-manager.log
2018-11-15 11:39:38 Leandro Sá attachment added gpu-manager.log https://bugs.launchpad.net/ubuntu/+source/nvidia-prime/+bug/1778011/+attachment/5213084/+files/gpu-manager.log
2018-11-15 12:01:59 Leandro Sá attachment added gpu-manager.log https://bugs.launchpad.net/ubuntu/+source/nvidia-prime/+bug/1778011/+attachment/5213087/+files/gpu-manager.log
2018-11-17 00:22:43 Vitaliy Kraynov attachment added gpu-manager.log https://bugs.launchpad.net/ubuntu/+source/nvidia-prime/+bug/1778011/+attachment/5213565/+files/gpu-manager.log
2018-11-19 19:06:02 Gregor Burger attachment added prime-select query = intel https://bugs.launchpad.net/ubuntu/+source/nvidia-prime/+bug/1778011/+attachment/5214282/+files/gpu-manager.log
2018-11-22 07:10:02 Colin bug added subscriber Colin
2018-12-11 12:15:39 Eric Fang bug added subscriber Eric Fang
2018-12-11 21:50:17 Chris L8 bug added subscriber Chris L8
2018-12-31 23:52:00 Fink Nottle attachment added gpu-manager.log https://bugs.launchpad.net/ubuntu/+source/nvidia-prime/+bug/1778011/+attachment/5226056/+files/gpu-manager.log
2019-01-12 04:54:16 Fink Nottle attachment added powertop.zip https://bugs.launchpad.net/ubuntu/+source/nvidia-prime/+bug/1778011/+attachment/5228576/+files/powertop.zip
2019-01-30 02:02:04 Dan Robinson bug added subscriber Dan Robinson
2019-01-30 02:06:45 Dan Robinson attachment added gpu-manager-logs.tar.xz https://bugs.launchpad.net/hwe-next/+bug/1778011/+attachment/5233964/+files/gpu-manager-logs.tar.xz
2019-01-30 02:12:28 Dan Robinson attachment added gpu-manager.log https://bugs.launchpad.net/hwe-next/+bug/1778011/+attachment/5233969/+files/gpu-manager.log
2019-02-27 10:32:29 jespestana bug added subscriber jespestana
2019-03-05 20:20:31 Fink Nottle bug added subscriber Fink Nottle
2019-03-09 00:44:45 Ravind K attachment added gpu-manager logs. https://bugs.launchpad.net/ubuntu/+source/nvidia-prime/+bug/1778011/+attachment/5244873/+files/gpu-manager-logs.tar.gz
2019-03-29 20:29:00 Will bug added subscriber Will
2019-05-29 18:56:08 Alexandre Pereira Nunes bug added subscriber Alexandre Pereira Nunes
2019-07-05 10:37:15 Anthony Wong hwe-next: status New Fix Released
2019-07-05 14:44:00 Leandro Sá removed subscriber Leandro Sá