WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: vlc3 or one of its deps ( 10.x / x86 ) breaks startx when loaded onboot  (Read 1248 times)

Offline Leee

  • Jr. Member
  • **
  • Posts: 84
If I put vlc3.tcz in my onboot.lst, startx will fail in waitforx.

If I remove vlc3.tcz from onboot.lst and load it after X has started, X is continues to work and vlc3 works.

vlc3 has a multitude of deps that are not otherwise used by any of my onboot extensions.  When I load vlc3 after X has started, the following dependencies are also loaded:

Code: [Select]
libdvbpsi.tcz
libogg.tcz
libvorbis.tcz
flac.tcz
libltdl.tcz
libsndfile.tcz
json-c.tcz
libavahi.tcz
speex.tcz
libpulseaudio.tcz
v4l-dvb-4.19.10-tinycore.tcz
libv4l2.tcz
libopenal.tcz
SDL2.tcz
libcddb.tcz
libcdio.tcz
libcdio-paranoia.tcz
recode.tcz
enca.tcz
libass.tcz
elfutils.tcz
libvdpau.tcz
llvm-lib.tcz
Xorg-7.7-3d.tcz
libva.tcz
libavutil3.tcz
libswscale3.tcz
libpostproc3.tcz
libbluray.tcz
lame.tcz
libopus.tcz
libtheora.tcz
libvpx17.tcz
giflib.tcz
libwebp1.tcz
x264_148.tcz
x265.tcz
xvid.tcz
libswresample3.tcz
libavcodec3.tcz
libavformat3.tcz
libavfilter3.tcz
libavdevice3.tcz
lua.tcz
lua-lib.tcz
qt-5.x-base.tcz
qt-5.x-extended.tcz
icu.tcz
qt-5.x-dbus.tcz
qt-5.x-opengl.tcz
core 14.0 x86_64

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: vlc3 or one of its deps ( 10.x / x86 ) breaks startx when loaded onboot
« Reply #1 on: January 21, 2019, 09:42:04 PM »
I'd guess the problem arises from loading Xorg-7.7-3d - perhaps you need graphics-KERNEL loaded beforehand?

If you get "fail in waitforx", you can run the command "Xorg -nolisten tcp" to see what the error is.

Offline Leee

  • Jr. Member
  • **
  • Posts: 84
Re: vlc3 or one of its deps ( 10.x / x86 ) breaks startx when loaded onboot
« Reply #2 on: January 21, 2019, 09:59:29 PM »
Thanks Juanito.

I am already using graphics-KERNEL as the first extension loaded.

I'll try    Xorg -nolisten tcp     the next time I reboot but that will likely be a few days as I've gotten involved with some shtuff that's not going to be done tonight.
core 14.0 x86_64