Recent content by onejay09

  1. onejay09

    NVIDIA Releases Alternate Graphics Drivers for macOS High Sierra 10.13.4 (387.10.10.10.30)

    just for clarification the new nvidiagraphicsfixup 1.2.7 has reverted the changes it made to fix lag in previous drivers https://github.com/lvs1974/NvidiaGraphicsFixup/commit/9ddc07558737d5085f665002dda94b636958e47b as the latest web drivers include the same fix
  2. onejay09

    NVIDIA Releases Alternate Graphics Drivers for macOS High Sierra 10.13.4 (387.10.10.10.30)

    for anyone with audio issues over D/P the new applealc patches dont seem to be working, applying them in clover config.plist works fine <dict> <key>Disabled</key> <false/> <key>Find</key> <data>...
  3. onejay09

    NVIDIA Releases Alternate Graphics Drivers for macOS High Sierra 10.13.4 (387.10.10.10.30)

    https://github.com/vit9696/AppleALC/releases/download/1.2.4/1.2.4.RELEASE.zip
  4. onejay09

    NVIDIA Releases Alternate Graphics Drivers for macOS High Sierra 10.13.4 (387.10.10.10.30)

    update applealc it has fixes for hdmi dp audio on nvidia https://github.com/vit9696/AppleALC/commit/480afc563361b55a66006e0eeb6a7f9b98f616cc
  5. onejay09

    NVIDIA Releases Alternate Graphics Drivers for macOS High Sierra 10.13.4 (387.10.10.10.30)

    lol was just gunna post this news, glad it works will be updating tonight
  6. onejay09

    Brightness (Natively) in GTX 1070

    We could start by looking at the source code for Mac os and see if we can find the code relating to pwm-info, while this works for me too it only blacks the backlight out when I reach the bottom of the slider, and also the screen fades out on display sleep. Pulse width modulation is a method...
  7. onejay09

    NVIDIA Releases Alternate Graphics Drivers for macOS High Sierra 10.13.3 (387.10.10.10.25)

    post install for the .106 driver #!/usr/bin/perl # # postinstall perl script # # - set "nvda_drv" NVRAM variable to "1" # use strict; # select the web driver my $cmd = "nvram nvda_drv=1"; system("$cmd"); # done post install for the .156 driver #!/usr/bin/perl # # postinstall perl script # #...
  8. onejay09

    NVIDIA Releases Alternate Graphics Drivers for macOS High Sierra 10.13.3 (387.10.10.10.25)

    why do the 106 web drivers set nvda_drv 1 in the nvram? can anybody with the latest drivers installed run nvram -p and tell me what is supposed to be in the nvram as im sure its not nvda_drv 1 edit: the value changes to nvda_drv 1%00
  9. onejay09

    NVIDIA Releases Alternate Graphics Drivers for macOS High Sierra 10.13.3 (387.10.10.10.25)

    i can confirm that after finally getting my rig to boot with sip fully enabled, the web drivers are still laggy for anyone interested clovers latest aptiomemoryfix.efi replaces osxaptiofixdrv3,2,1.efi and also emuvariableuefi64.efi so native nvram works so you can boot with sip enabled
  10. onejay09

    NVIDIA Releases Alternate Graphics Drivers for macOS High Sierra 10.13.3 (387.10.10.10.25)

    If you upgrade to hs with the old web drivers installed the update of web drivers doesn't give a black screen, however if you uninstall the web drivers, enable sip and reinstall the updated drivers, you can't downgrade drivers again without black screen issue. I'm giving up for now and...
  11. onejay09

    NVIDIA Releases Alternate Graphics Drivers for macOS High Sierra 10.13.3 (387.10.10.10.25)

    could this be an issue for people without native nvram? because i cant boot with sip enabled, without nvram and kexts ticked i also have to use emuvariableuefi
  12. onejay09

    Problems getting Audio to work under 10.13.3 using CloverALC

    When you clean next cache hs always fails to boot first time, does it with me too
Back
Top