Re: qt + opengl + nvidia

2006-05-09 Thread Martin Juhlin
måndagen den 8 maj 2006 14.08 skrev Mitchell Laks:
> On Monday 08 May 2006 04:52, Martin Juhlin wrote:
> > Hi,
> >
> > I having problems with QT + OpenGL, probably related to the nvidia driver
> > that I'm running. I compiled the qt3-examples and was trying to run but
> > for some reasons they don't display and 3D. The area in the application
> > is just black. I get no error message.
> >
> > I have check with the ldd that the examples is compiled against
> > "libqt-mt.so.3", which is correct according to the readme file. I also
> > installed mesademos to test my opengl support and they are running
> > without trouble. mesademos contains a "glinfo" program and that is
> > reporting gl_version "1.5.3 NVIDIA 71.74".
> >
> > The conclusion that I have is that opengl is working in my system, but
> > not in QT. Does anyone have an idea to fix it?
>
> I have no problem on my system (although I have shifted to gtkmm ...).
>
> I recently compiled the qt3 demos so I have the output of my
> ldd on the box demo for instance - if this helps you.

I don't see how that till help me, mine is quite similarly to yours : 

$ ldd qt3-examples/examples/opengl/box/box
libqt-mt.so.3 => /usr/lib/libqt-mt.so.3 (0x4002e000)
libpng12.so.0 => /usr/lib/libpng12.so.0 (0x4071a000)
libz.so.1 => /usr/lib/libz.so.1 (0x4074)
libGLU.so.1 => /usr/X11R6/lib/libGLU.so.1 (0x40752000)
libXmu.so.6 => /usr/X11R6/lib/libXmu.so.6 (0x407cd000)
libXrender.so.1 => /usr/lib/libXrender.so.1 (0x407e3000)
libXrandr.so.2 => /usr/X11R6/lib/libXrandr.so.2 (0x407eb000)
libXcursor.so.1 => /usr/lib/libXcursor.so.1 (0x407ef000)
libXft.so.2 => /usr/lib/libXft.so.2 (0x407f9000)
libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x4080c000)
libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0x40879000)
libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x408a8000)
libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x408b6000)
libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x4097d000)
libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x40987000)
libdl.so.2 => /lib/tls/libdl.so.2 (0x4099e000)
libpthread.so.0 => /lib/tls/libpthread.so.0 (0x409a1000)
libstdc++.so.5 => /usr/lib/libstdc++.so.5 (0x409b)
libm.so.6 => /lib/tls/libm.so.6 (0x40a6a000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x40a8c000)
libc.so.6 => /lib/tls/libc.so.6 (0x40a96000)
libaudio.so.2 => /usr/lib/libaudio.so.2 (0x40bcb000)
libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0x40be)
libGL.so.1 => /usr/lib/libGL.so.1 (0x40c31000)
libexpat.so.1 => /usr/lib/libexpat.so.1 (0x40ca9000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x4000)
libGLcore.so.1 => /usr/lib/libGLcore.so.1 (0x40cca000)
libnvidia-tls.so.1 => /usr/lib/tls/libnvidia-tls.so.1 (0x4141b000)

Best regards
Martin


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



qt + opengl + nvidia

2006-05-08 Thread Martin Juhlin
Hi, 

I having problems with QT + OpenGL, probably related to the nvidia driver that 
I'm running. I compiled the qt3-examples and was trying to run but for some 
reasons they don't display and 3D. The area in the application is just black. 
I get no error message.

I have check with the ldd that the examples is compiled against 
"libqt-mt.so.3", which is correct according to the readme file. I also 
installed mesademos to test my opengl support and they are running without 
trouble. mesademos contains a "glinfo" program and that is reporting 
gl_version "1.5.3 NVIDIA 71.74".

The conclusion that I have is that opengl is working in my system, but not in 
QT. Does anyone have an idea to fix it?

Best regards
Martin


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Disk boot failure

2002-11-10 Thread Martin Juhlin
lördagen den 9 november 2002 22.25 skrev Helgi Örn:
> On Sat, 2002-11-09 at 21:47, Nathan E Norman wrote:
> > Er, so what _does_ happen with your boot floppy?
>
> That I explained in my first mail...:-)
>
> >  I'm all out of
> > clairvoyance credits for the month and my remote viewing neighbor is
> > out of town.
> >
> > I assume you've tried booting with the rescue disk (the install
> > floppy)?
>
> Yes, and some other alternatives like I explained in my first mail...:-)
>
> The floppy drive sounds normal just before the boot failure message pops
> up.

I normally hate floppy drives, you never know when you connected it correct. 
The problem does sound to me that the floppy is not correct connected.

There are some basic rules when connecting a floppy is :

* The connectors after the twist on the cable must be in the first floppy 
drive. The second pair on the cable is  for the "B unit". The last one, that 
is alone, must be on the motherboard.

* Normally (at least on my floppy) don't know if inserted the cable 
upside-down in the connection on the motherboard or in the floppy drive. Just 
try to flip one-by-one and see if any of the four combination work.


I hope this help.

Martin


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]