VirtualBox

Ignore:
Timestamp:
Dec 5, 2015 9:51:38 AM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
104533
Message:

bugref:8153: vboxvideo: ABI issues / software rendering on Linux guests: second attempt at installing our 3D library at Additions start-time. I had assumed that vboxguest.sh was executed automatically. This seems not to be the case, so add a new system service to execute it with the start 3D option.

File:
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/solaris/Installer/vboxsetup3d.xml

    r58880 r59005  
    22<!--
    33#
    4 # Solaris SMF service manifest for VBoxService (timesync).
     4# Solaris SMF service manifest for setting up 3D pass-through.
    55#
    6     Copyright (C) 2008-2012 Oracle Corporation
     6    Copyright (C) 2008-2015 Oracle Corporation
    77
    88    This file is part of VirtualBox Open Source Edition (OSE), as
     
    2525<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
    2626
    27 <service_bundle type='manifest' name='SUNWvboxguest:vboxservice'>
     27<service_bundle type='manifest' name='SUNWvboxguest:vboxsetup3d'>
    2828
    2929<service
    30     name='application/virtualbox/vboxservice'
     30    name='application/virtualbox/vboxsetup3d'
    3131    type='service'
    3232    version='1'>
     
    5757        type='method'
    5858        name='start'
    59         exec='/usr/bin/VBoxService'
     59        exec='/usr/sbin/vboxguest.sh 3dstart'
    6060        timeout_seconds='30' />
    6161
     
    6363        type='method'
    6464        name='stop'
    65         exec=':kill'
     65        exec='/usr/sbin/vboxguest.sh 3dstop'
    6666        timeout_seconds='60' />
     67
     68    <property_group name='startd' type='framework'>
     69        <propval name='duration' type='astring' value='transient' />
     70    </property_group>
    6771
    6872    <template>
    6973        <common_name>
    70             <loctext xml:lang='C'>VirtualBox Service.</loctext>
     74            <loctext xml:lang='C'>VirtualBox 3D pass-through set-up.</loctext>
    7175        </common_name>
    7276    </template>
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