Contribute
Register

Dell XPS 8930 High Sierra Guide 10.13.6 (Nvidia 1050Ti)

Status
Not open for further replies.
Joined
May 28, 2018
Messages
126
Motherboard
Dell XPS 8930
CPU
i7-8700
Graphics
RX 580
Guide: Dell XPS 8930: High Sierra 10.13.6 / Mojave 10.14.2

Thank you for all the resources you guys provided on this forum, especially Rehabman for all the wonderful tools. I also want to thank slave-zeo for his guide that I used as a starting point.

Note on Mojave:
Please see this new post on clean install to Mojave (4/6/2019)
Please see bottom on upgrade to Mojave using IGPU (12/23/2018)

Update 6/26/19: I have finally mapped the remaining USB C ports. The only catch is all the USB ports on this system go over 15-port limit. So you may have to disable some ports, or you may have to use the remove USB port limit patch which gives me trouble sometimes (e.g. USB devices gets "unplugged" as I plug another USB device in)

Model: Dell XPS 8930
CPU: i7 8700 Coffee Lake
Chipset: z370
Graphics: Intel UHD Graphics 630 / GeForce 1050Ti
Ram: 16GB
Audio: ALC3861
Harddisk:
  • 500GB WD-Black (2nd generation) m.2 NVMe x4 + OEM 2TB Harddisk fusion drive
  • 512GB Intel SSD for Windows
  • 2TB 3.5” HDD for Time Machine
Ethernet: Killer E2400 Gigabit Ethernet Controller
Installed macOS version: 10.13.5
Updated macOS version: 10.13.6, 10.14.2

What doesn’t work:
  • OEM Wifi
  • USB C ports (because I do not have any USB-C devices to map the ports. All untested ports are disabled)
  • High Sierra only: Intel integrated graphics: it has to be disabled or the machine will not boot. I turned it into a headless state so it can do computations and enable Quick Sync
  • GeForce’s HDMI port does not have audio
Tools needed:
  • macOS High Sierra bootable USB drive (created with another macOS computer)
  • Ubuntu bootable live USB drive
  • A USB wifi adaptor (optional, you can use ethernet instead), or
    • A BCM943602CS PCI-e card with a spare USB 2.0 cord. Should work out of the box when connected correctly. See below
  • An external drive large enough for macOS clone
  • Apps (please google and download the latest version)
  • EFI Drivers:
    • AptioMemoryFix-64
    • ApfsDriverLoader-64
  • Kexts:
    • /Library/Extensions
      • AppleALC
      • AtherosE2200Ethernet
      • DisplayMergeNub (For enabling Night Shift only)
      • FakePCIID_NVIDIA_HDAU
      • FakePCCID
      • FakeSMC
      • IntelGraphicsFixup
      • Lilu
      • NvidiaGraphicsFixup
      • Shiki
      • USBInjectAll
      • XHCI-200-series-injector
    • EFI/Clover/kexts/other
      • FakeSMC
      • FakeSMC_ACPISensors
      • FakeSMC_CPUSensors
      • FakeSMC_GPUSensors
      • FakeSMC_LPCSensors
      • AtherosE2200Ethernet
