VirtualBox

Changeset 25083 in vbox


Ignore:
Timestamp:
Nov 28, 2009 11:41:19 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
55437
Message:

Additions/x11/installer: xorg.conf hacking fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/Installer/x11config-new.pl

    r24718 r25083  
    9898                print TMP <<EOF;
    9999Section "InputDevice"
    100   Identifier   "keyboard[0]"
     100  Identifier   "Keyboard[0]"
    101101  Driver       "$kb_driver"
    102102$xkbopts  Option       "Protocol" "Standard"
     
    110110
    111111Section "InputDevice"
    112   Identifier  "mouse"
     112  Identifier  "Mouse[1]"
    113113  Driver      "vboxmouse"
    114114  Option      "Buttons" "9"
    115115  Option      "Device" "/dev/input/mice"
    116   Option      "Name" "VirtualBox Mouse Buttons"
     116  Option      "Name" "VirtualBox Mouse"
    117117  Option      "Protocol" "explorerps/2"
    118118  Option      "Vendor" "Sun Microsystems Inc"
    119119  Option      "ZAxisMapping" "4 5"
    120120  Option      "CorePointer"
     121EndSection
     122
     123Section "ServerLayout"
     124  Identifier   "Layout[all]"
     125  InputDevice  "Mouse[1]" "CorePointer"
     126  Option       "Clone" "off"
     127  Option       "Xinerama" "off"
     128  Screen       "Screen[0]"
    121129EndSection
    122130EOF
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette