diff options
author | MaZderMind <github@mazdermind.de> | 2016-01-05 19:36:02 +0100 |
---|---|---|
committer | MaZderMind <github@mazdermind.de> | 2016-01-05 19:36:02 +0100 |
commit | e2969b87441a46fe0c017f1f29bb7ec3f4fce585 (patch) | |
tree | a14bfca52b07de7f85b7b0021c9e57076ac8efed /voctogui/default-config.ini | |
parent | 63ed14fbc59ea3a15539cf93fd23fb71950cd8af (diff) |
allow selecting different video-modes via config
Diffstat (limited to 'voctogui/default-config.ini')
-rw-r--r-- | voctogui/default-config.ini | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/voctogui/default-config.ini b/voctogui/default-config.ini index 6258e7c..cfb7ae0 100644 --- a/voctogui/default-config.ini +++ b/voctogui/default-config.ini @@ -11,3 +11,13 @@ use=true [mainvideo] playaudio=true + +[videodisplay] +# Use OpenGL - most performant +system=gl + +# Use XVideo - oldschool +#system=xv + +# Use simple X-Images - least performant +#system=x |