OESF | ELSI | pdaXrom | OpenZaurus | Zaurus Themes | Community Links | Ibiblio

IPB

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> How To Get Xdm To Run @ Boot?
jerrybme
post Mar 1 2006, 10:06 AM
Post #1





Group: Members
Posts: 639
Joined: 4-September 03
From: Chicago
Member No.: 401



I'm trying to get xdm to run @ boot.
I added the following to the end of my /etc/inittab
CODE
x:5:respawn:/usr/X11R6/bin/xdm -nodaemon

I also changed the paths to the proper locations in /etc/X11/xdm/xdm-config & Xresources
However the /var/log/xdm.log shows the following errors:
CODE
xdm error (pid 1013): chooser socket creation failed, errno 97
xdm info (pid 1013): Couldn't connect to PRNGD socket "/tmp/entropy": No such file or directory


On the console the error is:
CODE
INIT: Id "x" respawning too fast: disabled for 5 minutes


What am I missing? Or is there a better way?

TIA

Jerry
Go to the top of the page
 
+Quote Post
Meanie
post Mar 1 2006, 05:19 PM
Post #2





Group: Members
Posts: 2,808
Joined: 21-March 05
From: Sydney, Australia
Member No.: 6,686



QUOTE(jerrybme @ Mar 2 2006, 04:06 AM)
I'm trying to get xdm to run @ boot.
I added the following to the end of my /etc/inittab
CODE
x:5:respawn:/usr/X11R6/bin/xdm -nodaemon

I also changed the paths to the proper locations in /etc/X11/xdm/xdm-config & Xresources
However the /var/log/xdm.log shows the following errors:
CODE
xdm error (pid 1013): chooser socket creation failed, errno 97
xdm info (pid 1013): Couldn't connect to PRNGD socket "/tmp/entropy": No such file or directory


On the console the error is:
CODE
INIT: Id "x" respawning too fast: disabled for 5 minutes


What am I missing? Or is there a better way?

TIA

Jerry
*


Try adding the following to the end of /etc/rc.d/rc :

if [ $runlevel -eq 5 ]; then
export HOME=/home/root
/usr/X11R6/bin/startx
fi

http://www.users.on.net/~hluc/myZaurus/custom-pdaxrom.html
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



RSS Lo-Fi Version Time is now: 17th June 2013 - 09:19 PM