VirtualBox

Changeset 25422 in vbox


Ignore:
Timestamp:
Dec 16, 2009 10:08:32 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
56067
Message:

Additions/linux/installer: print a warning and explanation if Fedora 9 with an unsupported pre-release X server is found

File:
1 edited

Legend:

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

    r25174 r25422  
    332332            # SUSE with X.Org Server 1.6 knows about vboxvideo
    333333            test "$system" = "suse" && setupxorgconf=""
     334            ;;
     335        1.4.99.901 | 1.4.99.902 )
     336            echo "Warning: you are using a pre-release version of X.Org server 1.5 which is known"
     337            echo "not to work with the VirtualBox Guest Additions.  Please update to a more"
     338            echo "recent version (for example by installing all updates in your guest) and then"
     339            echo "set up the Guest Additions for X.Org server by running"
     340            echo ""
     341            echo "  /usr/lib[64]/VBoxGuestAdditions/vboxadd-x11 setup"
     342            dox11config=""
    334343            ;;
    335344        1.4.99.* | 1.5.* )
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