Comment 1 for bug 1982472

Revision history for this message
jeremyszu (os369510) wrote :

FWIK, there are many related packages need to modify together since it's similar to an interface change.

It'll be more reasonable if we target to Jammy+.

The power-saving mode in Jammy is almost useless (but the nvidia-340, 390 may still need it).
However, the 'power-saving' mode apply:
```
                "Section \"ServerLayout\"\n"
                " Identifier \"layout\"\n"
                " Option \"AllowNVIDIAGPUScreens\"\n"
                "EndSection\n\n");
```
and disable nvidia driver.

If so, then I think we could say it's "non-nvidia" ("no-nvidia", etc..) instead of "intel" or "amd".
Which will more suitable when multiple graphic cards are attached.

Hi Alberto,

Have you any comment on this?