This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
setpci
===
查询和配置PCI设备的使用工具
## 说明
**setpci命令** 是一个查询和配置PCI设备的使用工具。
### 语法
```
setpci(选项)(参数)
```
```
-v:显示指令执行的细节信息;
-f:当没有任何操作需要完成时,不显示任何信息;
-D:测试模式,并不真正将配置信息写入寄存器;
-d:仅显示给定厂商和设备的信息;
-s:仅显示指定总线、插槽上的设备或设备上的功能块信息。
```
### 参数
* PCI设备:指定要配置的PCI设备;
* 操作:指定要完成的配置操作。
### 实例
Linux下调节笔记本屏幕亮度方法:
首先进入终端输入lspci命令,列出各种设备的地址:
```
lspci
00:00.0 host bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 945GT Express Memory Controller Hub (rev 03)