You are not logged in.

#1 2009-03-26 10:20:40

papierschiff
Member
Registered: 2008-07-09
Posts: 66

no kde desktop effects with radeonhd

hej,
i have a ati x1250 onboard card, the kde desctop effects worked very well with the catalyst 8.8 (?) driver. since catalyst 9.3 my card isn't supported, so i use the radonhd driver. but with them i can't activate the desktop effects.

so, what can i do now? in AUR is also still only the newes catalyst drivers (9.4)

lg
papierschiff

Offline

#2 2009-03-26 13:46:25

brazzmonkey
Member
From: between keyboard and chair
Registered: 2006-03-16
Posts: 818

Re: no kde desktop effects with radeonhd

sorry, I'm no ATIst, but have you tried XRender instead of OpenGL?


what goes up must come down

Offline

#3 2009-03-26 21:32:12

papierschiff
Member
Registered: 2008-07-09
Posts: 66

Re: no kde desktop effects with radeonhd

yes, i tried also this. but alswas the same error:

failed to activat desktop effects using 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.a

its so bad, my smal netbook supports desktop effects, but my big desktop doesn't sad

Offline

#4 2009-03-26 21:50:25

MazurMe
Member
From: London
Registered: 2009-02-22
Posts: 72

Re: no kde desktop effects with radeonhd

xf86-video-radeonhd does not support 3D yet, so you can not use Compiz, kWin etc.


Archlinux: x86_64, Gnome 2.26.*
I am registered Linux user number 485935 since september, 2007.

Offline

#5 2009-03-26 21:52:42

papierschiff
Member
Registered: 2008-07-09
Posts: 66

Re: no kde desktop effects with radeonhd

hm, but how can i use now the effects of kwin with my "old" (i bought the board 1 year ago) x1250 ? and as i wrote, it works a long time with catalyst sad

Offline

#6 2009-03-26 21:59:24

byte
Member
From: Düsseldorf (DE)
Registered: 2006-05-01
Posts: 2,046

Re: no kde desktop effects with radeonhd

How about the -ati driver instead of -radeonhd?


1000

Offline

#7 2009-03-26 22:05:02

papierschiff
Member
Registered: 2008-07-09
Posts: 66

Re: no kde desktop effects with radeonhd

i tried the normal radeon driver: the same problem.

perhaps i have errors in my xorg.conf?

Section "ServerLayout"
    Identifier     "Xorg Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "PS/2 Mouse" "CorePointer"
EndSection

Section "ServerFlags"
    Option "AllowMouseOpenFail"  "true"
    Option "AutoAddDevices" "False"
   
EndSection

Section "Files"
    ModulePath   "/usr/lib/xorg/modules"
    FontPath     "/usr/share/fonts/misc:unscaled"
    FontPath     "/usr/share/fonts/misc"
    FontPath     "/usr/share/fonts/75dpi:unscaled"
    FontPath     "/usr/share/fonts/75dpi"
    FontPath     "/usr/share/fonts/100dpi:unscaled"
    FontPath     "/usr/share/fonts/100dpi"
    FontPath     "/usr/share/fonts/PEX"
    FontPath     "/usr/share/fonts/cyrillic"
    FontPath     "/usr/share/fonts/Type1"
    FontPath     "/usr/share/fonts/ttf/western"
    FontPath     "/usr/share/fonts/ttf/decoratives"
    FontPath     "/usr/share/fonts/truetype"
    FontPath     "/usr/share/fonts/truetype/openoffice"
    FontPath     "/usr/share/fonts/truetype/ttf-bitstream-vera"
    FontPath     "/usr/share/fonts/latex-ttf-fonts"
    FontPath     "/usr/share/fonts/defoma/CID"
    FontPath     "/usr/share/fonts/defoma/TrueType"
EndSection

Section "Module"
    Load  "ddc"  # ddc probing of monitor
    Load  "dbe"
    Load  "dri"
    Load  "extmod"
    Load  "glx"
    Load  "bitmap" # bitmap-fonts
    Load  "type1"
    Load  "freetype"
    Load  "record"
    Load  "drm"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "keyboard"
        Option      "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "de-latin1-nodeadkeys"
    Option "XkbVariant" ""
EndSection

Section "InputDevice"
    Identifier  "PS/2 Mouse"
    Driver      "mouse"
    Option      "Protocol" "auto"
    Option          "ZAxisMapping"          "4 5"
    Option      "Device" "/dev/psaux"
    Option      "Emulate3Buttons" "true"
    Option      "Emulate3Timeout" "70"
    Option        "SendCoreEvents"  "true"
EndSection

Section "InputDevice"
    Identifier      "USB Mouse"
    Driver          "mouse"
    Option          "Device"                "/dev/input/mice"
    Option        "SendCoreEvents"    "true"
    Option          "Protocol"              "IMPS/2"
    Option          "ZAxisMapping"          "4 5"
    Option          "Buttons"               "5"
EndSection

# Auto-generated by Archie mkxcfg

Section "Monitor"
    Identifier "Monitor0"
    Option "DPMS" "true"
    HorizSync    28.0 - 96.0 # Warning: This may fry old Monitors
    VertRefresh  50.0 - 75.0 # Very conservative. May flicker.
EndSection

# Auto-generated by Archie mkxcfg


Section "Device"
    Identifier  "Card0"
    Driver      "radeon"
EndSection


Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    DefaultColorDepth 16
    SubSection "Display"
        Depth     24
        Modes "1680x1050"
    EndSubSection
    SubSection "Display"
        Depth     32
        Modes "1680x1050"
    EndSubSection
EndSection

Section "DRI"
    Group   "video"
    Mode    0666
EndSection

Section "Extensions"
    Option      "Composite" "true"
EndSection

Offline

Board footer

Powered by FluxBB