Advertisement
Guest User

Untitled

a guest
Sep 3rd, 2015
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. #!/bin/bash
  2. export DISPLAY=:0
  3. export GPU_MAX_ALLOC_PERCENT=100
  4. export GPU_USE_SYNC_OBJECTS=1
  5. temp=`aticonfig --odgt 2>/dev/null | tail -1 | awk '{print $5}'`
  6. echo ${temp%?}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement