You are not logged in.

#1 2006-11-14 09:53:56

maci
Member
From: Singapore
Registered: 2005-04-03
Posts: 43
Website

glide (needed for xorg tdfx drivers)

Hello it would be really nice if someone could make a PKGBUILD for glide3.
So users with voodoo cards can actually use them.
There is a quite recent ebuild for glide3 so someone could use that as reference
http://www.gentoo-portage.com/media-libs/glide-v3
glide-v3-20060203 that is.

arch comes with xorg-tdfx driver .. but this driver is completly useless w/o glide3.

every other distro i know of comes with glide3 but not arch hmm

so, anyone??

Offline

#2 2006-11-17 09:49:09

maci
Member
From: Singapore
Registered: 2005-04-03
Posts: 43
Website

Re: glide (needed for xorg tdfx drivers)

*bump*

still nobody???

Offline

#3 2006-11-17 21:39:13

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,911

Re: glide (needed for xorg tdfx drivers)

The ebuild doesn't look to hard, EXCEPT getting the source.

These are the relevant lines :

MY_PN="${PN/g/G}"
MY_PN="${MY_PN/-v3/3}"
MY_P="${MY_PN}-${PV}"

S="${WORKDIR}/${MY_P}"
SRC_URI="mirror://gentoo/${MY_P}.tar.bz2"

Anyone know how to translate Gentoo src_uri to a uri that can be used by makepkg ?


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#4 2006-11-18 01:12:11

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: glide (needed for xorg tdfx drivers)

Lone_Wolf wrote:

The ebuild doesn't look to hard, EXCEPT getting the source.

These are the relevant lines :

MY_PN="${PN/g/G}"
MY_PN="${MY_PN/-v3/3}"
MY_P="${MY_PN}-${PV}"

S="${WORKDIR}/${MY_P}"
SRC_URI="mirror://gentoo/${MY_P}.tar.bz2"

Anyone know how to translate Gentoo src_uri to a uri that can be used by makepkg ?

http://glide.sourceforge.net/
http://sourceforge.net/project/showfile … oup_id=369

Offline

#5 2006-11-18 10:49:54

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,911

Re: glide (needed for xorg tdfx drivers)

@ snowman : unfortunately the sourceforge project site only has old files, and the ebuild uses a newer version.

I found a comment in Aur that gentoo mirrors are often found on university networks, looked on ftp.belnet.be and found the source file :

ftp://ftp.belnet.be/linux/gentoo/distfi … 03.tar.bz2


I'll see if i can get it to build, but won't be able to test it as i don't own a 3dfx card.


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#6 2006-11-18 15:54:44

Lava Croft
Member
Registered: 2006-11-18
Posts: 11

Re: glide (needed for xorg tdfx drivers)

Lone_Wolf wrote:

I'll see if i can get it to build, but won't be able to test it as i don't own a 3dfx card.

Since it's my Voodoo3 card maci posted this request for, I will be more than happy to test it. Thank you very much in advance, if we get this Voodoo3 to work I will be so incredibly happy, and Arch will finally have proper 3DFX support  8)


Like any dealer I am looking for the car that is so high and wild, I'll never have to deal another.

Offline

#7 2006-11-20 12:41:37

maci
Member
From: Singapore
Registered: 2005-04-03
Posts: 43
Website

Re: glide (needed for xorg tdfx drivers)

any progress yet smile ?

Offline

#8 2006-11-20 22:43:15

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,911

Re: glide (needed for xorg tdfx drivers)

Firs ti tried to follow the install instructions in the source but found this compiles for pentium (i586) and gives fatal errors regarding cpu detection. The code is probably to outdated to be useful.

Next i tried compiling directly from the assembler source as it is done in the gentoo ebuild.

This was succesfull and resulted in a libglide3.so module that should function as a DRI driver.

I have to figure out where the module should go and what files X11 needs to use it, and how X11 must be configured.


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#9 2006-11-21 00:32:48

Lava Croft
Member
Registered: 2006-11-18
Posts: 11

Re: glide (needed for xorg tdfx drivers)

Your progress is making me happy! big_smile


Like any dealer I am looking for the car that is so high and wild, I'll never have to deal another.

Offline

#10 2006-11-21 04:10:51

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: glide (needed for xorg tdfx drivers)

