linux graphics drivers... x server won't go away >:(

Locked
LANKe
Posts: 26
Joined: Mon Nov 12, 2007 9:48 pm

linux graphics drivers... x server won't go away >:(

Post by LANKe »

I want to update the drivers for my graphics card, but I can't get x server to close. I googled it, but no luck. It keeps saying x server is running, and I can't update. I don't know much about linux, so I've never done this before.
I am trying to update a nvidia geforce fx 5500 pci card.

PS. nice sig eh? :olo:
[url]http://www.nerdtests.com/ft_cg.php[/url]
[img]http://www.nerdtests.com/images/ft/cg.php?val=0848[/img]
[color=#FF0000]Did you mean:[/color][color=#FFFF00]French Military Defeats?[/color]
creep
Posts: 1007
Joined: Tue Dec 30, 2003 8:00 am

Re: linux graphics drivers... x server won't go away >:(

Post by creep »

RTFM
AmIdYfReAk
Posts: 6926
Joined: Thu Feb 10, 2000 8:00 am

Re: linux graphics drivers... x server won't go away >:(

Post by AmIdYfReAk »

exit X into termanal mode, ( this is done dependong on your X eniroment ) Then at bash/shell/corn/etc type kill, find the two of tree x serves and press k then the Process number of the X services.
^misantropia^
Posts: 4022
Joined: Sat Mar 12, 2005 6:24 pm

Re: linux graphics drivers... x server won't go away >:(

Post by ^misantropia^ »

If you are running GDM or KDM (resp. the Gnome and KDE display manager), you need to shut it down:

/etc/init.d/gdm stop

After installing the drivers:

/etc/init.d/gdm start

Replace gdm with kdm if applicable.
LANKe
Posts: 26
Joined: Mon Nov 12, 2007 9:48 pm

Re: linux graphics drivers... x server won't go away >:(

Post by LANKe »

creep wrote:RTFM
It didn't come with one, and I can't find one on their site.
^misantropia^ wrote:[snip]
Thanks! I got the drivers updated. :)
[url]http://www.nerdtests.com/ft_cg.php[/url]
[img]http://www.nerdtests.com/images/ft/cg.php?val=0848[/img]
[color=#FF0000]Did you mean:[/color][color=#FFFF00]French Military Defeats?[/color]
Locked