SFML app refuse start through VNC connection
Posted: Wed Dec 17, 2014 7:41 am
Hi there!
I wrote small app using SFML 2.1 for Raspberry Pi. I've compiled it from sources, so all dependencies are met. The app does not want to start when I'm connected through VNC, but when Raspi is connected to external display it works.
I'm running newest Raspian with following kernel:
The VNC server:
Output from app:
However XRandr is installed, because it's dependency of SFML.
So, where is problem and how to solve it?
I wrote small app using SFML 2.1 for Raspberry Pi. I've compiled it from sources, so all dependencies are met. The app does not want to start when I'm connected through VNC, but when Raspi is connected to external display it works.
I'm running newest Raspian with following kernel:
Code: Select all
Linux ns1 3.12.28+ #709 PREEMPT Mon Sep 8 15:28:00 BST 2014 armv6l GNU/LinuxCode: Select all
Tight VNCCode: Select all
Failed to use the XRandR extension while trying to get desktop video modes. Segmentation FaultSo, where is problem and how to solve it?