danielmm8888 / TF2Classic

A repo containing the source code for Team Fortress 2 Classic
Other
40 stars 15 forks source link

[Linux] Mouse cursor issue #193

Closed Jeddunk closed 8 years ago

Jeddunk commented 8 years ago

Trying to move the mouse cursor resets it to the middle of the screen after a certain distance, which makes it impossible to use w/ a 16:9 resolution (1366x768). When using a 4:3 resolution (1024x768), the main menu entries are selectable, but e.g. selecting a button like "Apply" in the options menu is impossible.

Video: http://webmshare.com/1LE1P

Kubuntu 15.10

danielmm8888 commented 8 years ago

Could you try typing cl_software_cursor 0 in the console and see whether the issue still persists?

Jeddunk commented 8 years ago

This fixed the problem! Maybe having this as the default would be great, since I've seen a couple of people on an image board who wanted to try the game and had the same problem.

2015-11-23 12:32 GMT+01:00 danielmm8888 notifications@github.com:

Could you try typing cl_software_cursor 0 in the console and see whether the issue still persists?

— Reply to this email directly or view it on GitHub https://github.com/danielmm8888/TF2Classic/issues/193#issuecomment-158910335 .

danielmm8888 commented 8 years ago

Glad to hear it. We've set that ConVar to 0 by default in the next release.