WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: tc2 - Xorg - jwm  (Read 2609 times)

Offline Onyarian

  • Sr. Member
  • ****
  • Posts: 337
tc2 - Xorg - jwm
« 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)
« Last Edit: June 13, 2009, 12:19:19 PM by Onyarian »

Offline roberts

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: tc2 - Xorg - jwm
« Reply #1 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.
10+ Years Contributing to Linux Open Source Projects.

Offline Onyarian

  • Sr. Member
  • ****
  • Posts: 337
Re: tc2 - Xorg - jwm
« Reply #2 on: June 13, 2009, 01:24:20 PM »
Thanks Roberts!

I have put a sleep 4 and goes OK!