PDA

View Full Version : [ubuntu] can't install on Toshiba satellite pro p200 (intrepid)



faminator
December 28th, 2008, 06:32 AM
Fairly new laptop.
It worked fine with hardy

With intrepid I can't get a GUI either from a live CD for install or after alternate cd install

Any ideas?

Famine

lykwydchykyn
December 28th, 2008, 06:36 AM
Do you know what video card it uses? Try this command:


lspci |grep -i vga


That will show you what video card you have in there.

faminator
December 28th, 2008, 06:57 AM
Do you know what video card it uses? Try this command:


lspci |grep -i vga


That will show you what video card you have in there.

01:00.0 VGA compatible controller: ATI Technologies Inc Mobility Radeon HD 2400

Thanks

lykwydchykyn
December 29th, 2008, 05:34 AM
Hmmm... Can you post the output from this:



cat /var/log/Xorg.0.log |grep "(EE)"


(that command searches your Xorg logs for errors)