ValveSoftware / halflife

Half-Life 1 engine based games
Other
3.6k stars 598 forks source link

[Linux] Camera can't move more than 90 degrees in 3rd party mods #1871

Open ghost opened 6 years ago

ghost commented 6 years ago

As the title says, in 3rd party mods i can't move the camera more than 90 degrees, and I have no idea why. The only exception to this is if the mod uses a custom .so file, it works fine.

If I increase the mouse sensitivity, I can move it a little bit more.

APGRoboCop commented 6 years ago

Beats me but the mouse in HL1 gamemods got some glitches like when clicking the Scoreboard key that can lock and could hold fire button when trying to remove Scoreboard screen when pressing Left Mouse Button or TAB key.

JoelTroch commented 6 years ago

This is a known issue, you need to disable "raw mouse input" (m_rawinput 0) as a workaround.

1559 fixes the problem.

ghost commented 6 years ago

I've already tried enabling and disabling raw mouse input

ghost commented 6 years ago

It appears I solved it, after I updated to the latest kernel it started working.