Changeset 46563 in vbox for trunk/src/VBox/Additions/linux/installer
- Timestamp:
- Jun 14, 2013 3:14:43 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 86427
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/installer/vboxadd-x11.sh
r45135 r46563 285 285 # By default, we want to run our xorg.conf setup script 286 286 setupxorgconf="true" 287 # On all but the oldest X servers we want to use our new mouse288 # driver.289 newmouse="--newMouse"287 # All but the oldest supported X servers can automatically set up the 288 # keyboard driver. 289 autokeyboard="--autoKeyboard" 290 290 # On more recent servers our kernel mouse driver will be used 291 291 # automatically … … 410 410 vboxmouse_src=vboxmouse_drv.o 411 411 automouse="" 412 autokeyboard="" # Actually not true for 6.8, but it doesn't matter. 412 413 ;; 413 414 * ) … … 459 460 generated="$generated `printf "$i\n"`" 460 461 else 461 "$lib_dir/x11config.sh" $ newmouse$automouse $nopsaux "$i"462 "$lib_dir/x11config.sh" $autokeyboard $automouse $nopsaux "$i" 462 463 fi 463 464 configured="true" … … 473 474 if test -z "$configured"; then 474 475 touch "$main_cfg" 475 "$lib_dir/x11config.sh" $ newmouse$automouse $nopsaux --noBak "$main_cfg"476 "$lib_dir/x11config.sh" $autokeyboard $automouse $nopsaux --noBak "$main_cfg" 476 477 touch "$nobak" 477 478 fi
Note:
See TracChangeset
for help on using the changeset viewer.