[Bug 223063] cannot use OpenGL -- XRender only

Knut Johansson knut at johansson.com
Mon Jan 18 08:51:22 GMT 2010


https://bugs.kde.org/show_bug.cgi?id=223063





--- Comment #6 from Knut Johansson <knut johansson com>  2010-01-18 09:51:19 ---
The geforce4 cards are old, but with the legacy driver they do support
Compositing. I use the legacy 96.43 driver on an GeForce4 MX intergrated GPU,
and have compositing working(KDE 4.3).

But as as I recall, setting up the xorg config required some tries. I do not
remember how I got it working on my xorg version, but you may get some hints
from this. From my xorg.conf I have the following:

In section "Screeen"
    Option         "AllowGLXWithComposite" "true"
    Option         "AddARGBGLXVisuals" "true"
    Option         "RenderAccel" "true"

Section "Extensions"
    Option         "Composite" "on"
EndSection

Section "Module"
    Load           "dbe"
    Load           "freetype"
    Load           "extmod"  
    Load           "glx"     
EndSection

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Unassigned-bugs mailing list