LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

intel_gtt

displays the Graphics Translation Table for Intel GPUs

TLDR

Show GTT status
$ sudo intel_gtt
copy
Dump GTT entries
$ sudo intel_gtt -d
copy
Show specific range
$ sudo intel_gtt -r [0x0-0x1000]
copy

SYNOPSIS

intel_gtt [options]

DESCRIPTION

intel_gtt displays the Graphics Translation Table for Intel GPUs. The GTT maps graphics memory addresses to physical memory.The tool shows aperture usage and memory mappings. Useful for debugging memory allocation and GPU memory issues.

PARAMETERS

-d

Dump GTT entries.
-r RANGE
Show specific address range.
--help
Display help information.

INSTALL

sudo apt install intel-gpu-tools
copy
sudo pacman -S intel-gpu-tools
copy
sudo zypper install intel-gpu-tools
copy
nix profile install nixpkgs#intel-gpu-tools
copy

CAVEATS

Intel graphics only. Requires root. Part of intel-gpu-tools.

HISTORY

intel_gtt is part of intel-gpu-tools, developed for low-level debugging of Intel integrated graphics.

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