Skip to content
VNC Server for Raspberry PI using dispmanx
Branch: master
Clone or download
Pull request Compare This branch is 27 commits ahead, 21 commits behind hanzelpeter:master.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
BCMHost.hh
DMXDisplay.cpp
DMXDisplay.hh
DMXResource.cpp
DMXResource.hh
DMXVNCServer.cpp
DMXVNCServer.hh
Exception.hh
Makefile
README.md
UFile.cpp
UFile.hh
callgrid_analysis.txt Enabled profiling and changed the Makefile tools to conventional CXX … Mar 31, 2015
gprof_analysis.txt
main.cpp Merge pull request #5 from patrikolausson/master Apr 1, 2015

README.md

dispmanx_vnc

VNC Server for Raspberry PI using dispmanx

Compile with "make"

you need to have installed libvncserver-dev and gcc/g++-4.7.

On raspbian you prepare using the following steps.

apt-get install gcc-4.7 g++-4.7 libvncserver-dev

Followed by

sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.6 60 --slave /usr/bin/g++ g++ /usr/bin/g++-4.6 

sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.7 40 --slave /usr/bin/g++ g++ /usr/bin/g++-4.7 

And finally select the version you want to use with the following command

sudo update-alternatives --config gcc

If you want to use X, modprobe evdev first. Use -r for relative mode Use -a for absolute mode Without arguments it uses absolute mode for mouse

Relative mode makes hello_triangle2 to work. And also mouse moving in minecraft is better. Still the mouse is tricky.

You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.