]> git.ipfire.org Git - thirdparty/systemd.git/blame - hwdb.d/60-seat.hwdb
repart: Use swap format for swap partition even if encrypted
[thirdparty/systemd.git] / hwdb.d / 60-seat.hwdb
CommitLineData
c0b2e69f
FB
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.
19fb:pci:v000018CAd00000020*
20 ID_TAG_MASTER_OF_SEAT=1
7802260b
FB
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.
28fb:pci:v00001414d00005353*
29 ID_TAG_MASTER_OF_SEAT=1
f1232f5e 30
0230235b
LFY
31# In some HyperV VMs, the video device only can be recognized by a vmbus id.
32# So we should add a vmbus id for HyperV Video device.
33#
34# This id is extracted from Linux kernel's hyperv.h
35fb:vmbus:02780ada77e3ac4a8e770558eb1073f8
36 ID_TAG_MASTER_OF_SEAT=1
37
f1232f5e
FB
38#########################################
39# Parallels
40#########################################
41
42fb:pci:v00001ab8d00004005*
43 ID_TAG_MASTER_OF_SEAT=1