Doom3 and Quake3 mouse issues

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Gezzy
Newbie
Newbie
Posts: 4
Joined: Tue Oct 21, 2008 4:56 pm

Doom3 and Quake3 mouse issues

Post by Gezzy »

Hi, im pretty new to the whole linux and wine thing :)

I know the is a linux native doom3 client but I cant seem to get any sound from it
so I installed it with wine. It starts up normal and all, but when I enter the game
I cant seem to turn all the way around. Its like the mouse pointer is stuck in
some sort of window and cant get out :)

Just for kicks I tried quake3 with wine and the same thing happens.
I usually run q3 natively without problems.

Hard for me to explain and I hope you understand and can help me :)
Dean Hamstead

Doom3 and Quake3 mouse issues

Post by Dean Hamstead »

sounds like the pesky mouse bug that is afflicting so many games right now.

to get doom3 working native you may need to replace the asound or libsdl
libraries with sym links to your 32bit system versions

i have had no problems running native doom3 (32bit) on my debian amd64.

quake3 works perfectly, especially if you compile from source. nice pure
64bit binary etc.

Dean

Gezzy wrote:
Hi, im pretty new to the whole linux and wine thing :)

I know the is a linux native doom3 client but I cant seem to get any sound from it
so I installed it with wine. It starts up normal and all, but when I enter the game
I cant seem to turn all the way around. Its like the mouse pointer is stuck in
some sort of window and cant get out :)

Just for kicks I tried quake3 with wine and the same thing happens.
I usually run q3 natively without problems.

Hard for me to explain and I hope you understand and can help me :)





--
http://fragfest.com.au
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Doom3 and Quake3 mouse issues

Post by vitamin »

Gezzy wrote:I know the is a linux native doom3 client but I cant seem to get any sound from it
so I installed it with wine. It starts up normal and all, but when I enter the game
I cant seem to turn all the way around. Its like the mouse pointer is stuck in
some sort of window and cant get out :)
Set [HKCU\Software\Wine\DirectInput\MouseWarpOverride] to "force". See http://wiki.winehq.org/UsefulRegistryKeys for more info.
Gezzy
Newbie
Newbie
Posts: 4
Joined: Tue Oct 21, 2008 4:56 pm

Post by Gezzy »

Thank you vitamin, that worked! :)
But now there is another mouse problem.
The mouse sensitivity/acceleration seems to be inconsistant.
At one time the sens is pretty good, all of a sudden its very slow.

Its playable, but quick aiming is hard :)

Any thoughts?

thanks in advance!
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

Gezzy wrote:Thank you vitamin, that worked! :)
But now there is another mouse problem.
The mouse sensitivity/acceleration seems to be inconsistant.
At one time the sens is pretty good, all of a sudden its very slow.

Code: Select all

xset m 1
Gezzy
Newbie
Newbie
Posts: 4
Joined: Tue Oct 21, 2008 4:56 pm

Post by Gezzy »

After i did xset m 1 it seems to be a little better...
but still does it. thanks for the input though:) what does this command do?

Any other ideas? :)
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

Gezzy wrote:After i did xset m 1 it seems to be a little better...
but still does it. thanks for the input though:) what does this command do?
Set mouse acceleration multiplier to 1 (ie no acceleration at all).
Gezzy wrote:Any other ideas? :)
Use native Linux versions of those games.
Gezzy
Newbie
Newbie
Posts: 4
Joined: Tue Oct 21, 2008 4:56 pm

Post by Gezzy »

I would if I could get the damn sound to work :Þ
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

Gezzy wrote:I would if I could get the damn sound to work :Þ
You should ask about that on your distro forum. Wine is the lasts ditch resort and almost NEVER an option if there is a native Linux version available.
Locked