VirtualBox

Changeset 50499 in vbox for trunk/src/VBox/Additions/linux


Ignore:
Timestamp:
Feb 18, 2014 5:23:00 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
92341
Message:

Additions/installer/linux: detect and handle it if there is no video device.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/installer/vboxadd-x11.sh

    r50312 r50499  
    297297    esac
    298298    # Should we use the VMSVGA driver instead of VBoxVideo?
     299    if grep 80eebeef /proc/bus/pci/devices > /dev/null; then
    299300    vmsvga=""
    300     if ! grep 80eebeef /proc/bus/pci/devices > /dev/null; then
     301    elif grep 15ad0405 /proc/bus/pci/devices > /dev/null; then
    301302        vmsvga="--vmsvga"
     303    else
     304        dox11config=""
    302305    fi
    303306    # The video driver to install for X.Org 6.9+
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette