Amend vbox6 runtimes / run scripts for monitor config

Issue #5449
This commit is contained in:
Christian Helmuth 2025-02-10 12:27:32 +01:00
parent 2cdcacf2fc
commit 71e0fa201b
4 changed files with 4 additions and 0 deletions

View File

@ -37,6 +37,7 @@
<libc stdout="/dev/log" stderr="/dev/log" rtc="/dev/rtc" pipe="/pipe">
<pthread placement="single-cpu"/>
</libc>
<monitor label="VBOX-1"/>
<webcam vertical_flip="true" fps="30" screen_size="false" width="640" height="480"/>
<arg value="virtualbox"/>
<env key="VBOX_USER_HOME" value="/"/>

View File

@ -36,6 +36,7 @@
<libc stdout="/dev/log" stderr="/dev/log" rtc="/dev/rtc" pipe="/pipe">
<pthread placement="single-cpu"/>
</libc>
<monitor label="VBOX-1"/>
<arg value="virtualbox"/>
<env key="VBOX_USER_HOME" value="/"/>
<env key="VBOX_LOG_DEST" value="file=/dev/log"/>

View File

@ -170,6 +170,7 @@ install_config {
<rom name="usb_hid_raw.iso"/>
</vfs>
<libc stdout="/dev/log" stderr="/dev/log" pipe="/pipe" rtc="/dev/rtc"/>
<monitor label="VBOX-1"/>
<arg value="virtualbox"/>
<env key="VBOX_USER_HOME" value="/"/>
<env key="VBOX_LOG_DEST" value="file=/dev/log"/>

View File

@ -253,6 +253,7 @@ append_if [expr $use_overlay] config {
</import>}
append config {
</vfs>
<monitor label="VBOX-1"/>
<arg value="virtualbox"/>
<env key="VBOX_USER_HOME" value="/"/>
<env key="VBOX_LOG_DEST" value="file=/dev/log"/>