Linux Commands Examples

A great documentation place for Linux commands

intel_reg_dumper

Decode a bunch of Intel GPU registers for debugging


see also : intel_reg_snapshot

Synopsis

intel_reg_dumper [ options ] [ file ]


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples

0
source
            
$igtdir/intel_reg_dumper > $tardir/intel_reg_dumper.txt
$igtdir/intel_bios_dumper $tardir/intel_bios_dump

description

intel_reg_dumper is a tool to read and decode the values of many Intel GPU registers. It is commonly used in debugging video mode setting issues. If the file argument is present, the registers will be decoded from the given file instead of the current registers. Use the intel_reg_snapshot tool to generate such files.

When the file argument is present and the -d argument is not present, intel_reg_dumper will assume the file was generated on an Ironlake machine.

options

-d id

when a dump file is used, use ’id’ as device id (in hex)

-h

prints a help message


see also

intel_reg_snapshot

How can this site be more helpful to YOU ?


give  feedback