diff options
author | MaZderMind <git@mazdermind.de> | 2015-12-03 00:48:13 +0100 |
---|---|---|
committer | MaZderMind <git@mazdermind.de> | 2015-12-03 00:48:13 +0100 |
commit | 8396196a69a4c43a65081d8139f8c057d7f12818 (patch) | |
tree | 27337aa3cc9dba376758a5f596db432f14904192 /README.md | |
parent | 331f1dc3fc5ee57c4714a0f5d78160e8aec9cbff (diff) |
[voctogui] use opengl for video-output, fixes #23
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -55,11 +55,8 @@ videocaps=video/x-raw,width=320,height=180,framerate=25/1 ```` ## A word on running in a VM -While the Core runs fine inside a VM (like [VirtualBox](https://www.virtualbox.org/)), the GUI usually uses the [X11-Xv-Extension](https://en.wikipedia.org/wiki/X_video_extension) to play back video into the X11-Server. This Extension is not supported on most VMs, so to run inside such a VM you'll need to tell the GUI to fall back to using traditional X-Images by using a `config.ini` on the GUI with this option: -```` -[x11] -xv=false -```` +While the Core runs fine inside any VM, the GUI uses OpenGL to display the Video-Streams. Don't forget to enable 3D Acceleration in your VM to support this. + ## Contact To get in touch with us we'd ask to join `#voc-lounge` on the hackint IRC network, mail to `voc AT c3voc DOT de` or meet us on one of the [many conferences](https://c3voc.de/eventkalender) we're at. |