diff options
author | Jonas Smedegaard <dr@jones.dk> | 2017-02-27 21:18:23 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2017-02-27 21:18:23 +0100 |
commit | f953824dd2a18f15c2beeb5bd792f5f13fb75a44 (patch) | |
tree | f5b0fe4febf47da38ae08ade1e7b2f2af7748523 /voctogui | |
parent | 50b8077a14310972ca86473e5733c1c00a6d0796 (diff) |
Smaller frames. More cams. Xvideo (not OpenGL).
Diffstat (limited to 'voctogui')
-rw-r--r-- | voctogui/default-config.ini | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/voctogui/default-config.ini b/voctogui/default-config.ini index e058318..367bc26 100644 --- a/voctogui/default-config.ini +++ b/voctogui/default-config.ini @@ -2,8 +2,8 @@ host=localhost [previews] -width=320 -;height=180 +;width=320 +height=120 ; true = use if the server provides it ; false = never use it @@ -16,10 +16,10 @@ playaudio=false [videodisplay] # Use OpenGL - most performant -system=gl +#system=gl # Use XVideo - oldschool -#system=xv +system=xv # Use simple X-Images - least performant #system=x |