VirtualBox

Changeset 43742 in vbox for trunk/src


Ignore:
Timestamp:
Oct 25, 2012 2:59:05 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
81646
Message:

Additions/linux/installer: load vboxvideo.ko by default as X.Org Server 1.13 no longer does this.

File:
1 edited

Legend:

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

    r39756 r43742  
    227227{
    228228    lsmod | grep -q "vboxsf[^_-]"
     229}
     230
     231running_vboxvideo()
     232{
     233    lsmod | grep -q "vboxvideo[^_-]"
    229234}
    230235
     
    314319        }
    315320    }
     321
     322    # This is needed as X.Org Server 1.13 does not auto-load the module.
     323    running_vboxvideo || $MODPROBE vboxvideo > /dev/null 2>&1
    316324
    317325    # Mount all shared folders from /etc/fstab. Normally this is done by some
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