PDA

View Full Version : inspiron 8200 laptop redhat 8.0 XF86Config for Force 4 440 Go


sdv
10-24-02, 03:53 PM
I installed the NV 1.0-3123 kernel and GLX rpms from src files. I had XWindows working fine under the previous (2160 ) version of the driver under redhat 7.2.

Under redhat 8.0, with NV 3123, and several modifications of my previous XF86Config file, I am unable to get past the NVIDIA Logo.

I used the startx -- -verbose 10 -logverbose to capture additional information to debug. There are no (EE) or (WW) errors or warnings.

The actual files are at http://www.cs.wayne.edu/~sdv/nvidia

Any suggestion will be greatly appreciated.

I could not determine the exact HorizSync and VertRefresh rates for the 17" LCD display.

bwkaz
10-24-02, 05:05 PM
NVRM: AGPGART: unknown chipset Found this in your dmesg... it might help to pass agp_try_unsupported=1 to the agpgart module. Open up /etc/modules.conf and add a line:

options agpgart agp_try_unsupported=1

Save, and run /sbin/depmod -a (do all of this as root). Then reboot (well, you wouldn't have to reboot, but it's the easiest way to do it) and see if you get any better results.

sdv
10-24-02, 05:55 PM
Included the
options agpgart agp_try_unsupported=1

and

options NVdriver NVreg_Mobile=1

(which I read from the nvidia pdf file)
in my /etc/modules.conf

The problem persists.

Here is some history:
1. redhat 7.2 and the 2160 drivers work fine for months
2. The only change I made to the system was install the yahoo messenger rpm
3. startx does not work any more
4. new version of the nvidia drivers 3123 does not help
5. Upgrade to the redhat 8.0, remove the old NVIDIA drivers and compile/rpmbuild the source rpms of 3123 drivers - problem persists

bwkaz
10-24-02, 11:11 PM
Does removing the yahoo messenger rpm help?

There should be other programs that will allow you to connect to Yahoo's service. gaim might, jabber might, and there are others. Check a few of those out first, and see if they work any better.

Since the YM rpm seems to have broken things, it wouldn't surprise me to learn that they screwed up something in your configuration. Unless... where did you get that rpm from?

sdv
10-25-02, 10:13 AM
I downloaded yahoo messenger from Yahoo.

I removed the rpm (rpm -e) as the first thing to fix my startx.

But the problem persists

bwkaz
10-25-02, 12:19 PM
When you're seeing the nVidia logo, does Ctrl-Alt-Backspace kill off X?

Before you try this, you should be booting to runlevel 3 instead of 5 -- oh, wait, never mind. You are. OK, try it and see if you get a console back or not. Maybe that will give you a meaningful message...

You might end up having to reinstall to really clean out the YM package... assuming that's what caused the problem. Since you got it from Yahoo, as opposed to somewhere like http://freshmeat.net, it wouldn't be too surprising if the people that put it together weren't quite aware of the way things work in Linux... at least if they had it posted on Freshmeat, then you could be reasonably sure that it replacing needed files wasn't the problem, but as it is, I don't know.

sdv
10-25-02, 02:32 PM
I had windows XP installed on a separate partition. I also have a partition (VFAT) shared between linux and windows xp. I mounted the shared partition from linux, backed up all my data files.
Re-installed redhat 8.0 from CD, under the same partitions as earlier. Redhat identified Nvidia 440 (generic) driver. It however did not detect the monitor. I chose the Dell 1600x Laptop screen instead of the generic unknown. I tested a few variations and finally the 16bit color for 1600x1200 display was perfect. I wish it could handle 24 bit :(

I guess I found a workaround.