[Dri-devel] Compilation on FreeBSD 5.0

2003-02-14 Thread Simon Cahuk
Hi! I have FreeBSD 5.0-RELEASE. I  can't compile DRI CVS. I got this
error:

making all in lib/GL/GL...
rm -f libGL.so.1.2~
+ cd .
+ LD_LIBRARY_PATH=../../../exports/lib cc -o ./libGL.so.1.2~ -shared
-rpath /usr
/X11R6/lib -Wl,-soname,libGL.so.1 ../../../lib/GL/glx/clientattrib.o
../../../li
b/GL/glx/compsize.o ../../../lib/GL/glx/dispatch.o
../../../lib/GL/glx/eval.o ..
/../../lib/GL/glx/g_render.o ../../../lib/GL/glx/g_single.o
../../../lib/GL/glx/
g_vendpriv.o ../../../lib/GL/glx/glapi.o ../../../lib/GL/glx/glapi_x86.o
../../.
./lib/GL/glx/glthread.o ../../../lib/GL/glx/glxcmds.o
../../../lib/GL/glx/glxext
.o ../../../lib/GL/glx/indirect_init.o ../../../lib/GL/glx/pixel.o
../../../lib/
GL/glx/pixelstore.o ../../../lib/GL/glx/render2.o
../../../lib/GL/glx/renderpix.
o ../../../lib/GL/glx/single2.o ../../../lib/GL/glx/singlepix.o
../../../lib/GL/
glx/vertarr.o ../../../lib/GL/glx/xfont.o ../../../lib/GL/dri/XF86dri.o
../../..
/lib/GL/dri/dri_glx.o -L../../../exports/lib -L/usr/X11R6/lib -lXThrStub
/usr/bin/ld: cannot find -lXThrStub
*** Error code 1

Stop in /usr/home/simon/src/dri/build/xc/lib/GL/GL.
*** Error code 1

Stop in /usr/home/simon/src/dri/build/xc/lib/GL.
*** Error code 1

Stop in /usr/home/simon/src/dri/build/xc/lib.
*** Error code 1

Stop in /usr/home/simon/src/dri/build/xc.
*** Error code 1

Stop in /usr/home/simon/src/dri/build/xc.

I installed XFree CVS first, and then tried to build DRI CVS.

Thanks,

Simon



---
This SF.NET email is sponsored by: FREE  SSL Guide from Thawte
are you planning your Web Server Security? Click here to get a FREE
Thawte SSL guide and find the answers to all your  SSL security issues.
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel



[Dri-devel] Radeon 9000pro

2002-12-25 Thread Simon Cahuk
Hi,
is Radeon 9000pro supported under DRI?

Simon



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel



[Dri-devel] Slow gears and compile time

2002-11-24 Thread Simon Cahuk
Hi,

I have SuSE 8.1 and a banshee card. Glxgears is very slow, 60 FPS only.
But when I play Q3A, everything is normal, so DRI works. I recompiled
glxgears from XFree's CVS and the result is still the same.

Now make World (DRI CVS) takes 100 minutes, with SuSE 8.0 it took 64
minutes (gcc 2.95.3). Can I speed up the compile time under SuSE 8.1?
Dieter? My machine is a PII 333.

Thanks,

Simon




---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel



Re: [Dri-devel] Core dumped

2002-07-06 Thread Simon Cahuk



On Fri, 5 Jul 2002, Eric Anholt wrote:

 On Fri, 2002-07-05 at 17:00, Simon Cahuk wrote:
  I get seg fault (core dumped) running glxgears.
  System:
  FreeBSD 4.5-RELEASE, cards banshee, using glide3 ports.
  Glxinfo says DRI is enabled.

 Which exact version of glide3?  What compile flags did you give?  Did it
 spew any error messages before dying?  (be sure to use
 LIBGL_DEBUG=verbose)

Glide3 was built from ports, -current. Glide3 port version:20020113,
CFLAGS -O.
I buit it: make -DWITH_VOODOO3 and make -DWITH_VOODOO3 install

I did export LIBGL_DEBUG=verbose and export  FX_GLIDE_NUM_TMU=2
and after this and got this:

