View Full Version : GeForce4 Ti 4200 Redhat 8.0 fresh install question
Tom1976
01-11-03, 09:44 PM
I have a problem.
First, the facts:
Athlon XP 2100+
ASUS A7V333 mobo
PNY GeForce4 Ti 4200 64MB
1GB PC2700 DDR SDRAM
Redhat 8.0
Kernel 2.4.18-14
I ran NVChooser.sh which returned:
NVIDIA_kernel-1.0-4191.rh80up.athlon.rpm
NVIDIA_GLX-1.0-4191.i386.rpm
So I downloaded them both. Followed the README.
rpm -ivh NVIDIA_kernel-1.0-4191.rh80up.athlon.rpm
rpm -ivh NVIDIA_GLX-1.0-4191.i386.rpm
Changed the /etc/X11/XF86Config
deleted "Load dri"
deleted "Driver vesa"
added "Driver nvidia"
(Attached XF86Config file below for reference)
restarted X. Everything came up as expected. Saw the nVidia logo screen. Started tuxracer..... everything was flashing then it crashed and froze X.
Tried it a couple times same thing. So rpm -e the two NVIDIA rpm's. Downloaded the source rpm's. Again, followed the instructions in the readme and built and installed from the source RPM's. Didn't change the XF86Config file.
restarted X. Same thing. Went into tuxracer, all the rendered objects flickered, crash, froozen X.
Here is the kicker.... this was working fine yesterday on the same machine. I've been playing ut2k3 on linux for days with the 4191 drivers. This morning I reinstalled RH8 because I wanted to get rid of my Windows partition.
What changed?!?!?!?!
Here is what my XF86Config looks like:
------------------------------------------------------
# File generated by anaconda.
Section "ServerLayout"
Identifier "Anaconda Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Mouse1" "SendCoreEvents"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
# The location of the RGB database. Note, this is the name of the
# file minus the extension (like ".txt" or ".db"). There is normally
# no need to change the default.
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "unix/:7100"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
EndSection
Section "InputDevice"
# Option "AutoRepeat" "500 5"
# when using XQUEUE, comment out the above line, and uncomment the
# following line
# Option "Protocol" "Xqueue"
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
# Option "Xleds" "1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
# Option "XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults). For example, for a non-U.S.
# keyboard, you will probably want to use:
# Option "XkbModel" "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
# Option "XkbModel" "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
# Option "XkbLayout" "de"
# or:
# Option "XkbLayout" "de"
# Option "XkbVariant" "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
# Option "XkbOptions" "ctrl:swapcaps"
#Option "XkbOptions" ""
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "us" #Option "XkbVariant" ""
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "Protocol" "IMPS/2"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Dell P990"
HorizSync 30.0 - 96.0
VertRefresh 48.0 - 120.0
Option "dpms"
EndSection
Section "Device"
# no known options
#BusID
Identifier "NVIDIA GeForce 4 (generic)"
Driver "nvidia"
VendorName "NVIDIA GeForce 4 (generic)"
BoardName "NVIDIA GeForce 4 (generic)"
EndSection
Section "Screen"
Identifier "Screen0"
Device "NVIDIA GeForce 4 (generic)"
Monitor "Monitor0"
DefaultDepth 16
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
#Section "DRI"
# Mode 0666
#EndSection
Tom1976
01-12-03, 12:50 AM
UPDATE:
I upgraded my RH kernel to 2.4.18-19.8.0.
Built the kernel and GLX packages from the source RPM's. And still.... when I test the 3D acceleration in tuxracer, it flickers, then freezes X.
I can't be the first person to encounter this problem.....
junkieclown
01-12-03, 10:19 AM
Questions: What brand of RAM are you using?
(the asus manual mentions 3 kinds that are tested and verified by them. I am not using one of those 3)
Do you have a Windose system you can try the card with to see if it's OK?
(the asus manual mentions that putting the video card in or taking it out when the system is plugged in at all can damage the card. I think that's what the green diode on the MB is for. If the crashing behavior follows the card when used in a windows system, then there's been damage to the card.)
Is the Nvidia card sharing an interrupt with anything else?
I disabled USB2.0 on the MB to free the IRq for Nvidia's exclusive use -- still no joy. But maybe you have more stuff attached to your system than I do.
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
My setup:
Asus A7v333 (non-raid)
AMD 2100+ cpu
512 mb Corsair XMS pc2700
Gainward ti4200 gf4 64mb ddr
-or-
Aopen MX200 gf2 64mb sdram
intel etherexpress 100 pro nic
enermax whisper 350 watt PS
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
With the GF4 ti4200, any OpenGL game crashes a few seconds after starting. The screen freezes with large blue and greenish blocky chuncks like a giant pixelized version from whatever frame it was just rendering. "Algae-vision".
I am using RH8.0 --have upgraded kernel to 2.4.20-ac2 to get latest chipset support.
Latest Nvidia driver + glx files (1.0-4.x). Haven't tried any previous versions like 1.0-3.x
I have updated my Asus BIOS to the latest stable version, with no change.
Using the Gforce 2 card, everything is fine. But slow rendering. Drop the Gforce4 in and no matter what I try I get the same crashing error-- chunky frozen screen in OpenGL, but X is otherwise ok in 2d. I planned to test the card with Windose tomorrow on a different system to see if it was defective. That is looking less likely, as you seem to have the same problem.
I Cannot find any BIOS options or driver options to stabilize the OpenGL operation. There is Agp drive strength in the BIOS but I don't know what I'd be doing there at all and I read that you can make your system unbootable that way. Hairy.
Actually I haven't tested turing off AGP altogether with the GF4. (What would be the point of a GF4 that didn't work on a AGP bus?)
Any Nvidia people want to comment about this?
Tom1976
01-12-03, 12:24 PM
I'm using 2 sticks of 512MB Samsung RAM.
http://usa.asus.com/mb/socketa/a7v333/specification.htm
This page has a table at the bottom that lists qualified RAM. The 128 and 256 Samsung RAM is listed, but the 512 is not.
I'm using the most up to date BIOS, version 1015.
I'm going to install Windows 2000 on this box now and see what happens.
I don't know if the card is sharing an interrupt. Where can I check? I have the G4 in the AGP slot and I have a modem in the bottom PCI slot, and that's it as far as cards go in this box.
My mobo is also the non-RAID version.
Tom
junkieclown
01-12-03, 12:42 PM
See interrupts quickly:
# cat /proc/interrupts
Here's mine:
CPU0
0: 42568985 XT-PIC timer
1: 225415 XT-PIC keyboard
2: 0 XT-PIC cascade
4: 1581644 XT-PIC usb-uhci, usb-uhci
8: 1 XT-PIC rtc
10: 9045138 XT-PIC cmpci
11: 36467541 XT-PIC nvidia
12: 462082 XT-PIC eth0
14: 209595 XT-PIC ide0
15: 7 XT-PIC ide1
NMI: 0
LOC: 42569165
ERR: 28856
MIS: 0
Before I disabled USB2.0 jumpers, I would see 'ehci' as sharing irq11 with nvidia. Sharing the interrupt between the nvidia card and something else supposedly is one thing that can cause crashes, but when using the Ti-4200 GF4 card I have what seems to be an identical crash problem, whether the irq is shared or not.
one other thing about my setup: I have tried turning the apic interrupt controller off in my bios, but it doesn't seem to affect the crashing. gf4 crashes, gf2 does not. My present kernel is built to support local apics, I don't know whether RH packaged kernels do, but either way I can't tell if it makes a difference. What Bios settings variations have you tried?
I would really appreciate some input from Nvidia, since they have my money, several times now.
PS: did i read you correctly as saying that you initially installed rh8.0 with the ti-4200 in place and opengl worked with the nvidia 1.0-4xxx driver?
Tom1976
01-12-03, 12:50 PM
Here is what I get from running cat /proc/interrupts
CPU0
0: 1259321 XT-PIC timer
1: 1984 XT-PIC keyboard
2: 0 XT-PIC cascade
5: 117573 XT-PIC usb-uhci, serial
6: 0 XT-PIC usb-uhci, usb-uhci
8: 1 XT-PIC rtc
10: 0 XT-PIC ehci-hcd, cmpci
11: 207302 XT-PIC usb-uhci, nvidia
12: 82134 XT-PIC PS/2 Mouse
14: 11672 XT-PIC ide0
15: 47917 XT-PIC ide1
NMI: 0
ERR: 0
I haven't touched anything in my BIOS other the intial prompting for choosing the FBS speed (I'm not OCing), and changing my drive boot order from it's default.
Tom1976
01-12-03, 01:00 PM
PS: did i read you correctly as saying that you initially installed rh8.0 with the ti-4200 in place and opengl worked with the nvidia 1.0-4xxx driver?
This is what happened. I originally had an Athlon XP 1700+ with 256MB of Crucial PC2100 DDR SDRAM in this rig. Everything was working fine with the 4191 drivers. On Friday I upgraded to the 2100+ and the 1G of Samsung, didn't change anything in software, rebooted, and everything came up fine. Linux saw and reported in the proc directory the new chip and ram. Was able to play UT2003 just fine all friday night and saturday morning.
Then saturday afternoon I decided to blow away my windows partition and install RH8 over my entire HD. That's how I we came to be where we are now.... :(
junkieclown
01-12-03, 03:13 PM
and presumably you followed the same procedures as before to install the Nvidia drivers and configure your XF86Config.....
I am impressed. I had a problem that merely seemed the same no matter what options I tried. You have a similar problem that has appeared where once there was working hardware & setup...
I am so stumped now, I don't know whether to **** or go blind.
You were using RH8.0 before as well, right, when it was working for UT2003?
Did you ever have a boot option like mem=nopentium for grub or lilo before your reinstall?
I don't think that's supposed to be necessary with recent kernels but...
Here's another thing: there's no NvAGP option set in your XF86Config.
You could try it different ways to see if one avoids the crashing.
"NvAGP" "0" #equals no agp of any kind
.............."1" #equals , try nvagp if possible
.............."2" # equals, try Linux agpgart if possible
.............."3" #equals, try agpgart and fallback to nvagp if unsuccessful.
default is "3" if nothing is specified.
Since you aren't specifying anything, then it should try agpgart. But I don't know if there is agpgart support for Kt333 chipsets in the kernels RH ships. I can't really say if there is any in the Nvidia driver either. What I've seen in Nvidia's documentation says Kt266. However, my 2.4.20-ac2 kernel identifies the 333 chipset as Kt266Pro at least for purposes of AGP.
cat /proc/driver/nvidia/agp/host-bridge
Host Bridge: Via Apollo Pro KT266
Fast Writes: Supported
SBA: Supported
AGP Rates: 4x 2x 1x
Registers: 0x1f000217:0x00000104
It seems to work with Nvidia's agp module :::
cat /proc/driver/nvidia/agp/status
Status: Enabled
Driver: NVIDIA
AGP Rate: 4x
Fast Writes: Disabled
SBA: Disabled
(snipped from /var/log/XFree86.0.log)
(II) NVIDIA(0): Setting mode "1600x1200"
SwitchToMode - Succeeded
(II) Open APM successful
(II) NVIDIA(0): AGP 4X successfully initialized
(II) NVIDIA(0): Setting mode "1600x1200"
(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
(**) NVIDIA(0): DPMS enabled
(II) Loading extension NV-GLX
(II) [GLX]: Initializing GLX extension
(II) Open APM successful
(II) NVIDIA(0): AGP 4X successfully initialized
(II) NVIDIA(0): Setting mode "1600x1200"
(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
(**) NVIDIA(0): DPMS enabled
(II) Loading extension NV-GLX
(II) [GLX]: Initializing GLX extension
(II) Open APM successful
(II) NVIDIA(0): AGP 4X successfully initialized
(II) NVIDIA(0): Setting mode "1600x1200"
(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
(**) NVIDIA(0): DPMS enabled
(II) Loading extension NV-GLX
(II) [GLX]: Initializing GLX extension
(II) Open APM successful
(II) NVIDIA(0): AGP 4X successfully initialized
(II) NVIDIA(0): Setting mode "1600x1200"
(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
(**) NVIDIA(0): DPMS enabled
(II) Loading extension NV-GLX
(II) [GLX]: Initializing GLX extension
It's very perplexing and i'm getting the distinct feeling that neither Linux kernel people nor Nvidia give much of a damn about AMD cpus and VIA boards, as they're always having trouble with them, and are typically very late getting things working right.
Maybe it won't crash on NvAGP "0" (won't that be fun?)
Tom1976
01-12-03, 04:10 PM
Installed Windows 2000 Pro on this box.
Installed the latest windows nvidia drivers from nvidia's site.
Ran 3DMark2001 SE successfully (scored 10233).
Ran UT2003 under Win2000 successfully (played for about an hour).
This leads me to believe it's not a hardware problem.
So now I'm back to square one. I just reinstalled RH8.0 again (kernel 2.4.18-14).
I'm going to try again with the 4191 driver. If that doesn't work, I'll try with older drivers.
nd presumably you followed the same procedures as before to install the Nvidia drivers and configure your XF86Config.....
I didn't actually do anything between hardware upgrades. That is, the 4191 driver was working fine with the old proc and ram. I popped in the new proc and ram and just started the machine. Redhat didn't seem to mind, and I just kept playing. It wasn't until after I reinstalled after the hardware upgrade that the problems came about.
junkieclown
01-12-03, 05:55 PM
Well, Option "NvAGP" "0" crashes on my setup, same as always.
If it works for you though, that might be significant: like maybe I have a damaged card and you don't. I kinda doubt it, but still...
(People talk about these cards overheating, but a couple days ago I tried opening the case and directing a very powerful fan right onto the mobo... I could see a major diff in cpu/mobo temp but no difference in the crashing. If anything it crashed quicker.)
The one major difference between our systems is: my Ti-4200 has never worked in OpenGL without crashes seconds into launching the opengl app.
Yours used to work. I can't account for that.
2morrow I will try a GF3 on this system, and my ti4200 on win98 and an sis735 just to make sure it's alright. I already know in my heart it will work fine --just like yours does in W2K.
I'm getting pretty fed up with Nvidia Linux "support".
BTW: what kind of powersupply are you using?
Not that it really matters since it's clear that the card and motherboard work just fine together under Windows.
Tom1976
01-12-03, 06:27 PM
Antec 350W
Tom1976
01-13-03, 12:37 AM
RH8's default game package comes with a game called chromium. According to the faq on the chromium website, it's hardware accelerated
http://www.reptilelabour.com/software/chromium/faq.htm#q5
I'm able to play that game fine. yet, start tuxracer... as we all know... crashes and freezes X.
Just thought I'd throw that out there....
Originally posted by Tom1976
CPU0
0: 1259321 XT-PIC timer
1: 1984 XT-PIC keyboard
2: 0 XT-PIC cascade
5: 117573 XT-PIC usb-uhci, serial
6: 0 XT-PIC usb-uhci, usb-uhci
8: 1 XT-PIC rtc
10: 0 XT-PIC ehci-hcd, cmpci
11: 207302 XT-PIC usb-uhci, nvidia
12: 82134 XT-PIC PS/2 Mouse
14: 11672 XT-PIC ide0
15: 47917 XT-PIC ide1
NMI: 0
ERR: 0 Have you tried disabling extra USB ports? It seems you have four controllers installed ( :eek: ); does disabling two of them that you don't use change the IRQ sharing?
Tom1976
01-13-03, 08:26 AM
How do I disable them? Is it a BIOS setting?
Yes, in the BIOS. I don't know where -- that depends on your chipset and BIOS writer (AMI, Award, Phoenix, or whatever else).
Tom1976
01-13-03, 05:53 PM
My ASUS board uses the Award BIOS.
Browsing through the menu, I only found one field related to USB, the "USB Legacy Support" field. By default it was enabled, so I set it to disable.
During boot, when it got to "detecting new hardware", I was taken to a drop USB screen. I selected drop, and the boot continued. Here is my /proc/interrupt now:
CPU0
0: 545770 XT-PIC timer
1: 2418 XT-PIC keyboard
2: 0 XT-PIC cascade
5: 69338 XT-PIC usb-uhci, serial
8: 1 XT-PIC rtc
10: 0 XT-PIC ehci-hcd, cmpci
11: 87521 XT-PIC usb-uhci, nvidia
12: 62140 XT-PIC PS/2 Mouse
14: 10862 XT-PIC ide0
15: 19877 XT-PIC ide1
NMI: 0
ERR: 0
yes, a couple usb's are gone, but that one still sharing on 11 is still there......
Ideas?
:-/
Rats, I was hoping that the USB controller that it got rid of would be the right one.
Any way to force the other controller to IRQ 6?
No, not really any ideas, unfortunately, unless modinfo usb-uhci tells you of some way to force a certain IRQ...
junkieclown
01-14-03, 03:56 PM
yesterday I was able to check my ti4200 on another system.
The system was based on a SIS 735 chipset. interestingly, Quake3 Linux version played on this other system for nearly a minute before crashing. The crashing screen looked exactly like it does on my Asus KT333 based system. Blue-green chunks.
Then I installed the card's drivers on the Windows98 system that shares that sis735 hardware. At first I thought aha, bad hardware, since NeedForSpeed / Porsche Unleashed crashed soon after starting. Couple of minutes of play. However this was right after completing the card installation. And I had accidentally left windows at 256 colors. And this is Windows98 after all: it's not really supposed to be stable. After a reboot or two to adjust colors in Windows to 32bit, the card stayed stable while playing that game for multiple races. I couldn't play it hour after hour to check stability under stressful conditions, as there wasn't time, but it was clearly not exhibiting the "crash in 20 seconds or less" behavior it has under Linux.
Unfortunately that was about the only 3d game installed on that Windose system.
I guess my options are to hope Nvidia comes across with support for their product in a timely fashion (oops too late for that! ) or just to chalk this up to experience and buy some Intel hardware they feel like supporting.
junkieclown
01-14-03, 04:07 PM
Originally posted by Tom1976
My ASUS board uses the Award BIOS.
Browsing through the menu, I only found one field related to USB, the "USB Legacy Support" field. By default it was enabled, so I set it to disable.
During boot, when it got to "detecting new hardware", I was taken to a drop USB screen. I selected drop, and the boot continued. Here is my /proc/interrupt now:
CPU0
0: 545770 XT-PIC timer
1: 2418 XT-PIC keyboard
2: 0 XT-PIC cascade
5: 69338 XT-PIC usb-uhci, serial
8: 1 XT-PIC rtc
10: 0 XT-PIC ehci-hcd, cmpci
11: 87521 XT-PIC usb-uhci, nvidia
12: 62140 XT-PIC PS/2 Mouse
14: 10862 XT-PIC ide0
15: 19877 XT-PIC ide1
NMI: 0
ERR: 0
yes, a couple usb's are gone, but that one still sharing on 11 is still there......
Ideas?
Do you have peripherals that absolutely need USB2 ?
Your usb2 controller (ehci) is still in the mix. I got the Nvidia to its own interrupt not by turning off usb this or that in the BIOS, but by disabling the USB2 hardware. There's a jumper on the bottom edge of the motherboard that you change (page 24 of my asus a7v333 manual).
Changing that jumper and enabling "reset configuration data" (under the "boot" screen of the bIOS setup utility) caused all the PCI hardware to be re-recognized and with USB2 disabled at the electrical level, that left Nvida all alone on irq11.
You still have USB 1 type support and you can leave it enabled it in the BIOS.
However, I am not at all sure that this even matters. The Nvidia drivers just do not support our hardware and we're SOL until they do.
Originally posted by junkieclown
The Nvidia drivers just do not support our hardware and we're SOL until they do. That's funny, because my KT333 works just fine with the nVidia drivers. Of course, it's not an Asus board, either, it's a cheap-a** Biostar, so that might have something to do with it...
MSI GF4 Ti 4200 128MB as well...
junkieclown
01-14-03, 05:59 PM
do you use agpgart or nvidia's builtin agp support?
did you mess with drive strength settings in any way?
do anything unusual to get the drivers working?
what kernel are you using?
are you passing any options to the kernel via lilo/grub?
what i find "funny" is that tom and i have perfectly good hardware, we're not idiots who're incapable of reading documents, and the drivers do NOT work for us in 3d.
With my GF2 MX board, sure it works great. With my GF4 ti board, no it's not working.
I will continue to regard that as non-support for my Nvidia and related standard hardware until they fix it. After all, it works fine in Windows for Tom on the same hardware.
(PS-It seems that nvidia develops gart drivers for Windows. But you can see in the release notes for Linux no mention of Kt333 support unless it's lumped in with a generic support of Kt266...kt333 is hardly new, so i assume that's what they're doing.
Thing is, the gf4 crashes under agpgart just the same.)
Hello,
I've got the same problems as you have but I cannot test if mine is hardware related or not
(I don't have windows and don't have the opportunity to install it).
My config :
ASUS A7V33
Chaintech GeForce 4 Ti 4200 64M
Athlon XP 1800
768M DDR SDRAM
Debian Sarge
I compiled two kernel
2.4.19 :
no mtrr, no agp, no rtc
2.4.20 :
mtrr, no agp, rtc
My bios settings are the following :
Everything default except :
Video Memory Cache Mode : UC
XFree settings :
Default + Use of Nvidia AGP
For booting I append this line to lilo : pci=biosirq but doesn't have any effect. As you can see :
nicoe@smarties ~ % grep nvidia /proc/interrupts
11: 222046 XT-PIC usb-uhci, nvidia
The strange thing is that with the kernel 2.4.19, AGP is disabled but I can play (bzflag) for hours without problems.
With the 2.4.20 kernel, AGP is enabled but as soon as I play a little (20-30s or so) -> Freeze.
But I can launch glxgears without any problems.
Sorry, should have added stuff like that.
I use agpgart, and (at least on this box) kernel 2.4.18 and .19. I've used the drivers all the way back to 2.4.4 or so, though, just not with the KT333 chipset (obviously -- it's newer than that).
No messing with drive strength. It's set to I believe E9 (possibly set to auto-try-to-detect and E9 is the current setting), but don't quote me on that. I have no idea what drive strength even changes, but I do remember someone saying that setting either nibble to F causes problems... in any case, I don't know what it does, so I don't know for sure what it's set at.
Anything unusual? No, just compiled from tarballs, exactly like every nVidia driver I've used since way back around 0.9-769 or so. I did set fast writes and SBA to enabled in os-registry.c (but only because I didn't want to pass the option on every autoprobe).
Kernel, again, currently 2.4.19 plus -preempt (I applied -preempt myself, but it worked with vanilla 2.4.19 also). I should try 2.4.20 one day, but won't soon.
It has MTRR support, agpgart a module, rtc a module (both loaded); if you want, I can post/attach the full .config file.
/proc/cmdline shows:
BOOT_IMAGE=LFS-gcc3 ro root=305 hdc=ide-scsi
Using lilo.
And my /proc/interrupts looks like:
CPU0
0: 17447979 XT-PIC timer
1: 170380 XT-PIC keyboard
2: 0 XT-PIC cascade
8: 1 XT-PIC rtc
10: 959909 XT-PIC usb-uhci, usb-uhci, eth0
11: 6987900 XT-PIC nvidia
12: 1133045 XT-PIC YMF724F
14: 418556 XT-PIC ide0
15: 11510 XT-PIC ide1
NMI: 0
ERR: 0 so nvidia isn't sharing anything with anybody.
Oh yeah, now that I think about it, this might be relevant -- I'm still using 3123. I tried 4191 a couple days after release, and got the same error that I had been getting with 2960, "__divdi3 not found in libc6.so with link time reference" messages when I try to load the libglx.so X module (it's a problem with gcc3-compiled glibc/libstdc++/something like that). It took a driver upgrade last time to fix it, and I'm waiting for word from nVidia on when it'll get fixed again -- probably in the next release.
If there's anything else you want to know, ask away, of course.
junkieclown
01-15-03, 02:20 PM
thanks for the additional information.
I have tried the 1.0-3xxx driver (using it now) with my Ti-4200 as a result of your post. Unfortunately this also crashes with my system: setting BIOS to use normal "PIC" interrupts, accepting setup defaults in the settings having to do with AGP, setting NvAGP to 0 in the XF86Config....
tuxracer crashes. RTCW crashes.
glxgears doesn't crash --of course I don't run it for very long, but inspired by that I changed tuxracer to run in a window and when run that way, Tuxracer won't crash.
Fullscreen OpenGL anything crashes with my Ti4200, regardless of agp setting. GForce2 is fine as always.
This IS a driver issue.
junkieclown
01-15-03, 03:56 PM
I seem to be able to run OpenGL screensavers without crashes.
PS: Left opengl screensavers going all night. Came back to a crashed box.
One tuxracer level also has the power to crash the system with GF4 ti-4200: Nebula.
It seems that as long as I run tuxracer in a window like glxgears and chromium (default), then it does't crash. But "nebula" usually aborts when I run it this way. You can't get any penguin and the POV just stutters to the right then Tuxracer aborts, Now if you inisist on jamming some keyboard input into the program before it crashes it might crash the whole system with an Algae-vision crash screen.
vBulletin® v3.7.1, Copyright ©2000-2012, Jelsoft Enterprises Ltd.