VirtualBox

Changeset 35841 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Feb 3, 2011 3:59:03 PM (14 years ago)
Author:
vboxsync
Message:

Additions/installer/linux: install the X.Org Server 1.10 drivers

Location:
trunk/src/VBox/Additions/linux
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/Makefile.kmk

    r34706 r35841  
    136136        vboxmouse_drv_18.so \
    137137        vboxmouse_drv_19.so \
     138        vboxmouse_drv_110.so \
    138139        vboxvideo_drv_70.so \
    139140        vboxvideo_drv_71.so \
     
    145146        vboxvideo_drv_18.so \
    146147        vboxvideo_drv_19.so \
     148        vboxvideo_drv_110.so \
    147149        pam_vbox.so \
    148150        mount.vboxsf
  • trunk/src/VBox/Additions/linux/installer/vboxadd-x11.sh

    r35210 r35841  
    320320    fi
    321321    case $x_version in
    322         1.9.99.* )
     322        1.10.99.* )
    323323            echo "Warning: unsupported pre-release version of X.Org Server installed.  Not"
    324324            echo "installing the X.Org drivers."
    325325            dox11config=""
     326            ;;
     327        1.9.99.* | 1.10.* )
     328            begin "Installing X.Org Server 1.10 modules"
     329            vboxvideo_src=vboxvideo_drv_110.so
     330            vboxmouse_src=vboxmouse_drv_110.so
     331            doxorgconfd="true"
     332            # Does Fedora still ship without vboxvideo detection?
     333            # test "$system" = "redhat" || setupxorgconf=""
    326334            ;;
    327335        1.8.99.* | 1.9.* )
Note: See TracChangeset for help on using the changeset viewer.

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