|
I've installed Aurora on a system with an outdated graphics card (Nvidia GT710) and in order to get mutiple monitors working, I layered on X11 and the legacy nvidia drivers. That all went well, and things seem stable. Then I toggled on devmode, and the deployment wants to remove all the X11 packages. Thanks! |
Replies: 2 comments
|
This just happens when you layer packages, you have to unlayer them with |
|
Understood. For now, I'll pursue the very limited subset of tools I need in a container, and be aware that I need to keep an eye on future upgrades / deployments for breaking changes. Unfortunately, I wasn't successful getting both monitors recognized with the Nouveau driver, and I'm definitely addicted to multiple monitors. And I hate to make e-waste out of a working board, but Wayland is inevitable at some point. So something has to give... Thanks again. |
This just happens when you layer packages, you have to unlayer them with
rpm-ostree resetfirst.It will blow up again in the future because of dependency conflicts and similar issues. You will one day have an outdated image again because of this.
You might want to consider using the regular/non-nvidia (Nouveau) image with your graphics card.