Changeset 59197 in vbox
- Timestamp:
- Dec 21, 2015 1:55:25 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 104820
- Location:
- trunk/src/VBox/Additions/linux/installer
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/installer/vboxadd-x11.sh
r58647 r59197 474 474 chcon -t unconfined_execmem_exec_t '/usr/bin/VBoxClient' > /dev/null 2>&1 475 475 semanage fcontext -a -t unconfined_execmem_exec_t '/usr/bin/VBoxClient' > /dev/null 2>&1 476 # Install the guest OpenGL drivers. For now we don't support477 # multi-architecture installations478 for dir in /usr/lib/dri /usr/lib32/dri /usr/lib64/dri \479 /usr/lib/xorg/modules/dri /usr/lib32/xorg/modules/dri \480 /usr/lib64/xorg/modules/dri /usr/lib/i386-linux-gnu/dri \481 /usr/lib/x86_64-linux-gnu/dri; do482 if [ -d $dir ]; then483 rm -f "$dir/vboxvideo_dri.so"484 ln -s "$LIB/VBoxOGL.so" "$dir/vboxvideo_dri.so"485 fi486 done487 476 488 477 # And set up VBoxClient to start when the X session does -
trunk/src/VBox/Additions/linux/installer/vboxadd.sh
r59180 r59197 211 211 # This is needed as X.Org Server 1.13 does not auto-load the module. 212 212 running_vboxvideo || $MODPROBE vboxvideo > /dev/null 2>&1 213 # Install the guest OpenGL drivers. For now we don't support 214 # multi-architecture installations 213 215 rm -rf /etc/ld.so.conf.d/00vboxvideo.conf 214 216 ldconfig
Note:
See TracChangeset
for help on using the changeset viewer.