VirtualBox

Changeset 36666 in vbox


Ignore:
Timestamp:
Apr 14, 2011 8:16:32 AM (14 years ago)
Author:
vboxsync
Message:

Additions/linux/installer: do xorg.conf hacking right for SUSE Linux Enterprise 11 RC 1

File:
1 edited

Legend:

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

    r36388 r36666  
    360360            vboxvideo_src=vboxvideo_drv_16.so
    361361            vboxmouse_src=vboxmouse_drv_16.so
    362             # SUSE with X.Org Server 1.6 knows about vboxvideo
    363             test "$system" = "suse" && setupxorgconf=""
     362            # SUSE SLE* with X.Org 1.6 does not do input autodetection;
     363            # openSUSE does.
     364            if grep -q -E '^SLE[^ ]' /etc/SuSE-brand 2>/dev/null; then
     365                automouse=""
     366                newmouse="--newMouse"
     367            else
     368                test "$system" = "suse" && setupxorgconf=""
     369            fi
    364370            ;;
    365371        1.5.* )
    366             # Fedora 9 shipped X.Org Server version 1.4.99.9x (1.5.0 RC)
    367             # in its released version
    368372            begin "Installing X.Org Server 1.5 modules"
    369373            vboxvideo_src=vboxvideo_drv_15.so
    370374            vboxmouse_src=vboxmouse_drv_15.so
    371             # SUSE with X.Org 1.5 is a special case, and is handled specially
     375            # SUSE with X.Org 1.5 is another special case, and is also
     376            # handled specially
    372377            test "$system" = "suse" &&
    373378            { automouse=""; newmouse="--newMouse"; }
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