Changeset 38860 in vbox for trunk/src/VBox/Additions/linux
- Timestamp:
- Sep 26, 2011 7:18:58 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/installer/vboxadd-x11.sh
r38826 r38860 330 330 xserver_version="X.Org Server 1.11" 331 331 vboxvideo_src=vboxvideo_drv_111.so 332 # Does Fedora still ship without vboxvideo detection? 333 # test "$system" = "redhat" || setupxorgconf="" 332 test "$system" = "redhat" || setupxorgconf="" 334 333 ;; 335 334 1.10.* ) 336 335 xserver_version="X.Org Server 1.10" 337 336 vboxvideo_src=vboxvideo_drv_110.so 338 # Does Fedora still ship without vboxvideo detection? 339 # test "$system" = "redhat" || setupxorgconf="" 337 test "$system" = "redhat" || setupxorgconf="" 340 338 ;; 341 339 1.9.* ) 342 340 xserver_version="X.Org Server 1.9" 343 341 vboxvideo_src=vboxvideo_drv_19.so 344 # Fedora 14 looks likely to ship without vboxvideo detection345 #test "$system" = "redhat" || setupxorgconf=""342 # Fedora 14 and later patched out vboxvideo detection 343 test "$system" = "redhat" || setupxorgconf="" 346 344 ;; 347 345 1.8.* )
Note:
See TracChangeset
for help on using the changeset viewer.