You are not logged in.
I am on Arch Linux x64. Installed Wine & Steam, after trying to login to Steam, Steam crashes. I tried PlayOnLinux with similar results. They do have a debug output
http://i.stack.imgur.com/8B15R.png
Sorry cant copy & paste...
It appears I am missing OpenGL extensions. I saw https://bbs.archlinux.org/viewtopic.php?id=137696, so some output from my machine
$ glxinfo | grep OpenGL -A 58
OpenGL vendor string: X.Org
OpenGL renderer string: Gallium 0.4 on AMD REDWOOD
OpenGL version string: 2.1 Mesa 8.0.2
OpenGL shading language version string: 1.20
OpenGL extensions:
GL_ARB_multisample, GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color,
GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_copy_texture,
GL_EXT_polygon_offset, GL_EXT_subtexture, GL_EXT_texture_object,
GL_EXT_vertex_array, GL_EXT_compiled_vertex_array, GL_EXT_texture,
GL_EXT_texture3D, GL_IBM_rasterpos_clip, GL_ARB_point_parameters,
...
$ lspci | grep VGA
01:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI Redwood [Radeon HD 5670]Computer Science Student, Web Developer
Offline
do you have lib32-ati-dri driver installed? Can you post the output of "pacman -Qs alsa". If you search around a little more you will see plenty of other people with about the same issues as you. ![]()
Offline
I thing they're working on a Linux version of Steam.
http://www.tomshardware.com/news/Linux- … 15444.html
Offline
@KingX: Just installed lib32-ati-dri and ...
$ pacman -Qs alsa
local/alsa-lib 1.0.25-1
An alternative implementation of Linux sound support
local/alsa-utils 1.0.25-3
An alternative implementation of Linux sound supportComputer Science Student, Web Developer
Offline
You also need the lib32 version of alsa libs.
local/lib32-alsa-lib 1.0.25-1
An alternative implementation of Linux sound support (32 bit)
local/lib32-alsa-plugins 1.0.25-1
Extra alsa plugins (32-bit)And probably also for alsa-utils if there is one.
Offline