LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Xlib problem (https://www.linuxquestions.org/questions/linux-general-1/xlib-problem-110655/)

aeruzcar 10-30-2003 09:12 PM

Xlib problem
 
Hello there:
I have a slight problem, I've looked everywhere and I can't seem to find an answer.
When I try to run kweatherservice I get the following error:
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
It shows nothing, but when I do ps -A it says it is running
Anyone know??
Thanks

xexix 10-30-2003 10:16 PM

This means that you don't need GLX (OpenGL extensions) to run kweatherservice. To suppress these messages, you can edit the XF86Config file (usually in /etc/X11) and add the following to your "Module" section: Load "glx". restart X.

aeruzcar 10-30-2003 11:10 PM

I did what you told me and I did not get the message again, but the program does not show up, but it is running any ideas??

xexix 10-30-2003 11:32 PM

kweatherservice is a daemon, it runs in the background (hence nothing is supposed to show up). It runs automatically if you use the KWeather applet on your panel.

aeruzcar 10-31-2003 05:57 AM

Thanks, I got it to work


All times are GMT -5. The time now is 03:17 PM.