LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   XFree86 4.3 ATI Drivers (https://www.linuxquestions.org/questions/linux-general-1/xfree86-4-3-ati-drivers-56635/)

martinman 04-24-2003 04:42 PM

XFree86 4.3 ATI Drivers
 
Hey, i just picked up a smokin' new ATI radeon 9500 pro gfix card (yeah, for doom 3 :D ) and now I'm need for the right drivers. I mean come on, its just NOT LEGAL to have linux and not be able to play tux racer! So, i've checked high and low for ati drivers that support xfree86 4.3.0 (the version that ships with rh9) to no avail.

Does anybody out there have any ideas as to where i can get these drivers or do i just have to WAIT...?

ritzlmayr 04-24-2003 04:52 PM

try
http://gatos.sf.net

martinman 04-24-2003 05:09 PM

thanks for the link, interesting, but still only good up to 4.2...thanks anyways

ritzlmayr 04-24-2003 05:14 PM

I just double checked it is also good for 4.3 - look into the download area there you will see

martinman 04-24-2003 06:28 PM

newbism confirmed...thanks a TON
:newbie:

martinman 04-24-2003 07:13 PM

ppfttt....not even those drivers support my card i guess...i'll just haveta wait.

i tested it with chromium and tux racer, and it still runs terribly choppy...

any more help? anyone?

ritzlmayr 04-25-2003 01:36 AM

There are also closed source driveres directly from ati, but the drivers at gatos should work - did you check with glxinfo?
Wich modules did you load in your config?

UnTamed 04-25-2003 06:23 AM

There you go,
http://www.schneider-digital.de/down...linux_X4.3.zip

...fresh outta the oven, released yesterday, version 2.9.08.

martinman 04-25-2003 10:58 AM

edit--just hadta reboot--edit

HOWEVER, i still have a problem. They simply aren't working. I installed the RPM without a hitch, restarted X and Xserver and tested it with chromium...blargh, it's still choppy.

btw, i used the drivers from the german site

IRT ritzlmayr:
i know, i tried the ati drivers first, but they only support up to XFree 4.2.x.

when i run glrxinfo the only useful piece of info i got was
Quote:

OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.3 Mesa 4.0.4
now, in the readme that came attached to the download i got from schneider-digital says that should look like
Quote:

OpenGL vendor string: ATI
OpenGL renderer string: FireGL 8700/8800
OpenGL version string: 1.2.1234 (1.2.3)
now what?

UnTamed 04-25-2003 12:05 PM

Code:

>fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: Radeon 8500 DDR Pentium 4 (SSE2)
OpenGL version string: 1.3 (X4.3.0-2.9.8)


llama_meme 04-25-2003 12:33 PM

i think you will have to edit your XF86Config file to tell X to use the new driver. i can't give you any more specific information myself, but maybe someone else can. take a close look through the driver documntation.

alex

martinman 04-25-2003 03:49 PM

i tried, and everything was just rejected when i restarted the X server, it said it wouldnt accept the settings and tried with a fresh config every time.

I guess its still back to the drivers, (i.e. i cant enable agp in the XF86Config file if my drivers dont support it)

ritzlmayr 04-26-2003 03:12 AM

Here is some data from my config (how it should look like) wich works.

when you execute gxlinfo one line is important wich is
direct rendering: Yes (if this is no - something is wrong)
if it is Yes you are fine (chromium etc. should run fine)

XF86Config:
the following modules are loaded on my machine where HW-accel. works. (dri and glx are the most important ones for HW-accel.) If you also want native OpenGL support also include GLcore.

Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "dri"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
EndSection

After your X-Server is started you should also check the loaded Kernel modules. Important here is radeon and agpgart. On my machine radeon is used 20 times and agpgart is used 3 times. You can check that with lsmod (usually those modules are somewhere near the top of the list).

If something is different on your machine post exactly what the differences are - otherwise it is hard to help.

good luck

Nukes 04-27-2003 08:55 AM

You need to recompile your kernel and REMOVE radeon and DRI support. I wrote a little howto that I am told works with a good few radeon cards. Maybe it will be of help?
http://www23.brinkster.com/nukes031/radeon.html

martinman 04-28-2003 01:29 PM

thanks, i'll check that out

jpbarto 04-30-2003 08:09 AM

for anyone with a radeon 9700 pro and an 8x northbridge (agp port). With the suggestions given above and some backporting that I've been working on I'm hoping to have the ati drivers supporting 8x. The driver already appears to support 8x (at least for the VIA KT400) but mine is a P4PB Ultra w/ P4X400 chipset so I'm trying to work it in. Let you know if I get it working.

martinman 04-30-2003 01:16 PM

nifty, you'll be a god if you get this to work, it seems like a pretty common problem...THANKS!

jpbarto 04-30-2003 06:08 PM

I DID IT!!!! HOLY $H17 I DID IT!!!!!!

Here's the full story abridged... built a beautiful gaming machine... 8x AGP DDR 400 whole 9 yards... of course latest AGP bridge latest chipset... no support... except in the 2.5.x series kernel. ATI AGP drivers don't build against 2.5.x series kernel. Started backporting 8x AGP to 2.4.x series kernel then after a week of that (and getting an agpgart module to compile but couldn't test it)... discovered that ATI fglrx driver supports SOME agp 8x. Downloaded the fglrx for XF86 4.3... hacked the AGPv3 routines... copied the KT400 support over for the P4X400 chip and gave it a shot... much to my surprise after some fiddling / hacking / comparing notes XF86 started up... I thought... holy shit... now lets test this... ran fgl_glxgears... got some 400 fps. ran glxgears... got from 4000-6000 fps. ran fgl_glxinfo... something about a radeon driver... ran glxinfo... and saw the magic words...

DIRECT RENDERING: YES

AAHHHHH!!!!! YEAAHHHHHH!!!!
after jumping up and down on my roommate I proceeded to celebrate and I now type this with a beer in my hand and a cigar in my mouth.

I'll post a diff of ATI's agpgart_be.c file if anyone's interested...
and if anyone would like to take this further by testing the backported agp v3 support for the 2.4.x series kernel let me know... or perhaps I'll post it to the kernel mailing list for people to review. Seeing as how the ati driver will not compile against the modded 2.4.x I can't test the thing so if someone wants to take it over they're more than welcome.

Talk to you more tomorrow... I'll post stuff tomorrow evening... in the meantime I have quake III, UT2K3, and GLTron to install and play with my new AGP card...

laters,
jpbarto


ok... finally settled down. I'll be submitting the updated code to the website I got the 4.3 code from. However if anyone has a place we could post this to now for those who need it (I don't have a website and we can't attach to these posts). also to supply a diff or a patch could prove lengthy for this forum.

However if anyone wants it now you can send me an email at tcwg@email.com

also, I started this whole thing by trying to backport the 2.5.x kernel AGP v3 support to 2.4.x however I was unable to test it because the ati driver wouldn't run against it for some reason. Not sure why. However if someone would like to give it a shot I can provide the modded files.

take it easy my fellow Linux monks,
jason

jpbarto 05-01-2003 02:00 AM

P.S. I'll also be submitting modd'd 2.4.x files / patches to the kernel mailing list.

martinman 05-01-2003 01:20 PM

kernel mailing list?? erm, how could i get these files without joining a mailing list, could you just upload them somewhere or email even? newb here..but if i get these and they work man, i'll LOVE YOU! haha, this issue has been about the only thing holding me back from dropping windows///

membrax 05-01-2003 01:38 PM

Hi folks !

I have to admit being quite interested in this issue as I use a Radeon 9700 Pro as well under Redhet 9.0 ... and guess what, I have to wait and wait and wait and hope to see some hand helping me bringing OpenGL features running in this environment.

I also read last week an interview of the main official ATI driver developper, it said that all the ATI fans only had to wait ... a few weeks to see it coming.
The guy told that the full 3D OpenGL featured driver was ready but in validation process. Validation which should only take 3-4 weeks.

Interview was beginning April. :D

martinman 05-01-2003 02:19 PM

if your serious, i'd rather wait for those than hack up my glx and x86 files...</woman phase>...hell no! I wanna hack the crap outta this baby, its the beauty of linux

jpbarto 05-01-2003 02:53 PM

martinman send me an email at tcwg@email.com. I'll send you the modified ATI driver. Its just like the download except that its not in rpm format. (you'll have to build the kernel module from source). I'll include instructions on how to install it if it'll help.

Now the support I've added is for the Via P4PB Ultra mobo w/ a P4X400 chipset (northbridge)... if that's not you're northbridge chipset then I'm not sure this'll do you any good. Oh, also I sent the modifications into the site where I got the driver from (see earlier in thread). It is the ATI driver version 2.9.8 modified for the XF86 4.3. Hopefully they'll let me know when / if they include the support changes.

Dusan 05-08-2003 12:05 PM

jpbarto, do your drivers work when you are logged in as user. Because I installed 2.9.8 drivers for X 4.3.0 without problems and everything works for root, but not for users.

Can you send me those modified drivers to dberry@verat.net ?

jpbarto 05-08-2003 12:48 PM

check your XFree86 config... there is a DRM section in there that can restrict access to just root. If it works as root then it is probably not a driver issue but a configuration / device permissions problem.

Dusan 05-08-2003 04:35 PM

Quote:

Originally posted by jpbarto
check your XFree86 config... there is a DRM section in there that can restrict access to just root. If it works as root then it is probably not a driver issue but a configuration / device permissions problem.
I think it's a permissionss problem but can't solve it. I have this section in XF86config-4
Section "dri"
Mode 0666
EndSection

And I also tried chmod 0666 /dev/dri/card0, and nothing, still not working.
Any idea?

Tinkster 05-08-2003 04:41 PM

What error message(s) are you
getting? :)

