I\'m trying to run some Webdriver Maven tests on a headless server via xvfb using Chrome (Firefox also didn\'t work) but I\'m getting this error message:
Xli
jeues answer helped me nothing :-( after hours I finally found the solution for my system and I think this will help other people too. I had to set the LD_LIBRARY_PATH like this:
export LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu/
after that everything worked very well, even without any "-extension RANDR" switch.