Comment 8 for bug 1915003

Revision history for this message
Ɓukasz Zemczak (sil2100) wrote :

Ok, I have accepted all the packages into -proposed pockets besides nvidia-prime for bionic. There seems to be an old unverified nvidia-prime/u-d-c SRU in bionic-proposed that needs to be handled first. Can someone take a look at LP: #1904583?

Another thing: since this is a whole backport of the prime-settings, I'd like some more aging and manual exploratory testing of this before we proceed.

Final thing, regarding the nvidia-prime part: looking at the diff I saw this change bundled in it:
@@ -152,10 +154,10 @@
             # (No need to check if nvidia is available)
             self._enable_nvidia()
         elif profile == "on-demand":
- self._disable_nvidia(keep_nvidia_modules=True)
             if self._supports_runtimepm():
                 self._enable_runtimepm()
                 self._enable_kms()
+ self._disable_nvidia(keep_nvidia_modules=True)
         else:
             # Make sure that the installed packages support PRIME
             #if not self._supports_prime():

I only noticed it after already accepting groovy. Just wanted to make sure: is this related to the initramfs update? Was it needed? Is this change expected?

Thank you.