iXit / Mesa-3D

Please use official https://gitlab.freedesktop.org/mesa/mesa/ !
https://github.com/iXit/Mesa-3D/wiki
66 stars 13 forks source link

Trackmania Forever detects wrong amount of VRAM #323

Open lorenz opened 5 years ago

lorenz commented 5 years ago

Trackmania Forever detects only 128MiB of VRAM (see Configuration -> Advanced on the top right). The GPU physically has 4GiB. This causes Trackmania to use very low-quality textures. This is reproducible using a 128MiB VRAM override on WineD3D.

mirh commented 5 years ago

Could be actually a problem with the game itself..

lorenz commented 5 years ago

I don't think so since it detects only 128MiB EDIT: I already have that patch applied, so that shouldn't be a problem

axeldavy commented 5 years ago

How much memory do you force advertise wiith wine ?

lorenz commented 5 years ago

1024MiB/1GiB

axeldavy commented 5 years ago

if you say 3GB for example, does it still work ?

lorenz commented 5 years ago

Yes, on WineD3D it detects 3GiB just fine. 4GiB on the other hand results in a detection of 0 since it overflows the Game's 32 bit unsigned integer.