Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Cannot open SFML app in VNC  (Read 1243 times)

0 Members and 1 Guest are viewing this topic.

Overkiller

  • Newbie
  • *
  • Posts: 8
    • View Profile
Cannot open SFML app in VNC
« on: December 16, 2014, 06:34:14 pm »
Hi!
I wrote small app in SFML for Raspberry Pi B+. I had to compile it by myself, so for 100% all dependencies are met. Problem is following: it won't start when I want to test it through VNC connection. The output is following:
Failed to use the XRandR extension while to get the desktop video modes
. Running as root does not change something. When I write
xrandr -q
it says:
RandR extension missing
. So, I that possible to run SFML based apps through VNC? My VNC server:
tightvncserver

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10927
    • View Profile
    • development blog
    • Email
AW: Cannot open SFML app in VNC
« Reply #1 on: December 16, 2014, 07:08:50 pm »
It's an issue woth xrandr and VNC, not really SFML related. You'll be better off asking on some Raspberry Pi/VNC forum, how to configure things to get OpenGL output displayed. ;)
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/