VirtualBox

Changeset 32166 in vbox


Ignore:
Timestamp:
Aug 31, 2010 11:06:03 PM (14 years ago)
Author:
vboxsync
Message:

Additions/linux: install the X.Org Server 1.9 Additions by default

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

Legend:

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

    r31806 r32166  
    133133        vboxmouse_drv_17.so \
    134134        vboxmouse_drv_18.so \
     135        vboxmouse_drv_19.so \
    135136        vboxvideo_drv_70.so \
    136137        vboxvideo_drv_71.so \
     
    141142        vboxvideo_drv_17.so \
    142143        vboxvideo_drv_18.so \
     144        vboxvideo_drv_19.so \
    143145        pam_vbox.so \
    144146        mount.vboxsf
  • trunk/src/VBox/Additions/linux/installer/vboxadd-x11.sh

    r30296 r32166  
    313313    echo
    314314    case $x_version in
    315         1.8.99.* )
     315        1.9.99.* )
    316316            echo "Warning: unsupported pre-release version of X.Org Server installed.  Not"
    317317            echo "installing the X.Org drivers."
    318318            dox11config=""
     319            ;;
     320        1.8.99.* | 1.9.* )
     321            begin "Installing X.Org Server 1.9 modules"
     322            vboxvideo_src=vboxvideo_drv_19.so
     323            vboxmouse_src=vboxmouse_drv_19.so
     324            doxorgconfd="true"
     325            # Fedora 14 looks likely to ship without vboxvideo detection
     326            # test "$system" = "redhat" || setupxorgconf=""
    319327            ;;
    320328        1.7.99.* | 1.8.* )
     
    323331            vboxmouse_src=vboxmouse_drv_18.so
    324332            doxorgconfd="true"
    325             # Fedora 13 looks likely to ship without vboxvideo detection
     333            # Fedora 13 shipped without vboxvideo detection
    326334            test "$system" = "redhat" || setupxorgconf=""
    327335            ;;
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