[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: X working on VMware



"massimo s." <devicerandom@gmail.com> wrote:
> yama1066@excite.co.jp ha scritto:
> > Hi,
> > 
> > 
> > I wanna work X on Debian GNU/Hurd on VMware.
> > But VMware seems not to support xorg mouse protocol "OSMouse."
> > 
> > How should i correct it on protocol?
> 
> On my vmware virtual machine it seems to work.WHat problems do you
> experience?
> 
> m.

I wrote /etc/X11/xorg.conf as follows.

(snip)
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc106"
Option "XkbLayout" "jp"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/mouse"
Option "Protocol" "osmouse"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
(snip)


However, the mouse pointer is on the Left-side of window, and mouse click does not work.

I checked /var/log/Xorg.0.log as follows.

(snip)
(**) Option "CoreKeyboard"
(**) Generic Keyboard: Core Keyboard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Generic Keyboard: XkbRules: "xorg"
(**) Option "XkbModel" "pc106"
(**) Generic Keyboard: XkbModel: "pc106"
(**) Option "XkbLayout" "jp"
(**) Generic Keyboard: XkbLayout: "jp"
(**) Option "CustomKeycodes" "off"
(**) Generic Keyboard: CustomKeycodes disabled
(**) Option "Protocol" "osmouse"
(**) Configured Mouse: Protocol: osmouse
(**) Option "CorePointer"
(**) Configured Mouse: Core Pointer
(**) Option "Device" "/dev/mouse"
(**) Option "Emulate3Buttons" "true"
(**) Configured Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Configured Mouse: ZAxisMapping: buttons 4 and 5
(**) Configured Mouse: Buttons: 9
(II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
(II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD)
xkb_keycodes { include "xfree86+aliases(qwerty)" };
xkb_types { include "complete" };
xkb_compatibility { include "complete+japan" };
xkb_symbols { include "pc(pc105)+jp(latin)+jp(jp106):2" };
xkb_geometry { include "pc(pc104)" };
FreeFontPath: FPE "/usr/share/fonts/X11/misc" refcount is 2, should be 1; fixing.
(II) VMWARE(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(II) VMWARE(0): Initialized VMWARE_CTRL extension version 0.1
(==) RandR enabled
(II) GLX: Initialized MESA-PROXY GL provider for screen 0
xkb_keycodes { include "xfree86+aliases(qwerty)" };
xkb_types { include "complete" };
xkb_compatibility { include "complete+japan" };
xkb_symbols { include "pc(pc105)+jp(latin)+jp(jp106):2" };
xkb_geometry { include "pc(pc104)" };
FreeFontPath: FPE "/usr/share/fonts/X11/misc" refcount is 2, should be 1; fixing.



The log ends with keymap, and is not described by the mouse that should
continue like follows

(II) Configured Mouse: osmouseEnableDataReporting: succeeded
    xkb_types                { include "%" };
    xkb_compatibility        { include "%" };
    xkb_symbols              { include "%" };
    xkb_geometry             { include "%" };


So, I thought that mouse setting was wrong.


-----
H. Yamamoto 



Reply to: