VirtualBox

Changeset 62615 in vbox for trunk/src


Ignore:
Timestamp:
Jul 28, 2016 10:44:25 AM (8 years ago)
Author:
vboxsync
Message:

bugref:1815: Keyboard mapping broken: add additional logging, so that we can find out what X server set-ups users are actually using with a view to eventually removing unneeded code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/platform/x11/XKeyboard-new.cpp

    r62493 r62615  
    239239        LogRel(("\n"));
    240240    }
     241    LogRel(("X Server details: vendor: %s, release: %d, protocol version: %d.%d, display string: %s\n",
     242            ServerVendor(dpy), VendorRelease(dpy), ProtocolVersion(dpy),
     243            ProtocolRevision(dpy), DisplayString(dpy)));
    241244    LogRel(("Using %s for keycode to scan code conversion\n",
    242245              gfByXkbOK ? "XKB"
Note: See TracChangeset for help on using the changeset viewer.

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