LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

eglinfo

EGL graphics library information display

TLDR

Display full platform EGL information
$ eglinfo
copy
Display brief platform information
$ eglinfo -B
copy
Display information for a specific platform
$ eglinfo -p [x11|wayland|gbm|surfaceless]
copy
Display help
$ eglinfo -h
copy

SYNOPSIS

eglinfo [options]

DESCRIPTION

eglinfo displays information about EGL (Embedded-System Graphics Library) implementations on the system. It shows available displays, configurations, extensions, and rendering APIs.Useful for debugging graphics issues and verifying GPU driver configuration.

PARAMETERS

-B

Brief output, showing only essential information.
-s
Print one extension per line.
-v
Print configuration details in verbose form.
-l
Show OpenGL limits (requires EGL 1.2+).
-a api
Display information for a specific API (gl, glcore, gles).
-p platform
Display information for a specific platform (x11, wayland, gbm, surfaceless, android).
-h
Display help information.

INSTALL

sudo apt install mesa-utils
copy
sudo pacman -S mesa-utils
copy
sudo apk add mesa-utils
copy

CAVEATS

Requires a working EGL implementation. Output depends on graphics drivers installed. May not work in headless environments without display.

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid