First of all, greetings to everyone. I have an external monitor via usb-c and I have the problem that blurry and confusing lines appear on the screen.
I have found a method whereby I have full native resolution and everything works fine. The process is volatile and needs to be done on every reboot. I do not guarantee that it will work for everyone.
The method is the following:
1 - Connect the mac to the screen. Now you see the strange lines on the external screen
2 - Open the system monitor and close the "WindowsServer" process - Force close the process if necessary
The process will restart itself. If everything has gone well for you, now you can use Ventura without problems.
If when you connect the mac to the external display, the two screens appear with blurred lines. Then you will have to make a script to kill the WindowsServer process.
The key to this method is to kill the WindowsServer process when the mac is connected to the external display. So that when the process starts again, it does so while the external screen is connected.
No need to boot into safe mode
I do not know if I explain myself very well
With this problem sometimes the external display fails and sometimes both displays fail, the external display and the mac display.
In the event that all the screens fail when you connect the mac to the external screen. You need a command with a timer to kill the "WindowsServer" process when the mac is connected to the external display.
So in case all screens are blurry do this:
Run this command and type your password:
sudo sleep 20 ; sudo kill -9 $(pgrep WindowServer)
Immediately then connect the mac to the external display and wait 20 seconds for the command to execute.
The command will execute in 20 seconds.
I have found a method whereby I have full native resolution and everything works fine. The process is volatile and needs to be done on every reboot. I do not guarantee that it will work for everyone.
The method is the following:
1 - Connect the mac to the screen. Now you see the strange lines on the external screen
2 - Open the system monitor and close the "WindowsServer" process - Force close the process if necessary
The process will restart itself. If everything has gone well for you, now you can use Ventura without problems.
If when you connect the mac to the external display, the two screens appear with blurred lines. Then you will have to make a script to kill the WindowsServer process.
The key to this method is to kill the WindowsServer process when the mac is connected to the external display. So that when the process starts again, it does so while the external screen is connected.
No need to boot into safe mode
I do not know if I explain myself very well
With this problem sometimes the external display fails and sometimes both displays fail, the external display and the mac display.
In the event that all the screens fail when you connect the mac to the external screen. You need a command with a timer to kill the "WindowsServer" process when the mac is connected to the external display.
So in case all screens are blurry do this:
Run this command and type your password:
sudo sleep 20 ; sudo kill -9 $(pgrep WindowServer)
Immediately then connect the mac to the external display and wait 20 seconds for the command to execute.
The command will execute in 20 seconds.
Last edited: