- Subject: Re: [SLUG] *buntu won't start X
- From: db <db.pub.mail@xxxxxxxxx>
- Date: Sun, 15 Nov 2009 15:09:44 +1100
- Cc: slug <slug@xxxxxxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:cc:content-type; bh=cfgoIkVuMN6XIG113Yg1pL+n5b2zgwD9Jp5OXd7CCos=; b=lne37CG+oTG2snJNYNVDa8c/gm7BhiiC81K1SvDkk32Q/RvX8i3t+/5AOCFXqMTxy6 wkIRWAuNK9SM++ID3vH5rGrXRsW5o64YGhnHrTrt51IXobKQC8tilWzluZ0yl/yp1CeG QUpinhvp7CNrkx1NiziU58B052m5cesAsixKg=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:cc :content-type; b=JpCInAFs5lR6pWe0DldU80Po+sYbcbq109S71YFtK02OEEb7vvGpGKVNq7sfhY+X+w hT10fT63kBnaxW5/RhjhTkU/uAQZglnKvyFtLk41wjjdoRZDuxNoRaksKYtrxhrV31zI SmE1e+gQ326zmSBX1zU5SLMflxL+ACeLKKg48=
Try booting ubuntu with the safe graphics option. If you cannot find
that, boot normally then push control alt f1, to get to a terminal.
After doing that use an editor like nano to edit (nano)
/etc/X11/xorg.conf and under
(command sudo nano /etc/X11/xorg.conf to edit this file).
Section "Device"
put Driver "vesa"
so it will now look like:
Section "Device"
Driver "vesa"
EndSection
After you do this type sudo /etc/init.d/gdm stop then type sudo
/etc/init.d/gdm start
Hopefully this will work for you.