alvr-org / ALVR

Stream VR games from your PC to your headset via Wi-Fi
MIT License
5.3k stars 475 forks source link

Dashboard not scaled on 4k resolution #1648

Closed thankjura closed 1 year ago

thankjura commented 1 year ago

Description

Dashboard is small on 4k resolution

After remove this line problem disappear

Environment

Gnome 44, Gentoo linux

Hardware

HW: https://linux-hardware.org/?probe=95231653d0

Installation

ALVR Version: https://github.com/alvr-org/ALVR/commit/92ec3d04a9d4ee4a553af1240a41bdb5ddccc8ad

Install Type:

OS Name and Version: Gentoo Linux

Vixea commented 1 year ago

This was a workaround for the steam deck the other solution would be to use Wayland on the app

Vixea commented 1 year ago

Which I think can be done with this WINIT_UNIX_BACKEND=wayland

thankjura commented 1 year ago

Which I think can be done with this WINIT_UNIX_BACKEND=wayland

Wayland doesn't work well on nvidia graphics cards.

I think that it is not necessary to hardcode variables, but to take them from the environment

Vixea commented 1 year ago

Eh that's not necessary anymore it should now only do it on the Steamdeck

Vixea commented 1 year ago

In fact this can be closed