You are not logged in.

#1 2008-08-18 13:04:59

Wintershade
Member
From: Croatia
Registered: 2008-02-18
Posts: 175
Website

ATI (rv350) + open-source driver + wine gaming issues

I seem to have a bit of a problem running some 3D accelerated games under wine, while using the open-source ATI Radeon driver. My graphics card is Radeon 9700, and the open-source drivers overall work much better than the proprietary fglrx.

The fglrx driver allows me (in most cases) to run games like Temple of Elemental Evil (particularily) or Morrowind normally, but I can't use it for everyday work because of it's constant issues which get fixed and then re-appear from version to version.

The problem with ATI open-source driver is that no Direct3D stuff is accelerated. For instance, the Temple of Elemental Evil runs fine with fglrx, but with open-source driver even the main menu is unplayably slow (say, 1-2 FPS at it's best).

My xorg.conf section for the open-source driver looks like this:

Section "Device"
    Identifier  "** ATI Radeon (generic)               [radeon]"
    Driver        "radeon"
    VideoRam    65536
#    Option        "RenderAccel" "on"
    Option        "AGPMode" "4"
    Option        "ColorTiling" "on"
    Option        "AccelMethod" "XAA"
    Option        "EnablePageFlip" "on"
    Option        "AGPFastWrite" "False"
    Option        "XAANoOffscreenPixmaps" "True"
    Option        "BackingStore" "True"
    Option        "DynamicClocks" "on"
EndSection

glxinfo reports that direct rendering is OK, and glxgears show about 2800 FPS (with fglrx they never show over 2950 FPS, so I guess the driver should be ok, and the acceleration should work fine).

Can anyone help me get something more decent out of Wine?
Many thanks!

edit: typos

Last edited by Wintershade (2008-08-18 15:33:06)


Only the best is good enough.

Offline

#2 2008-08-18 14:07:28

Hohoho
Member
Registered: 2007-06-23
Posts: 222

Re: ATI (rv350) + open-source driver + wine gaming issues

    Option        "AccelMethod" "XXA"

Is that a typo? Shouldn't it be:

    Option        "AccelMethod" "XAA"

Offline

#3 2008-08-18 15:32:43

Wintershade
Member
From: Croatia
Registered: 2008-02-18
Posts: 175
Website

Re: ATI (rv350) + open-source driver + wine gaming issues

It is, thanks for pointing it out. I've been deleting the comments from the textfile when posting here, accidentally caught that line as well, and re-typed wrongly.
However, this has nothing to do with my problem. As I said, my xorg.conf already had "XAA" in that line, I made a typo while posting here :-/

Last edited by Wintershade (2008-08-18 15:35:49)


Only the best is good enough.

Offline

Board footer

Powered by FluxBB