Changeset 50499 in vbox for trunk/src/VBox/Additions/linux
- Timestamp:
- Feb 18, 2014 5:23:00 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 92341
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/installer/vboxadd-x11.sh
r50312 r50499 297 297 esac 298 298 # Should we use the VMSVGA driver instead of VBoxVideo? 299 if grep 80eebeef /proc/bus/pci/devices > /dev/null; then 299 300 vmsvga="" 300 if ! grep 80eebeef/proc/bus/pci/devices > /dev/null; then301 elif grep 15ad0405 /proc/bus/pci/devices > /dev/null; then 301 302 vmsvga="--vmsvga" 303 else 304 dox11config="" 302 305 fi 303 306 # The video driver to install for X.Org 6.9+
Note:
See TracChangeset
for help on using the changeset viewer.