Changeset 49196 in vbox
- Timestamp:
- Oct 20, 2013 3:06:35 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/installer/vboxadd-x11.sh
r46574 r49196 376 376 vboxvideo_src=vboxvideo_drv_15.so 377 377 vboxmouse_src=vboxmouse_drv_15.so 378 # SUSE with X.Org 1.5 is another special case, and is also 379 # handled specially 380 test "$system" = "suse" && automouse="" 378 # Historical note: SUSE with X.Org Server 1.5 disabled automatic 379 # mouse configuration and was handled specially. However since our 380 # kernel driver seems to have problems with X.Org Server 1.5 anyway 381 # we just create an X.Org configuration file and use the user space 382 # one generally, no longer just for SUSE. 383 automouse="" 381 384 ;; 382 385 1.4.* ) … … 499 502 EOF 500 503 cat << EOF 501 You may need to restart the hal service and the Window System (or just restart502 t he guest system) to enable the Guest Additions.504 You may need to restart the the Window System (or just restart the guest system) 505 to enable the Guest Additions. 503 506 504 507 EOF
Note:
See TracChangeset
for help on using the changeset viewer.