Unix Technical Forum

Xserver won't stop

This is a discussion on Xserver won't stop within the Linux Operating System forums, part of the Unix Operating Systems category; --> Using CentOS 4.4 final, fully updated. Im trying to install the Nvidia drivers for me Geforce 4 card. Download ...


Go Back   Unix Technical Forum > Unix Operating Systems > Linux Operating System

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 01-18-2008, 07:39 PM
TwistedDreams
 
Posts: n/a
Default Xserver won't stop

Using CentOS 4.4 final, fully updated. Im trying to install the Nvidia
drivers for me Geforce 4 card. Download the NVIDIA-Linux-x86-1.0-8774-
pkg1.run file. From what i have read i have to install without X server
running. I have tried several ways of doing this .. ctrl+alt+f1, then init
3, but then the system freezes after starting anacron (on right side of
screen it says ok, so i'm guessing it means it loaded it ok)curser just
blinks..no cmd prompt or anything. I tried changing the value in
/etc/inittab id:5:initdefault: to id:3:initdefault:
both get me into text mode, put when i try installing the drivers using the
"sh NVIDIA-Linux-x86-1.0-8774-pkg1.run" command (from root), it keeps
telling me X server is running and it can't install.
Am i doing something wrong here?
i could use some help i think
Anyways TIA
hope to hear back soon
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 01-18-2008, 07:39 PM
AZ Nomad
 
Posts: n/a
Default Re: Xserver won't stop

On Wed, 13 Sep 2006 14:22:22 -0500, TwistedDreams <pyscho@babble.com> wrote:


>Using CentOS 4.4 final, fully updated. Im trying to install the Nvidia
>drivers for me Geforce 4 card. Download the NVIDIA-Linux-x86-1.0-8774-
>pkg1.run file. From what i have read i have to install without X server
>running. I have tried several ways of doing this .. ctrl+alt+f1, then init
>3, but then the system freezes after starting anacron (on right side of
>screen it says ok, so i'm guessing it means it loaded it ok)curser just
>blinks..no cmd prompt or anything. I tried changing the value in
>/etc/inittab id:5:initdefault: to id:3:initdefault:
>both get me into text mode, put when i try installing the drivers using the
>"sh NVIDIA-Linux-x86-1.0-8774-pkg1.run" command (from root), it keeps
>telling me X server is running and it can't install.
>Am i doing something wrong here?
>i could use some help i think
>Anyways TIA
>hope to hear back soon


Step 1: make absolutely sure you don't have multiple nvidia.ko scattered
around /lib/modules/`uname -r`
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 01-18-2008, 07:39 PM
AZ Nomad
 
Posts: n/a
Default Re: Xserver won't stop

On Wed, 13 Sep 2006 14:22:22 -0500, TwistedDreams <pyscho@babble.com> wrote:


>Using CentOS 4.4 final, fully updated. Im trying to install the Nvidia
>drivers for me Geforce 4 card. Download the NVIDIA-Linux-x86-1.0-8774-
>pkg1.run file. From what i have read i have to install without X server
>running. I have tried several ways of doing this .. ctrl+alt+f1, then init
>3, but then the system freezes after starting anacron (on right side of
>screen it says ok, so i'm guessing it means it loaded it ok)curser just
>blinks..no cmd prompt or anything. I tried changing the value in
>/etc/inittab id:5:initdefault: to id:3:initdefault:
>both get me into text mode, put when i try installing the drivers using the
>"sh NVIDIA-Linux-x86-1.0-8774-pkg1.run" command (from root), it keeps
>telling me X server is running and it can't install.
>Am i doing something wrong here?
>i could use some help i think


Ooops; I guess I should have read your entire post....

try 'telinit 3'

or edit your /etc/inittab and change the line
'id:5:initdefault:' to 'id:3:initdefault:;
and reboot.


or find the display manager service in /etc/init.d or /etc/rc.d/init.d and
stop it. ie: '/etc/init.d/xdm stop'



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 01-18-2008, 07:39 PM
Michael Heiming
 
Posts: n/a
Default Re: Xserver won't stop

In comp.os.linux.setup TwistedDreams <pyscho@babble.com>:
> Using CentOS 4.4 final, fully updated. Im trying to install the Nvidia
> drivers for me Geforce 4 card. Download the NVIDIA-Linux-x86-1.0-8774-


[ problems installing nvidia package ]

Is Selinux* enabled (iirc it is per default on your system)? I'd
disable it/reboot, retry the nvidia installation and see if this
works better.

Sure you can configure (see docs) it to allow what you want, but
it certainly adds up more complexity then needed, especially for
users not that save.

Good luck

--
Michael Heiming (X-PGP-Sig > GPG-Key ID: EDD27B94)
mail: echo zvpunry@urvzvat.qr | perl -pe 'y/a-z/n-za-m/'
#bofh excuse 287: Telecommunications is downshifting.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 01-18-2008, 07:39 PM
Matt Giwer
 
Posts: n/a
Default Re: Xserver won't stop

TwistedDreams wrote:
> Using CentOS 4.4 final, fully updated. Im trying to install the Nvidia
> drivers for me Geforce 4 card. Download the NVIDIA-Linux-x86-1.0-8774-
> pkg1.run file. From what i have read i have to install without X server
> running. I have tried several ways of doing this .. ctrl+alt+f1,


ctrl+alt+backspace or right click on the desktop, not an application or Xwindow
on a desktop, and click on logout. That latter method saves the desktop layout
and such from the present session.

--
They do not hate us for our freedom. They hate us for both Qana massacres.
-- The Iron Webmaster, 3683
nizkor http://www.giwersworld.org/nizkook/nizkook.phtml
commentary http://www.giwersworld.org/opinion/running.phtml a5
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 01-18-2008, 07:39 PM
TwistedDreams
 
Posts: n/a
Default Re: Xserver won't stop

AZ Nomad <aznomad@PmunOgeBOX.com> wrote in
news:slrnegh0j7.k0s.aznomad@ip70-176-155-130.ph.ph.cox.net:

> On Wed, 13 Sep 2006 14:22:22 -0500, TwistedDreams <pyscho@babble.com>
> wrote:
>
>
>>Using CentOS 4.4 final, fully updated. Im trying to install the Nvidia
>>drivers for me Geforce 4 card. Download the NVIDIA-Linux-x86-1.0-8774-
>>pkg1.run file. From what i have read i have to install without X
>>server running. I have tried several ways of doing this ..
>>ctrl+alt+f1, then init 3, but then the system freezes after starting
>>anacron (on right side of screen it says ok, so i'm guessing it means
>>it loaded it ok)curser just blinks..no cmd prompt or anything. I tried
>>changing the value in /etc/inittab id:5:initdefault: to
>>id:3:initdefault: both get me into text mode, put when i try
>>installing the drivers using the "sh
>>NVIDIA-Linux-x86-1.0-8774-pkg1.run" command (from root), it keeps
>>telling me X server is running and it can't install. Am i doing
>>something wrong here? i could use some help i think

>
> Ooops; I guess I should have read your entire post....
>
> try 'telinit 3'


Didn't try that
>
> or edit your /etc/inittab and change the line
> 'id:5:initdefault:' to 'id:3:initdefault:;
> and reboot.


hehe looks like you forgot to read that part of the post too, already
done that
>
>
> or find the display manager service in /etc/init.d or /etc/rc.d/init.d
> and stop it. ie: '/etc/init.d/xdm stop'
>

Whoops i checked init.d for the gdm kde but didn't find them in there, i
didn't check the others, but thanks for pointing that out. for future
reference

i did search for nvidia.ko on the entire system, and didn't find it.

Michael Heimings post was the solution it seemed.
Thanks for your time and input though, it is appreciated alot




---
avast! Antivirus: Outbound message clean.
Virus Database (VPS): 0637-1, 09/13/2006
Tested on: 9/13/2006 11:40:10 PM
avast! - copyright (c) 1988-2006 ALWIL Software.
http://www.avast.com



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 01-18-2008, 07:39 PM
TwistedDreams
 
Posts: n/a
Default Re: Xserver won't stop

Michael Heiming <michael+USENET@www.heiming.de> wrote in news:36dmt3-
9uf.ln1@news.heiming.de:

> In comp.os.linux.setup TwistedDreams <pyscho@babble.com>:
>> Using CentOS 4.4 final, fully updated. Im trying to install the Nvidia
>> drivers for me Geforce 4 card. Download the NVIDIA-Linux-x86-1.0-8774-

>
> [ problems installing nvidia package ]
>
> Is Selinux* enabled (iirc it is per default on your system)? I'd
> disable it/reboot, retry the nvidia installation and see if this
> works better.
>
> Sure you can configure (see docs) it to allow what you want, but
> it certainly adds up more complexity then needed, especially for
> users not that save.
>
> Good luck
>


Bingo, that got me thru the gate. Now i'm muddling thru getting everything
to have the system compile it for me. I hope
Thanks for the tip


---
avast! Antivirus: Outbound message clean.
Virus Database (VPS): 0637-1, 09/13/2006
Tested on: 9/14/2006 12:20:12 AM
avast! - copyright (c) 1988-2006 ALWIL Software.
http://www.avast.com



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 08:41 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com