Quote:
Originally Posted by RandomTroll
...
It seems to think I have HDMI ports. I can't find them on the case.
|
Inxi can only work with whatever the kernel provides. At least 15 years ago Intel's chipsets quit "DVI" physical connector reporting, if they ever had it at all. I have a couple of old Intel boards with only DVI and VGA output connectors, but Linux reports HDMI and VGA. Electrically, DVI
is HDMI, just without carrying sound output. I have a two year old Intel with the very same 4 physical output connectors, but Linux only sees DisplayPort and HDMI: kernel showing DVI and HDMI as HDMI, and DisplayPort and VGA as DisplayPort. The Xorg names reported by inxi vary according to which display driver is in use, having hyphens from the modesetting DIX, and no hyphens from the intel DDX.
On one of my test PCs I have almost the same GPU as you, but with physical outputs for DisplayPort, HDMI, DVI and VGA:
Code:
# ls -gG /sys/class/drm
total 0
lrwxrwxrwx 1 0 Sep 13 00:21 card1 -> ../../devices/pci0000:00/0000:00:02.0/drm/card1
lrwxrwxrwx 1 0 Sep 13 00:21 card1-DP-1 -> ../../devices/pci0000:00/0000:00:02.0/drm/card1/card1-DP-1
lrwxrwxrwx 1 0 Sep 13 00:21 card1-HDMI-A-1 -> ../../devices/pci0000:00/0000:00:02.0/drm/card1/card1-HDMI-A-1
lrwxrwxrwx 1 0 Sep 13 00:21 card1-HDMI-A-2 -> ../../devices/pci0000:00/0000:00:02.0/drm/card1/card1-HDMI-A-2
lrwxrwxrwx 1 0 Sep 13 00:21 card1-HDMI-A-3 -> ../../devices/pci0000:00/0000:00:02.0/drm/card1/card1-HDMI-A-3
lrwxrwxrwx 1 0 Sep 13 00:21 card1-VGA-1 -> ../../devices/pci0000:00/0000:00:02.0/drm/card1/card1-VGA-1
lrwxrwxrwx 1 0 Sep 13 00:21 renderD128 -> ../../devices/pci0000:00/0000:00:02.0/drm/renderD128
-r--r--r-- 1 4096 Sep 13 00:23 version
# inxi -Gaz --vs
inxi 3.3.29-00 (2023-08-15)
Graphics:
Device-1: Intel Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics
vendor: ASUSTeK driver: i915 v: kernel arch: Gen-7.5 process: Intel 22nm
built: 2013 ports: active: HDMI-A-2,HDMI-A-3 empty: DP-1,HDMI-A-1,VGA-1
bus-ID: 00:02.0 chip-ID: 8086:0402 class-ID: 0300
Display: x11 server: X.Org v: 21.1.8 driver: X: loaded: modesetting
dri: crocus gpu: i915 display-ID: :0 screens: 1
Screen-1: 0 s-res: 3600x1200 s-dpi: 120 s-size: 762x254mm (30.00x10.00")
s-diag: 803mm (31.62")
Monitor-1: HDMI-A-2 mapped: HDMI-2 pos: right model: Dell P2213
serial: <filter> built: 2012 res: 1680x1050 hz: 60 dpi: 90 gamma: 1.2
size: 473x296mm (18.62x11.65") diag: 558mm (22") ratio: 16:10 modes:
max: 1680x1050 min: 720x400
Monitor-2: HDMI-A-3 mapped: HDMI-3 pos: primary,left model: NEC EA243WM
serial: <filter> built: 2011 res: 1920x1200 hz: 60 dpi: 94 gamma: 1.2
size: 519x324mm (20.43x12.76") diag: 612mm (24.1") ratio: 16:10 modes:
max: 1920x1200 min: 640x480
API: OpenGL v: 4.6 Mesa 23.1.7 renderer: Mesa Intel HD Graphics (HSW GT1)
direct-render: Yes
#
The 1920x1200 is on a HDMI-to-HDMI cable, but the 1680x1050 is on a DVI-to-DVI cable.
Today I repeated my test earlier today using a different DP cable. More than 3 hours after turning the display off I turned it back on, with everything found to behave normally.