I am trying to get a headless (without X) system running with manjaro Linux.
The mining works, but when I start claymore's miner I get this error between the lines:
ADL Initialization Error!
And because of this I can't have temperature monitoring/management.
Claymore or anyone else with linux knowledge, is it possible to have ADL (AMD Display Library) working without X installed ?
I use a headless linux rig, well... I try to use lunix in all my PCs

At the end I solved that problem installing X, but only the core.
Then add the enviroment variable DISPLAY.
export DISPLAY=:0
Don't forget add the information in the X file conf:
amdconfig --adapter=all --initial
Reboot, and see if your problem is solved.