# xlsatoms

列出X服务器内部所有定义的原子成分

## 补充说明

**xlsatoms命令** 用于列出X服务器内部所有定义的原子成分，每个原子成分都有自身的编号。可利用参数设置列表范围，或直接指定欲查询的成分名称。

### 语法

```
xlsatoms(选项)
```

### 选项

* -display<显示器编号>：指定X Server连接的显示器编号，该编号由"0"开始计算，依序递增；
* -format<输出格式>：设置成分清单的列表格式，您可使用控制字符改变显示样式；
* -name<成分名称>：列出指定的成分；
* -range<列表范围>：设置成分清单的列表范围。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://hezhiqiang.gitbook.io/linux/ming-ling/xlsatoms.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
