- Timestamp:
- Nov 25, 2009 4:51:23 PM (15 years ago)
- Location:
- trunk/src/VBox/Additions/linux/installer
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/installer/vboxadd-x11.sh
r24950 r24967 307 307 ;; 308 308 1.6.99.* | 1.7.* ) 309 begin "Installing experimental X org Server 1.7 modules"309 begin "Installing experimental X.Org Server 1.7 modules" 310 310 vboxvideo_src=vboxvideo_drv_17.so 311 311 vboxmouse_src=vboxmouse_drv_17.so … … 313 313 ;; 314 314 1.5.99.* | 1.6.* ) 315 begin "Installing X org Server 1.6 modules"315 begin "Installing X.Org Server 1.6 modules" 316 316 vboxvideo_src=vboxvideo_drv_16.so 317 317 vboxmouse_src=vboxmouse_drv_16.so … … 322 322 # Fedora 9 shipped X.Org Server version 1.4.99.9x (1.5.0 RC) 323 323 # in its released version 324 begin "Installing X org Server 1.5 modules"324 begin "Installing X.Org Server 1.5 modules" 325 325 vboxvideo_src=vboxvideo_drv_15.so 326 326 vboxmouse_src=vboxmouse_drv_15.so … … 330 330 ;; 331 331 1.4.* ) 332 begin "Installing X org Server 1.4 modules"332 begin "Installing X.Org Server 1.4 modules" 333 333 vboxvideo_src=vboxvideo_drv_14.so 334 334 vboxmouse_src=vboxmouse_drv_14.so … … 338 338 # This was the first release which gave the server version number 339 339 # rather than the X11 release version when you did 'X -version'. 340 begin "Installing X org Server 1.3 modules"340 begin "Installing X.Org Server 1.3 modules" 341 341 vboxvideo_src=vboxvideo_drv_13.so 342 342 vboxmouse_src=vboxmouse_drv_71.so … … 344 344 ;; 345 345 7.1.* | 7.2.* ) 346 begin "Installing X org 7.1 modules"346 begin "Installing X.Org 7.1 modules" 347 347 vboxvideo_src=vboxvideo_drv_71.so 348 348 vboxmouse_src=vboxmouse_drv_71.so … … 351 351 ;; 352 352 6.9.* | 7.0.* ) 353 begin "Installing X org 6.9/7.0 modules"353 begin "Installing X.Org 6.9/7.0 modules" 354 354 vboxvideo_src=vboxvideo_drv_70.so 355 355 vboxmouse_src=vboxmouse_drv_70.so … … 359 359 6.7* | 6.8.* | 4.2.* | 4.3.* ) 360 360 # Assume X.Org post-fork or XFree86 361 begin "Installing XFree86 4. 3/Xorg6.8 modules"361 begin "Installing XFree86 4.2/4.3 and X.Org 6.7/6.8 modules" 362 362 ln -s "$lib_dir/vboxvideo_drv.o" "$modules_dir/drivers/vboxvideo_drv.o" 363 363 ln -s "$lib_dir/vboxmouse_drv.o" "$modules_dir/input/vboxmouse_drv.o" … … 459 459 fi 460 460 461 begin "Installing OpenGLand desktop services components"461 begin "Installing graphics libraries and desktop services components" 462 462 # Install selinux policy for Fedora 7 and 8 to allow the X server to 463 463 # open device files -
trunk/src/VBox/Additions/linux/installer/vboxadd.sh
r24640 r24967 313 313 if ! sh /usr/share/$PACKAGE/test_drm/build_in_tmp \ 314 314 --no-dkms --no-print-directory >> $LOG 2>&1; then 315 printf "Your system does not seem to support OpenGL in the kernel (this requires\nLinux 2.6.27 or later). The OpenGL support will not be built.\n\n"315 printf "Your guest system does not seem to have sufficient OpenGL support to enable\naccelerated 3D effects (this requires Linux 2.6.27 or later in the guest\nsystem). This Guest Additions feature will be disabled.\n\n" 316 316 BUILDVBOXVIDEO="" 317 317 fi
Note:
See TracChangeset
for help on using the changeset viewer.