Ubuntu ati command temperature and gpu usage

Sunday, December 23, 2012 2:48 PM 0 Comments



if u want to check GPU load in the terminal just type 

aticonfig --adapter=0 --od-getclocks

if you want to check gpu temp in the terminal type 

aticonfig --odgt


if you want to add gpu load to conky add this to conky conf.

${font verdana:size=8}${color green}${execi 1 aticonfig --adapter=0 --od-getclocks | grep -i GPU}

0 comments:

ATI Graphic Get GPU Load

Saturday, December 8, 2012 12:06 PM 0 Comments , ,

aticonfig --adapter=0 --od-getclocks | grep -i GPU

0 comments: