xfree86: Document BusID PCI domain format in xorg.conf manpage
Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Michel Dänzer <michel.daenzer@amd.com>
This commit is contained in:
parent
8e00dc59b5
commit
3b0fd9421a
|
@ -1376,10 +1376,10 @@ For PCI/AGP cards,
|
||||||
the
|
the
|
||||||
.I bus\-id
|
.I bus\-id
|
||||||
string has the form
|
string has the form
|
||||||
.BI PCI: bus : device : function
|
.BI PCI: bus @ domain : device : function
|
||||||
(e.g., \(lqPCI:1:0:0\(rq might be appropriate for an AGP card).
|
(e.g., \(lqPCI:1@0:0:0\(rq might be appropriate for an AGP card). The
|
||||||
This field is usually optional in single-head configurations when using
|
"@domain" part can be left out for PCI domain 0. This field is usually
|
||||||
the primary graphics card.
|
optional in single-head configurations when using the primary graphics card.
|
||||||
In multi-head configurations, or when using a secondary graphics card in a
|
In multi-head configurations, or when using a secondary graphics card in a
|
||||||
single-head configuration, this entry is mandatory.
|
single-head configuration, this entry is mandatory.
|
||||||
Its main purpose is to make an unambiguous connection between the device
|
Its main purpose is to make an unambiguous connection between the device
|
||||||
|
|
Loading…
Reference in New Issue