#834372 xdriinfo: libGL is too old.

Package:
x11-utils
Source:
x11-utils
Description:
X11 utilities
Submitter:
積丹尼 Dan Jacobson
Date:
2025-07-27 00:09:02 UTC
Severity:
minor
Tags:
#834372#5
Date:
2016-08-15 00:04:14 UTC
From:
To:
$ xdriinfo --help
libGL is too old.

Older than what?
$ ls -l -L /usr/lib/i386-linux-gnu/libGL.so.1
-rw-r--r-- 1 root root 833540 2015-11-09  /usr/lib/i386-linux-gnu/libGL.so.1
$ ls -l `which xdriinfo`
-rwxr-xr-x 1 root root 9584 2015-05-03  /usr/bin/xdriinfo

Also --help should give help.

#834372#16
Date:
2025-07-26 23:51:23 UTC
From:
To:
The "libGL is too old." error occurs if the libGL does not provide
both the glXGetScreenDriver & glXGetDriverConfig functions.

Support for the "--help" option was added upstream in the xdriinfo 1.0.8
release (published today by X.Org), but the libGL compatibility check
happens before any argument processing occurs, so may not help in this case.