LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora - Installation (https://www.linuxquestions.org/questions/fedora-installation-39/)
-   -   X Won't start after updating Nvidia Card, help. (https://www.linuxquestions.org/questions/fedora-installation-39/x-wont-start-after-updating-nvidia-card-help-531168/)

toby50 02-21-2007 06:41 PM

X Won't start after updating Nvidia Card, help.
 
Ok, looks like another install of Fedora 6 got screwed up after updating my
Gforce 2 32 meg video card.

I followed the install directions here.
http://www.mjmwired.net/resources/mj...c6.html#nvidia

After doing the above, I now get this message.

" Failed to start the x server ( your graphical interface )
It is likely that it is not set up correctly.
Would you like to view the X server output to diagnose the problem?"..

Anyway, after this it gave me some choices to fix, which now it will boot up but something is now right.

I only have the choice 800x600 on my screen resolution..

How do I remove that Nvidia Drive and start over?


Thanks.

b0uncer 02-22-2007 12:42 PM

You need to edit your /etc/X11/xorg.conf configuration file. In the file there is a device section for your graphics card, where the driver is defined. It may have been reverted to vesa driver (which only supports 800x600 I think), if the nVidia driver does not work. You could try nv driver instead, if I remember right then 'nv' is the open source nVidia driver which should work with your card, though it doesn't provide you with too good direct rendering capabilities.

There are some configuration programs/scripts for X too, but they depend a bit on your distribution. In the X config file I mentioned above, are defined all the resolutions available (first in the list is the one that is used if it works, if not then second, if that doesn't work either then third, ...), colour depths (note: there are resolutions list per each depth), graphics card (device) and the driver to use with it etc..there are also font paths, keyboards and other input devices. For more information about it, run this:
Code:

man xorg.conf
Since Fedora uses Xorg, and not XFree86, that should be for you. That might be a bit difficult to understand at first (but the file is really simple after you get used to that; altering it directly is easy), but luckily there is a lot of good documentation on the web about configuring it, along with configuring it for nVidia drivers etc..

toby50 02-22-2007 03:48 PM

Thanks for the reply Bouncer, it's appreciated.

I knew I had to edit something, I just could not remember what.

Also, they're was a real easy text editor that I used in Linux before in command line, but I can't remember the name.

It was not vi...

Any way, thanks and I'll let you know how I made out.


All times are GMT -5. The time now is 08:01 AM.