Advertisement
wagnux

script_unity_otimizacao

Oct 15th, 2016
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.53 KB | None | 0 0
  1. #!/bin/bash
  2. sudo apt install -y --reinstall mesa-utils zram-config
  3. sudo mkdir -p /etc/X11/xorg.conf.d/
  4. wget -O- http://avix.esy.es/20-intel.conf|tee /etc/X11/xorg.conf/20-intel.conf
  5. gsettings set org.compiz.unityshell:/org/compiz/profiles/unity/plugins/unityshell/ low_graphics_mode false
  6. gsettings get org.compiz.core:/org/compiz/profiles/unity/plugins/core/ active-plugins >> /tmp/plugins
  7. sed -i "s/ 'animation',//g" /tmp/plugins
  8. gsettings set org.compiz.core:/org/compiz/profiles/unity/plugins/core/ active-plugins "`cat /tmp/plugins`"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement