How does Sinusbot work?

panteL

Restricted
Mar 17, 2016
146
44
63
Hey,
how does sinusbot work? u can open a teamspeak without a GUI ? but how? i know that u must install x11vnc xinit xvfb libxcursor1 libglib2.0-0 xorg openbox but i didnt open the vnc server and it works.. i want to do the same with my ts client but he didnt found a GUI :X

Edit: Website is down (?) maybe i post this two times... sorry for that!
 

Qraktzyl

Retired Staff
Contributor
Nov 2, 2015
997
723
161
Example to start an headless ts instance :
xinit /opt/ts3soundboard/TeamSpeak3-Client-linux_amd64/ts3client_linux_amd64 -- /usr/bin/Xvfb :1 -screen 0 800x600x16 -ac

if you are not using startx, then you are not using a frontend.
The magic is in Xvfb : "Xvfb performs all graphical operations in memory without showing any screen output."
 

panteL

Restricted
Mar 17, 2016
146
44
63
Example to start an headless ts instance :
xinit /opt/ts3soundboard/TeamSpeak3-Client-linux_amd64/ts3client_linux_amd64 -- /usr/bin/Xvfb :1 -screen 0 800x600x16 -ac

if you are not using startx, then you are not using a frontend.
The magic is in Xvfb : "Xvfb performs all graphical operations in memory without showing any screen output."
Ohh yes... Looks interesting.
 

Jovan

Member
May 2, 2016
13
7
38
Not showing any output after what? After executing some command or what?
 
Top