Changeset 44936 in vbox for trunk/src/VBox/Additions/linux/installer
- Timestamp:
- Mar 6, 2013 5:25:24 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 84140
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/installer/vboxadd-x11.sh
r44528 r44936 332 332 xserver_version="X.Org Server 1.13" 333 333 vboxvideo_src=vboxvideo_drv_113.so 334 test "$system" = "redhat" ||setupxorgconf=""334 setupxorgconf="" 335 335 ;; 336 336 1.12.* ) 337 337 xserver_version="X.Org Server 1.12" 338 338 vboxvideo_src=vboxvideo_drv_112.so 339 test "$system" = "redhat" ||setupxorgconf=""339 setupxorgconf="" 340 340 ;; 341 341 1.11.* ) … … 352 352 xserver_version="X.Org Server 1.9" 353 353 vboxvideo_src=vboxvideo_drv_19.so 354 # Fedora 14 and laterpatched out vboxvideo detection354 # Fedora 14 to 16 patched out vboxvideo detection 355 355 test "$system" = "redhat" || setupxorgconf="" 356 356 ;;
Note:
See TracChangeset
for help on using the changeset viewer.