> For the complete documentation index, see [llms.txt](https://g.aqde.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://g.aqde.net/books/steam.md).

# steam相关资料

## 全平台硬件：

steam有一个全平台的硬件分析网站：<https://store.steampowered.com/hwsurvey/>

很酷!

## 下面是我的win7：

### 电脑信息：

```
制造商：Dell Inc.

型号：OptiPlex 3046

机体规格：台式机

未检测到触摸输入
```

### 处理器信息：

```
CPU 供应商：GenuineIntel

CPU 品牌：Intel(R) Core(TM) i3-6100T CPU @ 3.20GHz

CPU 系列：0x6

CPU 型号：0x5e

CPU 步进：0x3

CPU 类型：0x0

速度：3192 Mhz

4 个逻辑处理器

2 个物理处理器

超线程：支持

FCMOV：支持

SSE2：支持

SSE3：支持

SSSE3：支持

SSE4a：不支持

SSE41：支持

SSE42：支持

AES：支持

AVX：支持

AVX2：支持

AVX512F：不支持

AVX512PF：不支持

AVX512ER：不支持

AVX512CD：不支持

AVX512VNNI：不支持

SHA：不支持

CMPXCHG16B：支持

LAHF/SAHF：支持

PrefetchW：不支持
```

### 操作系统版本：

```
Windows 7（64 位）

NTFS：支持

加密供应商代码：支持 311 0x0 0x0 0x0
```

### 显卡：

```
驱动程序：Oray Display Mirror Driver

DirectX 主驱动程序：igdumdim32.dll

驱动程序版本：1.0.1.17485

DirectX 驱动程序版本：21.20.16.5064

驱动程序日期：2011 年 26 10 日

OpenGL 版本：4.4

桌面色深：每像素 32 位

显示器刷新率：59 Hz

DirectX 显卡：Intel(R) HD Graphics 530

供应商 ID：0x8086

设备 ID：0x1912

修订版本：0x6

显示器数：1

逻辑显卡数：1

未检测到 SLI 或 Crossfire

主显示分辨率：1920 x 1080

桌面分辨率：1280 x 720

主显示器尺寸：17.76" x 10.00" (20.35" diag)

45.1cm x 25.4cm (51.7cm diag)

未检测到主总线类型

主 VRAM：111 MB

支持的 MSAA 模式：2x 4x 8x 16x
```

### 声卡：

```
音频设备：Mi TV (英特尔(R) 显示器音频)
```

### 内存：

```
RAM：3997 Mb
```

### VR 硬件：

```
VR 头戴式显示器：未检测到
```

### 其他：

```
用户界面语言：简体中文

媒体类型：无法确定

可用的硬盘空间总大小：476586 Mb

最大的空余硬盘区块：83815 Mb

操作系统安装日期：һ?? 01 1970

已检测到的游戏控制器：None

MAC 地址哈希：7bb8ec7e66d8e106577d529b0fec11ee4535eeb6

磁盘序列号哈希：667a4a83
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://g.aqde.net/books/steam.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
