PDA

View Full Version : Need filename of a package to fix error


cajunaggie
March 29th, 2009, 05:44 PM
In an attempt to deal with some graphics issues, I made things worse. I installed the ATI driver package to see if that would help and uninstalled compiz to cut back on the processor load. When I rebooted, I was fine up until the GUI tried to kick in, at which point the I saw a lot of strange, distorted, and pixelated images, which flickered a bit. Then my screen went dark and I got a monitor message telling me there was no video feed.

I ran LiveCD (with the usual errors) and was able to see things just fine.

Unfortunately I can't remember the name of the package I installed and my only means of removing it is via console. Does anyone have any idea what it might be?

EDIT: I believe it was the ATI Catalyst Driver package.

ktp
March 29th, 2009, 05:55 PM
xorg-driver-fglrx?

xebian
March 29th, 2009, 06:08 PM
In an attempt to deal with some graphics issues, I made things worse. I installed the ATI driver package to see if that would help and uninstalled compiz to cut back on the processor load. When I rebooted, I was fine up until the GUI tried to kick in, at which point the I saw a lot of strange, distorted, and pixelated images, which flickered a bit. Then my screen went dark and I got a monitor message telling me there was no video feed.

I ran LiveCD (with the usual errors) and was able to see things just fine.

Unfortunately I can't remember the name of the package I installed and my only means of removing it is via console. Does anyone have any idea what it might be?

To search for installed packages with say 'fglrx' in their name execute this code


dpkg -l | grep fglrx


You might search also for 'xorg-video' by replacing 'fglrx' above.

Bakon Jarser
March 29th, 2009, 06:26 PM
cd /var/cache/apt/archives
ls -t

That will list all downloaded packages in the order they were last modified. The packages most recently modified will be listed first.

ls -u -lt will sort by access time.

cajunaggie
March 29th, 2009, 09:02 PM
Fixed! Thanks for the help guys.