Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using 4k@60Hz monitor #117

Open
shilch opened this issue Dec 9, 2018 · 99 comments
Open

Using 4k@60Hz monitor #117

shilch opened this issue Dec 9, 2018 · 99 comments
Labels
enhancement External Monitor External Monitor related issue

Comments

@shilch
Copy link

shilch commented Dec 9, 2018

Hey,

I am having difficulties getting my Xiaomi Notebook Pro to run with the HP Envy 27s at 4k. It only shows 2560x1600 as max resolution when connecting with either HDMI (which should do 4k@30Hz) or DisplayPort via USB-C-(+Power-Delivery)-Adapter (which should do 4k@60Hz). I also tried to use SwitchResX which didn't help either. I believe this is due to the fact that the UHD 620 is faked to HD 620 which is known to have issues with 4k. There haven't been any issues when I booted from a GParted Live USB, 4k was working flawlessly with the Live USB.

Any ideas? Can we fake the UHD 620 to UHD 630 (which is used in the 2018 MacBooks)?

Thank you in advance!

@stevezhengshiqi
Copy link
Collaborator

Hi, you can try to open HiDPI in your external screen.

First, insert you screen and close the laptop lid.
Second, run the script in https://github.com/xzhih/one-key-hidpi
Third, restart and see whether it works.

Screen is not working if we fake with UHD 630 id, and it's not recommended by Clover and Whatevergreen. For example, in https://github.com/acidanthera/WhateverGreen/blob/master/WhateverGreen/kern_model.cpp, you can see { 0x5917, 0x5916, "Intel UHD Graphics 620" },.

@shilch
Copy link
Author

shilch commented Dec 9, 2018

Hey, thanks for the response.
I connected the screen, closed the lid and ran the script:
sh -c "$(curl -fsSL https://raw.githubusercontent.com/xzhih/one-key-hidpi/master/hidpi.sh)"

Spoiler: one-key-hidpi script output ============================================

Note: I don't have an external monitor to
test the script.If you have multiple monitors,
please run the script on a single monitor,
or cover the notebook when it is connected to the monitor.

============================================

Backing up...
Password:

(1) Enable HIDPI
(2) Enable HIDPI (with patch)
(3) Disable HIDPI

Enter your choice [1~3]: 1

|********** Choose Icon ***********|

(1) iMac
(2) MacBook
(3) MacBook Pro
(4) LG Display
(5) Remain as it is

Enter your choice [1~5]: 5

|********** resolution config ***********|

(1) 1080P Display
(2) 2K Display
(3) Manual input resolution

Enter your choice: 3
Enter the HIDPI resolution, separated by a space,like this: 1680x945 1600x900 1440x810
:3840x2160
Enabled, please reboot.
Rebooting the logo for the first time will become huge, then it will not be.

Then I rebooted. Unfortunately, that didn't change anything in the monitor settings.

@stevezhengshiqi
Copy link
Collaborator

Maybe the script is not perfect yet. You can try to manually add resolution according to Rehabman's instruction. Because I am not able to access an external monitor, I haven't tested yet.

@shilch
Copy link
Author

shilch commented Dec 9, 2018

Thanks for the link. I played a bit with the files and was able to make the monitor settings show higher resolutions. But if I select them, they are still only transmitted at 2560x1600@60Hz max (so I get a stretched screen). That means, macOS is not able to output higher resolutions.
I also ordered the official Xiaomi USB-C-to-Mini-DP Adapter which I should receive in a few days/weeks, maybe it works better with macOS. That still keeps me wondering why GParted didn't have any issues with the current adapter.
Edit: When using the same config file for HDMI (to test 4k@30Hz), I just get a black screen.

@shilch
Copy link
Author

shilch commented Dec 15, 2018

So, I just received the Xiaomi USBC-to-miniDP Adapter and a 4k-miniDP-to-DP cable and it still does not work. I tried it with the display overrides and switchResX. When I set 4k in switchResX, I get a black screen with sometimes a frame showing up for a fraction of a second (not a 4k frame though).

@stevezhengshiqi stevezhengshiqi added the Graphics Graphics related issue label Jan 7, 2019
@nanking
Copy link

nanking commented Jan 7, 2019

@shilch I have the same problem, I have a little progress now. But it's not perfect, because it looks a bit fuzzy, I think this is caused by the graphics driver.

sh -c "$(curl -fsSL https://raw.githubusercontent.com/xzhih/one-key-hidpi/master/hidpi.sh)"

Spoiler: one-key-hidpi script output ============================================

Note: I don't have an external monitor to
test the script.If you have multiple monitors,
please run the script on a single monitor,
or cover the notebook when it is connected to the monitor.

============================================
(1) Enable HIDPI
(2) Enable HIDPI (with patch)
(3) Disable HIDPI

Enter your choice [1~3]: 1

|********** Choose Icon ***********|

(1) iMac
(2) MacBook
(3) MacBook Pro
(4) LG Display
(5) Remain as it is

Enter your choice [1~5]: 5

|********** resolution config ***********|

(1) 1080P Display
(2) 2K Display
(3) Manual input resolution

Enter your choice: 1 (do not use manual resolution)

@shilch
Copy link
Author

shilch commented Jan 7, 2019

@nanking Thank you! I will check out your configuration once I am next to my monitor and will report back.

@shilch
Copy link
Author

shilch commented Jan 14, 2019

I just had the chance to test the tool. I tried 1080p as well as 2k settings, both just overwrite the default display settings but the output resolution is still limited to 2560x1600.

@ghostJun
Copy link

你好,我和上面那位仁兄一样尝试了很多种方法,通过typc转miniDP转DP连接4k显示器,windows下可以实现4k60hz,但是黑果下只能实现2560x1600

请问下未来是否有完善的可能。

@stevezhengshiqi
Copy link
Collaborator

stevezhengshiqi commented Jan 15, 2019

Today, I tested with 4K HDMI, and it works fine in 30Hz.
screen shot 2019-01-16 at 00 58 19
I think the size of DVMT may make a difference. I increased my DVMT to 64MB by using the script in #8, and deleting framebuffer-fbmem and framebuffer-stolenmem.

@shilch
Copy link
Author

shilch commented Jan 15, 2019

@stevezhengshiqi Interesting, thanks the suggestion of increasing DVMT! I will try this later.
Is there a way to find out the current DVMT size?

@stevezhengshiqi
Copy link
Collaborator

Default is 32 MB.

@shilch
Copy link
Author

shilch commented Jan 16, 2019

I am not sure whether increasing DVMT to 64MB was successful.
I downloaded the exps5.5_en.zip, executed the Backup.cmd, executed the bios_unlock.cmd and then the DVMT_set.cmd. After restarting, I removed the framebuffer-fbmem and framebuffer-stolenmen from Clover. After another restart, macOS booted as before without any issues (would it have issues if DVMT was 32MB?). Now, using Displayport to connect to the 4k monitor does no longer work and HDMI still only allows 2560x1600 max.
I am not sure whether DVMT actually was set to 64MB (I had some PowerShell issues which I believe I fixed). Windows says that "Dedicated Video Memory" is set to 128MB which according to this table (source) means 128MB DVMT?!

@shilch
Copy link
Author

shilch commented Jan 16, 2019

I got, what I would at least call a partial success: While my external monitor is still black via DP, I was able to move the display configuration window over to my laptop screen:

image

The configuration looks different than before as the external monitor is now detected as HiDPI. Changing the resolution doesn't do anything though, the screen is still black. With HDMI, I don't get offered these settings, it's still limited to 2560x1600 and SwitchResX doesn't help either.

@shilch
Copy link
Author

shilch commented Jan 16, 2019

After adding back framebuffer-fbmem and framebuffer-stolenmem, connecting via DP works as before. But no HiDPI settings now.

@stevezhengshiqi
Copy link
Collaborator

stevezhengshiqi commented Jan 16, 2019

@shilch Try to remove boot argument -cdfon in config.plist, and delete the two sets of data you mentioned above.

@shilch
Copy link
Author

shilch commented Jan 16, 2019

@stevezhengshiqi I don't have -cdfon in my boot argument list.
This is my config.plist:
config.plist.zip

@stevezhengshiqi
Copy link
Collaborator

Maybe you can try to use the latest config in the repository, ACPI tables/SMBIOS model may affect the HDMI. Also don't forget to close the lid for a few seconds and reopen it after connecting to HDMI.

@shilch
Copy link
Author

shilch commented Jan 17, 2019

