View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001370 | channel: elrepo/el8 | nvidia-detect | public | 2023-07-17 08:10 | 2024-02-23 13:11 |
Reporter | ddragos | Assigned To | pperry | ||
Priority | low | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Summary | 0001370: nvidia-detect prints ABI compatibility warnings regardless of "x" flag | ||||
Description | nvidia-detect prints ABI compatibility warnings regardless of "x" flag. Checking the code, it looks like "opt_xorg" is not taken into consideration: nvidia-detect.c: 467 case 'x': opt_xorg = true; break; ...... nvidia-detect.c: 534 if (opt_xorg) printf("\nChecking ABI compatibility with Xorg Server...\n"); abi_compat = check_xorg_abi_compat(ret); if (!abi_compat) fprintf(stderr, "WARNING: The driver for this device " "does not support the current Xorg version\n"); else if (opt_xorg) printf("ABI compatibility check passed\n"); | ||||
Steps To Reproduce | Running "nvidia-detect" (without "x" parameter) on a headless server will result in the following warnings: WARNING: Xorg log file /var/log/Xorg.0.log does not exist WARNING: Unable to determine Xorg ABI compatibility WARNING: The driver for this device does not support the current Xorg version | ||||
Tags | nvidia-detect | ||||
|
Hi, They are warnings only, and can be ignored on headless systems (caused by the absence of /var/log/Xorg.0.log), but I should be able to fix for the next release. |
|
Fix queued for next release: https://github.com/elrepo/packages/commit/d962f20bcf1f093edfbcc709d3fa98862f73f19d |
|
The following packages have been built and are syncing to our mirrors. nvidia-detect-535.154.05-1.el8_9.elrepo.src.rpm nvidia-detect-535.154.05-1.el8_9.elrepo.x86_64.rpm They include the fix mentioned above. Closing this ticket. |
Date Modified | Username | Field | Change |
---|---|---|---|
2023-07-17 08:10 | ddragos | New Issue | |
2023-07-17 08:10 | ddragos | Status | new => assigned |
2023-07-17 08:10 | ddragos | Assigned To | => pperry |
2023-07-17 08:10 | ddragos | Tag Attached: nvidia-detect | |
2023-07-17 13:04 | pperry | Note Added: 0009287 | |
2023-07-17 13:27 | pperry | Note Added: 0009288 | |
2024-02-23 13:11 | tqhoang | Status | assigned => closed |
2024-02-23 13:11 | tqhoang | Resolution | open => fixed |
2024-02-23 13:11 | tqhoang | Note Added: 0009577 |