[Liverpool] Ubuntu 9.04
Bob Ham
rah at bash.sh
Mon May 11 09:55:22 UTC 2009
Try:
$ dpkg -l | grep nvidia
which will give you a list of packages, then remove each package in the
list with:
$ sudo apt-get remove $package1 $package2..
or you could roll it into one with:
$ sudo apt-get remove $( dpkg -l | grep nvidia | tr -s [:space:] | cut -f 2 -d ' ' )
HTH, HAND,
Bob
On Mon, 2009-05-11 at 10:41 +0100, Roy-Paul Anderson wrote:
> Hi
>
> I am new to Linux and I am having some problems. Ubuntu 9.04 on an
> intel quadcore, 4gb ram, asus p5n-E SLi mboard and twin nVidia 8500GT
> graphics cards in SLi. I installed all was good, then I was advised to
> install a new driver and now there are no graphics. X server fails to
> start. No idea how to undo as only text mode is availbale???
>
> Any help much appreciated
> _______________________________________________
> Liverpool mailing list
> Liverpool at mailman.lug.org.uk
> https://mailman.lug.org.uk/mailman/listinfo/liverpool
--
Bob Ham <rah at bash.sh>
More information about the Liverpool
mailing list