Changeset 108641 in vbox for trunk/src/VBox/Frontends/VBoxShell/vboxshell.py
- Timestamp:
- Mar 20, 2025 12:48:42 PM (2 months ago)
- svn:sync-xref-src-repo-rev:
- 168054
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxShell/vboxshell.py
r108046 r108641 1016 1016 1017 1017 print(" Hardware 3d acceleration [accelerate3DEnabled]: " + asState(mach.graphicsAdapter.isFeatureEnabled(ctx['const'].GraphicsFeature_Acceleration3D))) 1018 print(" Hardware 2d video acceleration [accelerate2DVideoEnabled]: " + asState(mach.graphicsAdapter.isFeatureEnabled(ctx['const'].GraphicsFeature_Acceleration2DVideo)))1019 1018 print(" Use universal time [RTCUseUTC]: %s" % (asState(mach.platform.RTCUseUTC))) 1020 1019 audioAdp = mach.audioSettings.adapter
Note:
See TracChangeset
for help on using the changeset viewer.