Update loadmod.c

This commit is contained in:
Collin 2025-06-27 19:53:39 -05:00 committed by GitHub
parent 86f4c9da39
commit 31b6c6a18e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -417,8 +417,11 @@ CheckVersion(const char *module, XF86ModuleVersionInfo * data,
{
int vercode[4];
long ver = data->xf86version;
/* Always ignore ABI mismatches by default */
/* Only ignore ABI mismatches for NVIDIA proprietary driver */
if (data->vendor &&
(strstr(data->vendor, "NVIDIA") != NULL || {
LoaderOptions |= LDR_OPT_ABI_MISMATCH_NONFATAL;
}
MessageType errtype;
LogMessage(X_INFO, "Module %s: vendor=\"%s\"\n",