Archive for August, 2006
Latest updates to xorg-core break xserver
The forums are alive with the sound of people hitting their computers. Both of those threads contain ways of fixing the problem, thankfully.
Solution 1 :
sudo apt-get install xserver-xorg-core=1:1.0.2-0ubuntu10
sudo reboot
Solution 2 :
wget -c http://people.ubuntu.com/~rodarvus/packages/dapper/xorg-server/xserver-xorg-core_1.0.2-0ubuntu10.4_i386.deb
wget -c http://people.ubuntu.com/~rodarvus/packages/dapper/xorg-server/xserver-xorg-dev_1.0.2-0ubuntu10.4_i386.deb
sudo dpkg -i xserver-xorg-core*.debNOTE: 64bit users should do this:
sudo apt-get install xserver-xorg-core=1:1.0.2-0ubuntu10
sudo reboot
Add comment August 22, 2006
