<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
NoOp wrote:
<blockquote cite="mid:h28csr$prb$1@ger.gmane.org" type="cite">
  <pre wrap="">On 06/28/2009 11:50 AM, Stephen wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">I was having a problem with the mouse pointer jumping in a 3D game, on 
ubuntu 9.04, so I installed the ATI  X.Org accelerator.

After I rebooted the system keeps locking up during the boot. I can boot 
into text mode, but I don't know how to uninstall the ATI driver from 
the command line.

    </pre>
  </blockquote>
  <pre wrap=""><!---->
Without knowing what "ATI  X.Org accelerator" you installed it's pretty
hard to assist. From the terminal:

$ tail /var/log/dpkg.log

should show the last package that you installed. The whole log can be
rather long so open it in nano: nano /var/log/dpkg.log if you need to
see other than the last installed package.

For instance, yesterday I installed quite a few packages, the last one I
installed was xvidcap:

$ tail /var/log/dpkg.log
2009-06-27 14:45:54 status unpacked xvidcap 1.1.7-0.2ubuntu1
2009-06-27 14:45:54 status unpacked xvidcap 1.1.7-0.2ubuntu1
2009-06-27 14:45:54 trigproc man-db 2.5.5-1build1 2.5.5-1build1
2009-06-27 14:45:54 status half-configured man-db 2.5.5-1build1
2009-06-27 14:46:17 status installed man-db 2.5.5-1build1
2009-06-27 14:46:26 startup packages configure
2009-06-27 14:46:26 configure xvidcap 1.1.7-0.2ubuntu1 1.1.7-0.2ubuntu1
2009-06-27 14:46:26 status unpacked xvidcap 1.1.7-0.2ubuntu1
2009-06-27 14:46:29 status half-configured xvidcap 1.1.7-0.2ubuntu1
2009-06-27 14:46:29 status installed xvidcap 1.1.7-0.2ubuntu1

Alternately; boot into recovery mode, run the xfix util & see if that
fixes the issue - or from the terminal:

$ /usr/share/recovery-mode/options/xfix


  </pre>
</blockquote>
I tried the xfix option and it didn't work, and you were right about it
being a long list. I installed lots of things before I rebooted, and
upgraded the kernal to the -13-generic from -11-generic.<br>
<br>
The driver was "xorg-driver-fglrx" I did an "apt-get remove
xorg-driver-fglrx" after that my system booted without any problems.<br>
<br>
Thanks again;<br>
Stephen Oulton<br>
<br>
</body>
</html>