VirtualBox

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


Ignore:
Timestamp:
Sep 26, 2011 7:18:58 AM (13 years ago)
Author:
vboxsync
Message:

Additions/linux/installer: removed wrong commenting-out

File:
1 edited

Legend:

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

    r38826 r38860  
    330330            xserver_version="X.Org Server 1.11"
    331331            vboxvideo_src=vboxvideo_drv_111.so
    332             # Does Fedora still ship without vboxvideo detection?
    333             # test "$system" = "redhat" || setupxorgconf=""
     332            test "$system" = "redhat" || setupxorgconf=""
    334333            ;;
    335334        1.10.* )
    336335            xserver_version="X.Org Server 1.10"
    337336            vboxvideo_src=vboxvideo_drv_110.so
    338             # Does Fedora still ship without vboxvideo detection?
    339             # test "$system" = "redhat" || setupxorgconf=""
     337            test "$system" = "redhat" || setupxorgconf=""
    340338            ;;
    341339        1.9.* )
    342340            xserver_version="X.Org Server 1.9"
    343341            vboxvideo_src=vboxvideo_drv_19.so
    344             # Fedora 14 looks likely to ship without vboxvideo detection
    345             # test "$system" = "redhat" || setupxorgconf=""
     342            # Fedora 14 and later patched out vboxvideo detection
     343            test "$system" = "redhat" || setupxorgconf=""
    346344            ;;
    347345        1.8.* )
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