<br><br><div class="gmail_quote">2009/6/16 abraham_aji <span dir="ltr">&lt;<a href="mailto:wineforum-user@winehq.org">wineforum-user@winehq.org</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
OK i got the issue ... This is a bug .. But can be solved only with xorg support .<br>
<br>
Mean while whats default value for the MouseWarpOverride . is there any another method to solve the issue , i mean without editing the wine  registry  ? So i can change this setting temporally  for games which have the issue.<br>

<br>
<br>
<br>
<br>
<br>
</blockquote></div>Well... you can start independent X session for your game – in fact this is the way OpenGL app should be run (it can “fix” some broken video drivers). To start new X session simply type:<br><br>xinit /usr/bin/xterm : --1 -ac -depth 24<br>
<br>That should start new X session (usually accessible by pressing CTRL+ALT+F8) without window manager, only with xterm – now from the xterm, simply start your app – that should do the trick.<br><br>You can switch between X sessions by pressing CTRL+ALT+F(something).<br>
<br>