Changeset 108166 in vbox
- Timestamp:
- Feb 11, 2025 5:13:34 PM (8 days ago)
- svn:sync-xref-src-repo-rev:
- 167479
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/installer/vboxadd.sh
r107963 r108166 1048 1048 if [ $? -eq 0 ]; then 1049 1049 gpu_vendor=$(lspci | grep 'VGA compatible controller' | cut -d ' ' -f 5 2>/dev/null) 1050 if [ " gpu_vendor" = "InnoTek" ]; then1050 if [ "$gpu_vendor" = "InnoTek" ]; then 1051 1051 check_running_module "vboxvideo" 1052 1052 else
Note:
See TracChangeset
for help on using the changeset viewer.