Question #78419 on Ubuntu changed:
https://answers.launchpad.net/ubuntu/+question/78419

    Status: Open => Answered

actionparsnip proposed the following answer:
if you uninstall the ati driver it will get you an x server, if you boot
to recovery root console and run:

sudo nano /etc/X11/xorg.conf

And change:

Section "Device"
    Identifier     "Configured Video Device"
EndSection

to

Section "Device"
    Identifier     "Configured Video Device"
    Driver   "vesa"
EndSection

Then it will force the failsafe driver to be used.

-- 
You received this question notification because you are a member of UF
Unanswered Posts Team, which is an answer contact for Ubuntu.

_______________________________________________
Mailing list: https://launchpad.net/~ubuntuforums-unanswered
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~ubuntuforums-unanswered
More help   : https://help.launchpad.net/ListHelp

Reply via email to