![]() ![]() |
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 |
|
|
|
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 |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 17th June 2013 - 09:19 PM |