WineHQ
Comments
 

The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.

RE: Mouse Jumps All Over...
by Jason Marty on Sunday April 15th 2012, 21:36
How strange- I had this issue with 1.5.1, but upon updating to 1.5.2 the issue is no longer existent. What distro are you running? Im running an up-to-date Arch install as of this date. As I said before, perhaps this issue is related to a package besides wine? Maybe a lib32 (if you run 64bit) package or a problem that existed in Xorg that has recently been fixed (actually, I have updated Xorg recently, so perhaps thats it?)?

Also, perhaps you could try resizing with xrandr before launching the game? Since it works in windowed mode, maybe you could launch d2 from a script and have:

xrandr -s 800x600 &
sleep 3
wine /path/to/diablo/executable
sleep 3
xrandr -s 1920x1080 & *(or whatever your desktop resolution is)

I actually DID this manually via the terminal since you suggested it worked in windowed mode, and it worked. But then, I tried running it normally and that worked to, so...

[post new] [reply to this]

RE: Mouse Jumps All Over...
by Mike Mestnik on Monday April 16th 2012, 19:08
I have some more information, remember reading I said the 'ghosted' positions formed a rectangle? Well check this out:

Of the 4 locations x(1):y(1) to x(4):y(4)
x(1)=x
x(2)=x*2
x(3)=x
x(4)=x*2

y(1)=y
y(2)=y
y(3)=y*2
y(4)=y*2

When the mouse is in the upper left corner the 4 locations are vary close together and when the mouse is near the center the 3 other ghost locations are near the bottom and right of the screen. As indicated x(1):y(1) seams to track the 'original'/intended mouse location vary well.

[post new] [reply to this]

Page loaded in 0.00889 seconds.