VirtualBox

Changeset 12359 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Sep 10, 2008 2:52:15 PM (16 years ago)
Author:
vboxsync
Message:

Additions/x11: deactivate dynamic resizing on guests with buggy release candidates of X.org 1.5.0 (i.e. Fedora 9), quote arguments

File:
1 edited

Legend:

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

    r12358 r12359  
    4444if test "$1" = "--test"; then
    4545  xout=`X -version 2>&1`
    46   ! echo $xout | grep 1.4.99.901 > /dev/null &&
    47   ! echo $xout | grep 1.4.99.902 > /dev/null &&
    48   ! echo $xout | grep 1.4.99.903 > /dev/null &&
    49   ! echo $xout | grep 1.4.99.904 > /dev/null &&
    50   ! echo $xout | grep 1.4.99.905 > /dev/null &&
     46  ! echo "$xout" | grep 1.4.99.901 > /dev/null &&
     47  ! echo "$xout" | grep 1.4.99.902 > /dev/null &&
     48  ! echo "$xout" | grep 1.4.99.903 > /dev/null &&
     49  ! echo "$xout" | grep 1.4.99.904 > /dev/null &&
     50  ! echo "$xout" | grep 1.4.99.905 > /dev/null &&
    5151  $randrbin 2> /dev/null | grep VBOX1 > /dev/null
    5252  exit
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