mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-25 23:39:26 +00:00
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:
committed by
Enrico Weigelt
parent
c7fa008f68
commit
32f0c01c14
@@ -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 "
|
||||
|
||||
Reference in New Issue
Block a user