<br><br><div><span class="gmail_quote">2006/8/22, Henk Koster <<a href="mailto:H.A.J.Koster@xs4all.nl">H.A.J.Koster@xs4all.nl</a>>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Tue, 22 Aug 2006 16:17:06 +0200, Henk Koster wrote:<br><br>> On Tue, 22 Aug 2006 14:40:54 +0200, Harschnitz wrote:<br>><br>>> As a new Linux (Ubuntu) user I had 2 PC's successfully up and running<br>>> since yesterday. Today, since the first update (xserver-xorg-core), both
<br>>> PC's are unable to run normally.<br>>><br>>> As a novice I would appreciate a step by step routine that could sort<br>>> this problem.<br>>><br>>> NB The systems were fully up to date status August 21.
<br>>><br>>> Rob Harschnitz.<br>><br>> These things happen sometimes with an OS that tries to remain close<br>> to the latest developments. Luckily, the /var/cache/apt/archives directory<br>> contains all the previously installed packages, among which is the
<br>> xserver-xorg-core package version 1:1.0.2-0ubuntu10.<br>><br>> So, all a novice (or anyone, for that matter) has to do to reinstate<br>> the ex ante situation is<br>><br>> $ sudo dpkg -i xserver-xorg-core=1:
1.0.2-0ubuntu10<br>><br>> and reboot (or start the gdm window manager). Since the offending<br>> package had version number 10.3, you should in  future only install a<br>> newer version that.<br><br>Eh... make that
<br><br>$ sudo apt-get install xserver-xorg-core=1:1.0.2-0ubuntu10<br><br>Sorry.<br><br><br><br>--<br>ubuntu-users mailing list<br><a href="mailto:ubuntu-users@lists.ubuntu.com">ubuntu-users@lists.ubuntu.com</a><br><a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-users">
https://lists.ubuntu.com/mailman/listinfo/ubuntu-users</a><br></blockquote></div><br>oh,yes ! It works successfully on my pc, thank you<br>