Created
October 22, 2011 16:40
-
-
Save knzm/1306187 to your computer and use it in GitHub Desktop.
How to downgrade EMGD X server on Natty VAIO Type P
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. disable LP-PPA-gma500-emgd/ubuntu repository | |
2. create /etc/apt/preferences.d/xorg with the following content | |
Package: * | |
Pin: release o=Ubuntu | |
Pin-Priority: 1001 | |
Package: * | |
Pin: release o=LP-PPA-gma500-emgd | |
Pin-Priority: -1 | |
3. restart in text mode | |
4. apt-get dist-upgrade | |
5. restart |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment