Problema da GPU após atualizar os drivers

0

Normalmente, os jogos no meu PC funcionam perfeitamente. No entanto, depois de atualizar todos os drivers de PC (incluindo os gráficos Intel (R) HD), os jogos não funcionam corretamente, eles são lentos e os gráficos são baixos, eu tenho um exemplo.

Aqui estão os detalhes:

    
por Ismail El Mountabih 09.07.2015 / 23:09

1 resposta

0

O mais recente Intel possuem uma chave de registro para simular a memória.

The graphics driver now reports some amount of fictitious “dedicated” graphics memory to the operating system (128MB by default) to work around applications issues in a number of games. These games incorrectly look for some amount of “dedicated” graphics memory because they weren’t coded with the unified memory architecture for processor graphics.

The amount reported can be modified or disabled if desired by changing the following registry value:

HKEY_LOCAL_MACHINE\Software\Intel\GMM, create a REG_DWORD value named “DedicatedSegmentSize”. The value is interpreted as number of MB to report (0-512MB). A value of 0 disables reporting the dummy memory segment. If the registry key/value is not found, the driver will report the default 128MB.

Portanto, crie o DWORD 32Bit DedicatedSegmentSize em HKEY_LOCAL_MACHINE\Software\Intel\GMM e defina-o o 512 (decimal).

Agora tente executar o jogo.

    
por 10.07.2015 / 06:17