You are not logged in.

#1 2009-08-19 19:10:18

jhvid
Member
From: /dev/denmark
Registered: 2009-08-19
Posts: 52

[SOLVED] Opengl composite error radeon

Hello.

I'm using Chakra Linux (http://chakra-project.org), but when i try to enable composite with OpenGL, it shows me this error:

Failed to activate desktop effects using the given configuration options. Settings will be reverted to their previous values.

Check your X configuration. You may also consider changing advanced options, especially changing the compositing type.

It works fine with XRender.

Here is my xorg.conf:

Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
EndSection

Section "Files"
    ModulePath   "/usr/lib/xorg/modules"
    FontPath     "/usr/share/fonts/misc"
    FontPath     "/usr/share/fonts/100dpi:unscaled"
    FontPath     "/usr/share/fonts/75dpi:unscaled"
    FontPath     "/usr/share/fonts/TTF"
    FontPath     "/usr/share/fonts/Type1"
EndSection

Section "Module"
    Load  "dbe"
    Load  "dri"
    Load  "dri2"
    Load  "extmod"
    Load  "glx"
    Load  "record"
    Load  "drm"
EndSection

Section "Monitor"
    #DisplaySize      330   210    # mm
    Identifier   "Monitor0"
    VendorName   "AUO"
    ModelName    "8174"
EndSection

Section "Device"
    Identifier  "Card0"
    Driver      "ati"
    VendorName  "ATI Technologies Inc"
    BoardName   "Mobility Radeon HD 3400 Series"
    BusID       "PCI:1:0:0"
    Option      "DRI"    "true"
    Option      "AccelMethod" "exa"
    Option      "AGPMode"  "4"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    SubSection "Display"
        Viewport   0 0
        Depth     1
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     4
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     8
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     15
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     16
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection

Section "Extensions"
    Option "Composite" "Enable"
    Option "RENDER" "Enable"
EndSection

Section "DRI"
        Group  "video"
        Mode   0666
EndSection
 
Section "ServerFlags"
    Option "AIGLX" "false"
EndSection

When i run: lspci | grep Radeon, it gives me:

01:00.0 VGA compatible controller: ATI Technologies Inc Mobility Radeon HD 3400 Series

Last edited by jhvid (2009-09-06 07:57:28)


GCS d- s-:+ a12 C++++ U++++ L+++ P--- E--- W+++ N+ o K- w--- O? M-- V? PS PE
Y- PGP? t? 5? X? R tv b+++ DI+ D- G++ e++ h! !r !y

Please ignore me... I'm pretty weird...

Offline

#2 2009-08-19 19:17:46

AdrenalineJunky
Member
Registered: 2009-05-03
Posts: 149

Re: [SOLVED] Opengl composite error radeon

you have to install either the official catalyst drivers or the git versions of all the free driver stuff and the experimental r6xx-r7xx-3d drm

the normal free drivers do not contain opengl 3d support.

Last edited by AdrenalineJunky (2009-08-19 19:18:25)

Offline

#3 2009-08-20 14:32:56

jhvid
Member
From: /dev/denmark
Registered: 2009-08-19
Posts: 52

Re: [SOLVED] Opengl composite error radeon

Im very new to arch smile
Can you tell me how to do that?


GCS d- s-:+ a12 C++++ U++++ L+++ P--- E--- W+++ N+ o K- w--- O? M-- V? PS PE
Y- PGP? t? 5? X? R tv b+++ DI+ D- G++ e++ h! !r !y

Please ignore me... I'm pretty weird...

Offline

#4 2009-08-22 10:03:51

jhvid
Member
From: /dev/denmark
Registered: 2009-08-19
Posts: 52

Re: [SOLVED] Opengl composite error radeon

Hi. I've updated to the latest version of Chakra Linux, and now it works smile


GCS d- s-:+ a12 C++++ U++++ L+++ P--- E--- W+++ N+ o K- w--- O? M-- V? PS PE
Y- PGP? t? 5? X? R tv b+++ DI+ D- G++ e++ h! !r !y

Please ignore me... I'm pretty weird...

Offline

Board footer

Powered by FluxBB