Advertisement
Guest User

radeon.stop (hprofile)

a guest
Jan 22nd, 2015
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.52 KB | None | 0 0
  1. # Comment the following line and uncomment the other lines
  2. # to force remove nouveau/kms driver for e.g. fglrx
  3. if [[ ! -e sys/kernel/debug/vgaswitcheroo/switch ]]; then
  4. #       echo 0 >/sys/class/vtconsole/vtcon1/bind
  5.         if ! rmmod nouveau; then
  6.                 echo "failed to remove fglrx module"
  7.         else
  8.                 [[ -x /etc/init.d/consolefont ]] &&
  9.                 /etc/init.d/consolefont restart
  10. #               rmmod ttm
  11. #               rmmod drm_kms_helper
  12. #               rmmod dri
  13.         fi
  14. fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement