Click to See Complete Forum and Search --> : Xlib:RENDER
howardg
10-24-2002, 08:04 PM
When a open some X apps I get the message:-
Xlib: extension 'RENDER' missing on display :"0.0"
Using RedHat 7.1, KDE2 kernel 2.4.19
Please what is the cause and how can |I stop it
JohnT
10-24-2002, 08:17 PM
Originally posted by howardg
When a open some X apps I get the message:-
Xlib: extension 'RENDER' missing on display :"0.0"
Using RedHat 7.1, KDE2 kernel 2.4.19
Please what is the cause and how can |I stop it
My first thought would be to check your /etc/X11/XF86Config-4 file and see if
you are loading the xrender module.
Section "Module"
# This loads the DBE extension module.
Load "dbe"
Load "glx"
Load "dri"
Load "extmod"
Load "type1"
Load "freetype"
Load "Xrender" <-----------this?
#Load "pex5"
#Load "record"
#Load "xie"
howardg
10-28-2002, 09:12 PM
Thanks for the suggestion. I added Xrender to the file but, I regret, it has not cured the problem.