diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-12-30 20:07:42 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-12-30 20:07:42 -0200 |
commit | 48b12bda534020898c80553a610796a3b6a33a0d (patch) | |
tree | ec1df4244e2cebd1690ab101db46fe34297ef577 /kvmxfile | |
parent | 18493f694b9e61f52af7a4149aba2cb5547d5dee (diff) | |
download | kvmx-48b12bda534020898c80553a610796a3b6a33a0d.tar.gz kvmx-48b12bda534020898c80553a610796a3b6a33a0d.tar.bz2 |
Adds sound option
Diffstat (limited to 'kvmxfile')
-rw-r--r-- | kvmxfile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -82,6 +82,10 @@ run_xephyr="0" # Set screen resolution #resolution="1280x785" +# Sound +#sound="0" +sound="ac97" + # Set additional hostfwd mappings #port_mapping="hostfwd=tcp:127.0.0.1:8080-:80,hostfwd=tcp:127.0.0.1:8443-:443" |