I just removed my EFI stuff and used the new content from the repository. However, HDMI is still limited as before and DP results in a black screen (when removing framebuffer-fbmem and framebuffer-stolenmem). Do you mind sharing your EFI folder?

@shilch
Copy link
Author

shilch commented Jan 17, 2019

By the way, I just noticed that in your screenshot it says "Metal: Supported, feature set macOS GPUFamily1 v3" while for me it says "Metal: Supported, feature set macOS GPUFamily2 v1". Does this indicate a difference in graphic configuration?

@shilch
Copy link
Author

shilch commented Jan 28, 2019

bump

@Mateo1234454545
Copy link

Today, I tested with 4K HDMI, and it works fine in 30Hz.
screen shot 2019-01-16 at 00 58 19
I think the size of DVMT may make a difference. I increased my DVMT to 64MB by using the script in #8, and deleting framebuffer-fbmem and framebuffer-stolenmem.

For your information , you are right.
For HIDPI to work we need DVMT set to 64mb in bios. When I changed it it worked.
But , I don't recommend HIDPI for 2 reasons :

  1. high battery consumprion. When HIDPI is enabled , dram is at 0,76. When off stays at 0,36.
  2. fonts are blurry.

Can i ask something else ? Do you thing setting DVMT to 128 would have benefits ?

@shilch
Copy link
Author

shilch commented Jan 30, 2019

@Mateo1234454545 It looks like it shows "Metal: macOS GPUFamily1 v3" for you as well. Do you mind sharing your EFI or CLOVER folder?

@stevezhengshiqi
Copy link
Collaborator

stevezhengshiqi commented Jan 30, 2019

@shilch That’s my sample screenshot which was quoted by him. I believe the Metal version is related to macOS version and has nothing to do with EFI. I am using 10.13.6.

@FallenChromium
Copy link

FallenChromium commented Jan 30, 2019 via email

@shilch
Copy link
Author

shilch commented Jan 30, 2019

@stevezhengshiqi Oh, my fault 🤦‍♂️
Do you mind sharing your EFI folder? I am having a hard time getting 4k via HDMI or DP.

@stevezhengshiqi
Copy link
Collaborator

stevezhengshiqi commented Jan 30, 2019

@shilch Sure, but I don't think my EFI folder would help you a lot. I leave only necessary kexts in CLOVER/kexts/Other, and change SMBIOS model to MacBook10,1 for stricter Graphics power control.
CLOVER.zip

@shilch
Copy link
Author

shilch commented Jan 30, 2019

Thanks! I will run diff to see what's different.

@Mateo1234454545
Copy link

@stevezhengshiqi , would you mind testing smbios macbookair 8,1 ?
I'm using it right now and seems promising.

@shpirt
Copy link

shpirt commented Jun 30, 2019

Hey guys, acidanthera/WhateverGreen@8689a5c is something worth trying. I will try if I have an chance to plug an external screen.

soory, I can't really understand how to try this solution, on the other hand, I also used dp port to connect the monitor, was this solutin only suitable for hdmi 2.0?

@shilch
Copy link
Author

shilch commented Jun 30, 2019

@ZambraDesigner You would have to compile the new code yourself or just wait for a new pre-compiled version of the kext.

@Raphencoder
Copy link

Raphencoder commented Jul 7, 2019

@shilch Are your mac os running in 4k on your monitor now ?
Do you have any bug ?
If everything is working can you tell the step you did ?
I am still stuck on 2560x1440 ..

@ZambraDesigner
Copy link

@shilch Are your mac os running in 4k on your monitor now ?
Do you have any bug ?
If everything is working can you tell the step you did ?
I am still stuck on 2560x1440 ..

It is now working in 4k even though I am using a resolution of 2304x1296 @ 60Hz HiDPI.

To get to this I first ran the script to increase the 64MB video memory: https://github.com/daliansky/XiaoMi-Pro-Hackintosh/tree/master/BIOS/DVMT_and_0xE2_fix

then I enabled HiDPI: https://github.com/daliansky/XiaoMi-Pro-Hackintosh/tree/master/one-key-hidpi

and finally installed SwitchResX to improve the resolution

@Raphencoder
Copy link

Thanks for the quick answer, I did everything and yet the HiDPI resolution dont appear in preference system even when ALT is pressed ..
I have this message from HiDPI:
Wonderful! This is the end of the installation, please reboot and choose 1424x802 in SysPref!

