PDA

View Full Version : 8RDA+, RH9.0, 4349 driver problems


woolbeo
04-06-03, 01:26 AM
Hi,

I am having problems with the latest drivers and Redhat 9 on my 8rda+ and Abit Silure Ti 4200 OTES. The drivers install fine, and X starts up without any warnings in the log files, but the screen is covered with different colored random ASCII characters. I tried the suggestion to disable AGP with the Option "NvAGP" "0", and it still has the same problem. WinXP works fine with the newest windows drivers.

My log file and config file are attached.

CSlayeR
04-06-03, 05:35 AM
Problem is the bios ... downgrade your bios to 1/29/03 and the problem will disappear. I think there is something with Epox AGP. I have another problem . X is running i got fps in glxgears but when i logout or switch to text mode the computer hangs.


SlayeR

--------------
8RDA+
Abit Siluro 4200-8x non OTES

bahamot
04-06-03, 06:01 AM
uhmm where to get glxgear?

bahamot
04-06-03, 06:05 AM
hehehe silly me......... mine is 4400+ fps, and switching to console mode is working now :)

CSlayeR
04-06-03, 07:50 AM
What have you done bahamot???

bahamot
04-06-03, 08:23 AM
Originally posted by CSlayeR
What have you done bahamot???

uhmmm not sure....
last time, yes it's not working at all,
and after flashed from 3117 to 3129.
and just today, i give it a try again in console mode
and now i use it :)
really strange, i've try that before and it's not working, but today it's even better than before

ooppss, i'm on rh8 right now

CSlayeR
04-06-03, 09:02 AM
Gnome 2.2 of redhat 9.0 is much better like it was in redhat 8.0 gnome 2.2 , RH90 is more polished .. i want redhat 9.0 not eight

rudie
04-06-03, 10:22 AM
I'm having the same problems with gentoo and 4349, I have tried the gaming-kernel sources as well (2.4.20 + patches, IDE support for nForce2). I have not been able to get the drivers to work at all with either xfree 4.2.1 or xfree 4.3. The nv driver does work, it's just very slow. AGP support is built as a module and my XF86Config includes the option "NvAGP" set to "1". My XFree log file ends with the line setting the device resolution as well. Does anyone have the 8RDA+ working under Linux?

Thanks..

bahamot
04-06-03, 10:45 AM
Originally posted by CSlayeR
Gnome 2.2 of redhat 9.0 is much better like it was in redhat 8.0 gnome 2.2 , RH90 is more polished .. i want redhat 9.0 not eight

hey, i'm using rh9 now....... and it's work :)
uhmm try change ur color depth to 24bit

but got strange msg when compiling openGL apps in rh 9
gcc -lm -lGL -lGLU -lm -lglut -march=i686 -mcpu=i686 -L/usr/X11R6/lib -o output/hello.out hello.c
/usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libglut.so: undefined reference to `glXBindChannelToWindowSGIX'
/usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libglut.so: undefined reference to `XGetExtensionVersion'
/usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libglut.so: undefined reference to `XFreeDeviceList'
/usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libglut.so: undefined reference to `XQueryDeviceState'
/usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libglut.so: undefined reference to `XListInputDevices'
/usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libglut.so: undefined reference to `glXQueryChannelDeltasSGIX'
/usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libglut.so: undefined reference to `glXChannelRectSyncSGIX'
/usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libglut.so: undefined reference to `glXChannelRectSGIX'
/usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libglut.so: undefined reference to `XFreeDeviceState'
/usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libglut.so: undefined reference to `XOpenDevice'
/usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libglut.so: undefined reference to `glXQueryChannelRectSGIX'
/usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libglut.so: undefined reference to `XmuLookupStandardColormap'
/usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libglut.so: undefined reference to `XSelectExtensionEvent'
collect2: ld returned 1 exit status
make: *** [hello] Error 1

any idea?

bwkaz
04-06-03, 11:46 AM
You need to include the XFree86 libraries in your link command.

Run ldd on your libglut.so file to see what all you need, but the libGL.so requires -lXm -lX11 as well as -lm and whatever else you have. So I'd guess that that's the problem.

Plus, I know from nm that the glX* functions are in the libX11.so file. ;)

bahamot
04-06-03, 06:00 PM
Originally posted by bwkaz
You need to include the XFree86 libraries in your link command.

Run ldd on your libglut.so file to see what all you need, but the libGL.so requires -lXm -lX11 as well as -lm and whatever else you have. So I'd guess that that's the problem.

Plus, I know from nm that the glX* functions are in the libX11.so file. ;)

/usr/bin/ld: cannot find -lXm
/usr/bin/ld: cannot find -lX11

so....... where could i get it?

bwkaz
04-06-03, 08:07 PM
Err, that should have been -lXext, not -lXm. It somehow got screwed up between ldd and my posting. :o

But anyway, the files can be gotten from your distro's XFree86-devel or X11R6-devel package.

bahamot
04-06-03, 10:17 PM
thanks :)

anyway, XFree86-devel and glut, glut-devel has been installed, and it still can't compiled

bahamot
04-07-03, 12:56 AM
now i got this error msg.........

g++ -o main.out lib/main.o lib/vertex.o lib/polygon.o lib/readfile.o -L/usr/X11R6/lib -lglut -lGLU -lGL -lX11 -lXi -lXmu -lm
/usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libglut.so: undefined reference to `glXBindChannelToWindowSGIX'
/usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libglut.so: undefined reference to `glXQueryChannelDeltasSGIX'
/usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libglut.so: undefined reference to `glXChannelRectSyncSGIX'
/usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libglut.so: undefined reference to `glXChannelRectSGIX'
/usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libglut.so: undefined reference to `glXQueryChannelRectSGIX'
collect2: ld returned 1 exit status
make: *** [TARGET] Error 1

bahamot
04-07-03, 01:14 AM
uhmmm strange, after i rebuild glut and glut-devel from srpm, now it's work.....

uhmm bwkaz, do u know what's going on here?

bwkaz
04-07-03, 07:57 AM
No, not really, but I've had issues before with glut doing strange things like that. Mesa's glut, in particular, likes to use some glX...SGIX functions that I don't have (I assume they're SGI-specific).

bahamot
04-07-03, 08:27 AM
alright then, thx a lot :)

CSlayeR
04-08-03, 06:38 AM
I now have one NF7-S 1.2 Rev. I think the problem with the texmode is in the Epox's Nforce AGP. I will be back with news..
I hope vt-switching is working with the new mainboard

SlayeR

Owner of one NF7-S 1.2 :)))

CSlayeR
04-08-03, 02:52 PM
I tried the NF-S with redhat. It hangs at logout or vt-switching or switching to text-mode Ctrl-Alt-F1..F6


:(

No chance to find one fix for this problem!!


Cya!!

bwkaz
04-08-03, 03:15 PM
Seeing as your problems are sort of strewn across multiple threads, I don't know if this has been asked before or not, but have you tried with and without a framebuffer console with your new motherboard?

CSlayeR
04-08-03, 03:35 PM
No change.. It hangs. I tried various kernels but no succes. I have one AGP8x card and just 4191 have suport for it or the latest drivers. :)