On Saturday 29 March 2003 12:56 am, Richard Jones wrote:
> I've installed 9.1 from the ISOs that I downloaded and burnt to CD. The
> install went flawlessly, but once I rebooted I found that no KDE
> application would work. I've had to "startx xdm" manually to even get
> X11 to start up. Any KDE app I try to run once X11 is going just quits
> out as soon as it tries to open a window. Other apps (eg. Evolution,
> Mozilla, various terminals, the Mandrake RPM tools, ...) work fine - it
> appears to just be the KDE apps. For example, I run konsole, and get the
> following terminal output. Note, I nuked my ~/.kde dir, and ran konsole
> twice. The first has a whole bunch of KDE environment initialisation
> (and then dies). The second just has this:
>
> [EMAIL PROTECTED] richard]$ konsole
> Xlib:  extension "GLX" missing on display ":0.0".
> Xlib:  extension "GLX" missing on display ":0.0".
> Xlib:  extension "RENDER" missing on display ":0.0".
>
> I get a flash of some window, and then the app quits. I used strace to
> try to figure what might be going on, but it just dies with a SIGSEGV
> after doing some ioctl calls, then calls the KDE crash handler (which
> doesn't actually work, like all the other KDE stuff).
>
> Does anyone have a clue as to what might be going wrong???

It is a QT bug, not a KDE bug.

There was a revision (the final one) to libqt that turned anti-aliasing on by 
default that caused problems when the render extension was missing.  This 
prevents qt apps from running in virtual sewssions like vnc and on video 
cards that do not support render.

I recompilked the qt3 without that patch and it solved the problem for me.  If 
you want to try the rpms, get them from here

http://cybercfo.gkmweb.com/rpms

To install, you will have to ude the --nodeps and --oldpackage flags.  Put all 
the rpms in one directory and 

rpm -Uvh * --nodeps --oldpackage

--oldpackage because it is a downgrade and --nodeps because I have an nvidia 
card and you will get the bogus libglcore dependency error.  I did not apply 
the fix to strip that dependency error because I was in cooker testing mode 
at the time.

-- 
Greg

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to