Step 1: create bootable macOS installation USB drive
  1. Follow this guide to create the bootable drive using UniBeast (https://www.tonymacx86.com/threads/...ierra-on-any-supported-intel-based-pc.235474/)
Step 2: wipe hard drive with Ubuntu live CD
  1. Dell has a 500Mb EFI folder in front and a Recovery partition at the end of the disk. I tried installing just by using Disk Utilities in the macOS installer to wipe the disk. That was a mistake. The computer kept trying to boot into recovery but couldn’t because the main OS has been wiped.
  2. I ended up booting with Ubuntu live USB to wipe the drive clean and delete all existing partitions
    1. Boot computer with Ubuntu live USB
    2. Click on the “Activities” text on the top left corner, then in the search bar on top in the middle of your screen, type in “disks”. First result should be Ubuntu’s “disk utilities”
    3. Choose the correct hard disk (disk size is a good estimate), and delete all partitions you see there
Step 3: Install macOS
  1. For ethernet, install AtherosE2200Ethernet.kext into EFI/Clover/kext/others folder of install macOS USB drive
  2. Plug the USB drive into the machine you want to install hackintosh onto
  3. Boot into bios and make the suggested changes
    1. Intel SpeedStep, Virtualization, VT for Direct I/O = Enabled
    2. SATA Operation: ACHI
    3. Everything else = disabled
    4. Secure Boot = Disabled
  4. Boot using the EFI installation drive
  5. Follow the macOS installation wizard, install onto SSD or HDD first. Use CarbonCopyCloner to copy to fusion drive later
  6. Disable hibernation:
Code:
sudo pmset -a hibernatemode 0
sudo rm /var/vm/sleepimage
sudo mkdir /var/vm/sleepimage

Step 4: Set up nVidia discrete GPU and Intel integrated GPU
  1. Open Clover Config in EFI folder with Clover Configurator
  2. In ACPI, add entries “change GFX0 to IGPU, 47465830, 49475055;” and “change B0D3 to HDAU, 42304433, 48444155”
  3. In boot, check disablefxfirmware on the top left, and NeverHibernate on the top right
  4. 4K monitors only: Boot Graphics -> EFILoginHiDPI = 1, UIScale = 2
  5. Graphics-> Inject Intel, ig-platform-id = 0x59120003 (Makes Intel iGPU into headless state (no display) to enable Intel Quick Sync
  6. Kernel and Kext Patches -> Apple RTC, AppleIntelCPUPM, DellSMBIOSPatch
  7. SMBIOS -> choose iMac18,3; generate Serial number and UUID for iMessage
    1. Follow guide https://www.tonymacx86.com/threads/an-idiots-guide-to-imessage.196827/
  8. System Parameters -> Inject Kexts = Yes, Inject System ID = Yes, NvidiaWeb = Yes
  9. Install Drivers -> OsxAptioFix3Drv-64, HFSPlus-64, and NTFS-64
  10. Save clover config and close Clover Configurator
  11. Download and install the latest IntelGraphicsFixup.kext, Lilu.kext, NvidiaGraphicsFixup.kext, and Shiki.kext into /L/E
  12. Download and install the latest Nvidia Web Driver
  13. Reboot
Step 5: Set up HDMI or Display Port Audio
  1. Many Nvidia devices in AppleHDA in 10.13.4+ have been removed
  2. Open IOReg and look up HDAU, combine vendor-id and device-id, note 2nd pair is reversed with first pair, and fourth pair with third, mine is DE10B90F
  3. Open Clover Configurator to open clover config
  4. Kernel and Kext Patches -> com.apple.driver.AppleHDAController, DE10B90F, DE10C00A, 10.13.4+ Nvidia HDMI Fix, 10.13.4,10.13.5
  5. May require replugging of HDMI or use Display Port with HDMI adaptor
  6. Side note: For 3.5mm audio port go to Clover Configurator -> Devices -> Audio -> Inject: 1 and install AppleALC into /L/E
Step 6: Inject USB Properties and Power Properties
Update (03/18/2019): Please see the corrected SSDT-UIAC zip file for correct USB injection for SD Card reader. Thanks @lisai9093.
Update (06/26/2019): The most up-to-date SSDT-UIAC contains the correct USB injection for the front USB C port. Please note the 2.0 port of the rear 3rd and 4th USB 3.0 port, as well as internal bluetooth has been disabled. Please comment/uncomment out the correct port injections to suit your own needs.

  1. Follow these two guides:
    1. https://www.tonymacx86.com/threads/guide-creating-a-custom-ssdt-for-usbinjectall-kext.211311/
    2. https://www.tonymacx86.com/threads/guide-usb-power-property-injection-for-sierra-and-later.222266/
  2. Add the port limit patch in clover config -> kernel and kext patches -> kextsToPatch -> com.apple.driver.usb.AppleUSBXHCIPCI, 837D8c10, 837d8C1B, “change 15 port limit to 24”, 10.13.x
  3. Below is a table of what ports in IOReg correspond to physical port location
  4. Do not use FakePCIID_XHCIMux.kext because chipset z370 does not have an EHCI controller to move USB 2.0 ports to
  5. Use bootleg uia_exclude=SS06;SS07 to disable any ports that you do not need in case it goes over the 15-port limit
  6. Turn off the 15-port limit after done
  7. Update (03/18/2019) With SD Card reader working, my config would go over 15 ports. I ended up disabling the USB port for internal bluetooth because I am using a separate bluetooth+wifi card
  8. I do not have any USB-C device so I do not have them tested/listed/enabled
  9. May need to turn on clover config -> devices -> USB -> fix ownership. I did not have to until I cloned my drive onto a fusion drive and lost all my USB ports except for the USB 3.1 gen 2 port under PXSX
  10. PXSX is a different USB controller (ASMedia 1242) pci1b21_1242. This controller controls the USB 3.1 gen2 port, the rear USB type-c port (2.0 and 3.0), and an unknown “internal” port.
    1. The 3.1 gen2 port is misrecognized as an internal port. Edit DSDT by looking for Device (HS01) and change “Return (TUPC (0xFF))” to “Return (TUPC (0x03))
    2. Not sure if necessary: Open the Info.plist in USBInjectAll.kext and add these lines under <key>Configuration</key> <dict>
Code:
<key>Configuration</key> <dict>
        <key>1b21_1242</key>
        <dict>
            <key>port-count</key>
            <data>BAAAAA==</data>
            <key>ports</key>
            <dict>
                            <key>HS01</key>
                                <dict>
                            <key>UsbConnector</key>
                            <integer>3</integer>
                            <key>port</key>
                            <data>AQAAAA==</data>
                        </dict>
                        <key>HS02</key>
                        <dict>
                            <key>UsbConnector</key>
                            <integer>9</integer>
                            <key>port</key>
                            <data>AgAAAA==</data>
                        </dict>
                        <key>SS01</key>
                        <dict>
                            <key>UsbConnector</key>
                            <integer>255</integer>
                            <key>port</key>
                            <data>AwAAAA==</data>
                        </dict>
                        <key>SS02</key>
                        <dict>
                            <key>UsbConnector</key>
                            <integer>9</integer>
                            <key>port</key>
                            <data>BAAAAA==</data>
                        </dict>
                    </dict>
</dict>

ScreenShot20190626at.png


Step 7: Fix NightShift for external monitor
  1. Will break HDMI audio! Use flux if you want to keep HDMI audio
  2. Must use Displayport! Configure with display port!
  3. Download required files. You will need two programs to proceed. The first is FixEDID, which can be found here: FixEDID, the second is DarwinDumper and can be found here: DarwinDumper
  4. Open FixEDID, wait for the fields to auto-load, and minimize FixEDID, do not close it.
  5. Open DarwinDumper, click Deselect All, check the EDID box, choose a output folder on your Desktop, and click Run. You will be prompted for your password, and the dump directory will auto-open when it is done. Close DarwinDumper, and copy EDID.bin to your desktop.
  6. Unminimize FixEDID, click Open EDID Binary File, select your EDID.bin. Now in the drop down menu under that button choose “Apple iMac Display” or “Apple iMac Retina Display,” and click the Make button. You should have a few new files now, but you can ignore all of them except DisplayMergeNub.kext, which you will need.
  7. Install into /L/E/ with KextBeast
  8. Upon rebooting you can go to Apple > About This Mac and under the Displays tab you will find your Mac now considers your external monitor to be your internal monitor, as a result Night Shift should not be auto enabled anymore, and you can now access the Night Shift preference pane from Settings.
  9. For those who want to reverse this process so that your external monitor is no longer considered a built-in display by your Mac, you can simply run the command sudo rm /Library/Extensions/DisplayMergeNub.kext && sudo reboot.
Step 8: Enable hardware temperature and fan speed sensors
  1. Put FakeSMC_ACPISensors.kext, FakeSMC_CPUSensors.kext, FakeSMC_GPUSensors.kext, and FakeSMC_LPCSensors.kext into EFI/Clover/kexts/Other
  2. Reboot
  3. Use HWMonitor or other monitoring software
Step 9: DSDT and SSDT Patches
  1. Apply the following DSDT Patches
    1. _Wak Arg0 v2: For sleep/wake
    2. HPET
    3. SMBUS
    4. IRQ: For sound
    5. OS Check
    6. Mutex with non-zero SyncLevel
    7. Add IMEI
    8. Shutdown fix v2
    9. PXSX USB Fix from 0x99 to 0x03 (see step 6.9.)
    10. PXSX USB Power Injection (see step 6.9.1)
  2. Apply the following SSDT Patches
    1. SSDT-UIAC (Follow Rehabman’s USB PORT injection guide)
    2. SSDT-USBX (Follow Rehabman’s USB POWer injection guide, may be combined into SSDT-UIAC)
    3. SSDT-EC (Follow Rehabman’s USB POWer injection guide)
Step 10: Create Fusion Drive and copy macOS to it
  1. Use CarbonCopyCloner to copy the OS to an external drive
  2. Install clover on the external drive, and copy your EFI folder of the boot disk onto the EFI folder of the external drive
  3. Boot into the external drive
  4. Use disk utilities to wipe the internal SSD and HDD
  5. Create fusion drive with terminal diskutil. When choosing the SSD, instead of merging the entire SSD and HHD into one logical drive, merge the SSD’s main partition with the HDD instead. That way you can retain the recovery partition on the SSD. I have heard creating recovery partition on the HDD will cause problems down the road. https://www.gillware.com/blog/data-recovery/fusion-drive-data-recovery/
  6. Clone macOS from external drive to the newly created fusion drive using CarbonCopyCloner
  7. I had trouble with my USB after creating my fusion drive, even when booting from the external disk or USB install drive. Turning on fix ownership in clover config -> devices -> USB solved it for me
Step 11: Set default boot volume in Clover
  1. Set the SSD in fusion drive as the 1st UEFI boot option in BIOS
  2. Mount EFI and open config.plist in clover configurator
  3. In GUI, add custom entries
    1. In Volume, choose RECOVERY partition of SDD, type in custom title and check box “Title / FullTitle”, choose OSX in type and Internal in VolumeType, copy the UUID
    2. In Volume, choose Recovery partition of SSD and do the same as step 9.3.1
  4. For default boot, paste the copied UUID from step 9.3.1 to Boot - Default Boot Volume and set a Timeout for countdown to auto boot
Step 12 (update 7/12/2018): Install natively supported Wifi and Bluetooth card for handoff and continuity
  1. I originally tried to use the BCM94360CS2 MacBook Air card with m2 (a+e key) adapter for the built-in USB connection and internal antennae. Sadly there was not enough clearance to install the card. The m2 port is too close to the PCI-e x16 port that this card simply won't fit. A flex cable for a+e keyed m2 ports costs $40+, so I went the other route instead.
  2. I ended up purchasing a BCM943602CS PCI-e card and installed into the PCI-e x1 port.
  3. For handoff to work, you would have to plug in the 4-pin port on the card into a USB port. Unfortunately the XPS 8930 does not have an available internal USB header. What I ended up doing was cutting an spare USB 2.0 cable that I have, and attach the cable that came with the Wifi+Bluetooth card to it so I can plug it into an external USB 2.0 port. You would only need to connect the 4 color wires to their corresponding color wires of the cut USB cable. Breadboard jumper wires, heat-shrink tubings and the heat gun from my Arduino project came in really handy. You can probably make do with electrical tape although the connection wouldn't be as good. For a more robust cable, soldering is recommended.
  4. After connecting everything, Wifi and Bluetooth should work out of the box.
  5. All continuity except Apple Watch unlock works for me. Not sure why unlock isn't working.... probably not worth the 12 hours of research just to avoid typing in my password.
Step 13 (update 7/19/2018): Install macOS 10.13.6 update
  1. I stayed on Clover 4558. If you have updated to 4586, be sure to custom install AptioMemoryFix-64 and ApfsDriverLoader-64 into EFI/clover/drivers64UEFI. My understanding is the update would delete your current Aptio fix
  2. If you are staying on Clover 4558, put the most up-to-date apfs.efi into your EFI/clover/drivers64UEFI
  3. Download the update from the Mac App Store
  4. Follow the installation instructions
  5. When the system reboots, make sure you stay in front of the computer. You'll need to pick the InstallP boot partition in Clover several times
  6. If the update is stuck at "Calculating time remaining," I unplugged all USB devices except for my mouse and keyboard, and the installation resumed very quickly.
  7. After booting back into macOS, install the new Nvidia web drivers. I just updated through the Nvidia preference pane.
  8. Redo audio patch if audio is broken.
  9. Re-disable hibernation.
Step 14 (update 11/2/2018): Install security update 2018-002
(Nvidia has already updated their web driver so the steps to patch the web driver are no longer necessary.)
  1. Download the update from the Mac App Store
  2. Follow the installation instructions
  3. When the system reboots, make sure you stay in front of the computer. You'll need to pick the InstallP boot partition in Clover several times
  4. If the update is stuck at "Calculating time remaining," I unplugged all USB devices except for my mouse and keyboard, and the installation resumed very quickly.
  5. After you log in, Nvidia web driver will disable itself saying it is not compatible.
  6. Do the following to re-enable Nvidia web driver (thanks Reggie and namio):
  1. Open Terminal
  2. Paste/Type the following into Terminal: sudo nano /Library/Extensions/NVDAStartupWeb.kext/Contents/Info.plist
  3. Enter Password
  4. Find <key>NVDARequiredOS</key> by scrolling down or using search with ⌘f
  5. Replace build number with yours (17G3025) between the <string></string> below <key>NVDARequiredOS</key>
  6. Press Ctrl+x on your keyboard to open save prompt
  7. Press Y
  8. Enter to save
  9. Paste/Type into Terminal to rebuild cache:
  10. Code:
    kextcache -update-volume /System/Library/Extensions
  11. Restart Hackintosh
Step 15 (update 12/23/2018): Upgrade to macOS Mojave
  1. I tested the upgrade with a clone of my main system on a second Harddisk, so I cannot tell if it'll work well on fusion drive/SSD
  2. Mojave does not support Nvidia 1050-Ti. This guide uses the onboard Intel UHD 630 chipset. The Nvidia card will have to be physically removed. Dell bios does not support disabling discrete graphics cards. In fact, it appears that Dell disables integrated graphics when it senses a discrete graphics card installed.
  3. Remove IntelGraphicsFixup, NvidiaGraphicsFixup, and Shiki from /Library/Extentions. These have been replaced with WhateverGreen
  4. Install WhateverGreen with KextBeast or Clover Configurator
  5. In Clover Configurator
    1. Update clover to the latest version
    2. Under Boot, uncheck -disablegfxfirmware, add "-cdfon" to custom flags for better 4K support
    3. Under Devices, on bottom right side click the "Properties" tab and add these entries:
      1. Click "+" on the left pane, and type in "PciRoot(0x0)/Pci(0x2,0x0)". This is the path for the IGPU
      2. Click "+" on the right pane to add the following properties
        • AAPL, ig-platform-id, 07009B3E (Proper device ID for WhateverGreen to use the IGPU UHD 630
        • framebuffer-stolenmem, 00009003 (This and below are to increase VRAM for better 4K support)
        • frambuffer-patch-enable, 01000000
        • framebuffer-unifiedmem, 00000080
        • framebuffer-fbmem, 00000000
    4. In Graphics, uncheck everything and make every field empty
    5. In SMBIOS, change to iMac18,1. You may need to regenerate a new serial
  6. Install Mojave through the App Store. Make sure your Nvidia card has been physically removed before proceeding or it will not boot up.
  7. Computer will reboot a few times. I left it overnight and in the morning I have Mojave installed.
  8. I only tested Display Port but not HDMI.
  9. I noticed audio is no longer working. However I use a USB speakers so I probably won't investigate very much. Look into WhateverGreen and FBPatcher if you intend to fix it.
  10. I tried disabling discrete graphics by patching SSDT. In SSDT-2, I added the line "PGOF(Zero)" into "Method (_INI" under "\_SB.PCI0.PEG0" PCI0.PEG0 is the path for the discrete graphics card, PGOF() appears to be the power off method, and Zero appears to tell the method which PEG to turn off. It didn't seem to do anything. I assume since the bios disabled IGPU before SSDT tables are loaded, this patch would not work to avoid having to physically remove the discrete card
EOF
 

Attachments

  • EFI.zip
    15.9 MB · Views: 525
  • EFI 10.13.6 Clover 4586.zip
    1.6 MB · Views: 404
  • EFI 10.13.5 Clover 4558.zip
    1.8 MB · Views: 226
  • EFI 10.14.2.zip
    1.8 MB · Views: 274
  • SSDT-UIAC.zip
    2.7 KB · Views: 216
Last edited:
Hi Dandelionclock,

What an extensive guide to hack a XPS 8930, good job! I myself recently hacked an XPS 8930 with OS X High Sierra 10.13.4 following this guide:https://www.insanelymac.com/forum/topic/330706-dell-xps-8930-resource-extravaganza/ However I ran into some hickups along the way, hackintosh would constantly reboot after shutdown (finally fixed it with update for USBInject.kext and by following this SSDT guide https://www.tonymacx86.com/threads/guide-generate-ssdt-for-coffee-lake-cpu.238311/) Hackintosh won't update to 10.13.5, still looking for a fix. Regularly the computer will go into 'support assist' to 'run a system scan' on startup, no fix for that, i assume this is caused by Dell having a 500Mb EFI folder in front and a Recovery partition at the end of the disk like you mentioned, I wiped the disk using Disk Utility in the macOS installer.
These are the specs of my XPS 8930:
Model: Dell XPS 8930
CPU: Intel Core i7 8700 @ 3.20 GHz - Coffee Lake
Chipset: Intel Z370
Graphics: NVIDIA® GeForce® GTX 1060 with 6 GB GDDR5 / Integrated Intel UHD Graphics
Ram: 16 GB, DDR4, 2.666 MHz
Audio: Realtek ALC3861
Harddisk:
  • HDD: Toshiba DT01ACA200-S1 2 TB
  • SSD: KXG50ZNV256G NVMe Toshiba 256 GB
Ethernet: Killer E2400 Gigabit Ethernet Controller
Installed macOS version: 10.13.4
I conducted a Geekbench 4 test, here are my results (which seem OK):
  • CPU single core: 5882
  • CPU multi-core: 26109
  • OpenCL score: 107755
After reading your guide I'm wondering if it's best to start over completely by erasing my disk suggested by your method and following the rest of your guide step by step or can I start from your step 4? I'm fairly new to this, this is my first hackintosh ever and I've got a poor background on computer technology. Most of the time I understand half of what is written on this forum and I manage to get through trial and error. So you won't be surprised that I find your guide not fully comprehensible. Following steps need further explanation: step 5.2 (what is IOreg and how to open it?); step 6: this seems far beyond my abilities; step 8: installing those kexts with Kextbeast or just drag and drop in EFI kext folder?; step 9: how to apply patches? and where to find patches?. You didn't mention any settings in Multibeast, is there anything to look out for?
Sorry if I'm asking stupid questions, but like I said I'm a total newbie... All help will be much appreciated!
 
Last edited:
@jelle84, please add details of your Motherboard to your profile (personal details).
If you have a prebuilt computer enter make and model instead of motherboard.
The Rules said:
Profiles are mandatory so that others can assist you.
 
I am by no means an expert. I just kind of pieced together guides here and there and picked out the parts relevant to the XPS 8930 system. I couldn't get past the Dell diagnostics system without wiping the entire drive clean. Having the Ubuntu live disk was really handy. It was created just to get an audio codec dump.

step 5.2 (what is IOreg and how to open it?);
Google IORegistry Explorer 2.1 and you should be able to find a link to download it pretty easily

step 6: this seems far beyond my abilities;
I don't remember having problems with my USB ports before applying this patch, but then the USB ports may not be delivering the right amount of power so it may not charge an iPad. Our systems may be similar enough that you can use my SSDT files. No guarantees though.

step 8: installing those kexts with Kextbeast or just drag and drop in EFI kext folder?
I have them in the EFI kext folder. You can see a list of my kexts before step 1. I just thought for something this low-level it may need to be injected during the initial boot up. Never tried it in /L/E

step 9: how to apply patches? and where to find patches?.
I just used the patches in RehabMan's Laptop patch repo.... I know they say Laptop but the generic ones that I applied are pretty much universal. Read here: https://www.tonymacx86.com/threads/guide-patching-laptop-dsdt-ssdts.152573/

You didn't mention any settings in Multibeast, is there anything to look out for?
I didn't install anything through Multibeast, except maybe installing clover.
 
Last edited:
do you think this will work with mojave? will anything have to be done differently?
 
do you think this will work with mojave? will anything have to be done differently?

I haven’t looked into upgrading to Mojave yet. Figured I would wait a bit and let others iron out the kinks first. This is my only workstation after all.

A quick look on the forum seems to suggest you can upgrade from HS through the App Store without any problems
 
i just did the latest update for high sierra (not mojave)

unfortunately the nvidia web drivers have stopped working now
 
i just did the latest update for high sierra (not mojave)

unfortunately the nvidia web drivers have stopped working now
What version of High Sierra did you update to? AFAIK the latest is 10.13.6 which has web driver support. Did you update your web driver?
 
i updated today (11.1.18)

the web driver was the most recent one

the updater said something about security update and itunes update only so thought it would be relatively benign

i updated directly from the app store..and the computer restarted numerous times before the update was complete

osx is still showing as 13.6 but the NVIDIA web drivers have been disabled with a message they are not compatible anymore and have reverted to the standard osx drivers...

lots of graphics glitches now

no update available from NVIDIA even tho the OS is still 13.6 (17G3025 per the system report)
 
Status
Not open for further replies.
Back
Top