VirtualBox

Changeset 60105 in vbox for trunk/src


Ignore:
Timestamp:
Mar 18, 2016 7:43:15 PM (9 years ago)
Author:
vboxsync
Message:

bugref:8087: Additions/x11: support non-root X server: install user space vboxvideo drivers for server 1.17 and 1.18 too, but only install the driver exactly when we do not support the current kernel version. Since this is re-done on every boot we can cope with kernel version changes.

File:
1 edited

Legend:

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

    r60103 r60105  
    357357            esac
    358358            ;;
    359         1.12.* | 1.13.* | 1.14.* | 1.15.* | 1.16.* )
     359        1.12.* | 1.13.* | 1.14.* | 1.15.* | 1.16.* | 1.17.* | 1.18.* )
    360360            xserver_version="X.Org Server ${x_version_short}"
    361361            vboxvideo_src=vboxvideo_drv_`echo ${x_version_short} | sed 's/\.//'`.so
     
    368368                vboxvideo_src=""
    369369            }
     370            # Do not install if we can use the kernel driver.
     371            case `uname -r` in
     372                1.* | 2.* | 3.[0-9].* | 3.11 ) ;;
     373                * ) vboxvideo_src="" ;;
     374            esac
    370375            ;;
    371376        * )
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