vinegarhq / vinegar

An open-source, minimal, configurable, fast bootstrapper for running Roblox on Linux.
https://vinegarhq.org
GNU General Public License v3.0
407 stars 34 forks source link

Mouse cursor too fast in roblox Studio #410

Closed gougoules closed 6 months ago

gougoules commented 6 months ago

Acknowledgement of preliminary instructions

What problem did you encounter?

Hello, my mouse cursor is too fast and it goes sometimes in the wrong way (with a delay), I don't know why. I tried to change my cursor speed in roblox studio settings but it doesn't change. I tried to reduce my DPI on my mouse it doesn't work too

System information

* Vinegar: v1.7.4 
* Distro: Freedesktop SDK 23.08 (Flatpak runtime)
* Processor: 11th Gen Intel(R) Core(TM) i5-11400H @ 2.70GHz
  * Supports AVX: true
  * Supports split lock detection: true
* Kernel: 6.5.5-200.fc38.x86_64
* Wine (Player): v9.2 (Staging)
* Wine (Studio): v9.2 (Staging)
* Flatpak: [x]
* Cards:
  * Card 0: nouveau 0000:01:00.0 /sys/class/drm/card1
  * Card 1: i915 0000:00:02.0 /sys/class/drm/card2
FEDORA 38
jrelvas-ipc commented 6 months ago

Are you on a Wayland session?

gougoules commented 6 months ago

Yes Wayland

jrelvas-ipc commented 6 months ago

This is a known limitation with XWayland and Roblox Studio. The recommendation is to try the X11 session and see if the problem still happens.

gougoules commented 6 months ago

I run this command "flatpak run org.vinegarhq.Vinegar studio run --force-grab-cursor" but it doesn't seems to work :(

apprehensions commented 6 months ago

That isn't a real flag. Read the comment.

jrelvas-ipc commented 6 months ago

That's a gamescope option, which is configured separately as a launcher. Gamescope doesn't really work well for Studio anyways, so the best thing to do here would be to switch to the X11 session. For example:

imagem

gougoules commented 6 months ago

Ok thanks, I looked for change to x11 and it's now all working, thanks a lot