---
title: "Arch 在安裝nvidia驱动后无法启动steam 和 wine-qq解决方法"
id: "2921"
type: "post"
slug: "arch-%e5%9c%a8%e5%ae%89%e8%a3%9dnvidia%e9%a9%85%e5%8b%95%e5%90%8e%e7%84%a1%e6%b3%95%e5%95%93%e5%8b%95steam-%e5%92%8c-wine-qq%e8%a7%a3%e6%b1%ba%e6%96%b9%e6%b3%95"
published_at: "2020-04-22T11:54:11+00:00"
modified_at: "2020-05-19T03:03:18+00:00"
url: "https://seq.ink/all/2921.html"
markdown_url: "https://seq.ink/all/2921.html.md"
excerpt: "[master@archlinux ~]$ steam Running Steam on arch rolling 64-bit STEAM_RUNTIME is enabled automatically Pins up-to-date! ..."
taxonomy_category:
  - "ALL"
  - "Linux"
---

```
[master@archlinux ~]$ steam
Running Steam on arch rolling 64-bit
STEAM_RUNTIME is enabled automatically
Pins up-to-date!
/home/master/.local/share/Steam/ubuntu12_32/steam
Installing breakpad exception handler for appid(steam)/version(1586022601)
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
Installing breakpad exception handler for appid(steam)/version(1586022601)
Installing breakpad exception handler for appid(steam)/version(1586022601)

(steam:3644): Gtk-WARNING **: 19:39:32.682: 无法在模块路径中找到主题引擎：“adwaita”，

(steam:3644): Gtk-WARNING **: 19:39:32.683: 无法在模块路径中找到主题引擎：“adwaita”，
/usr/share/themes/deepin/gtk-2.0/main.rc:1090: error: unexpected identifier 'direction', expected character '}'
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
Steam: An X Error occurred
X Error of failed request: GLXBadContext
Major opcode of failed request: 152
Serial number of failed request: 53
xerror_handler: X failed, continuing
Steam: An X Error occurred
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 152
Value in failed request: 0x0
Serial number of failed request: 52
xerror_handler: X failed, continuing
Steam: An X Error occurred
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 152
Serial number of failed request: 54
xerror_handler: X failed, continuing
assert_20200422193931_1.dmp[3666]: Uploading dump (out-of-process)
/tmp/dumps/assert_20200422193931_1.dmp
/home/master/.local/share/Steam/steam.sh：行 722: 3644 段错误 （核心已转储）$STEAM_DEBUGGER "$STEAMROOT/$STEAMEXEPATH" "$@"
assert_20200422193931_1.dmp[3666]: Finished uploading minidump (out-of-process): success = yes
assert_20200422193931_1.dmp[3666]: response: CrashID=bp-52956212-7684-4721-a226-503cb2200422
assert_20200422193931_1.dmp[3666]: file ''/tmp/dumps/assert_20200422193931_1.dmp'', upload yes: ''CrashID=bp-52956212-7684-4721-a226-503cb2200422''
```

关键来了，原因是没有安装32位库，安装就好了  
 `sudo pacman -S lib32-nvidia-utils`
