-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trackmania Forever detects wrong amount of VRAM #323
Comments
Could be actually a problem with the game itself.. |
I don't think so since it detects only 128MiB |
How much memory do you force advertise wiith wine ? |
1024MiB/1GiB |
if you say 3GB for example, does it still work ? |
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. |
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.
The text was updated successfully, but these errors were encountered: