Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
@Udy7000 OK, I’ll bite - what’s the significance of a Rev. 7 or newer vs. an older one? 🤷‍♂️
I had the first monitor (first revision, A01) replaced with this one (A07) and the new one behaves differently with MacOS. So I wanted to know if others noticed issues.
 
I have a U3224KB (not lbs) Oct 2024, serial ends with -A07.
I also have a U3224KB Oct 2023, -A02.
What is needed?
AllRez dump from an Intel Mac? AllRez will get the EDID and DPCD info.

AllRez doesn't get Thunderbolt firmware info. Does the Thunderbolt tab of System Information.app have firmware info for each display version?
 
AllRez dump from an Intel Mac? AllRez will get the EDID and DPCD info.

AllRez doesn't get Thunderbolt firmware info. Does the Thunderbolt tab of System Information.app have firmware info for each display version?
My intel Mac is an iMac, that won't work. I have a M4 Mini, and a PC. PC runs Linux and Windows.

So I used two methods on Linux to get the EDID info: xrandr and edid decode:
xrandr --verbose
edid-decode < /sys/class/drm/card1-DP-9/edid

I have attached the output for both files. Take note that some of the EDID info for 4R9C9P3 is wrong: the serial number is not ABCDEF but 4R9C9P3, and the date of manufacturing is not 2019 but October 2023. This is also wrong in the on-screen-display of the screen, seems like DELL did not program this correctly before delivery. The screen is being replaced for other reasons.

I also attached the MELD comparison, and took a screenshot of those. The differences can be seen immediately. Seems like the resolution settings are identical.

Last attachment are the System Information from M4 Mini, and the screen settings page to set resolution.
 

Attachments

  • edid_drm_decode_D5ZK834_Oct2024_SerNo_A07.txt
    6 KB · Views: 25
  • edid_xrandr_D5ZK834_Oct2024_SerNo_A07.txt
    20.5 KB · Views: 21
  • edid_drm_decode_4R9C9P3_Oct2023_SerNo_A02.txt
    6 KB · Views: 21
  • edid_xrandr_4R9C9P3_Oct2023_SerNo_A02.txt
    20.5 KB · Views: 24
  • Compare edid_xrandr.png
    Compare edid_xrandr.png
    1.2 MB · Views: 45
  • Compare edid_decode.png
    Compare edid_decode.png
    958.1 KB · Views: 34
  • Settings_Mac_Resolution_D5ZK834_Oct2024_SerNo_A07.png
    Settings_Mac_Resolution_D5ZK834_Oct2024_SerNo_A07.png
    332.6 KB · Views: 39
  • SystemInformation_Thunderbolt-tab.png
    SystemInformation_Thunderbolt-tab.png
    206.3 KB · Views: 38
Last edited:
My intel Mac is an iMac, that won't work. I have a M4 Mini, and a PC. PC runs Linux and Windows.

So I used two methods on Linux to get the EDID info: xrandr and edid decode:
xrandr --verbose
edid-decode < /sys/class/drm/card1-DP-9/edid

I have attached the output for both files. Take note that some of the EDID info for 4R9C9P3 is wrong: the serial number is not ABCDEF but 4R9C9P3, and the date of manufacturing is not 2019 but October 2023. This is also wrong in the on-screen-display of the screen, seems like DELL did not program this correctly before delivery. The screen is being replaced for other reasons.

I also attached the MELD comparison, and took a screenshot of those. The differences can be seen immediately. Seems like the resolution settings are identical.

Last attachment are the System Information from M4 Mini, and the screen settings page to set resolution.
Basically no change in EDID or xrandr. You didn't show Thunderbolt info for both displays to compare Thunderbolt firmware version.

An Intel iMac can read EDID and DPCD even if it can't use the display. You need an Apple Thunderbolt 3 to Thunderbolt 2 Adapter and a Thunderbolt 2 cable. Or you can use a USB-C to DisplayPort cable (bidirectional) with Mini DisplayPort to DisplayPort Adapter (if you can't find a bidirectional USB-C to Mini DisplayPort cable).

Or you can read DPCD from the dp aux device in linux. I have a parser that can parse the DPCD.

Linux has a /sys node for Thunderbolt devices. You can download the Thunderbolt firmware from there. I have a script "ThunderboltUtil.sh" that can dump the Thunderbolt DROM info from a Thunderbolt nvm dump.
https://gist.github.com/joevt/4f6d4d97b560efab9603ac509bf00122
https://www.kernel.org/doc/html/latest/admin-guide/thunderbolt.html
https://www.kernel.org/doc/html/lat...s.html#abi-file-testing-sysfs-bus-thunderbolt
 
Given that the latest firmware available is M2T107, it may be a change to reflect that they come with this firmware loaded from factory...
 
You didn't show Thunderbolt info for both displays to compare Thunderbolt firmware version.
Find attached by serial number in the filename. Looks same to me.

An Intel iMac can read EDID and DPCD even if it can't use the display. You need an Apple Thunderbolt 3 to Thunderbolt 2 Adapter and a Thunderbolt 2 cable. Or you can use a USB-C to DisplayPort cable (bidirectional) with Mini DisplayPort to DisplayPort Adapter (if you can't find a bidirectional USB-C to Mini DisplayPort cable).
I have neither of such adapter cables and hence can't help with this.

Or you can read DPCD from the dp aux device in linux. I have a parser that can parse the DPCD.
I looked into the links you provided and it seems this requires some digging into under /dev/ to find the right device. I already managed to crash my machine by doing this so I don't think this is something I can help with.

Linux has a /sys node for Thunderbolt devices. You can download the Thunderbolt firmware from there. I have a script "ThunderboltUtil.sh" that can dump the Thunderbolt DROM info from a Thunderbolt nvm dump.
This seems a procedure requiring some steps and patience, I may be able to do this some other time, possibly towards end of the week.
 

Attachments

  • SystemInfo_Thunderbolt_4R9C9P3_Oct2023_SerNo_A02.png
    SystemInfo_Thunderbolt_4R9C9P3_Oct2023_SerNo_A02.png
    142.4 KB · Views: 37
  • SystemInfo_Thunderbolt_D5ZK834_Oct2024_SerNo_A07.png
    SystemInfo_Thunderbolt_D5ZK834_Oct2024_SerNo_A07.png
    206.3 KB · Views: 35
  • Settings_Mac_Resolution_D5ZK834_Oct2024_SerNo_A07.png
    Settings_Mac_Resolution_D5ZK834_Oct2024_SerNo_A07.png
    332.6 KB · Views: 34
  • Settings_Mac_Resolution_4R9C9P3_Oct2023_SerNo_A02.png
    Settings_Mac_Resolution_4R9C9P3_Oct2023_SerNo_A02.png
    325 KB · Views: 34
Last edited:
I looked into the links you provided and it seems this requires some digging into under /dev/ to find the right device. I already managed to crash my machine by doing this so I don't think this is something I can help with.
/dev is a list of devices. You can safely ls -l /dev to get a list of devices.

This seems a procedure requiring some steps and patience, I may be able to do this some other time, possibly towards end of the week.
Since they have the same Thunderbolt firmware version, 39.82, I don't expect them to have different contents.
 
As I was going through all 47 pages (thus far) of this thread, I kept wondering what the changes in firmware and DDPM entailed, so just in case anyone else might be interested, below are the change logs for the U3224KB firmware and for the Dell Display and Peripheral Manager application:

  • U3224KB Firmware
    • M2T103
      • 1. Improve Audio Codec error handling
        2. Update OSD menu wordings
        3. Improved Webcam Auto-Exposure, Auto White Balance, Auto-Focus performance
    • M2T104
      • 1. Improved codec error recovery to fix audio codec hang up
        2. Fixed webcam video stream intermittently not received by Host
    • M2T105
      • 1. Improve DP2.1 compatibility
        2. Fix compatibility issue with DDM v2.2
        3. Fix Color Preset Modes bug
    • M2T106
      • 1. Webcam IQ improvements
        2. Improve audio codec error recovery for USB data overflow error
        3. Improve audio output delay time
        4. Bug fix: HDMI no audio output after platform resumes from MS/S4/CB/WB
        5. Bug fix: HDMI intermittent no display after platform resumes from hibernate
    • M2T107
      • 1. Webcam IQ improvements
        2. Improve audio codec error recovery for USB data overflow error
        3. Improve audio output delay time
        4. Bug fix: HDMI no audio output after platform resumes from MS/S4/CB/WB
        5. Bug fix: HDMI intermittent no display after platform resumes from hibernate
  • Dell Display and Peripheral Manager
    • 1.3.2.0015
      • Fixes:
        - Fixed the issue where the Network KVM status changes to off when you reboot and reconnect the cable from the second system.
        - Fixed the issue where the snap mode turns off when the Application Windows Snap button is clicked.

        Enhancements:
        - Added the support of macOS Sequoia.
        - Enhanced the Easy Arrange feature.
        - Optimized the security permission of the installer folder.
        - Added the support of silent installation.
    • 2.0.0.0015
      • Fixes:
        - Fixed the issue where the application does not respond after the Dell Display and Peripheral Manager connects and disconnects more than 250 times.

        Enhancement:
        - CY25 new models enablement
        - Support M4 Mac
        - Support in-app firmware update
        - Easy Memory shortcut key can be customized
    • 2.0.0.0018
      • Fixes:
        - Fixed the issue where Dell Display and Peripheral Manager crashes when the user drags the window to a layout in Easy Arrange.

        Enhancements:
        - Firmware update can be performed by a standard user.
        - Support BT.709 format in color management.
 
As I was going through all 47 pages (thus far) of this thread, I kept wondering what the changes in firmware and DDPM entailed, so just in case anyone else might be interested, below are the change logs for the U3224KB firmware and for the Dell Display and Peripheral Manager application:

  • U3224KB Firmware
    • M2T103
      • 1. Improve Audio Codec error handling
        2. Update OSD menu wordings
        3. Improved Webcam Auto-Exposure, Auto White Balance, Auto-Focus performance
    • M2T104
      • 1. Improved codec error recovery to fix audio codec hang up
        2. Fixed webcam video stream intermittently not received by Host
    • M2T105
      • 1. Improve DP2.1 compatibility
        2. Fix compatibility issue with DDM v2.2
        3. Fix Color Preset Modes bug
    • M2T106
      • 1. Webcam IQ improvements
        2. Improve audio codec error recovery for USB data overflow error
        3. Improve audio output delay time
        4. Bug fix: HDMI no audio output after platform resumes from MS/S4/CB/WB
        5. Bug fix: HDMI intermittent no display after platform resumes from hibernate
    • M2T107
      • 1. Webcam IQ improvements
        2. Improve audio codec error recovery for USB data overflow error
        3. Improve audio output delay time
        4. Bug fix: HDMI no audio output after platform resumes from MS/S4/CB/WB
        5. Bug fix: HDMI intermittent no display after platform resumes from hibernate
  • Dell Display and Peripheral Manager
    • 1.3.2.0015
      • Fixes:
        - Fixed the issue where the Network KVM status changes to off when you reboot and reconnect the cable from the second system.
        - Fixed the issue where the snap mode turns off when the Application Windows Snap button is clicked.

        Enhancements:
        - Added the support of macOS Sequoia.
        - Enhanced the Easy Arrange feature.
        - Optimized the security permission of the installer folder.
        - Added the support of silent installation.
    • 2.0.0.0015
      • Fixes:
        - Fixed the issue where the application does not respond after the Dell Display and Peripheral Manager connects and disconnects more than 250 times.

        Enhancement:
        - CY25 new models enablement
        - Support M4 Mac
        - Support in-app firmware update
        - Easy Memory shortcut key can be customized
    • 2.0.0.0018
      • Fixes:
        - Fixed the issue where Dell Display and Peripheral Manager crashes when the user drags the window to a layout in Easy Arrange.

        Enhancements:
        - Firmware update can be performed by a standard user.
        - Support BT.709 format in color management.
Thanks for that info!
 
  • Like
Reactions: Cape Dave
These are two separate issues. The Bluetooth connection on the Logitech mouse does wake up the computer. Since switching the mouse to Logitech's Unifying receiver over a month ago and going to back to Fast Wakeup enabled, I have not had a single "spontaneous" wake up. Also, the Dell is so much nicer with Fast Wakeup enabled because it then really responds nearly instantly when I sit down at the computer.

Back in October, I mentioned that my solution to the Dell's sensor waking up the computer and display was to stick a webcam privacy cover over it. See my earlier posts here and here.

So webcam privacy filter + no Bluetooth for Logitech peripherals + Fast Wakeup enabled = problem solved for me.

Not ideal resolution don't you think? I mean those newer lighter mouses like Superlight are not working with unifying receivers or Logi Bolt, they are only mean to work through the BT. I just don't understand why during so many Mac OS updates and whatever this issue has not been fixed between Apple and Logitech? Sounds like a major issue to me.

Anyone else having issues with the display being woken up probably by Logitech (or any other perhaps) BT mouse? I have already got used to switching off the display before going to sleep but that doesn't sound very tech smart solution...
 
So my Dell U3224KB broke in the past month. Purchased Sept 2023. The upper right-hand corner backlight died. You can best see this off-axis, but it is apparent when viewing on-axis.

Here's the pics.

I have a couple of a few months left on the two-year warranty, which may be extendable via having purchased it on Amazon with an Amazon Chase Visa Prime card (need to check that).

Before I contact Dell, though, wouldn't mind some independent confirmation as to whether people think this is indeed the issue.
 

Attachments

  • IMG_9292.jpeg
    IMG_9292.jpeg
    228.2 KB · Views: 40
  • IMG_9293.jpeg
    IMG_9293.jpeg
    238.3 KB · Views: 39
  • Wow
Reactions: Riot Nrrrd
So my Dell U3224KB broke in the past month. Purchased Sept 2023. The upper right-hand corner backlight died. You can best see this off-axis, but it is apparent when viewing on-axis.

Here's the pics.

I have a couple of a few months left on the two-year warranty, which may be extendable via having purchased it on Amazon with an Amazon Chase Visa Prime card (need to check that).

Before I contact Dell, though, wouldn't mind some independent confirmation as to whether people think this is indeed the issue.

Shameless plug for another thread I started... I just bought a Dell U3225QE to replace the U3224KB, and wrote a long review of it in relation to the U3224KB in parts here (another post on MacRumors).
 
Just registered so I could add some more info to this thread that I don't _think_ is on here yet (this seems like the best thread online for this monitor).

M1 Pro MBP only negotiates DSC if you use Better Display to set the resolution to 6016x3384, like an XDR - as in this thread.

M2 iPad has the same issue but can't force it into a DSC resolution.

M4 Pro MBP correctly does full resolution with DSC, HDR etc etc with no need for Better Display etc.

So it's supported in MacOS just fine, I wonder if it's a hardware limitation on the M1 pro.
 
Last edited:
To add some more useful info, full resolution 60hz 10bit (with or without HDR) working fine on M1 Pro MBP. I know it’s mentioned earlier in the thread but just to reiterate it works.

Cable matters USB-c to hdmi cable: https://www.cablematters.com/pc-1663-124-usb-c-to-8k-hdmi-cable.aspx

Flashed with firmware as per: https://kb.cablematters.com/index.php?View=entry&EntryID=147

I used a win 11 arm image running in UTM to flash it from my Mac.

It shows as 8Gbps DSC mode exactly the same as the M4 pro does. So it not working natively on TBT4 is a software issue on M1 Pro I think, as the hardware does it with a DisplayPort to hdmi cable.

I’ll test it soon with this cable through my Thunderbolt 3 dock. If that works it’ll give me the option to KVM my M4 pro work machine and M1 Pro personal machine with only one cable per machine for power, data and video.

I’ll also re-test the m2 iPad with the flashed cable (and TB3 dock also).
 
Last edited:
  • Like
Reactions: buggz
Update with the M2 iPad Pro - very interesting!

It doesn’t do native res, but rather without any fiddling does XDR res - 6016x3384 (60hz, 30bit, with HDR) with the display reporting 6Gbps 4channel DSC. I have my display set to P3 and looks correct with the iPad.
 
  • Like
Reactions: drrich2
Two years ago I bought this display at release. I value HiDPI and a built-in webcam; and preferably good built-in speakers. Too bad Apple doesn't make a 32"+ Studio Display for me.

I ended up returning it because the webcam quality was terrible. Not something I was comfortable using for professional purposes. The display itself left me underwhelmed in terms of color performance but acceptable.

It's been two years of firmware and DDM updates. How are things now? Is the webcam great yet? Has color performance improved?

In other words, two years in, has Dell learned how to Mac better?
 
What was bad about the webcam?

Better than my previous Logitech 920 and built in MBP cameras. Occasionally get ls stuck in some 640x480 mode though, and really seems to want the display and peripheral manager installed.

What was bad about colour? Good for me once I had display mode and ICC profiles correctly lined up. Bad when they were mismatched (as out the box).
 
  • Like
Reactions: drrich2
The webcam made me look like a zombie and there was no color adjustment in the Dell software. Which may have been updated since then. It also seemed grainy/lowres compared to my Logitech Brio 4K. In testing, even my iPad selfie cam worked better for chroma key (greenscreen) videos in terms of giving my software enough data to properly key me out. But this may have been software/firmware. I got the monitor at launch and returned it while I could because it wasn't ready then. Maybe it's better now.

As for the display itself, color volume just seemed low even after tinkering around with BetterDisplay. But it was within a realm I could accept. While I make educational videos for work, they don't have to be videographer/photographer color accurate. My comparison set is the mini-LED display on my MBP and the LG OLED I use for my Mac mini pro. So I'm a little spoiled when it comes to color.
 
The webcam made me look like a zombie and there was no color adjustment in the Dell software. Which may have been updated since then. It also seemed grainy/lowres compared to my Logitech Brio 4K.
I ended up returning it because the webcam quality was terrible.
I was a bit surprised reading this since 3rd party webcams can be bought or an iPhone used in its place. I get the 'why do I have to buy another webcam when this thing cost so much' angle, but it is what it is. And you evidently bought a Logitech Brio 4K, which a quick online search suggests runs around $140 online. IIRC from an online video, 4K webcams put out a lot of data to move so I question how likely they are to go mainstream built-in to displays.

Have you found a display that does what you want and has a markedly superior webcam you like?

Of all the praise the Apple Studio Display got, the 2 things I got dinged on were price and the webcam (which people variously considered anywhere from pretty good to pretty bad).
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.