I am trying to get the proprietary driver from AMD/ATI to work with desktop effects in KDE. This is a fresh install of 10.10. Under desktop effects in the system setings menu, it will not let me use opengl. every time I switch to it, it gives me an error message and then switches back to xrender.
I did run aticonfig --initial, which gave me the following xorg.conf
fglrxinfo shows the following:
glxgears and glxinfo are both working, so to some extent the driver is working. am I missing some small thing that will enable me to use opengl composting in kwin?
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.
Check your X configuration. You may also consider changing advanced options, especially changing the compositing type.
Code:
Section "ServerLayout" Identifier "aticonfig Layout" Screen 0 "aticonfig-Screen[0]-0" 0 0 EndSection Section "Module" EndSection Section "Monitor" Identifier "aticonfig-Monitor[0]-0" Option "VendorName" "ATI Proprietary Driver" Option "ModelName" "Generic Autodetecting Monitor" Option "DPMS" "true" EndSection Section "Device" Identifier "aticonfig-Device[0]-0" Driver "fglrx" BusID "PCI:1:0:0" EndSection Section "Screen" Identifier "aticonfig-Screen[0]-0" Device "aticonfig-Device[0]-0" Monitor "aticonfig-Monitor[0]-0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection
Code:
display: :0.0 screen: 0 OpenGL vendor string: ATI Technologies Inc. OpenGL renderer string: ATI Radeon HD 4800 Series OpenGL version string: 3.3.10237 Compatibility Profile Context
Comment