How to disable Direct3D Acceleration on Windows 7?

拈花ヽ惹草 提交于 2021-01-29 05:49:13

问题


I have tried to disable 3D acceleration on my machine that operation system is Windows 7. I opened the DirectX Diagnostic Tool but DirectX Features can not be changed:

enter image description here

In addition I also tried to change Troubleshoot settings. However, it also can't be changed:

enter image description here

How can i disable directX featrues?

Note: My directX version is 11.


回答1:


If you mean for your own application, you can disable GPU hardware acceleration by opting for the WARP driver type (D3D_DRIVER_TYPE_WARP) when creating the Direct3D device (D3D11CreateDevice).

If you mean for an existing application, you can do the same with the DirectX Control Panel (dxcpl.exe) and selecting "Force WARP".




回答2:


  1. Disable Aero(Mostly not necessary but do it for now) Disable aero

  2. Download directx 9.0c control panel from here http://www.majorgeeks.com/files/details/microsoft_directx_control_panel.html

  3. Extract and run "directx.cpl" as administrator.

  4. Goto Direct3D and DirectDraw tabs and uncheck "Allow hardware acceleration ".



来源:https://stackoverflow.com/questions/14497545/how-to-disable-direct3d-acceleration-on-windows-7

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!