Cheers,
Tink

Dusan 05-08-2003 04:55 PM

Take a look at this thread http://www.linuxquestions.org/questi...threadid=55474

when I type, for example glxinfo as user I got this
Code:

name of display: :0.0
libGL error: failed to open DRM: Operation not permitted
libGL error: reverting to (slow) indirect rendering
display: :0  screen: 0
direct rendering: No
server glx vendor string: SGI
server glx version string: 1.2
server glx extensions:
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context
client glx vendor string: SGI
client glx version string: 1.2
client glx extensions:
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context,
    GLX_ARB_get_proc_address, GLX_ATI_pixel_format_float,
    GLX_ATI_render_texture
GLX extensions:
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.3 Mesa 4.0.4
OpenGL extensions:
    GL_ARB_imaging, GL_ARB_multitexture, GL_ARB_texture_border_clamp,
    GL_ARB_texture_cube_map, GL_ARB_texture_env_add,
    GL_ARB_texture_env_combine, GL_ARB_texture_env_dot3,
    GL_ARB_transpose_matrix, GL_EXT_abgr, GL_EXT_blend_color,
    GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_texture_env_add,
    GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3,
    GL_EXT_texture_lod_bias
glu version: 1.3
glu extensions:
    GLU_EXT_nurbs_tessellator, GLU_EXT_object_space_tess

  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 24 tc  0 24  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  0 0 None
