VirtualBox

Changeset 59023 in vbox for trunk/src/VBox/Additions/solaris


Ignore:
Timestamp:
Dec 7, 2015 1:03:12 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
104566
Message:

bugref:8153: vboxvideo: ABI issues / software rendering on Linux guest: do set-up of our OpenGL library during Additions installation later, as we can only test whether pass-through is enabled after the kernel module has been loaded.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/solaris/Installer/postinstall.sh

    r59018 r59023  
    335335groupadd vboxsf >/dev/null 2>&1
    336336
    337 # Set up our OpenGL pass-through library.
    338 ln -sf $vboxadditions_path/vbox_vendor_select /lib/opengl/ogl_select
    339 /lib/svc/method/ogl-select start
    340 
    341337# Move the pointer integration module to kernel/drv & remove the unused module name from pkg and file from disk
    342338
     
    396392fi
    397393
     394# Set up our OpenGL pass-through library.
     395ln -sf $vboxadditions_path/vbox_vendor_select /lib/opengl/ogl_select
     396test "$currentzone" = "global" && /lib/svc/method/ogl-select start
    398397
    399398echo "Done."
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