You are not logged in.
Hello,
I switched from catalyst to the open source radeon driver with kernel 3.11 the first time, having an HD 6950. When I tryed to play Angband (which I really like) the performance was very poor and laggy. So I edited my /etc/X11/xorg.conf.d/20-radeon.conf just like it says in the wiki using glamor:
Section "Module"
Load "dri2"
Load "glamor-egl"
EndSection
Section "Device"
Identifier "Radeon"
Driver "radeon"
Option "AccelMethod" "glamor"
EndSectionThat did the trick. But now that I did a fresh install of Arch it's not working anymore. Even with the glamor settings the game is slow and laggy. I've also tried EXA making it look like this:
Section "Device"
Identifier "Radeon"
Driver "radeon"
Option "AccelMethod" "EXA"
Option "EXAVSync" "on"
EndSectionUsing EXA doesn't change anything either. The game runs fine in text-mode but with X11 it's laggy.
What I've tried however is this (without any luck):
- mesa-git 10.1 from AUR
- glamor-egl-git from AUR
Am I missing something here? I'd really appreciate it if you have an idea as to why these settings don't seem to take an effect on Angband anymore.
Greets
A
Last edited by andmars (2013-12-05 07:37:13)
Offline
Did you enable dpm? If not, do so. Explanation in the wiki.
Offline
Hi,
it looks like there has been a change in the naming convention. In order to have the glamor module loaded correctly you must not write:
Load "glamor-egl"but
Load "glamoregl"The Wiki entry has been changed accordingly. Now it's happily playing Angband for me :-)
Greets
A
Last edited by andmars (2013-12-05 08:05:14)
Offline