Jump to content

[HELP] Edit NVDA::rmStart failed


tao101

Recommended Posts

hey guys does anyone know how to edit the NVDA::rmStart in the nvdia web drivers 
i am trying to edit it so i can get my gtx 1050 ti to work on my laptop with an external monitor but when i boot i get this 

 

2019-01-08 07:43:47.009943+0200  localhost kernel[0]: (NVDAStartupWeb) NVDAStartupWeb: Web
2019-01-08 07:43:47.018779+0200  localhost kernel[0]: (NVDAGP100HalWeb) NVDAGP100HAL loaded and registered
2019-01-08 07:43:47.024678+0200  localhost kernel[0]: (GeForceWeb) nvAccelerator::attach provider NVDAgl parent GFX0
2019-01-08 07:43:47.024688+0200  localhost kernel[0]: (GeForceWeb) nvAccelerator::probe enter provider: NVDAgl [score 130]
2019-01-08 07:43:47.024692+0200  localhost kernel[0]: (GeForceWeb) nvAccelerator::probe parent: GFX0
2019-01-08 07:43:47.024694+0200  localhost kernel[0]: (GeForceWeb) nvAccelerator::probe return success <private>
2019-01-08 07:43:47.024696+0200  localhost kernel[0]: (GeForceWeb) nvAccelerator::probe remove "unmatched" property
2019-01-08 07:43:47.024709+0200  localhost kernel[0]: (GeForceWeb) nvAccelerator::detach provider NVDAgl parent GFX0
2019-01-08 07:43:47.024722+0200  localhost kernel[0]: (GeForceWeb) nvAccelerator::attach provider NVDAgl parent GFX0
2019-01-08 07:43:47.024728+0200  localhost kernel[0]: (GeForceWeb) nvAccelerator: ENTER ::start with provider: NVDAgl
2019-01-08 07:43:47.024729+0200  localhost kernel[0]: (GeForceWeb) nvAccelerator::start switch to parent: GFX0
2019-01-08 07:43:47.024791+0200  localhost kernel[0]: (GeForceWeb) NVSPI::start starting!
2019-01-08 07:43:48.223978+0200  localhost kernel[0]: (NVDAResmanWeb) NVDA::rmStart failed
2019-01-08 07:43:48.223979+0200  localhost kernel[0]: (NVDAResmanWeb) NVDA::rmStart failed
2019-01-08 07:43:48.224030+0200  localhost kernel[0]: (IOGraphicsFamily) GFX0-A: newUserClient failed: 0 0xe00002be 0x1000003ac NVDA
2019-01-08 07:43:48.225433+0200  localhost kernel[0]: (IONDRVSupport) NVDA,Display-B: Not usable
2019-01-08 07:43:48.225485+0200  localhost kernel[0]: (IOGraphicsFamily) GFX0-B: newUserClient failed: 0 0xe00002be 0x1000003b6 NVDA
2019-01-08 07:43:48.226660+0200  localhost kernel[0]: (IONDRVSupport) NVDA,Display-C: Not usable
2019-01-08 07:43:48.226697+0200  localhost kernel[0]: (IOGraphicsFamily) GFX0-C: newUserClient failed: 0 0xe00002be 0x1000003bf NVDA
2019-01-08 07:43:48.227759+0200  localhost kernel[0]: (IONDRVSupport) NVDA,Display-D: Not usable
2019-01-08 07:43:48.227823+0200  localhost kernel[0]: (IOGraphicsFamily) GFX0-D: newUserClient failed: 0 0xe00002be 0x1000003c5 NVDA
2019-01-08 07:43:48.228951+0200  localhost kernel[0]: (IONDRVSupport) NVDA,Display-E: Not usable
2019-01-08 07:43:48.228987+0200  localhost kernel[0]: (IOGraphicsFamily) GFX0-E: newUserClient failed: 0 0xe00002be 0x1000003cb NVDA
2019-01-08 07:43:48.230072+0200  localhost kernel[0]: (IONDRVSupport) NVDA,Display-F: Not usable
2019-01-08 07:43:48.230107+0200  localhost kernel[0]: (IOGraphicsFamily) GFX0-F: newUserClient failed: 0 0xe00002be 0x1000003d1 NVDA
2019-01-08 07:43:48.277391+0200  localhost kernel[0]: (AppleMobileFileIntegrity) Library Validation would have failed (but is disabled): Library '/Library/GPUBundles/GeForceMTLDriverWeb.bundle/Contents/MacOS/GeForceMTLDriverWeb' (Team ID: 6KR3T733EC, platform: no) for process 'WindowServer(185)' (Team ID: none, platform: yes), reason: mapping process is a platform binary, but mapped file is not
2019-01-08 07:43:48.282906+0200  localhost kernel[0]: (AppleMobileFileIntegrity) Library Validation would have failed (but is disabled): Library '/Library/GPUBundles/GeForceMTLDriverWeb.bundle/Contents/MacOS/GeForceMTLDriverWeb' (Team ID: 6KR3T733EC, platform: no) for process 'WindowServer(185)' (Team ID: none, platform: yes), reason: mapping process is a platform binary, but mapped file is not
2019-01-08 07:43:48.288569+0200  localhost kernel[0]: (AppleMobileFileIntegrity) Library Validation would have failed (but is disabled): Library '/Library/GPUBundles/GeForceMTLDriverWeb.bundle/Contents/MacOS/GeForceMTLDriverWeb' (Team ID: 6KR3T733EC, platform: no) for process 'WindowServer(185)' (Team ID: none, platform: yes), reason: mapping process is a platform binary, but mapped file is not
2019-01-08 07:43:57.795561+0200  localhost kernel[0]: (AppleMobileFileIntegrity) Library Validation would have failed (but is disabled): Library '/Library/GPUBundles/GeForceMTLDriverWeb.bundle/Contents/MacOS/GeForceMTLDriverWeb' (Team ID: 6KR3T733EC, platform: no) for process 'SystemUIServer(333)' (Team ID: none, platform: yes), reason: mapping process is a platform binary, but mapped file is not
2019-01-08 07:43:57.805916+0200  localhost kernel[0]: (AppleMobileFileIntegrity) Library Validation would have failed (but is disabled): Library '/Library/GPUBundles/GeForceMTLDriverWeb.bundle/Contents/MacOS/GeForceMTLDriverWeb' (Team ID: 6KR3T733EC, platform: no) for process 'SystemUIServer(333)' (Team ID: none, platform: yes), reason: mapping process is a platform binary, but mapped file is not

i have looked around and found that i need to change the acpi paths in NVDA::rmStart to match my nvdia acpi paths but i dont know where can i do that 

i need to edit the  NVDAResmanWeb.kext but i dont know how to edit kext files 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.