loader: Tell users to give the modesetting DDX a try

if they are using the proprietary nvidia DDX

Signed-off-by: stefan11111 <stefan11111@shitposting.expert>
This commit is contained in:
stefan11111
2025-11-05 13:27:13 +02:00
committed by Enrico Weigelt
parent c7fa008f68
commit 32f0c01c14

View File

@@ -688,7 +688,11 @@ LoadModule(const char *module, void *options, const XF86ModReqInfo *modreq,
LogMessage(X_WARNING, "LoadModule: Otherwise, you will get a "
"segmentation fault due to the abi mismatch "
"between the new X server abi and the one these "
"old drivers are compiled against\n");
"old drivers are compiled against.\n");
LogMessage(X_WARNING, "LoadModule: If you are using one of the maintained "
"branches of the nvidia nvidia kernel drivers,\n");
LogMessage(X_WARNING, "LoadModule: you can try using the in-tree, open-source modesetting "
"DDX driver instead of the proprietary nvidia DDX driver.\n");
if (!LoaderIgnoreAbi) {
/* warn every time this is hit */
LogMessage(X_WARNING, "LoadModule: Implicitly ignoring abi mismatch "