Fixed!
Hmmm well whatever the problem was, I fixed it by installing the X updates from that PPA. Here's how:
And then restart your computer (not just X). Seems to work fine now.
Hmmm well whatever the problem was, I fixed it by installing the X updates from that PPA. Here's how:
Code:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys AF1CDFA9 sudo echo "deb [url]http://ppa.launchpad.net/ubuntu-x-swat/x-updates/ubuntu[/url] karmic main" >> /etc/apt/sources.list sudo apt-get update sudo apt-get upgrade
Comment