-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does it work on no-screen environment? #25
Comments
Can you maybe provide the output of |
Hi, thanks for your reply, here's the output (on CentOS):
And also, the
|
This indicates that no rendering library is available. You should install at least one of
|
shouldnt it be fatal if no rendering library at all is detected ? |
No, libcaca has a lot of non-rendering features. |
Hi, thanks, I installed the However, when I tried to use Before that, I tried some jpeg files, and got the same error.
In addition, |
I tried installing
P.S. When building |
This is a problem with your version of imlib. If its header |
Oh, yeah, thanks, you're right! I removed the Xlib dependency, and But still doesn't work, showing What's the current problem do you think? Update: I installed |
in case you just wanna look at some pics in the terminal you could also try https://github.com/rofl0r/conpix . doesn't have any X11 deps. |
Thanks! I tried This is what the message looked like exactly:
BTW, Anyway, I guess it might be the reason of AWZ's OS. I'll try it on my Arch then, and will let you know the results. Thanks again! |
On my Arch Linux, it worked perfectly with a pop-up X-server window. |
as far as conpix is concerned, it would probably work if you use it with xterm( export TERM=xterm-256color ). but it's probably not appropriate to discuss this here, so if you're interested and still have problems with it, we should bring further conpix-related discussion to its own issue tracker. |
Alright, thanks! One more question, does this program have a logging output? (Or, how could I turn it on?) |
if you mean conpix with "this program" then no; it's a very simple app (basically a proof-of-concept), no logging output, no zoom, only a single pic, etc. so if you need any advanced functionality you should work on getting libcaca doing what you want. maybe add some debug output to where it says "Error loading"... in the source code. |
I check the official website, it requires:
X11
, but it does nothing for a non-screen VPS.When I run
cacaview
, it outputscacaview: unable to initialise libcaca
(I've installed with sudo permission.)All programs except
cacafire
didn't work. Evenimg2txt
showed:unable to load subject01.centerlight.png
which is known as a working image.Could you please tell my whether it works on a non-screen environment?
Thanks in advance!
The text was updated successfully, but these errors were encountered: