Changeset 32394 in vbox for trunk/src/VBox/Additions/x11/Installer
- Timestamp:
- Sep 10, 2010 12:13:11 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 65753
- Location:
- trunk/src/VBox/Additions/x11/Installer
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/Installer/98vboxadd-xclient
r32388 r32394 3 3 # Start the Guest Additions X11 Client 4 4 # 5 # Copyright (C) 2007-2010 Sun Microsystems, Inc.5 # Copyright (C) 2007-2010 Oracle Corporation 6 6 # 7 7 # This file is part of VirtualBox Open Source Edition (OSE), as … … 12 12 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 13 13 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 14 #15 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa16 # Clara, CA 95054 USA or visit http://www.sun.com if you need17 # additional information or have any questions.18 14 # 19 15 -
trunk/src/VBox/Additions/x11/Installer/linux_xorg_suse11.conf
r22467 r32394 70 70 Option "Name" "VirtualBox Mouse Buttons" 71 71 Option "Protocol" "explorerps/2" 72 Option "Vendor" " Sun Microsystems Inc"72 Option "Vendor" "Oracle Corporation" 73 73 Option "ZAxisMapping" "4 5" 74 74 EndSection … … 80 80 Option "Device" "/dev/vboxguest" 81 81 Option "Name" "VirtualBox Mouse" 82 Option "Vendor" " Sun Microsystems Inc"82 Option "Vendor" "Oracle Corporation" 83 83 EndSection 84 84 … … 87 87 Identifier "Monitor[0]" 88 88 ModelName "VirtualBox Virtual Output" 89 VendorName " Sun Microsystems Inc"89 VendorName "Oracle Corporation" 90 90 EndSection 91 91 … … 105 105 Driver "vboxvideo" 106 106 Identifier "Device[0]" 107 VendorName " Sun Microsystems Inc"107 VendorName "Oracle Corporation" 108 108 EndSection 109 109 -
trunk/src/VBox/Additions/x11/Installer/x11config-new.pl
r32388 r32394 117 117 Option "Name" "VirtualBox Mouse" 118 118 Option "Protocol" "explorerps/2" 119 Option "Vendor" " Sun Microsystems Inc"119 Option "Vendor" "Oracle Corporation" 120 120 Option "ZAxisMapping" "4 5" 121 121 Option "CorePointer" … … 142 142 Option "Name" "VirtualBox Mouse Buttons" 143 143 Option "Protocol" "explorerps/2" 144 Option "Vendor" " Sun Microsystems Inc"144 Option "Vendor" "Oracle Corporation" 145 145 Option "ZAxisMapping" "4 5" 146 146 Option "CorePointer" … … 152 152 Option "Device" "/dev/vboxguest" 153 153 Option "Name" "VirtualBox Mouse" 154 Option "Vendor" " Sun Microsystems Inc"154 Option "Vendor" "Oracle Corporation" 155 155 Option "SendCoreEvents" 156 156 EndSection … … 173 173 Identifier "Monitor[0]" 174 174 ModelName "VirtualBox Virtual Output" 175 VendorName " Sun Microsystems Inc"175 VendorName "Oracle Corporation" 176 176 EndSection 177 177 … … 180 180 Driver "vboxvideo" 181 181 Identifier "Device[0]" 182 VendorName " Sun Microsystems Inc"182 VendorName "Oracle Corporation" 183 183 EndSection 184 184
Note:
See TracChangeset
for help on using the changeset viewer.