Skip to content
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

Open
lorenz opened this issue Nov 17, 2018 · 6 comments
Open

Trackmania Forever detects wrong amount of VRAM #323

lorenz opened this issue Nov 17, 2018 · 6 comments

Comments

@lorenz
Copy link

lorenz commented Nov 17, 2018

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
Copy link

mirh commented Nov 17, 2018

Could be actually a problem with the game itself..

@lorenz
Copy link
Author

lorenz commented Nov 17, 2018

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
Copy link

How much memory do you force advertise wiith wine ?

@lorenz
Copy link
Author

lorenz commented Nov 17, 2018

1024MiB/1GiB

@axeldavy
Copy link

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

@lorenz
Copy link
Author

lorenz commented Nov 17, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants