我已经搜索并尝试了我遇到的所有修复,但我仍然无法启动蒸汽。
下面是从命令行运行steam时的输出:
Running Steam on ubuntu 18.04 64-bit STEAM_RUNTIME is enabled automatically Pins up-to-date! Installing breakpad exception handler for appid(steam)/version(1566431379) libGL error: No matching fbConfigs or visuals found libGL error: failed to load driver: swrast Installing breakpad exception handler for appid(steam)/version(1566431379) Installing breakpad exception handler for appid(steam)/version(1566431379) Gtk-Message: Failed to load module "gail" Gtk-Message: Failed to load module "atk-bridge"
(steam:22743): Gtk-WARNING **: Unable to locate theme engine in module_path: "adwaita", /usr/share/themes/Adwaita/gtk-2.0/main.rc:733: error: unexpected identifier direction', expected character}'
(steam:22743): Gtk-WARNING **: Unable to locate theme engine in module_path: "adwaita", /usr/share/themes/Adwaita/gtk-2.0/hacks.rc:28: error: invalid string constant "normal_entry", expected valid string constant 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: 154 Serial number of failed request: 49 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: 154 Value in failed request: 0x0 Serial number of failed request: 48 xerror_handler: X failed, continuing Steam: An X Error occurred X Error of failed request: BadMatch (invalid parameter attributes) Major opcode of failed request: 154 Serial number of failed request: 50 xerror_handler: X failed, continuing crash_20190910205216_1.dmp[22768]: Uploading dump (out-of-process) /tmp/dumps/crash_20190910205216_1.dmp /home/scdigital/.local/share/Steam/steam.sh: line 720: 22743 Segmentation fault (core dumped) $STEAM_DEBUGGER "$STEAMROOT/$STEAMEXEPATH" "$@" crash_20190910205216_1.dmp[22768]: Finished uploading minidump (out-of-process): success = yes crash_20190910205216_1.dmp[22768]: response: CrashID=bp-184ef0d9-7f14-48a7-8f3c-377932190910 crash_20190910205216_1.dmp[22768]: file ''/tmp/dumps/crash_20190910205216_1.dmp'', upload yes: ''CrashID=bp-184ef0d9-7f14-48a7-8f3c-377932190910''提前谢谢。
发布于 2019-09-15 01:54:33
看来我发现了问题。感谢阿布·艾哈迈德·哈蒂里为我指明了正确的方向。
我必须安装以下软件包:
sudo apt安装libnvidia-gl-410:i 386
但改变了410到430,这是我目前的驱动程序版本。
蒸汽启动后我就能登录了。
谢谢你们!
https://askubuntu.com/questions/1174231
复制相似问题