Steam 无法启动?

Steam 无法启动?

也许是因为司机?

我在配有 Radeon 显卡的 HP Pavilion dv7 上运行 Ubuntu 12.04 LTS。

steam
XIO:  fatal IO error 11 (Resource temporarily unavailable) on X server ":0"
      after 7 requests (7 known processed) with 0 events remaining.
downloader@downloader:~$ steam
Running Steam on ubuntu 12.04 64-bit
STEAM_RUNTIME is enabled automatically
[2013-09-05 20:33:10] Startup - updater built Aug 28 2013 13:29:34
Installing breakpad exception handler for appid(steam)/version(1377723241_client)
Xlib:  extension "GLX" missing on display ":0".
Looks like steam didn't shutdown cleanly, scheduling immediate update check
Installing breakpad exception handler for appid(steam)/version(1377723241_client)
[2013-09-05 20:33:10] Checking for update on startup
[2013-09-05 20:33:10] Checking for available updates...
Installing breakpad exception handler for appid(steam)/version(1377723241_client)
[2013-09-05 20:33:11] Download skipped: /client/steam_client_ubuntu12 version 1377723241, installed version 1377723241
[2013-09-05 20:33:11] Nothing to do
[2013-09-05 20:33:11] Verifying installation...
[2013-09-05 20:33:11] Performing checksum verification of executable files
[2013-09-05 20:33:11] Verification complete
unlinked 0 orphaned pipes
removing stale semaphore last operated on by process 3364 with name 0eBlobRegistryMutex_C1F8136AD979A434C95ECA754B1635A0
removing stale semaphore last operated on by process 3364 with name 0eBlobRegistrySignal_C1F8136AD979A434C95ECA754B1635A0
removing stale semaphore last operated on by process 3364 with name 0emSteamEngineInstance
removing stale semaphore last operated on by process 3364 with name 0eSteamEngineLock
Xlib:  extension "GLX" missing on display ":0".
OpenGL GLX extension not supported by display

这是所要求的一些信息。

downloader@downloader:~$ lspci -nnk | grep -A5 VGA and glxinfo | grep -i render
grep: and: No such file or directory
grep: glxinfo: No such file or directory
downloader@downloader:~$ apt-cache policy libgl1-mesa-dri libgl1-mesa-glx
libgl1-mesa-dri:
  Installed: (none)
  Candidate: 8.0.4-0ubuntu0.6
  Version table:
     8.0.4-0ubuntu0.6 0
        500 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 Packages
        500 http://security.ubuntu.com/ubuntu/ precise-security/main amd64 Packages
     8.0.2-0ubuntu3 0
        500 http://us.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages
libgl1-mesa-glx:
  Installed: (none)
  Candidate: 8.0.4-0ubuntu0.6
  Version table:
     8.0.4-0ubuntu0.6 0
        500 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 Packages
        500 http://security.ubuntu.com/ubuntu/ precise-security/main amd64 Packages
     8.0.2-0ubuntu3 0
        500 http://us.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages
downloader@downloader:~$ 

答案1

阅读 Braiam 的评论我认为你应该分三步执行命令:

第一:lspci -nnk | grep -A5 VGA

第二个:glxinfo | grep -i 渲染

第三个:apt-缓存策略 libgl1-mesa-dri libgl1-mesa-glx

相关内容