From 55944e5e40b1be2afc4855d8d2baf4b73d1876b5 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 10 Apr 2024 22:49:52 +0200 Subject: Adding upstream version 255.4. Signed-off-by: Daniel Baumann --- hwdb.d/60-seat.hwdb | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 hwdb.d/60-seat.hwdb (limited to 'hwdb.d/60-seat.hwdb') diff --git a/hwdb.d/60-seat.hwdb b/hwdb.d/60-seat.hwdb new file mode 100644 index 0000000..fcb8f53 --- /dev/null +++ b/hwdb.d/60-seat.hwdb @@ -0,0 +1,36 @@ +# This file is part of systemd. +# +# This file lists graphic devices that don't have a DRM driver and fall back to +# a frame-buffer one instead. Since commit 6260d28b8a, frame-buffer devices are +# no more considered as graphical capable. +# +# The matches have the 'fb' prefix to make sure that only the framebuffer +# device, and not the (parent) PCI device, is tagged with 'master-of-seat'. +# +# Allowed properties are: +# ID_TAG_MASTER_OF_SEAT=1 + +######################################### +# eXtreme Graphic Innovation (XGI) +######################################### + +# Z7/Z9 (XG20 core), a rather ancient graphic chip, doesn't have a DRM driver +# and falls back to vesafb. +fb:pci:v000018CAd00000020* + ID_TAG_MASTER_OF_SEAT=1 + +######################################### +# HyperV +######################################### + +# HyperV currently doesn't do DRM, hence we need to synthesize for HyperV's fb +# device instead. +fb:pci:v00001414d00005353* + ID_TAG_MASTER_OF_SEAT=1 + +######################################### +# Parallels +######################################### + +fb:pci:v00001ab8d00004005* + ID_TAG_MASTER_OF_SEAT=1 -- cgit v1.2.3