0x24 24 tc  0 24  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 None
0x25 24 tc  0 24  0 r  y  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x26 24 tc  0 24  0 r  .  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x27 24 tc  0 24  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x28 24 tc  0 24  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x29 24 tc  0 24  0 r  y  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x2a 24 tc  0 24  0 r  .  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x2b 24 dc  0 24  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  0 0 None
0x2c 24 dc  0 24  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 None
0x2d 24 dc  0 24  0 r  y  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x2e 24 dc  0 24  0 r  .  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x2f 24 dc  0 24  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x30 24 dc  0 24  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x31 24 dc  0 24  0 r  y  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x32 24 dc  0 24  0 r  .  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None

But if I type that as root, even in the same X session, just in shell change from user to root, there is no error
Code:

name of display: :0.0
display: :0  screen: 0
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.2
server glx extensions:
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context
client glx vendor string: SGI
client glx version string: 1.2
client glx extensions:
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context,
    GLX_ARB_get_proc_address, GLX_ATI_pixel_format_float,
    GLX_ATI_render_texture
GLX extensions:
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: Radeon 9500 (AIB) Athlon (3DNow!)
OpenGL version string: 1.3 (X4.3.0-2.9.8)
OpenGL extensions:
    GL_ARB_multitexture, GL_EXT_texture_env_add, GL_EXT_compiled_vertex_array,
    GL_S3_s3tc, GL_ARB_depth_texture, GL_ARB_fragment_program,
    GL_ARB_multisample, GL_ARB_point_parameters, GL_ARB_shadow,
    GL_ARB_shadow_ambient, GL_ARB_texture_border_clamp,
    GL_ARB_texture_compression, GL_ARB_texture_cube_map,
    GL_ARB_texture_env_add, GL_ARB_texture_env_combine,
    GL_ARB_texture_env_crossbar, GL_ARB_texture_env_dot3,
    GL_ARB_texture_mirrored_repeat, GL_ARB_transpose_matrix,
    GL_ARB_vertex_blend, GL_ARB_vertex_program, GL_ARB_window_pos,
    GL_ATI_draw_buffers, GL_ATI_element_array, GL_ATI_envmap_bumpmap,
    GL_ATI_fragment_shader, GL_ATI_map_object_buffer, GL_ATI_separate_stencil,
    GL_ATI_texture_env_combine3, GL_ATI_texture_float,
    GL_ATI_texture_mirror_once, GL_ATI_vertex_array_object,
    GL_ATI_vertex_attrib_array_object, GL_ATI_vertex_streams,
    GL_ATIX_texture_env_combine3, GL_ATIX_texture_env_route,
    GL_ATIX_vertex_shader_output_point_size, GL_EXT_abgr, GL_EXT_bgra,
    GL_EXT_blend_color, GL_EXT_blend_func_separate, GL_EXT_blend_minmax,
    GL_EXT_blend_subtract, GL_EXT_clip_volume_hint,
    GL_EXT_draw_range_elements, GL_EXT_fog_coord, GL_EXT_multi_draw_arrays,
    GL_EXT_packed_pixels, GL_EXT_point_parameters, GL_EXT_rescale_normal,
    GL_EXT_polygon_offset, GL_EXT_secondary_color,
    GL_EXT_separate_specular_color, GL_EXT_stencil_wrap,
    GL_EXT_texgen_reflection, GL_EXT_texture3D,
    GL_EXT_texture_compression_s3tc, GL_EXT_texture_cube_map,
    GL_EXT_texture_edge_clamp, GL_EXT_texture_env_combine,
    GL_EXT_texture_env_dot3, GL_EXT_texture_filter_anisotropic,
    GL_EXT_texture_lod_bias, GL_EXT_texture_object, GL_EXT_texture_rectangle,
    GL_EXT_vertex_array, GL_EXT_vertex_shader, GL_HP_occlusion_test,
    GL_NV_texgen_reflection, GL_NV_blend_square, GL_NV_occlusion_query,
    GL_SGI_color_matrix, GL_SGI_texture_edge_clamp,
    GL_SGIS_texture_border_clamp, GL_SGIS_texture_lod,
    GL_SGIS_generate_mipmap, GL_SGIS_multitexture, GL_SUN_multi_draw_arrays
