Contribute
Register

Alienware 17r3 high sierra [need help]

Status
Not open for further replies.
i still get the same error.
 

Attachments

  • CLOVER.zip
    1.5 MB · Views: 99
i still get the same error.
should:
Code:
<key>Comment</key>
                    <string>change _DSM to XDSM</string>
                    <key>Disabled</key>
                    <true/>
                    <key>Find</key>
                    <data>X0RTTQ==</data>
                    <key>Replace</key>
                    <data>WERTTQ==</data>

be:

Code:
<key>Comment</key>
                    <string>change _DSM to XDSM</string>
                    <key>Disabled</key>
                    <false/>
                    <key>Find</key>
                    <data>X0RTTQ==</data>
                    <key>Replace</key>
                    <data>WERTTQ==</data>
in your config.plist?
 
should:
Code:
<key>Comment</key>
                    <string>change _DSM to XDSM</string>
                    <key>Disabled</key>
                    <true/>
                    <key>Find</key>
                    <data>X0RTTQ==</data>
                    <key>Replace</key>
                    <data>WERTTQ==</data>

be:

Code:
<key>Comment</key>
                    <string>change _DSM to XDSM</string>
                    <key>Disabled</key>
                    <false/>
                    <key>Find</key>
                    <data>X0RTTQ==</data>
                    <key>Replace</key>
                    <data>WERTTQ==</data>
in your config.plist?

didnt change anything
 

Attachments

  • 20180204_064219.jpg
    20180204_064219.jpg
    2.4 MB · Views: 99
  • 20180203_054931.jpg
    20180203_054931.jpg
    2.3 MB · Views: 68
  • CLOVER.zip
    1.5 MB · Views: 110
getting the same graphical window server error.

Your SSDT-DiscreteSpoof.aml is wrong.
This code is wrong:
Code:
    Method (__SB.PCI0.PEG0.PEGP._DSM, 4, NotSerialized)  // _DSM: Device-Specific Method

Should be:
Code:
    Method (_SB.PCI0.PEG0.PEGP._DSM, 4, NotSerialized)  // _DSM: Device-Specific Method
 
i managed to install the os. Heck yea. just need to figure out how to install wifi,gpu,and sound drivers .
 
Last edited:
ok so i managed to install the nvidea web drivers, the voodoohda sound drivers, but having issues with the intelbacklight.kext driver ..it does the opposite when booting into macos i loose the keyboard backlight and still doesnt allow me to to change to screen brightness. Any idea why?
 
ok so i managed to install the nvidea web drivers, the voodoohda sound drivers, but having issues with the intelbacklight.kext driver ..it does the opposite when booting into macos i loose the keyboard backlight and still doesnt allow me to to change to screen brightness. Any idea why?

IntelBacklight.kext has nothing to do with keyboard backlight.
And also has nothing to do with mapping brightness keys.
And... won't help you if your internal display is connected to the Nvidia device.
And... IntelBacklight.kext does not work with 10.13 (or 10.12.4 and later).

Your profile indicates you have Intel HD530... For implementing backlight control on HD530, read here:
https://www.tonymacx86.com/threads/...rol-using-applebacklightinjector-kext.218222/
 
Status
Not open for further replies.
Back
Top