Jump to content

Dell XPS 13 9333 - High Sierra - Graphics / Sound issues


speedyrazor

Recommended Posts

Hi, I have a Dell XPS 13" 9333 with HD 4400 graphics. Using Clover with High Sierra 10.13.6, I have a lot of stuff working, and some stuff not:

Working:

  • Wifi (BCM94352Z)
  • Bluetooth
  • Trackpad


Not Working:

  • Graphics (glitchy, only showing 7MB)
  • Sound
  • Touch Screen (Synaptics)


I am a bit stuck, at least with Graphics and sound, if someone could assist please, I would really appreciate it.
Problem reporting logs attached.

debug_3477.zip

origin.zip

patched.zip

Link to comment
Share on other sites

  • Moderators

Your config is missing the AppleHDA patches and layout-id should be 1, you had it at 0.

You can find the 3 AppleHDA patches in the Config in your 1st post.

The Touchscreen is USB based and it's showing up in your IOReg. If it's not working, then I guess there's no support and perhaps needs proprietary app.

Link to comment
Share on other sites

 

Thanks for your reply, but I pasted them in as was and the sound now works anyway. Perhaps I am misunderstanding the use of Disable, as below if says 'false' right after it, so that is then already Enabled. What about the <key>Find</key> set to <false/>, should that be set to true? (sorry, I am new to this).

			<dict>
				<key>Comment</key>
				<string>Expect 2 matches</string>
				<key>Disabled</key>
				<false/>
				<key>Find</key>
				<string>8408ec10</string>
				<key>InfoPlistPatch</key>
				<false/>
				<key>Name</key>
				<string>AppleHDA</string>
				<key>Replace</key>
				<string>00000000</string>
			</dict>
			<dict>
				<key>Comment</key>
				<string>Expect 2 matches</string>
				<key>Disabled</key>
				<false/>
				<key>Find</key>
				<string>8508ec10</string>
				<key>InfoPlistPatch</key>
				<false/>
				<key>Name</key>
				<string>AppleHDA</string>
				<key>Replace</key>
				<string>00000000</string>
			</dict>
			<dict>
				<key>Comment</key>
				<string>Expect 2 matches</string>
				<key>Disabled</key>
				<false/>
				<key>Find</key>
				<string>8419d411</string>
				<key>InfoPlistPatch</key>
				<false/>
				<key>Name</key>
				<string>AppleHDA</string>
				<key>Replace</key>
				<string>6806ec10</string>
			</dict>
			<dict>
				<key>Comment</key>
				<string>AppleHDA (#4 of 4, new in 10.11, credit lisai9093)</string>
				<key>Disabled</key>
				<false/>
				<key>Find</key>
				<data>
				gxnUEQ==
				</data>
				<key>InfoPlistPatch</key>
				<false/>
				<key>Name</key>
				<string>AppleHDA</string>
				<key>Replace</key>
				<data>
				AAAAAA==
				</data>
			</dict>

Regards.

Link to comment
Share on other sites

×
×
  • Create New...