Debian Origin FIFA17 nvidia driver problem

Questions about Wine on Linux
Locked
Bloris
Level 2
Level 2
Posts: 15
Joined: Wed Nov 28, 2018 5:30 pm

Debian Origin FIFA17 nvidia driver problem

Post by Bloris »

I have installed Origin successfully (https://www.origin.com/) and to check if it really works i'm trying to run the only game i have in this platform (FIFA17).

When i run it, it shows an alert "Detected 337.88 NVIDIA driver. The recommended version is 368.81 or higher. [OK] [HELP]". I press OK and the game started. It seems that it is loading correctly, but in reality some graphic components are missing. For example all the players and the soccer goals are black.

I think it's because he is loading an NVIDIA driver that isn't mine, because i have installed NVIDIA version 410.78.
I have set Windows 7 64bit, because i can't run this game in 32bit or with XP version.

It is possible to fix this? Not like i care to play to FIFA17, but it's quite annoying if i would have the same problems with others games too.

Sorry for my bad english.

Thanks,
Loris

Code: Select all

PRETTY_NAME="Debian GNU/Linux 9 (stretch)"
NAME="Debian GNU/Linux"
VERSION_ID="9"
VERSION="9 (stretch)"
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"

Code: Select all

ii  libkwineffects9                               4:5.8.6-1                                  amd64        KDE window manager effects library
ii  wine-staging                                  4.0~rc6~stretch                            amd64        WINE Is Not An Emulator - runs MS Windows programs
ii  wine-staging-amd64                            4.0~rc6~stretch                            amd64        WINE Is Not An Emulator - runs MS Windows programs
ii  wine-staging-i386:i386                        4.0~rc6~stretch                            i386         WINE Is Not An Emulator - runs MS Windows programs
ii  winehq-staging                                4.0~rc6~stretch                            amd64        WINE Is Not An Emulator - runs MS Windows programs
ii  winetricks                                    0.0+20170101-1                             all          package manager for Wine to install software easily
I have installed nvidia drivers from NVIDIA run script, because debian packages were too old.

Code: Select all

nvidia-settings:  version 410.78
  The NVIDIA X Server Settings tool.

  This program is used to configure the NVIDIA Linux graphics driver.
  For more detail, please see the nvidia-settings(1) man page.
User avatar
DarkShadow44
Level 8
Level 8
Posts: 1207
Joined: Tue Nov 22, 2016 5:39 pm

Re: Debian Origin FIFA17 nvidia driver problem

Post by DarkShadow44 »

Are you sure you have installed the driver properly? What is the output of "glxinfo -B"?
Bloris
Level 2
Level 2
Posts: 15
Joined: Wed Nov 28, 2018 5:30 pm

Re: Debian Origin FIFA17 nvidia driver problem

Post by Bloris »

Yes, i'm pretty sure.

Code: Select all

name of display: :0
display: :0  screen: 0
direct rendering: Yes
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce GTX 950M/PCIe/SSE2
OpenGL core profile version string: 4.5.0 NVIDIA 410.78
OpenGL core profile shading language version string: 4.50 NVIDIA
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile

OpenGL version string: 4.6.0 NVIDIA 410.78
OpenGL shading language version string: 4.60 NVIDIA
OpenGL context flags: (none)
OpenGL profile mask: (none)

OpenGL ES profile version string: OpenGL ES 3.2 NVIDIA 410.78
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
Locked