Any ideas ?

@ZambraDesigner
Copy link

Thanks for the quick answer, I did everything and yet the HiDPI resolution dont appear in preference system even when ALT is pressed ..
I have this message from HiDPI:
Wonderful! This is the end of the installation, please reboot and choose 1424x802 in SysPref!

Any ideas ?

Hi, I'm not sorry but I don't know what it depends on.
Surely @stevezhengshiqi can help you.

@stevezhengshiqi
Copy link
Collaborator

@Raphencoder The hidpi script in this repository is only for internal screen. For external screen, please close the lid and run the script in https://github.com/xzhih/one-key-hidpi

@hugotai101
Copy link

Hello, I think for 4k to work, you have to set vram to 2048mb

@clmsftsw
Copy link

Hello,
I've got a USB C 4k Monitor but I don't really understand how I can make it work.
This is my first hackintosh so I am not really experienced (I have no clue what HiDPI for example). I am stuck with 1440p max.

Can please somebody explain step by step how to do it? Do I have to make changes to the bios? (Right now I have the version 502).

Thank you in advance!

@almenjonatan
Copy link

Hello,
I've got a USB C 4k Monitor but I don't really understand how I can make it work.
This is my first hackintosh so I am not really experienced (I have no clue what HiDPI for example). I am stuck with 1440p max.

Can please somebody explain step by step how to do it? Do I have to make changes to the bios? (Right now I have the version 502).

Thank you in advance!

Hello!

I have a similar issue, I am on bios 906,

Display DELL 4919DW 5120x1440, I have patched the bios for 64MB dvmt.

I get 3800 ish by 1080p at maximum, using hidpi I can output 5120x1440 but it's scaled and looks horrible!

Charging, mouse and keyboard works fine, 2540 by 1440 also works fine when running PBP

@bhagirathbhard
Copy link

Anyone have audio over USB C out while on 4K 60hz?

@koluris
Copy link

koluris commented Jun 13, 2020

Thanks for this nice trick with Sleep, but one question remains. Since the hardware is obviously fine (default DVMT etc.), why does this happen only when hot-plugging the USB-C cable for the first time? What is the difference in HW state after the system sleeps & wakes up? Maybe we can all try to observe differences in IORegistryExplorer?

@koluris
Copy link

koluris commented Jul 1, 2020

Examined the difference in the states before & after sleeping the hack, and there's one small difference under IGPU in IOreg. So... we need to inject IOScreenRestoreState <02 00 00 00> in AppleIntelFramebuffer@2 to make DP work on both cold boot, and after sleep.

I don't know how to do that in OC or Clover, someone else?

@ZambraDesigner
Copy link

@shilch I followed your advice and I can use 4k @ 60hz with type-c / DisplayPort but sometimes during use the 4k monitor goes black for a few seconds and then turns back on normally.
What can it depend on?
I'm using this adapter: https://amzn.to/2HsiYMD
and I have enabled HiDPi

@shilch @daliansky @stevezhengshiqi

I have upgraded from EFI 1.3.8 to 1.4.3 and now I notice frequent black screens on the external monitor.

The external monitor is a 4k Philips connected via type c (PD) DisplayPort with 4k 60hz resolution.

With EFI 1.3.8 black screens happened but very few (2-3 in 8 working hours)

With EFI 1.4.3 they are more frequent, even 1-2 every 15 minutes up to complete signal losses which I resolve by disconnecting and reconnecting the type-c display port cable.

Black screens last about 1-2 seconds.

@stevezhengshiqi
Copy link
Collaborator

stevezhengshiqi commented Aug 6, 2020

@ZambraDesigner You could try two methods:

  • Change framebuffer-flags to CwfjAA== in config.plist - Devices (DeviceProperties) - Properties (Add) - PciRoot(0x0)/Pci(0x2,0x0)
  • Find the the following code in config.plist:
