Wine 1.1.7 + ATi driver= libGL error in games???

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Vsen
Level 1
Level 1
Posts: 8
Joined: Tue Oct 28, 2008 6:38 am

Wine 1.1.7 + ATi driver= libGL error in games???

Post by Vsen »

Hi,
I compiled and installed wine 1.1.7 from source.Got zero errors during ./configure.However all 3d apps (namely games) run pretty slowly.Did winedbg and got this:

Code: Select all

libGL error: drmMap of framebuffer failed (Cannot allocate memory)
libGL error: reverting to (slow) indirect rendering
I searched a bit and everything seemed to point to the ATi driver,so I uninstalled the livna drivers and got Catalyst 8.10.However,winedbg still gives the same message.

I use Fedora 9 x86_64 with all updates done and have an old Sapphire Radeon 9600 Pro AGP card.
Any suggestions?Thanx!
Cai

Wine 1.1.7 + ATi driver= libGL error in games???

Post by Cai »

Vsen wrote:
Hi,
I compiled and installed wine 1.1.7 from source.Got zero errors during ./configure.However all 3d apps (namely games) run pretty slowly.Did winedbg and got this:


Code:
libGL error: drmMap of framebuffer failed (Cannot allocate memory)
libGL error: reverting to (slow) indirect rendering



I searched a bit and everything seemed to point to the ATi driver,so I uninstalled the livna drivers and got Catalyst 8.10.However,winedbg still gives the same message.

I use Fedora 9 x86_64 with all updates done and have an old Sapphire Radeon 9600 Pro AGP card.
Any suggestions?Thanx!
I think you should think update your ATi driver.
Vsen
Level 1
Level 1
Posts: 8
Joined: Tue Oct 28, 2008 6:38 am

Post by Vsen »

I did.Catalyst 8.10 are the latest from AMD.
Locked