VirtualBox

Changeset 24967 in vbox for trunk/src


Ignore:
Timestamp:
Nov 25, 2009 4:51:23 PM (15 years ago)
Author:
vboxsync
Message:

Additions/linux/installer: message fixes

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

Legend:

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

    r24950 r24967  
    307307            ;;
    308308        1.6.99.* | 1.7.* )
    309             begin "Installing experimental Xorg Server 1.7 modules"
     309            begin "Installing experimental X.Org Server 1.7 modules"
    310310            vboxvideo_src=vboxvideo_drv_17.so
    311311            vboxmouse_src=vboxmouse_drv_17.so
     
    313313            ;;
    314314        1.5.99.* | 1.6.* )
    315             begin "Installing Xorg Server 1.6 modules"
     315            begin "Installing X.Org Server 1.6 modules"
    316316            vboxvideo_src=vboxvideo_drv_16.so
    317317            vboxmouse_src=vboxmouse_drv_16.so
     
    322322            # Fedora 9 shipped X.Org Server version 1.4.99.9x (1.5.0 RC)
    323323            # in its released version
    324             begin "Installing Xorg Server 1.5 modules"
     324            begin "Installing X.Org Server 1.5 modules"
    325325            vboxvideo_src=vboxvideo_drv_15.so
    326326            vboxmouse_src=vboxmouse_drv_15.so
     
    330330            ;;
    331331        1.4.* )
    332             begin "Installing Xorg Server 1.4 modules"
     332            begin "Installing X.Org Server 1.4 modules"
    333333            vboxvideo_src=vboxvideo_drv_14.so
    334334            vboxmouse_src=vboxmouse_drv_14.so
     
    338338            # This was the first release which gave the server version number
    339339            # rather than the X11 release version when you did 'X -version'.
    340             begin "Installing Xorg Server 1.3 modules"
     340            begin "Installing X.Org Server 1.3 modules"
    341341            vboxvideo_src=vboxvideo_drv_13.so
    342342            vboxmouse_src=vboxmouse_drv_71.so
     
    344344            ;;
    345345        7.1.* | 7.2.* )
    346             begin "Installing Xorg 7.1 modules"
     346            begin "Installing X.Org 7.1 modules"
    347347            vboxvideo_src=vboxvideo_drv_71.so
    348348            vboxmouse_src=vboxmouse_drv_71.so
     
    351351            ;;
    352352        6.9.* | 7.0.* )
    353             begin "Installing Xorg 6.9/7.0 modules"
     353            begin "Installing X.Org 6.9/7.0 modules"
    354354            vboxvideo_src=vboxvideo_drv_70.so
    355355            vboxmouse_src=vboxmouse_drv_70.so
     
    359359        6.7* | 6.8.* | 4.2.* | 4.3.* )
    360360            # Assume X.Org post-fork or XFree86
    361             begin "Installing XFree86 4.3/Xorg 6.8 modules"
     361            begin "Installing XFree86 4.2/4.3 and X.Org 6.7/6.8 modules"
    362362            ln -s "$lib_dir/vboxvideo_drv.o" "$modules_dir/drivers/vboxvideo_drv.o"
    363363            ln -s "$lib_dir/vboxmouse_drv.o" "$modules_dir/input/vboxmouse_drv.o"
     
    459459    fi
    460460
    461     begin "Installing OpenGL and desktop services components"
     461    begin "Installing graphics libraries and desktop services components"
    462462    # Install selinux policy for Fedora 7 and 8 to allow the X server to
    463463    # open device files
  • trunk/src/VBox/Additions/linux/installer/vboxadd.sh

    r24640 r24967  
    313313    if ! sh /usr/share/$PACKAGE/test_drm/build_in_tmp \
    314314        --no-dkms --no-print-directory >> $LOG 2>&1; then
    315         printf "Your system does not seem to support OpenGL in the kernel (this requires\nLinux 2.6.27 or later).  The OpenGL support will not be built.\n\n"
     315        printf "Your guest system does not seem to have sufficient OpenGL support to enable\naccelerated 3D effects (this requires Linux 2.6.27 or later in the guest\nsystem).  This Guest Additions feature will be disabled.\n\n"
    316316        BUILDVBOXVIDEO=""
    317317    fi
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