OESF Portables Forum

Model Specific Forums => Sharp Zaurus => Zaurus - pdaXrom => Topic started by: jerrybme on March 01, 2006, 01:06:08 pm

Title: How To Get Xdm To Run @ Boot?
Post by: jerrybme on March 01, 2006, 01:06:08 pm
I'm trying to get xdm to run @ boot.
I added the following to the end of my /etc/inittab
Code: [Select]
x:5:respawn:/usr/X11R6/bin/xdm -nodaemonI 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: [Select]
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: [Select]
INIT: Id "x" respawning too fast: disabled for 5 minutes
What am I missing? Or is there a better way?

TIA

Jerry
Title: How To Get Xdm To Run @ Boot?
Post by: Meanie on March 01, 2006, 08:19:39 pm
Quote
I'm trying to get xdm to run @ boot.
I added the following to the end of my /etc/inittab
Code: [Select]
x:5:respawn:/usr/X11R6/bin/xdm -nodaemonI 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: [Select]
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: [Select]
INIT: Id "x" respawning too fast: disabled for 5 minutes
What am I missing? Or is there a better way?

TIA

Jerry
[div align=\"right\"][{POST_SNAPBACK}][/a][/div] (http://index.php?act=findpost&pid=116569\")

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

[a href=\"http://www.users.on.net/~hluc/myZaurus/custom-pdaxrom.html]http://www.users.on.net/~hluc/myZaurus/custom-pdaxrom.html[/url]