LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Unable to setup X Server while installing Gentoo. Using live cd 2007.0 (https://www.linuxquestions.org/questions/linux-newbie-8/unable-to-setup-x-server-while-installing-gentoo-using-live-cd-2007-0-a-633455/)

neolithic_psyche 04-06-2008 10:49 AM

Unable to setup X Server while installing Gentoo. Using live cd 2007.0
 
Hi,
I'm installing gentoo and downloaded the 2007.0 live cd and burned it successfully. After typing "gentoo dosata" at the boot: prompt, everything seemed to be loading fine until it said that the x-server could not be setup. I remember having this problem with fc8. i had to download my nvidia drivers in that case. How can I do the same here? or if I can't install the drivers through the prompt, how do I go about doing this? Moreover I dont have internet access through the boot prompt. Unable to setup my network doing that. I thought I'll deal with the network aspect once I have it installed fully.

Thanks.

Nikhil

BallsOfSteel 04-06-2008 11:19 AM

You have to edit your xorg.conf file. At a command prompt, issue this command (as root)
Code:

nano /etc/X11/xorg.conf
Look for where it says 'driver', you need to change this to 'vesa' (without the ticks on either side of it). Depending on your video card, it may show something like 'nv' or 'ati'. It needs to show vesa. Then, later after you've installed, you can go back and install the proprietary driver for your card.

Regards


All times are GMT -5. The time now is 09:04 AM.