You are not logged in.
Pages: 1
Hi. I'm new to Arch, but I looked through the wiki and searched through the forum and couldn't find a solution.
I'm running Arch on my IBM T60P laptop. It's 64bit Core 2 Duo with ATI Mobility FireGL V5200. I installed bin32-wine to play some old games however it keeps throwing up errors and displays with 1/4 of the screen cut off.
wine axstart.exe -opengl
err:winediag:X11DRV_WineGL_InitOpenglInfo Direct rendering is disabled, most likely your OpenGL drivers haven't been installed correctly
err:d3d:match_fbo_tex_update FBO status 0
fixme:d3d:check_fbo_compat Format WINED3DFMT_B8G8R8_UNORM with rendertarget flag is not supported as FBO color attachment, and no fallback specified.
fixme:d3d:check_fbo_compat Format WINED3DFMT_B8G8R8A8_UNORM with rendertarget flag is not supported as FBO color attachment, and no fallback specified.
fixme:d3d:check_fbo_compat Format WINED3DFMT_B8G8R8X8_UNORM with rendertarget flag is not supported as FBO color attachment, and no fallback specified.
fixme:d3d:check_fbo_compat Format WINED3DFMT_B5G6R5_UNORM rtInternal format is not supported as FBO color attachment.
fixme:d3d:check_fbo_compat Format WINED3DFMT_R16G16_UNORM rtInternal format is not supported as FBO color attachment.
fixme:d3d:check_fbo_compat Format WINED3DFMT_R16G16B16A16_UNORM with rendertarget flag is not supported as FBO color attachment, and no fallback specified.
Glxinfo gives:
glxinfo
name of display: :0.0
display: :0 screen: 0
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.4
I think the problem is that I don't have 32bit xf-video-ati drivers but the package in AUR (http://aur.archlinux.org/packages.php?ID=29742) won't compile anymore with the updated libgl and there isn't a 32bit version anywhere else. Short of installing a 32bit chroot, is there any way to fix this?
Offline
Maybe you can download the 32 bit package from the repo and install it with pacman -U ?
Offline
Edit the PKGBUILD to correspond to whatever the latest i686 official version is. Change version, dependencies and md5sums.
Offline
Pages: 1