Frictional Games Forum (read-only)
Strange mouse movement - Printable Version

+- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum)
+-- Forum: Technical Support (https://www.frictionalgames.com/forum/forum-57.html)
+--- Forum: Technical Support - Penumbra Series (https://www.frictionalgames.com/forum/forum-22.html)
+---- Forum: Linux - Penumbra (https://www.frictionalgames.com/forum/forum-25.html)
+---- Thread: Strange mouse movement (/thread-3047.html)



Strange mouse movement - enchantner - 11-03-2009

I'm running Ubuntu 9.10 Karmic and I have a problem. Game starts perfectly, but every time I press mouse button cursor moves to bottom-right corner, so it happens every time I am selecting menu option or clicking in game (then camera rotates at the bottom-right). I'm using one monitor and FAQ didn't help. What I should do to play normally?


RE: Strange mouse movement - enchantner - 11-04-2009

(11-03-2009, 10:44 PM)enchantner Wrote: I'm running Ubuntu 9.10 Karmic and I have a problem. Game starts perfectly, but every time I press mouse button cursor moves to bottom-right corner, so it happens every time I am selecting menu option or clicking in game (then camera rotates at the bottom-right). I'm using one monitor and FAQ didn't help. What I should do to play normally?

Ok, it solved by adding 'export SDL_VIDEO_X11_DGAMOUSE=0' at the game launcher.


RE: Strange mouse movement - alazyworkaholic - 11-06-2009

I'm having lousy audio problems with Karmic. I was told to
export SDL_AUDIODRIVER=alsa
but I've no idea how/where.
It looks like you 'exported' something in the game launcher, which sounds ideal because I'd rather have any workaround affect only Penumbra instead of the whole system.
Please, How exactly did you do that?


RE: Strange mouse movement - enchantner - 11-07-2009

(11-06-2009, 06:50 PM)alazyworkaholic Wrote: I'm having lousy audio problems with Karmic. I was told to
export SDL_AUDIODRIVER=alsa
but I've no idea how/where.
It looks like you 'exported' something in the game launcher, which sounds ideal because I'd rather have any workaround affect only Penumbra instead of the whole system.
Please, How exactly did you do that?

Just add this to your ~/.asoundrc :
Quote:pcm.!default {
type hw
card 0
}

ctl.!default {
type hw
card 0
}