Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 191269 Details for
Bug 268035
No dri with virtualbox-guest-additions, due to using OSE
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
virtualbox-guest-additions-2.2.0-enable-drm.patch (text/plain), 1.39 KB, created by
Josh Williams
on 2009-05-14 14:09:31 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Josh Williams
Created:
2009-05-14 14:09:31 UTC
Size:
1.39 KB
patch
obsolete
>--- src/VBox/Additions/linux/export_modules.orig 2009-03-13 05:39:45.000000000 -0500 >+++ src/VBox/Additions/linux/export_modules 2009-05-10 12:59:27.000000000 -0500 >@@ -31,6 +31,7 @@ > PATH_ROOT="`cd \`dirname $0\`/../../../..; pwd`" > PATH_VBOXADD="$PATH_ROOT/src/VBox/Additions/linux/module" > PATH_VBOXVFS="$PATH_ROOT/src/VBox/Additions/linux/sharedfolders" >+PATH_VBOXVIDEO_DRM="$PATH_ROOT/src/VBox/Additions/linux/drm" > > VBOX_VERSION_MAJOR=`sed -e "s/^ *VBOX_VERSION_MAJOR *= \+\([0-9]\+\)/\1/;t;d" $PATH_ROOT/Config.kmk` > VBOX_VERSION_MINOR=`sed -e "s/^ *VBOX_VERSION_MINOR *= \+\([0-9]\+\)/\1/;t;d" $PATH_ROOT/Config.kmk` >@@ -38,6 +39,7 @@ > > . $PATH_VBOXADD/files_vboxadd > . $PATH_VBOXVFS/files_vboxvfs >+. $PATH_VBOXVIDEO_DRM/files_vboxvideo_drm > > # Temporary path for creating the modules, will be removed later > mkdir $PATH_TMP || exit 1 >@@ -71,6 +73,15 @@ > install -D -m 0755 `echo $f|cut -d'=' -f1` "$PATH_TMP/vboxvfs/`echo $f|cut -d'>' -f2`" > done > >+# vboxvideo_drm (VirtualBox guest kernel module for DRI) >+mkdir $PATH_TMP/vboxvideo_drm || exit 1 >+for f in $FILES_VBOXVIDEO_DRM_NOBIN; do >+ install -D -m 0644 `echo $f|cut -d'=' -f1` "$PATH_TMP/vboxvideo_drm/`echo $f|cut -d'>' -f2`" >+done >+for f in $FILES_VBOXVIDEO_DRM_BIN; do >+ install -D -m 0755 `echo $f|cut -d'=' -f1` "$PATH_TMP/vboxvideo_drm/`echo $f|cut -d'>' -f2`" >+done >+ > # Only temporary, omit from archive > rm $PATH_TMP/version-generated.h
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 268035
:
189998
|
191265
| 191269