Re: SOS
Since it's not working anyway, here are two things that COULD work:
1. I see Envy in the Feisty repo for Ubuntu -- I no longer have a Feisty Kubuntu so I'm not sure if it's in there, but you can easily find out by entering this at the command line prompt:
if you see it installed, then enter
and follow the menus to install the driver.
2.
will install the open source fglrx driver for your ATI card. You'll have to restart the xserver with Ctrl-Alt-Backspace to see if it works.
Crossing my fingers ....
Since it's not working anyway, here are two things that COULD work:
1. I see Envy in the Feisty repo for Ubuntu -- I no longer have a Feisty Kubuntu so I'm not sure if it's in there, but you can easily find out by entering this at the command line prompt:
Code:
sudo apt-get install envy
Code:
sudo envy -t
2.
Code:
sudo apt-get install xorg-driver-fglrx
Crossing my fingers ....
Comment