The attachment "nvidia- settings_470.57.01-0ubuntu0.20.04.1-to-470.57.01-0ubuntu1.20.04.1.debdiff" seems to be a debdiff. The ubuntu-sponsors team has been subscribed to the bug report so that they can review and hopefully sponsor the debdiff. If the attachment isn't a patch, please remove the "patch" flag from the attachment, remove the "patch" tag, and if you are member of the ~ubuntu-sponsors, unsubscribe the team.
[This is an automated message performed by a Launchpad user owned by ~brian-murray, for any issue please contact him.] ** Tags added: patch -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to nvidia-settings in Ubuntu. https://bugs.launchpad.net/bugs/1943160 Title: [SRU] It will take about 90+ seconds to open the 'Nvidia settings' app when 'Power Saving mode' running. Status in OEM Priority Project: In Progress Status in nvidia-settings package in Ubuntu: New Bug description: [Impact] On some I+N configs, It will take about 90+ seconds to open the 'Nvidia settings' window when 'Power Saving mode' running. [Fix] do not read config file if Nvidia driver did not loaded: change nvidia-settings/src/nvidia-settings.c if (!op->no_load) { ret = nv_read_config_file(op, op->config, op->ctrl_display, p, &conf, &systems); to if (!op->no_load && systems.n != 0) { ret = nv_read_config_file(op, op->config, op->ctrl_display, p, &conf, &systems); [Test] 1. Install Ubuntu image. 2. Boot and login the system. 3. Open 'Nvidia Settings' app 4. Select the prime is 'Power saving' mode 5. Reboot system and login 6. Open 'Nvidia Settings' app 7. Verify the result [Where problems will occur] the "systems.n" gets from NvCtrlConnectToSystem(op->ctrl_display, &systems); If there is a possibility that systems.n is zero and we still need to read nvidia config file, then it will be a problem. I tried and cannot find a situation like that. To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/1943160/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : [email protected] Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp

