Here is my nvidia xorg.conf.&nbsp; I have confirmed that the Horiz and Vertical rates are correct per my Dell monitor.<br>
<br>
<br>
# Xorg configuration created by system-config-display<br>
<br>
Section &quot;ServerLayout&quot;<br>
&nbsp;&nbsp;&nbsp; Identifier&nbsp;&nbsp;&nbsp;&nbsp; &quot;Default Layout&quot;<br>
&nbsp;&nbsp;&nbsp; Screen&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp; &quot;Screen0&quot; 0 0<br>
&nbsp;&nbsp;&nbsp; InputDevice&nbsp;&nbsp;&nbsp; &quot;Mouse0&quot; &quot;CorePointer&quot;<br>
&nbsp;&nbsp;&nbsp; InputDevice&nbsp;&nbsp;&nbsp; &quot;Keyboard0&quot; &quot;CoreKeyboard&quot;<br>
EndSection<br>
<br>
Section &quot;Files&quot;<br>
<br>
# RgbPath is the location of the RGB database.&nbsp; Note, this is the name of the <br>
# file minus the extension (like &quot;.txt&quot; or &quot;.db&quot;).&nbsp; There is normally<br>
# no need to change the default.<br>
# Multiple FontPath entries are allowed (they are concatenated together)<br>
# By default, Red Hat 6.0 and later now use a font server independent of<br>
# the X server to render fonts.<br>
&nbsp;&nbsp;&nbsp; RgbPath&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;/usr/X11R6/lib/X11/rgb&quot;<br>
&nbsp;&nbsp;&nbsp; ModulePath&nbsp;&nbsp; &quot;/usr/X11R6/lib/modules/extensions/nvidia&quot;<br>
&nbsp;&nbsp;&nbsp; ModulePath&nbsp;&nbsp; &quot;/usr/X11R6/lib/modules/extensions&quot;<br>
&nbsp;&nbsp;&nbsp; ModulePath&nbsp;&nbsp; &quot;/usr/X11R6/lib/modules&quot;<br>
&nbsp;&nbsp;&nbsp; FontPath&nbsp;&nbsp;&nbsp;&nbsp; &quot;unix/:7100&quot;<br>
EndSection<br>
<br>
Section &quot;Module&quot;<br>
&nbsp;&nbsp;&nbsp; Load&nbsp; &quot;dbe&quot;<br>
&nbsp;&nbsp;&nbsp; Load&nbsp; &quot;extmod&quot;<br>
&nbsp;&nbsp;&nbsp; Load&nbsp; &quot;fbdevhw&quot;<br>
&nbsp;&nbsp;&nbsp; Load&nbsp; &quot;glx&quot;<br>
&nbsp;&nbsp;&nbsp; Load&nbsp; &quot;record&quot;<br>
&nbsp;&nbsp;&nbsp; Load&nbsp; &quot;freetype&quot;<br>
&nbsp;&nbsp;&nbsp; Load&nbsp; &quot;type1&quot;<br>
&nbsp;&nbsp;&nbsp; Load&nbsp; &quot;v41&quot;<br>
#&nbsp;&nbsp;&nbsp; Load&nbsp; &quot;dri&quot;<br>
EndSection<br>
<br>
Section &quot;ServerFlags&quot;<br>
&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &quot;AllowMouseOpenFail&quot; &quot;yes&quot;<br>
EndSection<br>
<br>
Section &quot;InputDevice&quot;<br>
<br>
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))<br>
#&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp; &quot;Xleds&quot;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &quot;1 2 3&quot;<br>
# To disable the XKEYBOARD extension, uncomment XkbDisable.<br>
#&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp; &quot;XkbDisable&quot;<br>
# To customise the XKB settings to suit your keyboard, modify the<br>
# lines below (which are the defaults).&nbsp; For example, for a non-U.S.<br>
# keyboard, you will probably want to use:<br>
#&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp; &quot;XkbModel&quot;&nbsp;&nbsp;&nbsp; &quot;pc102&quot;<br>
# If you have a US Microsoft Natural keyboard, you can use:<br>
#&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp; &quot;XkbModel&quot;&nbsp;&nbsp;&nbsp; &quot;microsoft&quot;<br>
#<br>
# Then to change the language, change the Layout setting.<br>
# For example, a german layout can be obtained with:<br>
#&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp; &quot;XkbLayout&quot;&nbsp;&nbsp;&nbsp; &quot;de&quot;<br>
# or:<br>
#&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp; &quot;XkbLayout&quot;&nbsp;&nbsp;&nbsp; &quot;de&quot;<br>
#&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp; &quot;XkbVariant&quot;&nbsp;&nbsp;&nbsp; &quot;nodeadkeys&quot;<br>
#<br>
# If you'd like to switch the positions of your capslock and<br>
# control keys, use:<br>
#&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp; &quot;XkbOptions&quot;&nbsp;&nbsp;&nbsp; &quot;ctrl:swapcaps&quot;<br>
# Or if you just want both to be control, use:<br>
#&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp; &quot;XkbOptions&quot;&nbsp;&nbsp;&nbsp; &quot;ctrl:nocaps&quot;<br>
#<br>
&nbsp;&nbsp;&nbsp; Identifier&nbsp; &quot;Keyboard0&quot;<br>
&nbsp;&nbsp;&nbsp; Driver&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;kbd&quot;<br>
&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &quot;XkbModel&quot; &quot;pc105&quot;<br>
&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &quot;XkbLayout&quot; &quot;us&quot;<br>
EndSection<br>
<br>
Section &quot;InputDevice&quot;<br>
&nbsp;&nbsp;&nbsp; Identifier&nbsp; &quot;Mouse0&quot;<br>
&nbsp;&nbsp;&nbsp; Driver&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;mouse&quot;<br>
&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &quot;Protocol&quot; &quot;IMPS/2&quot;<br>
&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &quot;Device&quot; &quot;/dev/input/mice&quot;<br>
&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &quot;ZAxisMapping&quot; &quot;4 5&quot;<br>
&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &quot;Emulate3Buttons&quot; &quot;no&quot;<br>
EndSection<br>
<br>
Section &quot;Monitor&quot;<br>
&nbsp;&nbsp;&nbsp; Identifier&nbsp;&nbsp; &quot;Monitor0&quot;<br>
&nbsp;&nbsp;&nbsp; VendorName&nbsp;&nbsp; &quot;Monitor Vendor&quot;<br>
&nbsp;&nbsp;&nbsp; ModelName&nbsp;&nbsp;&nbsp; &quot;Unknown monitor&quot;<br>
&nbsp;&nbsp;&nbsp; HorizSync&nbsp;&nbsp;&nbsp; 31.0 - 80.0<br>
&nbsp;&nbsp;&nbsp; VertRefresh&nbsp; 56.0 - 76.0<br>
&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &quot;dpms&quot;<br>
EndSection<br>
<br>
Section &quot;Device&quot;<br>
<br>
#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;ConnectedMonitor&quot; &quot;CRT-0&quot;<br>
&nbsp;&nbsp;&nbsp; Identifier&nbsp; &quot;Videocard0&quot;<br>
&nbsp;&nbsp;&nbsp; Driver&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;nvidia&quot;<br>
&nbsp;&nbsp;&nbsp; VendorName&nbsp; &quot;Videocard vendor&quot;<br>
&nbsp;&nbsp;&nbsp; BoardName&nbsp;&nbsp; &quot;NVIDIA GeForce 4 MX (generic)&quot;<br>
EndSection<br>
<br>
Section &quot;Screen&quot;<br>
&nbsp;&nbsp;&nbsp; Identifier &quot;Screen0&quot;<br>
&nbsp;&nbsp;&nbsp; Device&nbsp;&nbsp;&nbsp;&nbsp; &quot;Videocard0&quot;<br>
&nbsp;&nbsp;&nbsp; Monitor&nbsp;&nbsp;&nbsp; &quot;Monitor0&quot;<br>
&nbsp;&nbsp;&nbsp; DefaultDepth&nbsp;&nbsp;&nbsp;&nbsp; 24<br>
&nbsp;&nbsp;&nbsp; SubSection &quot;Display&quot;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Viewport&nbsp;&nbsp; 0 0<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Depth&nbsp;&nbsp;&nbsp;&nbsp; 24<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Modes&nbsp;&nbsp;&nbsp; &quot;1280x1024&quot; &quot;1024x768&quot; &quot;800x600&quot; &quot;640x480&quot;<br>
&nbsp;&nbsp;&nbsp; EndSubSection<br>
EndSection<br>
<br>
Section &quot;DRI&quot;<br>
&nbsp;&nbsp;&nbsp; Group&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0<br>
&nbsp;&nbsp;&nbsp; Mode&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0666<br>
EndSection<br>
<br>
<br>
<br><div><span class="gmail_quote">On Apr 3, 2005 10:37 PM, <b class="gmail_sendername">Dewey Smolka</b> &lt;<a href="mailto:dsmolka@gmail.com">dsmolka@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I hope this is not a stupid question, but is there any chance the<br>nvidia xorg.conf you're using is to drive TV only?&nbsp;&nbsp;Have you tried<br>hooking up the S-video and seeing if it works?<br><br>If you're not planning on going out to tv just yet, you might as well<br>keep your working xorg until you get the system configured and<br>running. Editing the xorg.conf file is not that hard as long as you<br>follow directions, but it's also possible to fry your hardware if you<br>make mistakes in modelines.<br><br>On Apr 3, 2005 9:21 PM, Larry K &lt;<a href="mailto:lunchtimelarry@gmail.com">lunchtimelarry@gmail.com</a>&gt; wrote:<br>&gt; All,<br>&gt;<br>&gt;&nbsp;&nbsp;I have been struggling to get my nvidia environment set up according to<br>&gt; Jarod's guide.&nbsp;&nbsp;Let me start by saying that altho I am relatively new to the<br>&gt; Linux world, I have a pretty solid foundation to build on.&nbsp;&nbsp;However, this<br>&gt; little project is doing very little for my self-esteem.&nbsp;&nbsp;:)<br>&gt;<br>&gt;&nbsp;&nbsp;Here is my system:<br>&gt;<br>&gt;&nbsp;&nbsp;Nforce2 Crush 18G IGP chipset +Southbridge MCP<br>&gt;&nbsp;&nbsp;Athlon XP 2500+<br>&gt;&nbsp;&nbsp;Geforce4 MX 440 AGP (S-video TV-out)<br>&gt;&nbsp;&nbsp;FC core 3 kernel 2.6.10-1.770<br>&gt;&nbsp;&nbsp;Nvidia 6629 driver<br>&gt;&nbsp;&nbsp;Dell Flat Panel 1703FP VGA (analog)<br>&gt;<br>&gt;&nbsp;&nbsp;When I run KDE with the default xorg.conf file (nv driver), things appear<br>&gt; to work correctly on the Dell monitor.&nbsp;&nbsp;Having succeeded with that, I tried<br>&gt; installing the nvidia xorg.conf, which is where the problems begin.&nbsp;&nbsp;When<br>&gt; the KDE desktop opens, the icons are not painted correctly, and when I click<br>&gt; on things, the display is *somewhat* garbled.&nbsp;&nbsp;I can normally see things<br>&gt; well enough to do a shutdown, but that's about it.<br>&gt;<br>&gt;&nbsp;&nbsp;I have experimented with about 1E10 permutation of settings, with varying<br>&gt; degrees of limited success.&nbsp;&nbsp;I have tried various settings of the NvAGP<br>&gt; option, to no avail. I have disabled ACPI in the system BIOS.&nbsp;&nbsp;I tried the<br>&gt; mem=nopentium switch as described in the nvidia readme Appendix F.&nbsp;&nbsp;I read<br>&gt; about blacklisting AGPGART via /etc/hotplug/blacklist, but didnt get too far<br>&gt; with that one..<br>&gt;<br>&gt;&nbsp;&nbsp;When I cat /proc/driver/nvidia/agp/status, it sometimes says that AGP is<br>&gt; not enabled, or some such message.&nbsp;&nbsp;At other times, that nvidia directory is<br>&gt; not even there at all.<br>&gt;<br>&gt;&nbsp;&nbsp;dmesg normally reports something like this:<br>&gt;&nbsp;&nbsp;agpgart:&nbsp;&nbsp;Detected NVIDIA nForce2 chipset<br>&gt;&nbsp;&nbsp;agpgart: Maximum memory....<br>&gt;&nbsp;&nbsp;etc.<br>&gt;<br>&gt;&nbsp;&nbsp;/var/log/messages reports something like this:<br>&gt;&nbsp;&nbsp;nvidia: module license 'NVIDIA&quot; taints kernel<br>&gt;&nbsp;&nbsp;NVRM: loading nvidia 6629....<br>&gt;&nbsp;&nbsp;NVRM: not using NVAGP, AGPGART is loaded!!<br>&gt;<br>&gt;&nbsp;&nbsp;I have stopped progress at chapter 7 of Jarod's guide.&nbsp;&nbsp;I suspect I have<br>&gt; some fundamental flaw in my AGP environment that I must solve before I<br>&gt; continue installing.<br>&gt;<br>&gt;&nbsp;&nbsp;So....Given my situation...<br>&gt;<br>&gt;&nbsp;&nbsp;Would I be better off with FC 2 versus FC 3?<br>&gt;&nbsp;&nbsp;What nvidia driver should I use?&nbsp;&nbsp;6629?<br>&gt;&nbsp;&nbsp;Do I want agpgart?&nbsp;&nbsp;Does this conflict with the nvidia driver?&nbsp;&nbsp;or<br>&gt; complement it?&nbsp;&nbsp;If I don't want this, how do I disable it?<br>&gt;&nbsp;&nbsp;What NvAGP setting do I need in xorg.conf?&nbsp;&nbsp;I think I want NVAGP (1).<br>&gt;<br>&gt;&nbsp;&nbsp;What could be making&nbsp;&nbsp;it so difficult to get this nvidia xorg.conf to work<br>&gt; properly?&nbsp;&nbsp;Eventually, I plan to use the S-video TV-out, but if I can't make<br>&gt; the video driver work on a simple VGA connection, I should not tackle TV-out<br>&gt; or God forbid, twinview!&nbsp;&nbsp;At least, not yet.<br>&gt;<br>&gt;&nbsp;&nbsp;Please help before I go postal.<br>&gt;&nbsp;&nbsp;Larry<br>&gt;<br>&gt;&nbsp;&nbsp;P.S.&nbsp;&nbsp;Earlier this month, I had successfully built mythtv on a FC 2 setup,<br>&gt; altho I never got TV-out or twinview set up properly.&nbsp;&nbsp;Then, in a moment of<br>&gt; idiocy, I started over with FC 3, which is proving to be more difficult than<br>&gt; FC 2, it seems.<br>&gt;<br>&gt;<br>&gt; _______________________________________________<br>&gt; mythtv-users mailing list<br>&gt; <a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>&gt; <a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>&gt;<br>&gt;<br>&gt;<br></blockquote></div><br>