Changeset 38826 in vbox
- Timestamp:
- Sep 22, 2011 3:36:49 PM (13 years ago)
- Location:
- trunk/src/VBox/Additions/linux
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/Makefile.kmk
r38784 r38826 143 143 vboxvideo_drv_19.so \ 144 144 vboxvideo_drv_110.so \ 145 vboxvideo_drv_111.so \ 145 146 pam_vbox.so \ 146 147 mount.vboxsf -
trunk/src/VBox/Additions/linux/installer/vboxadd-x11.sh
r38823 r38826 326 326 echo "installing the X.Org drivers." 327 327 dox11config="" 328 ;; 329 1.11.* ) 330 xserver_version="X.Org Server 1.11" 331 vboxvideo_src=vboxvideo_drv_111.so 332 # Does Fedora still ship without vboxvideo detection? 333 # test "$system" = "redhat" || setupxorgconf="" 328 334 ;; 329 335 1.10.* )
Note:
See TracChangeset
for help on using the changeset viewer.