Tiny Core Linux

Tiny Core Extensions => TCE Talk => Topic started by: Onyarian on June 13, 2009, 12:09:35 PM

Title: tc2 - Xorg - jwm
Post by: Onyarian on June 13, 2009, 12:09:35 PM
I have problems to set Xorg7.4 in tc2. If I substitute in .xsession the line with xvesa with the line:
/usr/local/bin/Xorg -nolisten tcp &
or with:
/usr/local/bin/Xorg -nolisten tcp -I 2>&1 > /dev/null &

the screen is going black, without jwm but with wbar
I have made some proves without results, what can I do?

Thanks

(I run Xorg -configure and put the result as xorg.conf in /etc/X11/)
(I loaded Xorg7.4 with openssl, hwmon and graphics)
Title: Re: tc2 - Xorg - jwm
Post by: roberts on June 13, 2009, 12:23:16 PM
Try adding a sleep command just after the Xorg line.
This will allow X to fully start before jwm tries to start.
Title: Re: tc2 - Xorg - jwm
Post by: Onyarian on June 13, 2009, 01:24:20 PM
Thanks Roberts!

I have put a sleep 4 and goes OK!