glu version: 1.3
glu extensions:
    GLU_EXT_nurbs_tessellator, GLU_EXT_object_space_tess

  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 24 tc  0 24  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  0 0 None
0x24 24 tc  0 24  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 None
0x25 24 tc  0 24  0 r  y  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x26 24 tc  0 24  0 r  .  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x27 24 tc  0 24  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x28 24 tc  0 24  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x29 24 tc  0 24  0 r  y  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x2a 24 tc  0 24  0 r  .  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x2b 24 dc  0 24  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  0 0 None
0x2c 24 dc  0 24  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 None
0x2d 24 dc  0 24  0 r  y  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x2e 24 dc  0 24  0 r  .  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x2f 24 dc  0 24  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x30 24 dc  0 24  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x31 24 dc  0 24  0 r  y  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x32 24 dc  0 24  0 r  .  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None

Simmilar error is when I try to start xawtv, glxgears, at least this part
Code:

name of display: :0.0
libGL error: failed to open DRM: Operation not permitted
libGL error: reverting to (slow) indirect rendering
display: :0  screen: 0
direct rendering: No

And 3d games run in soft mod.
So how to make it work for users?

Tinkster 05-08-2003 04:59 PM

In your other post I saw that you are
using slack ... well, my slack 8.1 uses
the file /etc/X11/XF86Config, not a
/etc/X11/XF86Config-4 ... maybe if
you put that section in the other file?

And yes, I compiled 4.3 manually, too :)

Cheers,
Tink

Dusan 05-08-2003 05:08 PM

Maybe, I'll try that later,I cant lose anything :)) But I only have /etc/X11/Xf86Config-4 file. Isn't the -4 one default and if it's not there X uses w/o -4 one?

