Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Forum Archive > Main Support Categories > Multimedia & Video
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.

Multimedia & Video
Have multimedia question? ATI, Nvidia, Sound cards. Just ask here.

 
Thread Tools Display Modes
Old August 22nd, 2006   #1
tseliot
Python Enthusiast
 
tseliot's Avatar
 
Join Date: May 2005
Location: Lecce, Italy
Beans: 6,288
Send a message via AIM to tseliot
Exclamation PLEASE READ: The Latest Updates Break the Xserver!

HOWTO solve the problem

UPDATE:
The version of xserver-xorg-core which causes the problem is 10.3. (version 10.4 fixes the problem)

See which version is available in the repositories:
Code:
sudo aptitude update
Code:
sudo aptitude install -s -V  xserver-xorg-core
and see which version the system would install (it's just a simulation)

if it's version 10.4 then you can install it:
Code:
sudo aptitude dist-upgrade
If you installed the proprietary drivers for ATI or Nvidia cards you will have to reinstall them otherwise they won't work


HOWTO check which version you have installed:

Code:
sudo aptitude show  xserver-xorg-core | grep Version
(the "V" of Version must be in capital letter)

__________________________________________________ ________________________
If version 10.4 is not in the repos yet you should do this:
Code:
sudo apt-get install xserver-xorg-core=1:1.0.2-0ubuntu10
Then restart your computer
Code:
sudo reboot
OR if the file is not on your computer:
for Ubuntu 32 bit:
Code:
wget http://security.ubuntu.com/ubuntu/pool/main/x/xorg-server/xserver-xorg-core_1.0.2-0ubuntu10_i386.deb
Code:
sudo dpkg -i xserver-xorg-core_1.0.2-0ubuntu10_i386.deb
For Ubuntu 64bit:
Code:
wget http://security.ubuntu.com/ubuntu/pool/main/x/xorg-server/xserver-xorg-core_1.0.2-0ubuntu10_amd64.deb
Code:
sudo dpkg -i xserver-xorg-core_1.0.2-0ubuntu10_amd64.deb
__________________________________________________ ________________________
Howto fix the problem with the Alternate Installer CD of Ubuntu (not the live installer)
1) make a backup of your repository list:
Code:
sudo mv /etc/apt/sources.list /etc/apt/sources.list_backup
2) Add your cd to as your repository:
Code:
sudo apt-cdrom add
it will ask you to insert your CD
3) Try:
Code:
sudo apt-get install sudo apt-get install -s xserver-xorg-core=1:1.0.2-0ubuntu10
Or (if that package can't be found):
Code:
sudo apt-get install -s xserver-xorg-core=1:1.0.2-0ubuntu10.1
4) reboot

Last edited by tseliot; August 23rd, 2006 at 09:03 AM..
tseliot is offline  
Old August 22nd, 2006   #2
aurelieng
Gee! These Aren't Roasted!
 
Join Date: May 2006
Beans: 155
Kubuntu 9.10 Karmic Koala
Re: PLEASE READ: The Latest Updates Break the Xserver!

This bug is really annoying, thanks for your fix !
aurelieng is offline  
Old August 22nd, 2006   #3
The Pinny Parlour
Dipped in Ubuntu
 
The Pinny Parlour's Avatar
 
Join Date: Jan 2006
Beans: 562
Ubuntu 9.10 Karmic Koala
Re: PLEASE READ: The Latest Updates Break the Xserver!

argh.. To late. I saw this updated and absolutely dreaded and hesitated installing it. Xserver-xorg failed on reboot, suprise suprise. Stuff like this makes the ubuntu experience a painful one.

Yes, I am pissed off.
The Pinny Parlour is offline  
Old August 22nd, 2006   #4
Kilz
64bit Ubuntu Power
 
Kilz's Avatar
 
Join Date: Mar 2006
Location: cyberspace
Beans: 6,161
Ubuntu 9.10 Karmic Koala
Re: PLEASE READ: The Latest Updates Break the Xserver!

I was working on getting the new ATI drivers working. I bashed my head into a wall for a few hours thinking it was something I did.
Thanks for saving me more pain
__________________
I trust Microsoft as far as I could comfortably spit a dead rat

Theres no place like home, since I keep coming back, this must be it
Kilz is offline  
Old August 22nd, 2006   #5
matt.vapor
First Cup of Ubuntu
 
Join Date: Aug 2006
Beans: 3
Send a message via MSN to matt.vapor
Re: PLEASE READ: The Latest Updates Break the Xserver!

Quote:
Originally Posted by Kilz View Post
I was working on getting the new ATI drivers working. I bashed my head into a wall for a few hours thinking it was something I did.
Thanks for saving me more pain
I was doing the exact same thing and thought the same thing too!!!!!!
matt.vapor is offline  
Old August 22nd, 2006   #6
frrobert
A Carafe of Ubuntu
 
frrobert's Avatar
 
Join Date: Jul 2006
Location: Indiana
Beans: 124
Ubuntu 8.10 Intrepid Ibex
Re: PLEASE READ: The Latest Updates Break the Xserver!

Thanks for the fix. I had installed the update but hadn't rebooted yet, so I then installed the fix, rebboted and everything was good.
__________________
Thanks,
Fr. Robert, Registered Ubuntu User # 6004
Batushka's Web Hosing & Design
http://www.batushkas.com
frrobert is offline  
Old August 22nd, 2006   #7
The Pinny Parlour
Dipped in Ubuntu
 
The Pinny Parlour's Avatar
 
Join Date: Jan 2006
Beans: 562
Ubuntu 9.10 Karmic Koala
Re: PLEASE READ: The Latest Updates Break the Xserver!

ANYONE...Got ANY ideas on what i can edit to get xserver-xorg up and running???
The Pinny Parlour is offline  
Old August 22nd, 2006   #8
wolfchri
Just Give Me the Beans!
 
wolfchri's Avatar
 
Join Date: Nov 2004
Location: Munich, Germany
Beans: 69
Ubuntu 9.10 Karmic Koala
Re: PLEASE READ: The Latest Updates Break the Xserver!

HOW TO prevent faulty security updates from happen:

Very simple, folks:

1. Publish updates first in a single repository that is not part of the official Ubuntu repos in the sources.list but can be added by those who want to test and take the risk. Call this Repo "PreCache" or whatever, but make it publicly accessible for the testing community.

2. Delay copying from "PreCache" to the live repos and mirrors by 24h.

That should prevent such desasters, Prio 1 bugs like an X.Org crash from slipping through undedected.
wolfchri is offline  
Old August 23rd, 2006   #9
akak8ty
A Carafe of Ubuntu
 
akak8ty's Avatar
 
Join Date: Aug 2006
Location: enemy territory.
Beans: 63
Edgy Eft Testing
Re: PLEASE READ: The Latest Updates Break the Xserver!

I trust Microsoft as far as I could comfortably spit a rat.

Can we have a few beers so I can see just how far that is?
Your quote was funny. It reminds me of my government
akak8ty is offline  
Old August 23rd, 2006   #10
Zay
Spilled the Beans
 
Zay's Avatar
 
Join Date: Aug 2006
Beans: 13
Re: PLEASE READ: The Latest Updates Break the Xserver!

Quote:
Originally Posted by Kilz View Post
I was working on getting the new ATI drivers working. I bashed my head into a wall for a few hours thinking it was something I did.
Thanks for saving me more pain
I had the same problem. Lost 3 hours on it before reading it was a bug in the xorg-core though
Zay is offline  

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 01:05 AM.


vBulletin ©2000 - 2010, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. bilberry