External display not detected by MATE Display config panel

Post your general questions or comments about GhostBSD here!
Post Reply
alexintokyo
Posts: 12
Joined: Mon Sep 02, 2024 10:53 pm

External display not detected by MATE Display config panel

Post by alexintokyo »

Hi friends,

I am trying to connect a BenQ PD2700Q monitor via HDMI or Displayport to a GhostBSD installation on a Lenovo Thinkpad X230.

For some reason, the external display is not detected by MATE's Display configuration panel.

There was another forum member having some issues with connecting an external monitor last year, and as one of the suggestions was to install the full Xorg server, I did a

Code: Select all

sudo pkg install xorg-server 
but was told by the system that "The most recent versions of packages are already installed".

Is there anything else I might try? Thanks.
xLiaamx99
Posts: 2
Joined: Mon Sep 09, 2024 6:15 am

Re: External display not detected by MATE Display config panel

Post by xLiaamx99 »

Hi friends
I recommend checking the system logs “/var/log/Xorg.0.log” and using “dmesg” to look for any error messages
Let us know if it helped :-)
xLiaamx99
Posts: 2
Joined: Mon Sep 09, 2024 6:15 am

Re: External display not detected by MATE Display config panel

Post by xLiaamx99 »

Hi friends
I recommend checking the system logs “/var/log/Xorg.0.log” and using “dmesg” to look for any error messages
Let us know if it helped :-)
alexintokyo
Posts: 12
Joined: Mon Sep 02, 2024 10:53 pm

Re: External display not detected by MATE Display config panel

Post by alexintokyo »

I've tried looking at /var/log/Xorg.0.log with dmesg | less but am not sure what sort of error messages I should look for. I did a search for "HDMI" in the system log and there was

pcm1: <Intel Panther Point (HDMI/DP 8ch)> at nid 5 on hdaa1
pcm2: <Intel Panther Point (HDMI/DP 8ch)> at nid 6 on hdaa1
pcm3: <Intel Panther Point (HDMI/DP 8ch)> at nid 7 on hdaa1

But I guess this is not it. I will try to connect the Benq display to the laptop again, and then look at the log files immediately afterwards to see whether I can see something like an error message then...
Post Reply