VirtualBox

Ignore:
Timestamp:
Mar 9, 2016 11:19:12 AM (9 years ago)
Author:
vboxsync
Message:

bugref:8087: Additions/x11: support non-root X server: only build the kernel graphics driver on sufficiently recent kernels, and print a more detailed error message if it fails.

File:
1 edited

Legend:

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

    r59891 r59963  
    315315    fi
    316316    succ_msg
    317     if expr `uname -r` '<' '2.6.27' > /dev/null; then
    318         echo "Not building the VirtualBox advanced graphics driver as this Linux version is"
     317    if expr `uname -r` '<' '3.11' > /dev/null; then
     318        echo "Not building the VirtualBox kernel graphics driver as this Linux version is"
    319319        echo "too old to use it."
    320320    else
     
    324324            --module-source $MODULE_SRC/vboxvideo \
    325325            --no-print-directory install >> $LOG 2>&1; then
    326             show_error "Look at $LOG to find out what went wrong.  All other modules were built successfully."
     326            show_error "Building the graphics driver module failed.  Look at $LOG to find out what went wrong.  All other modules were built successfully."
    327327        else
    328328            succ_msg
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