home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2006 July & August
/
PCWorld_2006-07-08_cd.bin
/
system
/
rivatuner
/
RivaTuner20RC16.exe
/
Tools
/
ATIProbe
/
ATIProbe.txt
< prev
Wrap
Text File
|
2006-05-21
|
3KB
|
77 lines
ATIProbe v1.1, (c) 2004-2005 by Alexey Nicolaychuk aka Unwinder
Command line syntax:
atiprobe.com <commands_queue>
where <commands_queue> is a queue of the following commands:
b<hex16>
Override IO base address. Primary ATI display adapter's IO base address is used
by default to access VPU, but you may use this command to access nonprimary ATI
display adapters
rb<bus8>,<dev8>,<fn8>,<reg8>
Read and display PCR <reg8> of PCI bus <bus8> device <dev8> function <fn8>
wb<bus8>,<dev8>,<fun8>,<reg8>,<val8>
Write <val8> to PCR <reg8> of PCI bus <bus8> device <dev8> function <fun8>
ab<bus8>,<dev8>,<fun8>,<reg8>,<val8>
Read PCR <reg8> of PCI bus <bus8> device <dev8> function <fun8>, perform bitwise
AND with <val8> and write it back
ob<bus8>,<dev8>,<fun8>,<reg8>,<val8>
Read PCR <reg8> of PCI bus <bus8> device <dev8> function <fun8>, perform bitwise
OR with <val8> and write it back
xb<bus8>,<dev8>,<fun8>,<reg8>,<val8>
Read PCR <reg8> of PCI bus <bus8> device <dev8> function <fun8>, perform bitwise
XOR with <val8> and write it back
rr<reg32>
Read and display VPU register <reg32>
wr<reg32>,<val32>
Write <val32> to VPU register <reg32>
ar<reg32>,<val32>
Read VPU register <reg32>, perform bitwise AND with <val32> and write it back
or<reg32>,<val32>
Read VPU register <reg32>, perform bitwise OR with <val32> and write it back
xr<reg32>,<val32>
Read VPU register <reg32>, perform bitwise XOR with <val32> and write it back
rp<pll8>
Read and display VPU PLL <pll8>
wp<pll8>,<val32>
Write <val32> to VPU PLL <pll8>
ap<pll8>,<val32>
Read VPU PLL <pll8>, perform bitwise AND with <val32> and write it back
op<pll8>,<val32>
Read VPU PLL <pll8>, perform bitwise OR with <val32> and write it back
xp<pll8>,<val32>
Read VPU PLL <pll8>, perform bitwise XOR with <val32> and write it back
ri<bus8>,<dev8>,<reg8>
Read and display register <reg8> of I2C device <dev8> on I2C bus <bus>
wi<bus8>,<dev8>,<reg8>,<val8>
Write <val8> to register <reg8> of I2C device <dev8> on I2C bus <bus>
ai<bus8>,<dev8>,<reg8>,<val8>
Read register <reg8> of I2C device <dev8> on I2C bus <bus8>, perform bitwise AND
with <val8> and write it back
oi<bus8>,<dev8>,<reg8>,<val8>
Read register <reg8> of I2C device <dev8> on I2C bus <bus8>, perform bitwise OR
with <val8> and write it back
xi<bus8>,<dev8>,<reg8>,<val8>
Read register <reg8> of I2C device <dev8> on I2C bus <bus8>, perform bitwise XOR
with <val8> and write it back