]> git.ipfire.org Git - thirdparty/systemd.git/blob - hwdb.d/60-seat.hwdb
repart: Use swap format for swap partition even if encrypted
[thirdparty/systemd.git] / hwdb.d / 60-seat.hwdb
1 # This file is part of systemd.
2 #
3 # This file lists graphic devices that don't have a DRM driver and fall back to
4 # a frame-buffer one instead. Since commit 6260d28b8a, frame-buffer devices are
5 # no more considered as graphical capable.
6 #
7 # The matches have the 'fb' prefix to make sure that only the framebuffer
8 # device, and not the (parent) PCI device, is tagged with 'master-of-seat'.
9 #
10 # Allowed properties are:
11 # ID_TAG_MASTER_OF_SEAT=1
12
13 #########################################
14 # eXtreme Graphic Innovation (XGI)
15 #########################################
16
17 # Z7/Z9 (XG20 core), a rather ancient graphic chip, doesn't have a DRM driver
18 # and falls back to vesafb.
19 fb:pci:v000018CAd00000020*
20 ID_TAG_MASTER_OF_SEAT=1
21
22 #########################################
23 # HyperV
24 #########################################
25
26 # HyperV currently doesn't do DRM, hence we need to synthesize for HyperV's fb
27 # device instead.
28 fb:pci:v00001414d00005353*
29 ID_TAG_MASTER_OF_SEAT=1
30
31 #########################################
32 # Parallels
33 #########################################
34
35 fb:pci:v00001ab8d00004005*
36 ID_TAG_MASTER_OF_SEAT=1