You are not logged in.

#1 2016-04-06 15:02:27

Mechanix
Member
Registered: 2016-04-06
Posts: 13

Artifacts upon login

Hi,

I´m using gnome-shell with GDM. Everytime I login (before the actual desktop is loaded) I see some artifacts.
I already read this: https://wiki.archlinux.org/index.php/ATI but didn´ t solved my problem. I` m using the open source driver.

Here is my 20-radeon.conf configuration:

Section "Device"
	Identifier  "Radeon"
	Driver "radeon"
        Option "AccelMethod" "EXA"
        Option "MigrationHeuristic" "greedy"
        Option "AccelDFS" "true"
        Option "EnablePageFlip" "true"
        Option "EnableDepthMoves" "true"
        Option "EXAPixmaps" "off"
EndSection

With this config the artifacts are gone but I experience very poor performance when playing youtube videos or scrolling on firefox pages:

Section "Device"
	Identifier  "Radeon"
	Driver "radeon"
        Option "DRI" "2"
        Option "ColorTiling" "on"
        Option "ColorTiling2D" "on"
        Option "AccelMethod" "glamor"
EndSection

I can´t figure out how to alter this options to get rid of this artifacts. Thank you

Last edited by Mechanix (2016-04-06 15:02:51)

Offline

#2 2016-04-06 19:07:34

Mechanix
Member
Registered: 2016-04-06
Posts: 13

Re: Artifacts upon login

Oh and the conky widgets look very bad with the first config.

Offline

#3 2016-04-06 20:31:37

Mechanix
Member
Registered: 2016-04-06
Posts: 13

Re: Artifacts upon login

Ok  I think I have managed to solve the issue. Here is the working config:

Section "Device"
	Identifier  "Radeon"
	Driver "radeon"
        Option "DRI" "2"
        Option "ColorTiling" "on"
        Option "ColorTiling2D" "on"
        Option "AccelMethod" "glamor"
        Option "ShadowPrimary" "on"
        Option "TearFree" "on"
EndSection

Although some conky widgets look very weird.

Offline

Board footer

Powered by FluxBB