<key>PciRoot(0x0)/Pci(0x2,0x0)</key>
			<dict>
				<key>AAPL,ig-platform-id</key>
				<data>AAAWWQ==</data>
				<key>AAPL,slot-name</key>
				<string>Internal</string>
				<key>complete-modeset-framebuffers</key>
				<data>AAAAAAAAAAE=</data>
				<key>device-id</key>
				<data>FlkAAA==</data>
				<key>force-online</key>
				<data>AQAAAA==</data>
				<key>force-online-framebuffers</key>
				<data>AAAAAAAAAAE=</data>
				<key>framebuffer-con0-enable</key>
				<data>AQAAAA==</data>
				<key>framebuffer-con0-flags</key>
				<data>mAQAAA==</data>
				<key>framebuffer-con1-enable</key>
				<data>AQAAAA==</data>
				<key>framebuffer-con1-flags</key>
				<data>xwMAAA==</data>
				<key>framebuffer-con1-pipe</key>
				<data>CgAAAA==</data>
				<key>framebuffer-con1-type</key>
				<data>AAgAAA==</data>
				<key>framebuffer-con2-enable</key>
				<data>AQAAAA==</data>
				<key>framebuffer-con2-flags</key>
				<data>xwMAAA==</data>
				<key>framebuffer-flags</key>
				<data>CwfDAA==</data>
				<key>framebuffer-patch-enable</key>
				<data>AQAAAA==</data>
				<key>hda-gfx</key>
				<string>onboard-1</string>
			</dict>

Change to:

<key>PciRoot(0x0)/Pci(0x2,0x0)</key>
			<dict>
				<key>AAPL,ig-platform-id</key>
				<data>BQAcWQ==</data>
				<key>AAPL,slot-name</key>
				<string>Internal</string>
				<key>complete-modeset-framebuffers</key>
				<data>AAAAAAAAAAE=</data>
				<key>device-id</key>
				<data>FlkAAA==</data>
				<key>force-online</key>
				<data>AQAAAA==</data>
				<key>force-online-framebuffers</key>
				<data>AAAAAAAAAAE=</data>
				<key>framebuffer-con1-enable</key>
				<data>AQAAAA==</data>
				<key>framebuffer-con1-pipe</key>
				<data>CgAAAA==</data>
				<key>framebuffer-con1-type</key>
				<data>AAgAAA==</data>
				<key>framebuffer-patch-enable</key>
				<data>AQAAAA==</data>
				<key>hda-gfx</key>
				<string>onboard-1</string>
			</dict>

@ZambraDesigner
Copy link

@ZambraDesigner You could try two methods:

  • Change framebuffer-flags to CwfjAA== in config.plist - Devices (DeviceProperties) - Properties (Add) - PciRoot(0x0)/Pci(0x2,0x0)
  • Find the the following code in config.plist:
<key>PciRoot(0x0)/Pci(0x2,0x0)</key>
			<dict>
				<key>AAPL,ig-platform-id</key>
				<data>AAAWWQ==</data>
				<key>AAPL,slot-name</key>
				<string>Internal</string>
				<key>complete-modeset-framebuffers</key>
				<data>AAAAAAAAAAE=</data>
				<key>device-id</key>
				<data>FlkAAA==</data>
				<key>force-online</key>
				<data>AQAAAA==</data>
				<key>force-online-framebuffers</key>
				<data>AAAAAAAAAAE=</data>
				<key>framebuffer-con0-enable</key>
				<data>AQAAAA==</data>
				<key>framebuffer-con0-flags</key>
				<data>mAQAAA==</data>
				<key>framebuffer-con1-enable</key>
				<data>AQAAAA==</data>
				<key>framebuffer-con1-flags</key>
				<data>xwMAAA==</data>
				<key>framebuffer-con1-pipe</key>
				<data>CgAAAA==</data>
				<key>framebuffer-con1-type</key>
				<data>AAgAAA==</data>
				<key>framebuffer-con2-enable</key>
				<data>AQAAAA==</data>
				<key>framebuffer-con2-flags</key>
				<data>xwMAAA==</data>
				<key>framebuffer-flags</key>
				<data>CwfDAA==</data>
				<key>framebuffer-patch-enable</key>
				<data>AQAAAA==</data>
				<key>hda-gfx</key>
				<string>onboard-1</string>
			</dict>

Change to:

