https://bugs.winehq.org/show_bug.cgi?id=30526 Sjors Gielen <winehq(a)sjor.sg> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |winehq(a)sjor.sg --- Comment #3 from Sjors Gielen <winehq(a)sjor.sg> --- Bug still present in Wine 1.7.29 (latest devel release), please reopen. Steps to reproduce (clean WINEPREFIX): 1. Install xpra <http://xpra.org/>. Xpra is like GNU screen but for X11: it hosts a virtual X11 server that can be attached locally or via SSH. I test this with Xpra 0.14.9. 2. Start xpra: `xpra start :100 --start-child=xterm` 3. Attach to virtual xpra screen: `xpra attach :100` 4. Run `wine dxdiag` in the Xpra xterm screen. Wait until the WINEPREFIX configuration is complete. Once wined3d is initialized by dxdiag, the following two errors appear: fixme:d3d:wined3d_guess_card No card selector available for card vendor 0000 (using GL_RENDERER "Gallium 0.4 on llvmpipe (LLVM 3.4, 128 bits)"). Illegal instruction $ glxinfo | grep 'OpenGL renderer' OpenGL renderer string: Gallium 0.4 on llvmpipe (LLVM 3.4, 128 bits) glxgears appears to work fine. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.