VirtualBox

Changeset 26406 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Feb 10, 2010 11:45:55 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
57503
Message:

Additions/linux: fix xorg.conf hacking again if no xorg.conf originally exists

File:
1 edited

Legend:

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

    r26386 r26406  
    4949        my $xkbopts = "";
    5050        my $kb_driver = "";
     51                my $layout_kb = "";
    5152        if (open(CFG, $cfg))
    5253        {
     
    109110EndSection
    110111EOF
     112                                $layout_kb = "  InputDevice  \"Keyboard[0]\" \"CoreKeyboard\"\n"
    111113            }
    112114
     
    128130Section "ServerLayout"
    129131  Identifier   "Layout[all]"
    130   InputDevice  "Keyboard[0]" "CoreKeyboard"
    131   InputDevice  "Mouse[1]" "CorePointer"
     132$layout_kb  InputDevice  "Mouse[1]" "CorePointer"
    132133  Option       "Clone" "off"
    133134  Option       "Xinerama" "off"
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