Changeset 25422 in vbox
- Timestamp:
- Dec 16, 2009 10:08:32 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 56067
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/installer/vboxadd-x11.sh
r25174 r25422 332 332 # SUSE with X.Org Server 1.6 knows about vboxvideo 333 333 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="" 334 343 ;; 335 344 1.4.99.* | 1.5.* )
Note:
See TracChangeset
for help on using the changeset viewer.