<key>PciRoot(0x0)/Pci(0x2,0x0)</key>
			<dict>
				<key>AAPL,ig-platform-id</key>
				<data>BQAcWQ==</data>
				<key>AAPL,slot-name</key>
				<string>Internal</string>
				<key>complete-modeset-framebuffers</key>
				<data>AAAAAAAAAAE=</data>
				<key>device-id</key>
				<data>FlkAAA==</data>
				<key>force-online</key>
				<data>AQAAAA==</data>
				<key>force-online-framebuffers</key>
				<data>AAAAAAAAAAE=</data>
				<key>framebuffer-con1-enable</key>
				<data>AQAAAA==</data>
				<key>framebuffer-con1-pipe</key>
				<data>CgAAAA==</data>
				<key>framebuffer-con1-type</key>
				<data>AAgAAA==</data>
				<key>framebuffer-patch-enable</key>
				<data>AQAAAA==</data>
				<key>hda-gfx</key>
				<string>onboard-1</string>
			</dict>

Thanks @stevezhengshiqi

I ran the second method and the black screens have shrunk a lot but occasionally still some.

They happen both when the PC is overloaded and the fan starts for a few seconds, and when it seems normal.

@DavidZhu199
Copy link

I went straight to modify DVMT-Preallocated values and it simply works!
4K@60Hz with type-c to miniDP adaptor.
It's worth trying.

我直接顺手把CFG和DVMT都修改了,转接DP输出4K@60Hz很完美
看评论里说不用HiDPI也会省电,笔记本内屏只能100%1080P,字有点小,先试几天看看是不是真的省电(原先续航跟流水一般)

@vladshut
Copy link

vladshut commented Apr 24, 2021

I went straight to modify DVMT-Preallocated values and it simply works!
4K@60Hz with type-c to miniDP adaptor.
It's worth trying.

I directly modified both CFG and DVMT. It’s perfect
to switch to DP output 4K@60Hz. See the comment that it will save power without HiDPI. The internal screen of the notebook can only be 100% 1080P. The characters are a bit small. Try it for a few days. Is it really power-saving (originally the battery life is about the same as the running water)

Hi! Thanks @DavidZhu199 for your reply. How did you modify DVMT-Preallocated values and CFG? What model of Xiaomi do you have?

@LS12tthappy
Copy link

I went straight to modify DVMT-Preallocated values and it simply works!
4K@60Hz with type-c to miniDP adaptor.
It's worth trying.
I directly modified both CFG and DVMT. It’s perfect
to switch to DP output 4K@60Hz. See the comment that it will save power without HiDPI. The internal screen of the notebook can only be 100% 1080P. The characters are a bit small. Try it for a few days. Is it really power-saving (originally the battery life is about the same as the running water)

Hi! Thanks @DavidZhu199 for your reply. How did you modify DVMT-Preallocated values and CFG? What model of Xiaomi do you have?

Model: MI PRO 2017(TIMI 1701)
DVMT: 64mb DVMT SET
CFG unlocked
The lastest opencore release EFI
Notebook direct link to Monitor (USB-C cable)
4K 60hz working fine.
snipaste

@xxhhnn
Copy link

xxhhnn commented May 27, 2021

Notebook direct link to Monitor (USB-C cable)
4K 60hz working fine.

Do you need to put Mac to sleep to active 4k Resolution?

@LS12tthappy
Copy link

Notebook direct link to Monitor (USB-C cable)
4K 60hz working fine.

Do you need to put Mac to sleep to active 4k Resolution?

No.I use usb-c instead of hdmi.

@xxhhnn
Copy link

xxhhnn commented May 27, 2021

Notebook direct link to Monitor (USB-C cable)
4K 60hz working fine.

Do you need to put Mac to sleep to active 4k Resolution?

No.I use usb-c instead of hdmi.

Great

@Yicenzzu
Copy link

我是用18年的xiaomebook pro,其typec口连接typec显示器,连接上了但一直黑屏。hdmitohdmi
没有这个问题

@joaquinvacas
Copy link

Hey!

Have it working fine, but GPU performance is really sluggish, most noticeable on some apps like Microsoft Teams, where resizing the window takes forever.

GPU freqs look "fine" to me, applied DVMT 64MB patch, also running with MSR 0xE2 fix, which I suppose it should help with performance? (Correct me if I'm wrong)

Even did some undervolting for testing but I think that's not the case at all.

@JiangXY98
Copy link

笔记本电脑直接链接到显示器(USB-C 电缆)4K 60hz 工作正常。

您是否需要将Mac置于活动4k分辨率的睡眠状态?

不,我使用 usb-c 而不是 hdmi。

cool! I will buy a 4k

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement External Monitor External Monitor related issue
Projects
None yet
Development

No branches or pull requests