LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 04-25-2005, 06:36 PM   #1
snip128
Member
 
Registered: Jan 2004
Location: Delaware
Distribution: gentoo
Posts: 96

Rep: Reputation: 15
X not working...i have the log ;)


well, first of all, im running gentoo with a 2.6 kernel. I emerged fluxbox, which also emerged x in the process. When i type in startx, it starts to fire up, then closes and tells me that it failed and i should check my log.

Log File (xorg.0)

my xorg config file

out of the log, please note this part:

Code:
No core pointer

Fatal server error:
failed to initialize core devices
id think that'd have something to do with it

thanks in advance
 
Old 04-25-2005, 06:54 PM   #2
Moloko
Member
 
Registered: Mar 2004
Location: Netherlands
Distribution: Debian
Posts: 729

Rep: Reputation: 30
Try some other values for /dev/mouse, I use:

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mouse0"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
 
Old 04-25-2005, 08:29 PM   #3
mrcheeks
Senior Member
 
Registered: Mar 2004
Location: far enough
Distribution: OS X 10.6.7
Posts: 1,690

Rep: Reputation: 52
if you have a usb mouse, the device is probably /dev/input/mice. If it is a ps2 mouse then it is /dev/psaux.

you can use the mdetect utility to check that :
Code:
apt-get install mdetect
 
Old 04-25-2005, 08:45 PM   #4
Rangerboy567
Member
 
Registered: Apr 2005
Posts: 44

Rep: Reputation: 15
how do i get my X Server to exit so i can installl my video card driver??
 
Old 04-25-2005, 08:45 PM   #5
Rangerboy567
Member
 
Registered: Apr 2005
Posts: 44

Rep: Reputation: 15
i use Fedora core 3
 
Old 04-25-2005, 09:06 PM   #6
snip128
Member
 
Registered: Jan 2004
Location: Delaware
Distribution: gentoo
Posts: 96

Original Poster
Rep: Reputation: 15
mdetect eh? ill try that..if i can get it installed...hopefully "emerge mdetect" will work x_X i use gentoo, not debian but anyway...umm...i had problems with that too when i had fedora...to be honest i forget how i got around it...maybe try something like:

Code:
telinit 3
It switches the run level It varies on different flavors though, experiment with it...one of them should eventually kill x... good luck >.< oh and u might hafta be root to do that, id think you would.
 
Old 04-25-2005, 09:07 PM   #7
mrcheeks
Senior Member
 
Registered: Mar 2004
Location: far enough
Distribution: OS X 10.6.7
Posts: 1,690

Rep: Reputation: 52
edit the file /etc/inittab and change the runlevel from 5 to 3.
 
Old 04-25-2005, 09:20 PM   #8
Rangerboy567
Member
 
Registered: Apr 2005
Posts: 44

Rep: Reputation: 15
i tryd telinit 3 and it dont work and ya i was in root and it still wont work
 
Old 04-25-2005, 11:08 PM   #9
snip128
Member
 
Registered: Jan 2004
Location: Delaware
Distribution: gentoo
Posts: 96

Original Poster
Rep: Reputation: 15
did ya try other numbers than 3? lol some will shut down, some will reboot...like i said...it depends on the flavor...sry i couldnt help more...im goin to bed now >.>

P.S. x still doesnt work...the mdetect isnt available with emerge... -.- i bet i missed some module in my kernel, i guess ill rebuild it tomorrow x_x luckily, i saved the config files

oh one more thing...maybe what mrcheeks said will help...im guessing that will change the runlevel it boots to (dont take my word for that, im not sure)? you still have to guess the right one though >.<

Last edited by snip128; 04-25-2005 at 11:10 PM.
 
Old 04-25-2005, 11:22 PM   #10
Rangerboy567
Member
 
Registered: Apr 2005
Posts: 44

Rep: Reputation: 15
no the telinit dont work at all
 
Old 04-26-2005, 04:33 AM   #11
jaws_tas
LQ Newbie
 
Registered: Jan 2005
Posts: 25

Rep: Reputation: 15
If you want to install graphics drivers, press Ctrl+Alt+F1 to get a text console. Then login as root. Then type:

Code:
init 3
Once you've done that, you may need to change back to the original console (Ctrl+Alt+F1). Then install your drivers. When they are installed and configured, type:

Code:
init 5
Once your X server has restarted, change back to the console and type:

Code:
exit
to log out.
 
Old 04-26-2005, 04:39 AM   #12
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
Read the /etc/inittab file. It will indicate which run level you need to use.

For example on SuSE or Fedora Core or Mandrake,
# /etc/init.d/rc takes care of runlevel handling
#
# runlevel 0 is System halt (Do not use this for initdefault!)
# runlevel 1 is Single user mode
# runlevel 2 is Local multiuser without remote network (e.g. NFS)
# runlevel 3 is Full multiuser with network
# runlevel 4 is Not used
# runlevel 5 is Full multiuser with network and xdm
# runlevel 6 is System reboot (Do not use this for initdefault!)

The comments at the front indicate that you need runlevel 3.

Other distro's like slackware use different run levels, but it should be indicated in the /etc/inittab contents.
 
  


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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Could not find working OpenSSL library, please install or check config.log -newb ques botman SUSE / openSUSE 4 10-19-2005 05:03 PM
qmail-showctl log, vpopmail is not working Lostboys Linux - Newbie 0 04-18-2005 02:31 PM
Trying to log MS exploits on apache to seperate file not working! jon_k Linux - Software 2 03-19-2005 09:54 AM
Gnome drawer not working after re-log in slackist Fedora 2 03-03-2004 11:59 PM
Debian 3.0/r1 iptables LOG target not working markus1982 Linux - Distributions 5 05-25-2003 05:01 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 07:03 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