Changeset 36666 in vbox
- Timestamp:
- Apr 14, 2011 8:16:32 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/installer/vboxadd-x11.sh
r36388 r36666 360 360 vboxvideo_src=vboxvideo_drv_16.so 361 361 vboxmouse_src=vboxmouse_drv_16.so 362 # SUSE with X.Org Server 1.6 knows about vboxvideo 363 test "$system" = "suse" && setupxorgconf="" 362 # SUSE SLE* with X.Org 1.6 does not do input autodetection; 363 # openSUSE does. 364 if grep -q -E '^SLE[^ ]' /etc/SuSE-brand 2>/dev/null; then 365 automouse="" 366 newmouse="--newMouse" 367 else 368 test "$system" = "suse" && setupxorgconf="" 369 fi 364 370 ;; 365 371 1.5.* ) 366 # Fedora 9 shipped X.Org Server version 1.4.99.9x (1.5.0 RC)367 # in its released version368 372 begin "Installing X.Org Server 1.5 modules" 369 373 vboxvideo_src=vboxvideo_drv_15.so 370 374 vboxmouse_src=vboxmouse_drv_15.so 371 # SUSE with X.Org 1.5 is a special case, and is handled specially 375 # SUSE with X.Org 1.5 is another special case, and is also 376 # handled specially 372 377 test "$system" = "suse" && 373 378 { automouse=""; newmouse="--newMouse"; }
Note:
See TracChangeset
for help on using the changeset viewer.