I compiled X 4.3.0. Maybe I did something wrong? I did it like it says in readme file, make world, then make install, everything went ok, no errors.

jpbarto 05-08-2003 05:12 PM

Actually here's a little X history for you... When XF86 first went from version 3 to 4 alot of people who were testing with XF86 4 but used ver3 for primetime would keep their XF86 config for version 4 as XF86Config-4. So when you start XF86 it first looks for an XF86Config-4 file... if it doesn't find it then it looks for XF86Config. so that has nothing to do with it. your XF86config 'dri' section looks correct and after chmod'ng card0 you should've been alright.

I built my XF86 4.3 from source on an LFS system, compiled the driver, did the fglrxconfig, modprobed the fglrx driver and told it to use its own agpgart modules... then started x... no problems.

my card0 comes up as crw-rw-rw-

did you replace the libGL with the one that came with the fglrx driver?

I don't know what it is your missing... maybe you'd have better luck posting to the dri forum over at sourceforge (dri.sourceforge.net). its definately a permissions problem but I'm not sure where its coming from.

nukkel 05-11-2003 08:17 AM

Check http://www.linuxquestions.org/questi...threadid=51614 , we got it solved there

martinman 05-11-2003 08:36 AM

uhm, nukkel, I don't think thats the right solution for me seeing that you have a different generation card, a very weird version of xfree (from cvs), and a different distro (even though that shouldnt really matter)...so i say, jpbarto, when can we/I expect those drivers?:D :Pengy:

nukkel 05-11-2003 08:55 AM

Hold on, I just found that the driver can be downloaded seperately for XFree86. It's here: http://www.xfree86.org/~alanh
BTW I have XFree86 4.3.0 now, from downloaded binaries, makes no difference.
Why not give it a try, this driver claims to be for all Radeons all the same

martinman 05-11-2003 09:32 AM

i checked that out, unpacked it (does it matter which directory i unzip it into?) and got this error:

Code:

/lib/modules/2.4.20-9/build/include/linux/highmem.h:20: warning: pointer of type `void *' used in arithmetic
In file included from gamma_drv.c:54:
drm_vm.h: In function `gamma_mmap':
drm_vm.h:462: warning: passing arg 1 of `remap_page_range_R2baf18f2' makes pointer from integer without a cast
drm_vm.h:462: incompatible type for argument 4 of `remap_page_range_R2baf18f2'
drm_vm.h:462: too few arguments to function `remap_page_range_R2baf18f2'
make: *** [gamma_drv.o] Error 1


nukkel 05-11-2003 10:21 AM

Phew, that looks bad... I'm not that much of a programmer myself so this looks as weird to me as it does to you...
Don't ATI have drivers for their more expensive cards themselves? Maybe that'll get you further

I'm sorry but I really wouldn't know how to solve this :scratch:

P.S. unpacking a .tar.gz can always be done in any temporary directory.

martinman 05-11-2003 10:45 AM

the ati drivers for all the highend cards only support XF 4.2.0...

come to think of it, is it reasonable to try and DOWNGRADE X? Or are there MAJOR bugfixes in 4.3 that arent worth sacrificing for opengl and direct rendering?

like i said in the other thread, would it reasonable for you to email me the file?

jpbarto 05-12-2003 09:59 AM

Martinman, I'm sorry if you've sent me emails in the last couple of days. Some buddies of mine were visiting from grad school over the weekend so I didn't have too much computer time.
If I remember correctly though you want to run a radeon on a KT400 chipset mobo with XF 4.3 right?
here's the file you need:
http://www.schneider-digital.de/down...linux_X4.3.zip

the driver I have available is a modded copy of the one linked above. I added support for the P4X400 chipset. support for the KT400 is already available in this driver (at least judging from the looks of the code). Give it a try and let me know (either through here or email) if you have problems. And if after installing it says it won't support your KT400 I'll further mod the one I have available to add the support.

download from the link above and let me know how it goes.

laters,
jbarto

P.S. I would like to have you host the mod'd drivers if you would please I'll send them to you some time this week; at least until the site linked above provides the updated driver on their site.

Griffin518 05-14-2003 11:15 PM

Posted possible solution
 
... http://www.linuxquestions.org/questi...290#post305290


All times are GMT -5. The time now is 01:23 PM.