You are not logged in.

#1 2013-03-26 21:51:10

Leandros
Member
Registered: 2012-12-01
Posts: 25

xf86-ati with glamor 2D acceleration

I wanted to use glamor for 2D acceleration, but if I enable glamor, my desktop isn't rendered correctly (I can't describe it).
I have a HD7870.

What is required to use glamor correctly?

Offline

#2 2013-05-05 01:47:52

zarniwoop
Member
From: Vancouver, BC, Canada
Registered: 2013-05-05
Posts: 3
Website

Re: xf86-ati with glamor 2D acceleration

For me, I had to create /etc/X11/xorg.conf.d/20-radeon.conf and use the following settings:

Section "Module"
  Load  "dri2"
  Load  "glamoregl"
EndSection

Section "Device"
  Identifier  "Radeon"
  Driver      "radeon"
  Option      "AccelMethod"   "glamor"
EndSection

Also, I would highly suggest using the xf86-video-ati-git, and mesa-r300-r600-radeonsi-git packages in order to reduce display issues.

I realize it is a month after you posted, but I hope this helps. wink

Last edited by zarniwoop (2013-05-05 01:49:48)


"Most people are other people. Their thoughts are someone else's opinions, their lives a mimicry, their passions a quotation." – Oscar Wilde, De Profundis, 1905

Offline

#3 2013-05-09 12:03:41

Jurassic
Member
Registered: 2006-10-31
Posts: 54

Re: xf86-ati with glamor 2D acceleration

I also have HD7870 and have been trying to get ANY acceleration working with no success.
Both glamor and EXA result in this:

[116340.352] (WW) RADEON(0): Direct rendering disabled
[116340.352] (WW) RADEON(0): Option "AccelMethod" is not used

I have xf86-video-ati-git installed along with
ati-dri 9.1.2-1
lib32-ati-dri 9.1.2-1
mesa 9.1.2-1
lib32-mesa 9.1.2-1
mesa-libgl 9.1.2-1
lib32-mesa-libgl 9.1.2-1

Any help would be appreciated.


Arch linux

Offline

Board footer

Powered by FluxBB