Changeset 25174 in vbox for trunk/src/VBox/Additions/x11
- Timestamp:
- Dec 3, 2009 6:09:54 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/Installer/x11config-new.pl
r25109 r25174 23 23 my $new_mouse = 0; 24 24 my $no_bak = 0; 25 my $old_mouse_dev = "/dev/psaux"; 25 26 26 27 foreach $arg (@ARGV) … … 37 38 { 38 39 $no_bak = 1; 40 } 41 elsif (lc($arg) eq "--nopsaux") 42 { 43 $old_mouse_dev = "/dev/input/mice"; 39 44 } 40 45 else … … 113 118 Driver "vboxmouse" 114 119 Option "Buttons" "9" 115 Option "Device" " /dev/input/mice"120 Option "Device" "$old_mouse_dev" 116 121 Option "Name" "VirtualBox Mouse" 117 122 Option "Protocol" "explorerps/2"
Note:
See TracChangeset
for help on using the changeset viewer.