Changeset 105971 in vbox for trunk/src/VBox/Frontends/VBoxShell
- Timestamp:
- Sep 5, 2024 8:03:42 AM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxShell/vboxshell.py
r105864 r105971 1633 1633 print(colCat(ctx, "OS:")) 1634 1634 print(" %s (%s)" % (host.operatingSystem, host.OSVersion)) 1635 if host.acceleration3DAvailable:1636 print(colCat(ctx, "3D acceleration available"))1637 else:1638 print(colCat(ctx, "3D acceleration NOT available"))1639 1635 1640 1636 print(colCat(ctx, "Network interfaces:"))
Note:
See TracChangeset
for help on using the changeset viewer.