Lone_Wolf wrote:

This was succesfull and resulted in a libglide3.so module that should function as a DRI driver.

I have to figure out where the module should go and what files X11 needs to use it, and how X11 must be configured.

By looking at the xf86-video-i810 package, I  guess it should go in /usr/lib/xorg/modules/dri/
Change the name to glide3_dri.so and in the xorg.conf use

Driver      "glide3"

Offline

#11 2006-11-21 09:52:37

maci
Member
From: Singapore
Registered: 2005-04-03
Posts: 43
Website

Re: glide (needed for xorg tdfx drivers)

http://packages.debian.org/cgi-bin/sear … &arch=i386

in debian the glide files are put there.
and from what i can read on the internets (i may have understood it wrong)
you still need to use the tdfx drivers.

also a post in the ubuntu forums brings me to the thought:
http://www.ubuntuforums.org/showthread. … light=tdfx

Offline

#12 2006-11-21 21:11:16

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,911

Re: glide (needed for xorg tdfx drivers)

I have checked the links and i think this driver replaces the tdfx driver.

To keep things simple the PKGBUILD below only builds for Voodoo3 / Banshee and doesn't install license yet.



PKGBUILD

# Contributor : Lone_Wolf lonewolf@xs4all.nl

pkgname=glide3
_realname=Glide3
pkgver=20060203
pkgrel=1
pkgdesc="Hardware support for 3dfx Voodoo3/banshee card"
url="http://glide.sourceforge.net/"
license=('custom')
depends=('libx11')
makedepends=('nasm')
source=(ftp://ftp.belnet.be/linux/gentoo/distfiles/$_realname-$pkgver.tar.bz2)
md5sums=('5e2ccd2bd83bd74f8166283dc156e315')


build() {
  mkdir -p $startdir/pkg/usr/lib/xorg/modules/dri
  cd $startdir/src/$_realname-$pkgver
  # compile libglide3.so
  make -f makefile.linux all FX_GLIDE_HW=h3 OPTFLAGS="-march=i686 -O2 -pipe" TEXUS2=1 USE_X86=1 USE_3DNOW=1 DRI=1 XPATH=/usr/lib/X11
  install -D -m755 $startdir/src/$_realname-$pkgver/h3/lib/libglide3.so $startdir/pkg/usr/lib/xorg/modules/dri/glide3_dri.so
} 

Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#13 2006-11-22 23:20:54

maci
Member
From: Singapore
Registered: 2005-04-03
Posts: 43
Website

Re: glide (needed for xorg tdfx drivers)

okay after lava_croft and me had serveral tries with this
using tdfx as driver and also glide3 and glide3_dri and also we tried to load glide3  and glide3_dri as modules it still didnt work..

i am pretty sure that tdfx is the correct driver..
thats what i find on every site e.g. http://www.mepis.org/node/9342

also i think there some symlinks missing since the gentoo ebuild has some more .. also stuff is in different locations there.. i also checked on packages,ubuntubleh

they have files in

usr/
usr/lib/
usr/lib/glide3/
usr/lib/glide3/libglide3_h3.so.3.10.0
usr/lib/glide3/libglide3_h5.so.3.10.0
usr/lib/xorg/
usr/lib/xorg/modules/
usr/share/
usr/share/doc/
usr/share/doc/libglide3/
usr/share/doc/libglide3/copyright
usr/share/doc/libglide3/changelog.Debian.gz
usr/lib/xorg/modules/libglide3x.so
usr/lib/libglide.so.3
usr/lib/libglide3x.so
usr/lib/libglide3.so

also when using driver tdfx .. the only then glxinfo outputs is

name of display: :0.0

right before it crashes X

any ideas ??

Offline

#14 2006-11-23 18:52:40

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,911

Re: glide (needed for xorg tdfx drivers)

Ok, it looks like you're right and libglide3 is meant to extend the capabilities of tdfx.

Either i have to learn "Portage" (specifically what exactly get_libdir and dosym do) or i could take  a different approach and try to find a source package from another distro.
To be continued ..


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#15 2006-11-23 19:09:45

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: glide (needed for xorg tdfx drivers)

this block

   dosym ${default_lib} /usr/$(get_libdir)/libglide3.so.${LIBVER}
    dosym libglide3.so.${LIBVER} /usr/$(get_libdir)/libglide3.so.3
    dosym libglide3.so.${LIBVER} /usr/$(get_libdir)/libglide3.so

only does symlinks. I believe it goes like this:
ln -s  libglide3-v3.so   /usr/lib/libglide3.so.3.10.0
ln -s  libglide3.so.3.10.0  /usr/lib/libglide3.so.3
ln -s  libglide3.so.3.10.0  /usr/lib/libglide3.so

You'll need to adapt the above for the PKGBUILD.

Offline

#16 2006-11-23 21:27:44

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,911

Re: glide (needed for xorg tdfx drivers)

I checked the fedora source rpm package, but it was not as clear as the ebuild, so i googled for ebuild info and found it. Ebuild howto
along with snowman's suggestion for the syms [adapted, not sure if they are in the correct location] this is the 2nd try for a PKGBUILD.

judging from the above links, no special actions should be necessary to let  tdfx use this library.

P.S. the ebuild has so many commands and options, i'm very glad makepkg just uses standard bash. If pacman3 supports frugalware Fcommands, i certainly hope it is optional.


# Contributor : Lone_Wolf lonewolf@xs4all.nl

pkgname=glide3
_realname=Glide3
pkgver=20060203
pkgrel=1
pkgdesc="Hardware support for 3dfx Voodoo3/banshee card"
url="http://glide.sourceforge.net/"
license=('custom')
depends=('libx11')
makedepends=('nasm' 'libxt')
source=(ftp://ftp.belnet.be/linux/gentoo/distfiles/$_realname-$pkgver.tar.bz2)
md5sums=('5e2ccd2bd83bd74f8166283dc156e315')


build() {
  mkdir -p $startdir/pkg/usr/lib
  mkdir -p $startdir/pkg/usr/include/glide3
  mkdir -p $startdir/pkg/usr/share/licenses/custom/glide3
  cd $startdir/src/$_realname-$pkgver
  # compile libglide3.so
  make -f makefile.linux all FX_GLIDE_HW=h3 OPTFLAGS="-march=i686 -O2 -pipe" TEXUS2=1 USE_X86=1 USE_3DNOW=1 DRI=1 XPATH=/usr/lib/X11
  mv h3/lib/libglide3.so h3/lib/libglide3-v3.so
  install -D -m755 h3/lib/libglide3-v3.so $startdir/pkg/usr/lib/libglide3-v3.so
  # symlinks
  cd $startdir/pkg/usr/lib    # NOTE : not certain if this is the correct location
  ln -s libglide3-v3.so libglide3.so.3.10.0
  ln -s libglide3.so.3.10.0 libglide3.so.3
  ln -s libglide3.so.3.10.0 libglide3.so

  cd $startdir/src/$_realname-$pkgver
  # header files
  # NOTE : the h5/ files may not be necessary for voodoo3
  install -D -m644 swlibs/fxmisc/3dfx.h $startdir/pkg/usr/include/glide3
  install -D -m644 h5/glide3/src/g3ext.h $startdir/pkg/usr/include/glide3
  install -D -m644 h5/glide3/src/glide.h $startdir/pkg/usr/include/glide3
  install -D -m644 h5/glide3/src/glidesys.h $startdir/pkg/usr/include/glide3
  install -D -m644 h5/glide3/src/glideutl.h $startdir/pkg/usr/include/glide3
  install -D -m644 swlibs/fxmisc/linutil.h $startdir/pkg/usr/include/glide3
  install -D -m644 h5/incsrc/sst1vid.h $startdir/pkg/usr/include/glide3
  install -D -m644 swlibs/texus2/lib/texus.h $startdir/pkg/usr/include/glide3
  # install license
  install -D -m644 COPYING $startdir/pkg/usr/share/licenses/custom/glide3/copying
} 

Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#17 2006-11-24 09:53:57

Lava Croft
Member
Registered: 2006-11-18
Posts: 11

Re: glide (needed for xorg tdfx drivers)

Hello, first of all thank you for all the time you spend on this, the PKGBUILD sucessfully completed the build, but it did give me this error:

-L../../lib ../../../swlibs/texus2/cmd/cmd.c -lglide3 -lm
../../lib/libglide3.so: undefined reference to `lin_getch'
../../lib/libglide3.so: undefined reference to `lin_kbhit'
../../lib/libglide3.so: undefined reference to `fenceVar'
collect2: ld returned 1 exit status
make[1]: *** [../../../swlibs/bin/texus2] Error 1
rm fxgasm
make[1]: Leaving directory `/home/lava/tmp/glide3/src/Glide3-20060203/h3/glide3/src'
make: *** [all] Error 2

I hope this is enough info...

[EDIT] After inserting the succesfully built package with pacman and starting X, glxinfo crashed X with 6 lines of output I failed to catch, restarting X and trying it again resulted in the same output as maci stated above. Any ideas?


Like any dealer I am looking for the car that is so high and wild, I'll never have to deal another.

Offline

#18 2006-11-24 19:48:04

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,911

Re: glide (needed for xorg tdfx drivers)

I get no errors on my system when building.

I am using the stock kernel on a AMD Athlon XP system.
Are you running  a with a different kernel or Intel processor ?

gcc -o ../../../swlibs/bin/texus2 -s -Wall -W -I. -I../../incsrc -I../../minihwc -I../../cinit -I../../../swlibs/fxmisc -I../../../swlibs/newpci/pcilib -I../../../swlibs/fxmemmap -I../../../swlibs/texus2/lib -D__linux__ -DDRI_BUILD -DGLIDE3 -DGLIDE3_ALPHA -DGLIDE_HW_TRI_SETUP=1 -DGLIDE_INIT_HWC -DGLIDE_PACKED_RGB=0 -DGLIDE_PACKET3_TRI_SETUP=1 -DGLIDE_TRI_CULLING=1 -DUSE_PACKET_FIFO=1 -DH3 -DGLIDE_PLUG -DGLIDE_SPLASH -DHAVE_TEXUS2 -DGL_AMD3D -DGL_X86 -march=i686 -O2 -pipe -L../../lib ../../../swlibs/texus2/cmd/cmd.c -lglide3 -lm
rm fxgasm
make[1]: Leaving directory `/home/panoramix/Packages/work/Glide3/src/Glide3-20060203/h3/glide3/src'
==> Removing info/doc files...
==> Compressing man pages...
==> Stripping debugging symbols from libraries...
==> Stripping symbols from binaries...
==> Generating .PKGINFO file...
==> Generating .FILELIST file...
==> Compressing package...
==> Finished making: glide3  (Fri Nov 24 20:32:12 CET 2006)

Krusader: This terminal will close in 1 hour..

Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#19 2006-11-24 20:57:15

Lava Croft
Member
Registered: 2006-11-18
Posts: 11

Re: glide (needed for xorg tdfx drivers)

Lone_Wolf wrote:

I get no errors on my system when building.
I am using the stock kernel on a AMD Athlon XP system.
Are you running  a with a different kernel or Intel processor ?

I'n using the kernel provided by me via pacman, so I take it that is the stock kernel. My CPU is an Intel Pentium II Deschutes 400MHz.


Like any dealer I am looking for the car that is so high and wild, I'll never have to deal another.

Offline

#20 2006-11-24 21:29:00

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,911

Re: glide (needed for xorg tdfx drivers)

According to the sourcecode (and the ebuild) cpu capabilities that are not supported are checked at run-time and should not be a problem at build-time, but that could be wrong.

Remove the USE_3DNOW=1 part from the line below and try to build again.

make -f makefile.linux all FX_GLIDE_HW=h3 OPTFLAGS="-march=i686 -O2 -pipe" TEXUS2=1 USE_X86=1 USE_3DNOW=1 DRI=1 XPATH=/usr/lib/X11

If it still doesn't build or keeps crashing try removing also TEXUS2=1 and USE_X86=1 .


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#21 2006-11-25 10:41:52

Lava Croft
Member
Registered: 2006-11-18
Posts: 11

Re: glide (needed for xorg tdfx drivers)

Hi, the build succeeded after removing 3DNOW=1 and TESUS=1, after inserting the package and reconfiguring/restarting X, glxinfo came up with the following output:

name of display: :0.0
libGL warning: 3D driver claims to not support visual 0x25
libGL warning: 3D driver claims to not support visual 0x26
libGL warning: 3D driver claims to not support visual 0x29
libGL warning: 3D driver claims to not support visual 0x2a
libGL warning: 3D driver claims to not support visual 0x2d
libGL warning: 3D driver claims to not support visual 0x2e
libGL warning: 3D driver claims to not support visual 0x31
libGL warning: 3D driver claims to not support visual 0x32
libGL warning: 3D driver claims to not support visual 0x35
libGL warning: 3D driver claims to not support visual 0x36
libGL warning: 3D driver claims to not support visual 0x39
libGL warning: 3D driver claims to not support visual 0x3a
libGL warning: 3D driver claims to not support visual 0x3d
libGL warning: 3D driver claims to not support visual 0x3e
libGL warning: 3D driver claims to not support visual 0x41
libGL warning: 3D driver claims to not support visual 0x42
display: :0  screen: 0
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.2
server glx extensions:
    GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating, 
    GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_OML_swap_method, 
    GLX_SGI_make_current_read, GLX_SGIS_multisample, GLX_SGIX_hyperpipe, 
    GLX_SGIX_swap_barrier, GLX_SGIX_fbconfig, GLX_MESA_copy_sub_buffer
client glx vendor string: SGI
client glx version string: 1.4
client glx extensions:
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context, 
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_allocate_memory, 
    GLX_MESA_copy_sub_buffer, GLX_MESA_swap_control, 
    GLX_MESA_swap_frame_usage, GLX_OML_swap_method, GLX_OML_sync_control, 
    GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync, 
    GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, 
    GLX_SGIX_visual_select_group, GLX_EXT_texture_from_pixmap
GLX version: 1.2
GLX extensions:
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context, 
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_OML_swap_method, 
    GLX_SGIS_multisample, GLX_SGIX_fbconfig
OpenGL vendor string: VA Linux Systems, Inc.
OpenGL renderer string: Mesa DRI 20040719 Voodoo3 x86/MMX
OpenGL version string: 1.2 Mesa 6.5.1
OpenGL extensions:
    GL_ARB_multisample, GL_ARB_multitexture, GL_ARB_texture_env_add, 
    GL_ARB_texture_mirrored_repeat, GL_ARB_transpose_matrix, 
    GL_ARB_vertex_buffer_object, GL_ARB_window_pos, GL_EXT_abgr, GL_EXT_bgra, 
    GL_EXT_blend_func_separate, GL_EXT_clip_volume_hint, 
    GL_EXT_compiled_vertex_array, GL_EXT_copy_texture, 
    GL_EXT_draw_range_elements, GL_EXT_fog_coord, GL_EXT_multi_draw_arrays, 
    GL_EXT_packed_pixels, GL_EXT_paletted_texture, GL_EXT_polygon_offset, 
    GL_EXT_rescale_normal, GL_EXT_separate_specular_color, 
    GL_EXT_shared_texture_palette, GL_EXT_stencil_wrap, GL_EXT_subtexture, 
    GL_EXT_texture, GL_EXT_texture3D, GL_EXT_texture_edge_clamp, 
    GL_EXT_texture_env_add, GL_EXT_texture_lod_bias, GL_EXT_texture_object, 
    GL_EXT_vertex_array, GL_APPLE_packed_pixels, GL_IBM_multimode_draw_arrays, 
    GL_IBM_rasterpos_clip, GL_IBM_texture_mirrored_repeat, 
    GL_INGR_blend_func_separate, GL_MESA_window_pos, GL_NV_light_max_exponent, 
    GL_NV_texgen_reflection, GL_OES_read_format, GL_SGIS_generate_mipmap, 
    GL_SGIS_texture_edge_clamp, GL_SGIS_texture_lod, GL_SUN_multi_draw_arrays

   visual  x  bf lv rg d st colorbuffer ax dp st accumbuffer  ms  cav
 id dep cl sp sz l  ci b ro  r  g  b  a bf th cl  r  g  b  a ns b eat
----------------------------------------------------------------------
0x23 16 tc  0 16  0 r  .  .  5  6  5  0  0  0  0  0  0  0  0  0 0 None
0x24 16 tc  0 16  0 r  .  .  5  6  5  0  0  0  8  0  0  0  0  0 0 Slow
0x25 16 tc  0 16  0 r  .  .  5  6  5  0  0  0  0 16 16 16  0  0 0 Slow
0x26 16 tc  0 16  0 r  .  .  5  6  5  0  0  0  8 16 16 16  0  0 0 Slow
0x27 16 tc  0 16  0 r  .  .  5  6  5  0  0 16  0  0  0  0  0  0 0 None
0x28 16 tc  0 16  0 r  .  .  5  6  5  0  0 16  8  0  0  0  0  0 0 Slow
0x29 16 tc  0 16  0 r  .  .  5  6  5  0  0 16  0 16 16 16  0  0 0 Slow
0x2a 16 tc  0 16  0 r  .  .  5  6  5  0  0 16  8 16 16 16  0  0 0 Slow
0x2b 16 tc  0 16  0 r  y  .  5  6  5  0  0  0  0  0  0  0  0  0 0 None
0x2c 16 tc  0 16  0 r  y  .  5  6  5  0  0  0  8  0  0  0  0  0 0 Slow
0x2d 16 tc  0 16  0 r  y  .  5  6  5  0  0  0  0 16 16 16  0  0 0 Slow
0x2e 16 tc  0 16  0 r  y  .  5  6  5  0  0  0  8 16 16 16  0  0 0 Slow
0x2f 16 tc  0 16  0 r  y  .  5  6  5  0  0 16  0  0  0  0  0  0 0 None
0x30 16 tc  0 16  0 r  y  .  5  6  5  0  0 16  8  0  0  0  0  0 0 Slow
0x31 16 tc  0 16  0 r  y  .  5  6  5  0  0 16  0 16 16 16  0  0 0 Slow
0x32 16 tc  0 16  0 r  y  .  5  6  5  0  0 16  8 16 16 16  0  0 0 Slow
0x33 16 dc  0 16  0 r  .  .  5  6  5  0  0  0  0  0  0  0  0  0 0 None
0x34 16 dc  0 16  0 r  .  .  5  6  5  0  0  0  8  0  0  0  0  0 0 Slow
0x35 16 dc  0 16  0 r  .  .  5  6  5  0  0  0  0 16 16 16  0  0 0 Slow
0x36 16 dc  0 16  0 r  .  .  5  6  5  0  0  0  8 16 16 16  0  0 0 Slow
0x37 16 dc  0 16  0 r  .  .  5  6  5  0  0 16  0  0  0  0  0  0 0 None
0x38 16 dc  0 16  0 r  .  .  5  6  5  0  0 16  8  0  0  0  0  0 0 Slow
0x39 16 dc  0 16  0 r  .  .  5  6  5  0  0 16  0 16 16 16  0  0 0 Slow
0x3a 16 dc  0 16  0 r  .  .  5  6  5  0  0 16  8 16 16 16  0  0 0 Slow
0x3b 16 dc  0 16  0 r  y  .  5  6  5  0  0  0  0  0  0  0  0  0 0 None
0x3c 16 dc  0 16  0 r  y  .  5  6  5  0  0  0  8  0  0  0  0  0 0 Slow
0x3d 16 dc  0 16  0 r  y  .  5  6  5  0  0  0  0 16 16 16  0  0 0 Slow
0x3e 16 dc  0 16  0 r  y  .  5  6  5  0  0  0  8 16 16 16  0  0 0 Slow
0x3f 16 dc  0 16  0 r  y  .  5  6  5  0  0 16  0  0  0  0  0  0 0 None
0x40 16 dc  0 16  0 r  y  .  5  6  5  0  0 16  8  0  0  0  0  0 0 Slow
0x41 16 dc  0 16  0 r  y  .  5  6  5  0  0 16  0 16 16 16  0  0 0 Slow
0x42 16 dc  0 16  0 r  y  .  5  6  5  0  0 16  8 16 16 16  0  0 0 Slow

glxgears failed with the same output as the errors listed at the top of the code above, which resulted in no OGL support at all.


Like any dealer I am looking for the car that is so high and wild, I'll never have to deal another.

Offline

#22 2006-11-25 22:58:03

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,911

Re: glide (needed for xorg tdfx drivers)

GL programs can set/request a visual, and it appears glxgears is unable to find one that doe what it needs in the supoorted visuals.

I've done some searching and it appears the supported glx visuals are related to the resolution/refresh rate that is used.

Try something like 1024x768@60 in xorg.conf or temporarily switch to 800x600 or 640x480 16bit color modes to check if those are more succesful.


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

Board footer

Powered by FluxBB