Quick fixes for annoyances on my Ubuntu 11.04
Unity slow with ATI drivers?
sudo apt-get install compizconfig-settings-manager
Then Disable VSYNC on OpenGL tab.
Eclipse acts wierd with new scrollbars?
sudo nano /usr/share/applications/eclipse.desktop
change the Exec with:
sh -c "LIBOVERLAY_SCROLLBAR=0 eclipse"
Need several instances of one app?
middle click on the launcher
WebGL does not work on chromium because your ATI card is blacklisted?
sudo nano /usr/share/applications/chromium-browser.desktop
change Exec with:
Exec=/usr/bin/chromium-browser --ignore-gpu-blacklist %U
Related tags:
Comments