LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 10-14-2007, 03:16 PM   #1
drudge
Member
 
Registered: Dec 2006
Posts: 36

Rep: Reputation: 17
Trace app problem if no errors reported?


Sorry about the vague subject heading, I'm not even sure how to word this problem.

I'm using Mepis 6.5, some apps installed with synaptic with no problems and can be started from a terminal with
no error messages, but the interfaces have no text/font showing anywhere, all buttons, widgets etc are blank.
Menus are empty of text, although the empty spaces can be clicked and bring up dialogs with more empty buttons.

The apps so far are Rezound, Gmorgan and Horgand (All audio apps)
I even managed to compile/build rezound from source, but still the same.

Any ideas on where I should start looking for the problem?

Thanks
 
Old 10-14-2007, 05:46 PM   #2
matthewg42
Senior Member
 
Registered: Oct 2003
Location: UK
Distribution: Kubuntu 12.10 (using awesome wm though)
Posts: 3,530

Rep: Reputation: 65
I looked up the dependencies of these apps, and they all use OpenGL. Do you have an ATI graphics card? I ask because I have come across font rendering problems with ATI cards and OpenGL apps in the past.
 
Old 10-15-2007, 04:47 AM   #3
drudge
Member
 
Registered: Dec 2006
Posts: 36

Original Poster
Rep: Reputation: 17
Quote:
Originally Posted by matthewg42 View Post
I looked up the dependencies of these apps, and they all use OpenGL. Do you have an ATI graphics card? I ask because I have come across font rendering problems with ATI cards and OpenGL apps in the past.
No, an old Nvidia Geforce4, OpenGL screensavers and Quake2 (SDL OpenGL video) work, which I'm assuming means OpenGL is working OK.

Thanks for looking.

Last edited by drudge; 10-15-2007 at 04:59 AM. Reason: Mistake in given info
 
Old 10-15-2007, 08:26 AM   #4
matthewg42
Senior Member
 
Registered: Oct 2003
Location: UK
Distribution: Kubuntu 12.10 (using awesome wm though)
Posts: 3,530

Rep: Reputation: 65
Quote:
Originally Posted by drudge View Post
No, an old Nvidia Geforce4, OpenGL screensavers and Quake2 (SDL OpenGL video) work, which I'm assuming means OpenGL is working OK.

Thanks for looking.
Did you do the command I suggested? OpenGL will work even if you do not have the 3D driver enabled - that is what MESA is - a software implementation of what the hardware in the card does. It is used as a fall-back should a GL extension not be provided by your hardware (or accessible because of the driver).
 
Old 10-15-2007, 11:28 AM   #5
drudge
Member
 
Registered: Dec 2006
Posts: 36

Original Poster
Rep: Reputation: 17
Quote:
Originally Posted by matthewg42 View Post
Did you do the command I suggested? OpenGL will work even if you do not have the 3D driver enabled - that is what MESA is - a software implementation of what the hardware in the card does. It is used as a fall-back should a GL extension not be provided by your hardware (or accessible because of the driver).
Not sure what command you suggested, but after much googling it does seem
that many people have problems with mepis6.5/nvidia legacy glx driver/3d.

I tried using fluxbox and that had all text missing, also quake2 runs fine
with SDL OpenGL video, but not with OpenGL GLX which I guess is the 3d prob.

I've just installed mepis 6.0 kernel 2.6.15-26-386 nvidia-glx driver and
all apps inc fluxbox work normally, but quake still only works with SDL OpenGL (not sure what that can tell you).

Sorry to keep referring to quake but it's the only way I can think of to test OpenGL.

Thanks
 
Old 10-15-2007, 11:44 AM   #6
matthewg42
Senior Member
 
Registered: Oct 2003
Location: UK
Distribution: Kubuntu 12.10 (using awesome wm though)
Posts: 3,530

Rep: Reputation: 65
Quote:
Originally Posted by drudge View Post
Not sure what command you suggested
Doh, sorry - I think I am confusing thread!

Run this in a terminal:
Code:
glxinfo |grep -i -e direct -e "vendor string"
My apologies.
 
Old 10-15-2007, 01:34 PM   #7
drudge
Member
 
Registered: Dec 2006
Posts: 36

Original Poster
Rep: Reputation: 17
Quote:
Originally Posted by matthewg42 View Post
Doh, sorry - I think I am confusing thread!

Run this in a terminal:
Code:
glxinfo |grep -i -e direct -e "vendor string"
My apologies.
Code:
glxinfo |grep -i -e direct -e "vendor string"
direct rendering: Yes
server glx vendor string: NVIDIA Corporation
client glx vendor string: NVIDIA Corporation
OpenGL vendor string: NVIDIA Corporation
I assume it's the 'direct rendering: Yes' that we wanted to see.
That means I do have 3d hardware rendering enabled, correct?
So my font problem is something else?
 
Old 10-15-2007, 02:00 PM   #8
matthewg42
Senior Member
 
Registered: Oct 2003
Location: UK
Distribution: Kubuntu 12.10 (using awesome wm though)
Posts: 3,530

Rep: Reputation: 65
Quote:
Originally Posted by drudge View Post
Code:
glxinfo |grep -i -e direct -e "vendor string"
direct rendering: Yes
server glx vendor string: NVIDIA Corporation
client glx vendor string: NVIDIA Corporation
OpenGL vendor string: NVIDIA Corporation
I assume it's the 'direct rendering: Yes' that we wanted to see.
That means I do have 3d hardware rendering enabled, correct?
So my font problem is something else?
Precisely. Well, it's one possibility out of the way...
 
Old 10-15-2007, 02:07 PM   #9
drudge
Member
 
Registered: Dec 2006
Posts: 36

Original Poster
Rep: Reputation: 17
Quote:
Originally Posted by matthewg42 View Post
Precisely. Well, it's one possibility out of the way...
Well I may be no further forward, but at least I've learnt a bit more linuxy stuff (every bit helps)!
Thanks
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Are these linux or app errors? mlewis Linux - General 6 08-05-2007 12:56 PM
Strange X errors when running any app with a GUI bruno321 Ubuntu 3 03-12-2007 09:29 AM
Seek errors reported Greebstreebling Linux - Hardware 4 12-09-2005 04:05 PM
Varying HD errors reported during boot TudeCat Linux - Hardware 1 12-18-2004 08:50 PM
Info on linux system or app. trace tools. tomb Linux - General 2 09-02-2003 02:59 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:02 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration