Changeset 25083 in vbox
- Timestamp:
- Nov 28, 2009 11:41:19 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 55437
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/Installer/x11config-new.pl
r24718 r25083 98 98 print TMP <<EOF; 99 99 Section "InputDevice" 100 Identifier " keyboard[0]"100 Identifier "Keyboard[0]" 101 101 Driver "$kb_driver" 102 102 $xkbopts Option "Protocol" "Standard" … … 110 110 111 111 Section "InputDevice" 112 Identifier " mouse"112 Identifier "Mouse[1]" 113 113 Driver "vboxmouse" 114 114 Option "Buttons" "9" 115 115 Option "Device" "/dev/input/mice" 116 Option "Name" "VirtualBox Mouse Buttons"116 Option "Name" "VirtualBox Mouse" 117 117 Option "Protocol" "explorerps/2" 118 118 Option "Vendor" "Sun Microsystems Inc" 119 119 Option "ZAxisMapping" "4 5" 120 120 Option "CorePointer" 121 EndSection 122 123 Section "ServerLayout" 124 Identifier "Layout[all]" 125 InputDevice "Mouse[1]" "CorePointer" 126 Option "Clone" "off" 127 Option "Xinerama" "off" 128 Screen "Screen[0]" 121 129 EndSection 122 130 EOF
Note:
See TracChangeset
for help on using the changeset viewer.