adamjohnston
2009-Jun-25 10:08 UTC
[Wine] Problems getting workaround for Fallout bug #6033
I can't get workaround for Fallout mouse problem working as mentioned on: http://bugs.winehq.org/show_bug.cgi?id=6033 I created a key at [HKEY_CURRENT_USER\Software\Wine\DirectInput] named MouseWarpOverride with the value 'disable' This had no effect. Can anyone give me any ideas as to what I may need to do?
vitamin
2009-Jun-26 01:51 UTC
[Wine] Re: Problems getting workaround for Fallout bug #6033
adamjohnston wrote:> I created a key at [HKEY_CURRENT_USER\Software\Wine\DirectInput] > named MouseWarpOverride with the value 'disable' > > This had no effect.Wine version?
adamjohnston
2009-Jun-26 11:47 UTC
[Wine] Re: Problems getting workaround for Fallout bug #6033
wine version 1.1.19 from Ubuntu repository.
vitamin
2009-Jun-26 13:45 UTC
[Wine] Re: Problems getting workaround for Fallout bug #6033
adamjohnston wrote:> wine version 1.1.19 from Ubuntu repository.Should still work. Are you using separate WINEPREFIX by any chance?
2009/6/25 adamjohnston <wineforum-user at winehq.org>> I can't get workaround for Fallout mouse problem working as mentioned on: > http://bugs.winehq.org/show_bug.cgi?id=6033 > > I created a key at [HKEY_CURRENT_USER\Software\Wine\DirectInput] > named MouseWarpOverride with the value 'disable' > > This had no effect. > > Can anyone give me any ideas as to what I may need to do? > > > > > > Try something like this in terminal:xinit /usr/bin/xterm -- :1 -ac -depth 16 (works with GeForce - if not try 24) This will start separate X session with empty xterm - now run Fallout inside this new session. If you get "Permission denied" it means you have to change "allowed_users=console" to "allowed_users=anybody" in: /etc/X11/Xwrapper.config xinit -- -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.winehq.org/pipermail/wine-users/attachments/20090626/a0782fc1/attachment.htm>
vitamin
2009-Jun-27 18:48 UTC
[Wine] Re: Problems getting workaround for Fallout bug #6033
James Huk wrote:> If you get "Permission denied" it means you have to change > "allowed_users=console" to "allowed_users=anybody"Or run this before you run 'xinit':: Code: xhost + PS You need to run it only once.