VirtualBox

Changeset 16777 in vbox


Ignore:
Timestamp:
Feb 15, 2009 7:47:31 PM (16 years ago)
Author:
vboxsync
Message:

additions/x11/installer: simplified Xorg version test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/installer/VBoxRandR.sh

    r16752 r16777  
    6767    # Check for buggy X.Org versions
    6868    xout=`$xorgbin -version 2>&1`
    69     if echo "$xout" | grep 1.4.99.901 > /dev/null ||
    70         echo "$xout" | grep 1.4.99.902 > /dev/null ||
    71         echo "$xout" | grep 1.4.99.903 > /dev/null ||
    72         echo "$xout" | grep 1.4.99.904 > /dev/null ||
    73         echo "$xout" | grep 1.4.99.905 > /dev/null
     69    if echo "$xout" | grep "1\.4\.99\.90[12345]" > /dev/null
    7470    then
    7571        echo "Warning: the version of the X Window system on your guest has a known"
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