Last change
on this file since 98549 was 98549, checked in by vboxsync, 2 years ago |
Docs: bugref:10302. Uploading .dita user manual files we received from the doc team on 25th Jan.
|
-
Property svn:eol-style
set to
native
|
File size:
1.0 KB
|
Line | |
---|
1 | <?xml version='1.0' encoding='UTF-8'?>
|
---|
2 | <!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
|
---|
3 | <topic xml:lang="en-us" id="ts_win98-guest-usb-tablet-coordinates">
|
---|
4 | <title>USB Tablet Coordinates Wrong in Windows 98 Guests</title>
|
---|
5 |
|
---|
6 | <body>
|
---|
7 | <p>
|
---|
8 | If a Windows 98 VM is configured to use the emulated USB tablet
|
---|
9 | (absolute pointing device), the coordinate translation may be
|
---|
10 | incorrect and the pointer is restricted to the upper left
|
---|
11 | quarter of the guest's screen.
|
---|
12 | </p>
|
---|
13 | <p>
|
---|
14 | The USB HID (Human Interface Device) drivers in Windows 98 are
|
---|
15 | very old and do not handle tablets in the same way as modern
|
---|
16 | operating systems do. To work around the problem, use the
|
---|
17 | following command:
|
---|
18 | </p>
|
---|
19 | <pre xml:space="preserve">$ VBoxManage setextradata <varname>VM-name</varname> "VBoxInternal/USB/HidMouse/0/Config/CoordShift" 0</pre>
|
---|
20 | <p>
|
---|
21 | To restore the default behavior, remove the key or set its value
|
---|
22 | to 1.
|
---|
23 | </p>
|
---|
24 | </body>
|
---|
25 |
|
---|
26 | </topic>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.