glxgears
libGL: XF86DRIGetClientDriverName: 1.0.0 tdfx (screen 0)
libGL: OpenDriver: trying /usr/X11R6/lib/modules/dri/tdfx_dri.so
libGL: OpenDriver: trying /usr/X11R6/lib/modules/dri/tdfx_dri.so
drmOpenByBusid: busid is PCI:1:0:0
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 6, (OK)
drmOpenByBusid: drmOpenMinor returns 6
drmOpenByBusid: drmGetBusid reports PCI:1:0:0
libGL: using Glide library libglide3.so
Segmentation fault (core dumped)

Simon

 People have had banshees working on fbsd before.  One thing that some
 have had to do is:
 export FX_GLIDE_NUM_TMU=2
 before running their apps.  If you needed it too, I'll try to check in a
 fix for the port.

 --
 Eric Anholt [EMAIL PROTECTED]
 http://people.freebsd.org/~anholt/dri/




 ---
 This sf.net email is sponsored by:ThinkGeek
 Bringing you mounds of caffeinated joy.
 http://thinkgeek.com/sf
 ___
 Dri-devel mailing list
 [EMAIL PROTECTED]




---
This sf.net email is sponsored by:ThinkGeek
Got root? We do.
http://thinkgeek.com/sf
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel



[Dri-devel] Core dumped

2002-07-05 Thread Simon Cahuk

I get seg fault (core dumped) running glxgears.
System:
FreeBSD 4.5-RELEASE, cards banshee, using glide3 ports.
Glxinfo says DRI is enabled.

Simon



---
This sf.net email is sponsored by:ThinkGeek
Bringing you mounds of caffeinated joy.
http://thinkgeek.com/sf
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel



[Dri-devel] Tdfx (fwd)

2001-06-19 Thread Simon Cahuk






Hi,
I have still problems with the tdfx driver. I think it is a memory related
problem. Te problem wasn't there in X 4.0.3 and before. So I'm asking what
was changed? 'Cos I want use X 4.1.0 but I can't 'cos of this problem. And
to Mike Harris, I think there is a patch for that problem, but only for
RedHat rpm sources. Can I apply that patch (source is from XFree's ftp)?

Thanks

Simon





___
Dri-devel mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dri-devel



[Dri-devel] Problems with bashee

2001-05-14 Thread simon . cahuk

Hi,
I have problems with my banshee card. I'm using xfree cvs and DRI cvs. When I do 
startx, the screen freezes, I can only move the mouse cursor, I can't move the xterm 
window. This is happening since the xfree cvs (version 4.0.3) was merged with DRI's 
cvs. I can exit from X with ctrl+alt+backspace. My card is on AGP. That's happening 
under Linux and FreeBSD. Under Linux with direct rendering and FreeBSD with indirect 
rendering. 

Thanks

Simon

___
Dri-devel mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dri-devel



Re: [Dri-devel] FreeBSD and v0.6-DRI

2001-05-13 Thread Simon Cahuk



On Sat, 12 May 2001 [EMAIL PROTECTED] wrote:

 The errors you saw are only for drm modules not yet ported to freebsd.

 If you have an mga card use the mga.ko file you built sitting in the
 dripkg/drm/mga directory.

 Some support for freebsd-current has gone into the drm kernel modules, but
 YMMV, as the target bsd system is freebsd 4.3.

 On Sat, 12 May 2001, Simon Cahuk wrote:

  Hello,
 
  I downloaded the FreeBSD package for tdfx.
  I didn't run the install script, I just went to /drm and ran make -f
  Makefile.bsd.
  You can see in the attachment what I got.
 
  And we should make some changes to the install.sh script (I'm working on
  it).
 
  Thanks
 
  Simon
 
 


 ___
 Dri-devel mailing list
 [EMAIL PROTECTED]
 http://lists.sourceforge.net/lists/listinfo/dri-devel


There is tdfx.ko and drm.ko in /modules, that come with FreeBSD 4.3
RELEASE, but I get:
/kernel: link_elf: symbol agp_find_device undefined

What does that mean?

My card is banshee on agp.

Simon





















___
Dri-devel mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dri-devel



[Dri-devel] DRI under FreeBSD

2001-04-20 Thread Simon Cahuk

Hi!
Does DRI work under FreeBSD? Can I compile glide under it (my chip is
banshee)?

Thanks

Simon


___
Dri-devel mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dri-devel