LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 10-24-2006, 08:24 PM   #1
tenebrous_paradise
LQ Newbie
 
Registered: Nov 2005
Location: pennsylvania
Distribution: mandriva 07
Posts: 16

Rep: Reputation: 0
cant start x


i boot up and it starts me out in my command prompt, i log in, type "startx" and get the bash thing... i THINK i have x installed if not how do i do it without starting over? i have debian by the way <probably helpful>

Bonnie
 
Old 10-24-2006, 08:34 PM   #2
adilturbo
Member
 
Registered: Jun 2006
Location: morocco
Posts: 195

Rep: Reputation: 30
hi friends

i think your init is set to level 3.so run init 5.or update /etc/inittab.look for a line like this
Quote:
id:5:initdefault:
it should be 5 not 3

cheers
 
Old 10-24-2006, 08:36 PM   #3
tenebrous_paradise
LQ Newbie
 
Registered: Nov 2005
Location: pennsylvania
Distribution: mandriva 07
Posts: 16

Original Poster
Rep: Reputation: 0
i dont know what any of that means i dont know what init anything is....... or what you are talking about
 
Old 10-24-2006, 08:47 PM   #4
dxqcanada
Member
 
Registered: Sep 2006
Location: Canada
Distribution: Gentoo
Posts: 702

Rep: Reputation: 43
Re: startx

I think you should be more descriptive concerning your problem.

The more information that you can supply, the easier it is for forum members to give an answer
 
Old 10-24-2006, 08:56 PM   #5
tenebrous_paradise
LQ Newbie
 
Registered: Nov 2005
Location: pennsylvania
Distribution: mandriva 07
Posts: 16

Original Poster
Rep: Reputation: 0
specifics...

ok.. well here are my specifics... i log in to the pc via command line... after that i type "startx" to start the graphical interface.. i get "-bash: startx: command not found"

log into root

i try the "update /etc/inittab"

"-bash: update: command not found"
 
Old 10-25-2006, 08:31 AM   #6
adilturbo
Member
 
Registered: Jun 2006
Location: morocco
Posts: 195

Rep: Reputation: 30
hi again

sorry.
to log as root:
type
Quote:
su
then you will be asked for your password type it.

now as root type

Quote:
init 5
and see if the graphical envirement is runing

good luck
 
Old 10-26-2006, 09:00 PM   #7
tenebrous_paradise
LQ Newbie
 
Registered: Nov 2005
Location: pennsylvania
Distribution: mandriva 07
Posts: 16

Original Poster
Rep: Reputation: 0
ok i tried that and it said something along the lines of :

init: switching to init 5
init: sending processes term signal.

then i typed "startx" and it still did the bash thing like before.

also i wanted to add, it only installed the base system. is it possible that i dont have x installed? if thats the case then i just need to know the command to install it
 
Old 10-27-2006, 09:01 AM   #8
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
Quote:
Originally Posted by tenebrous_paradise
also i wanted to add, it only installed the base system. is it possible that i dont have x installed? if thats the case then i just need to know the command to install it
This stuff is distro specific. Are you using Debian (as it says in your profile) or another distro? If people know that, they'll be able to tell you how to install X (and whichever environment you want to use).
 
Old 10-27-2006, 09:07 AM   #9
Matir
LQ Guru
 
Registered: Nov 2004
Location: San Jose, CA
Distribution: Debian, Arch
Posts: 8,507

Rep: Reputation: 128Reputation: 128
Moved: This thread is more suitable in Linux - General and has been moved accordingly to help your thread/question get the exposure it deserves.
 
Old 10-27-2006, 03:42 PM   #10
tenebrous_paradise
LQ Newbie
 
Registered: Nov 2005
Location: pennsylvania
Distribution: mandriva 07
Posts: 16

Original Poster
Rep: Reputation: 0
im using ubuntu now so i need the command for ubuntu and i would prefer the gui environment but at this point im not too picky just want to get it running thanks

Bonnie
 
Old 10-27-2006, 05:28 PM   #11
lurko
Member
 
Registered: Jun 2006
Location: Ontario, Canada
Distribution: Debian
Posts: 448

Rep: Reputation: 35
#apt-get install xserver-xorg kde kdm
or
#apt-get install xserver-xorg gnome gdm

these commands will install an xserver, kde or gnome, and the graphical login manager for each. kdm and gdm are not stricly necessary, if you omit them, you should be able to login at the CLI and run startx to start your desktop environment.

you might want to do

$apt-cache search xserver

to make sure xserver-xorg is the correct package name.

edit: check out the APT HOWTO:
http://www.debian.org/doc/manuals/ap.../index.en.html

Last edited by lurko; 10-27-2006 at 05:30 PM.
 
Old 10-28-2006, 10:41 AM   #12
tenebrous_paradise
LQ Newbie
 
Registered: Nov 2005
Location: pennsylvania
Distribution: mandriva 07
Posts: 16

Original Poster
Rep: Reputation: 0
ok i tried that, typed "sudo apt-get install xserver-xorg gnome gdm"

heres what it tells me:

xserver-org is already the newest version.

package gnome is not available but is referred to by another package this may mean that the package is missing, has been obsoleted, or is only available from another source.

E: package gnome has no installation candidate.

so instead i typed "sudo apt-get install gdm" to get that because apparently i already have xserver-org and gnome isnt working. it installed fine.. so i guess now all im trying to get is gnome

also tried the kde command too, same thing thanks

Bonnie

<remember to be specific im a newbie>
 
Old 10-28-2006, 01:34 PM   #13
tenebrous_paradise
LQ Newbie
 
Registered: Nov 2005
Location: pennsylvania
Distribution: mandriva 07
Posts: 16

Original Poster
Rep: Reputation: 0
ok well i toyed around with it a bit heres what i get when i type "startx"

(EE) failed to initialize glx extension (compatible NVIDIA Xdriver not found)

error opening security policy file /etc/X11/SecurityPolicy

(EE) xf86OpenSerial : cannot open device /dev/wacom
no such file or directory.
 
Old 10-28-2006, 02:12 PM   #14
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
Maybe you can try reconfiguring X, with "dpkg-reconfigure xserver-xorg".
 
Old 10-28-2006, 02:30 PM   #15
tenebrous_paradise
LQ Newbie
 
Registered: Nov 2005
Location: pennsylvania
Distribution: mandriva 07
Posts: 16

Original Poster
Rep: Reputation: 0
ok i got rid of the error im back to the issue of it starting graphically and stopping at the "window manager" i still need to install gnome or fix it or something. still getting the same error message when i try to install gnome <apt-get install gnome>
 
  


Reply



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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
when i try to start samba pdc's smb service nmbd failed to start . sandeepchau123 Linux - Newbie 2 10-20-2007 01:59 PM
disable cold start and warm start snmp traps chkisco Linux - Newbie 0 10-28-2005 02:58 AM
fc2-gnome : Applications dont start / very slow to start nox104 Linux - Software 0 08-18-2004 08:53 PM
Can I gett KPPP to start when I start a browser on a network machine? duffboygrim Linux - Networking 0 03-25-2004 04:49 PM
cannot start kdeas user ,can start icewm,fluxbox jackren Debian 1 02-29-2004 11:06 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 12:41 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration