Problems getting workaround for Fallout bug #6033
-
- Newbie
- Posts: 3
- Joined: Mon Jun 15, 2009 1:29 am
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?
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?
Re: Problems getting workaround for Fallout bug #6033
Wine version?adamjohnston wrote:I created a key at [HKEY_CURRENT_USER\Software\Wine\DirectInput]
named MouseWarpOverride with the value 'disable'
This had no effect.
-
- Newbie
- Posts: 3
- Joined: Mon Jun 15, 2009 1:29 am
Problems getting workaround for Fallout bug #6033
2009/6/25 adamjohnston <[email protected]>
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-us ... chment.htm>
xinit /usr/bin/xterm -- :1 -ac -depth 16 (works with GeForce - if not tryI 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:
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-us ... chment.htm>
Re: Problems getting workaround for Fallout bug #6033
Or run this before you run 'xinit'::James Huk wrote:If you get "Permission denied" it means you have to change
"allowed_users=console" to "allowed_users=anybody"
Code: Select all
xhost +
Problems getting workaround for Fallout bug #6033
vitamin wrote:
Xauthority, this can create a serious security problem.
James McKenzie
If you have not setup IPTables to block X access or you do not useJames Huk wrote:
Or run this before you run 'xinit'::If you get "Permission denied" it means you have to change
"allowed_users=console" to "allowed_users=anybody"
Code:
xhost +
PS You need to run it only once.
Xauthority, this can create a serious security problem.
James McKenzie
-
- Newbie
- Posts: 3
- Joined: Mon Jun 15, 2009 1:29 am