VirtualBox

Changeset 27601 in vbox for trunk/src/VBox/Additions/linux


Ignore:
Timestamp:
Mar 22, 2010 4:22:13 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
59136
Message:

Additions/x11: VBoxClient now handles dynamic resizing using library calls, not a shell script, and for older server versions too

Location:
trunk/src/VBox/Additions/linux
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/Makefile.kmk

    r26551 r27601  
    110110
    111111VBOX_ADD_BIN.linux += \
    112         VBoxClient-all \
    113         VBoxRandR
     112        VBoxClient-all
    114113
    115114VBOX_ADD_STRIP_SBIN += \
     
    375374 LnxAdd-Nostrip-Bin_MODE    = a+rx,u+w
    376375 LnxAdd-Nostrip-Bin_SOURCES = \
    377         $(VBOX_REL_X11_ADD_INST)VBoxRandR.sh=>VBoxRandR \
    378376        $(VBOX_REL_X11_ADD_INST)98vboxadd-xclient=>VBoxClient-all
    379377
  • trunk/src/VBox/Additions/linux/installer/vboxadd-x11.sh

    r27507 r27601  
    297297    nopsaux="--nopsaux"
    298298    test -c /dev/psaux && nopsaux=""
    299     # And on newer servers, we want to test whether dynamic resizing will work
    300     testrandr="true"
    301299    # The video driver to install for X.Org 6.9+
    302300    vboxvideo_src=
     
    378376            vboxmouse_src=vboxmouse_drv_71.so
    379377            automouse=""
    380             testrandr=""
    381378            ;;
    382379        6.9.* | 7.0.* )
     
    385382            vboxmouse_src=vboxmouse_drv_70.so
    386383            automouse=""
    387             testrandr=""
    388384            ;;
    389385        6.7* | 6.8.* | 4.2.* | 4.3.* )
     
    395391            ln -s "$lib_dir/vboxmouse_drv.o" "$modules_dir/input/vboxmouse_drv.o"
    396392            automouse=""
    397             testrandr=""
    398393            succ_msg
    399394            ;;
     
    410405        ln -s "$lib_dir/$vboxmouse_src" "$modules_dir/input/vboxmouse_drv.so" &&
    411406        succ_msg
    412     fi
    413     if test -n "$testrandr"; then
    414         # Run VBoxRandR in test mode as it prints out useful information if
    415         # dynamic resizing can't be used.  Don't fail here though.
    416         /usr/bin/VBoxRandR --test 1>&2
    417     else
    418         cat << EOF
    419 
    420 You appear to be running an older version of the X Window system in your
    421 guest.  Seamless mode and dynamic resizing will not work!
    422 
    423 EOF
    424407    fi
    425408
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette