About ATI X.Org graphic accelerator
NoOp
glgxg at sbcglobal.net
Sun Jun 28 18:30:50 UTC 2009
On 06/28/2009 11:50 AM, Stephen wrote:
> 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.
>
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
More information about the ubuntu-users
mailing list