[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]



Mike Murphy wrote:
> Disclaimer: usually all of my attempts at editing XF86config end with me 
> beating my head on my desk until I bleed, but....
> 
> SubSection "Display"
>     Depth     24
>     Modes    "1400x1050" "1280x1024" "1280x960" "1152x864" "1024x768" 
> "800x600" "640x480"
> EndSubSection
> 
> Looks like to me the biggest resolution that's defined in your config 
> file is 1400x1050
> 
> Also:
> 
> Section "Monitor"
>     Identifier   "Monitor0"
>     ModelName    "Dell 1400x1050 Laptop Display Panel"
>     HorizSync    31.5 - 90.0
>     VertRefresh  59.0 - 75.0
>     Option        "dpms"
> EndSection
> 
> Did it detect the right monitor. Some of what you describe may be 
> because the HorizSync and VertRefresh values might be wrong. Don't 
> tinker with those though (although, on an LCD I doubt you can actually 
> damage anything that way). They should be listed in the technical 
> specifications for your laptop somewhere.
> 
> Kudzu or whatever made that config seems to think that your display is 
> 1500x1050 "native". Is it? Does it run ok at that? Also, generally when 
> I update or install a new release, I try to make sure I save a copy of 
> this file, just in case (but see the first paragraph above). I don't 
> suppose you still have your old one, do you?
> 
> Mike
> 
> 
> 
> John Allgood wrote:
> 
>> When the laptop was running Redhat 7.3 I could achive anything up to 
>> 1600x1200 running at 24bit color. Now I am running at 1280x1024 @ 
>> 8bit. Eventhough my XFree86 Config says otherwise. If I use the 
>> default "nv" driver I get the full resolution but not a full screen. I 
>> also did a quick install of Suse and downloaded the nvidia driver from 
>> their site still the same issue. I think the video card is too old for 
>> the newer versions of XFree86 and Linux. This notebook is nearly three 
>> years old. And in computer terms thats a lifetime. Here is a copy of 
>> my XFree86 file.
>>
>> Dow Hurst wrote:
>>
>>> What did the card achieve with the older drivers?  It is probably a 
>>> XF86Config syntax problem.  You want to post your file?
>>>
>>> John Allgood wrote:
>>>
>>>> Hello Ale
>>>>
>>>>     I have been working all day trying to get the NVIDIA drivers to 
>>>> work correctly on Fedora Core I. I have downloaded from the NVIDIA 
>>>> site and installed the drivers not a single problem. I then 
>>>> configured my XF86Config file to use the nvidia module. The problem 
>>>> is that I can't get any color depth or resolution greater than 
>>>> 1280x1024. I have tried to install older versions of the driver same 
>>>> result. This driver worked great under Redhat 7.3. I even tried to 
>>>> go back and install the drivers before NVIDIA came out with the 
>>>> unified driver. I may drop back to Redhat 9.0 and see if I get the 
>>>> same results. Anyone got any ideas.
>>>>
>>>> Thanks
>>>>
>>>> John Allgood - ESC
>>>> Systems Administrator
>>>>
>>>> _______________________________________________
>>>> Ale mailing list
>>>> Ale at ale.org
&gt;&gt;&gt;&gt; <a  rel="nofollow" href="http://www.ale.org/mailman/listinfo/ale";>http://www.ale.org/mailman/listinfo/ale</a>
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;
&gt;&gt;
&gt;&gt; ------------------------------------------------------------------------
&gt;&gt;
&gt;&gt; # XFree86 4 configuration created by redhat-config-xfree86
&gt;&gt;
&gt;&gt; Section &quot;ServerLayout&quot;
&gt;&gt;     Identifier     &quot;Default Layout&quot;
&gt;&gt;     Screen      0  &quot;Screen0&quot; 0 0
&gt;&gt;     InputDevice    &quot;Mouse0&quot; &quot;CorePointer&quot;
&gt;&gt;     InputDevice    &quot;Keyboard0&quot; &quot;CoreKeyboard&quot;
&gt;&gt;     InputDevice    &quot;DevInputMice&quot; &quot;AlwaysCore&quot;
&gt;&gt; EndSection
&gt;&gt;
&gt;&gt; Section &quot;Files&quot;
&gt;&gt;
&gt;&gt; # RgbPath is the location of the RGB database.  Note, this is the name 
&gt;&gt; of the # file minus the extension (like &quot;.txt&quot; or &quot;.db&quot;).  There is 
&gt;&gt; normally
&gt;&gt; # no need to change the default.
&gt;&gt; # Multiple FontPath entries are allowed (they are concatenated together)
&gt;&gt; # By default, Red Hat 6.0 and later now use a font server independent of
&gt;&gt; # the X server to render fonts.
&gt;&gt;     RgbPath      &quot;/usr/X11R6/lib/X11/rgb&quot;
&gt;&gt;     FontPath     &quot;unix/:7100&quot;
&gt;&gt; EndSection
&gt;&gt;
&gt;&gt; Section &quot;Module&quot;
&gt;&gt;     Load  &quot;dbe&quot;
&gt;&gt;     Load  &quot;extmod&quot;
&gt;&gt;     Load  &quot;fbdevhw&quot;
&gt;&gt;     Load  &quot;glx&quot;
&gt;&gt;     Load  &quot;record&quot;
&gt;&gt;     Load  &quot;freetype&quot;
&gt;&gt;     Load  &quot;type1&quot;
&gt;&gt; #    Load  &quot;dri&quot;
&gt;&gt; EndSection
&gt;&gt;
&gt;&gt; Section &quot;InputDevice&quot;
&gt;&gt;
&gt;&gt; # Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
&gt;&gt; #    Option    &quot;Xleds&quot;        &quot;1 2 3&quot;
&gt;&gt; # To disable the XKEYBOARD extension, uncomment XkbDisable.
&gt;&gt; #    Option    &quot;XkbDisable&quot;
&gt;&gt; # To customise the XKB settings to suit your keyboard, modify the
&gt;&gt; # lines below (which are the defaults).  For example, for a non-U.S.
&gt;&gt; # keyboard, you will probably want to use:
&gt;&gt; #    Option    &quot;XkbModel&quot;    &quot;pc102&quot;
&gt;&gt; # If you have a US Microsoft Natural keyboard, you can use:
&gt;&gt; #    Option    &quot;XkbModel&quot;    &quot;microsoft&quot;
&gt;&gt; #
&gt;&gt; # Then to change the language, change the Layout setting.
&gt;&gt; # For example, a german layout can be obtained with:
&gt;&gt; #    Option    &quot;XkbLayout&quot;    &quot;de&quot;
&gt;&gt; # or:
&gt;&gt; #    Option    &quot;XkbLayout&quot;    &quot;de&quot;
&gt;&gt; #    Option    &quot;XkbVariant&quot;    &quot;nodeadkeys&quot;
&gt;&gt; #
&gt;&gt; # If you'd like to switch the positions of your capslock and
&gt;&gt; # control keys, use:
&gt;&gt; #    Option    &quot;XkbOptions&quot;    &quot;ctrl:swapcaps&quot;
&gt;&gt; # Or if you just want both to be control, use:
&gt;&gt; #    Option    &quot;XkbOptions&quot;    &quot;ctrl:nocaps&quot;
&gt;&gt; #
&gt;&gt;     Identifier  &quot;Keyboard0&quot;
&gt;&gt;     Driver      &quot;keyboard&quot;
&gt;&gt;     Option        &quot;XkbRules&quot; &quot;xfree86&quot;
&gt;&gt;     Option        &quot;XkbModel&quot; &quot;pc105&quot;
&gt;&gt;     Option        &quot;XkbLayout&quot; &quot;us&quot;
&gt;&gt; EndSection
&gt;&gt;
&gt;&gt; Section &quot;InputDevice&quot;
&gt;&gt;     Identifier  &quot;Mouse0&quot;
&gt;&gt;     Driver      &quot;mouse&quot;
&gt;&gt;     Option        &quot;Protocol&quot; &quot;PS/2&quot;
&gt;&gt;     Option        &quot;Device&quot; &quot;/dev/psaux&quot;
&gt;&gt;     Option        &quot;ZAxisMapping&quot; &quot;4 5&quot;
&gt;&gt;     Option        &quot;Emulate3Buttons&quot; &quot;no&quot;
&gt;&gt; EndSection
&gt;&gt;
&gt;&gt; Section &quot;InputDevice&quot;
&gt;&gt;
&gt;&gt; # If the normal CorePointer mouse is not a USB mouse then
&gt;&gt; # this input device can be used in AlwaysCore mode to let you
&gt;&gt; # also use USB mice at the same time.
&gt;&gt;     Identifier  &quot;DevInputMice&quot;
&gt;&gt;     Driver      &quot;mouse&quot;
&gt;&gt;     Option        &quot;Protocol&quot; &quot;IMPS/2&quot;
&gt;&gt;     Option        &quot;Device&quot; &quot;/dev/input/mice&quot;
&gt;&gt;     Option        &quot;ZAxisMapping&quot; &quot;4 5&quot;
&gt;&gt;     Option        &quot;Emulate3Buttons&quot; &quot;no&quot;
&gt;&gt; EndSection
&gt;&gt;
&gt;&gt; Section &quot;Monitor&quot;
&gt;&gt;     Identifier   &quot;Monitor0&quot;
&gt;&gt;     VendorName   &quot;Monitor Vendor&quot;
&gt;&gt;     ModelName    &quot;Dell 1400x1050 Laptop Display Panel&quot;
&gt;&gt;     HorizSync    31.5 - 90.0
&gt;&gt;     VertRefresh  59.0 - 75.0
&gt;&gt;     Option        &quot;dpms&quot;
&gt;&gt; EndSection
&gt;&gt;
&gt;&gt; Section &quot;Device&quot;
&gt;&gt;     Identifier  &quot;Videocard0&quot;
&gt;&gt;     Driver      &quot;nvidia&quot;
&gt;&gt;     VendorName  &quot;Videocard vendor&quot;
&gt;&gt;     BoardName   &quot;nVidia GeForce 2 Go&quot;
&gt;&gt;     VideoRam    32768
&gt;&gt; EndSection
&gt;&gt;
&gt;&gt; Section &quot;Screen&quot;
&gt;&gt;     Identifier &quot;Screen0&quot;
&gt;&gt;     Device     &quot;Videocard0&quot;
&gt;&gt;     Monitor    &quot;Monitor0&quot;
&gt;&gt;     DefaultDepth     24
&gt;&gt;     SubSection &quot;Display&quot;
&gt;&gt;         Depth     24
&gt;&gt;         Modes    &quot;1400x1050&quot; &quot;1280x1024&quot; &quot;1280x960&quot; &quot;1152x864&quot; 
&gt;&gt; &quot;1024x768&quot; &quot;800x600&quot; &quot;640x480&quot;
&gt;&gt;     EndSubSection
&gt;&gt; EndSection
&gt;&gt;
&gt;&gt; Section &quot;DRI&quot;
&gt;&gt;     Group        0
&gt;&gt;     Mode         0666
&gt;&gt; EndSection
&gt;&gt;
&gt;&gt;
&gt;&gt;
&gt;&gt; ------------------------------------------------------------------------
&gt;&gt;
&gt;&gt; _______________________________________________
&gt;&gt; Ale mailing list
&gt;&gt; Ale at ale.org
&gt;&gt; <a  rel="nofollow" href="http://www.ale.org/mailman/listinfo/ale";>http://www.ale.org/mailman/listinfo/ale</a>
&gt; 
&gt; 
&gt; _______________________________________________
&gt; Ale mailing list
&gt; Ale at ale.org
&gt; <a  rel="nofollow" href="http://www.ale.org/mailman/listinfo/ale";>http://www.ale.org/mailman/listinfo/ale</a>
&gt; 


</pre>
<!--X-Body-of-Message-End-->
<!--X-MsgBody-End-->
<!--X-Follow-Ups-->
<hr>
<ul><li><strong>Follow-Ups</strong>:
<ul>
<li><strong><a name="00969" href="msg00969.html">[ale] Nvidia Geforce 2 on Dell Inspirion 8100</a></strong>
<ul><li><em>From:</em> esoteric at 3times25.net (Geoffrey)</li></ul></li>
</ul></li></ul>
<!--X-Follow-Ups-End-->
<!--X-References-->
<ul><li><strong>References</strong>:
<ul>
<li><strong><a name="00948" href="msg00948.html">[ale] Nvidia Geforce 2 on Dell Inspirion 8100</a></strong>
<ul><li><em>From:</em> john at turbocorp.com (John Allgood)</li></ul></li>
<li><strong><a name="00950" href="msg00950.html">[ale] Nvidia Geforce 2 on Dell Inspirion 8100</a></strong>
<ul><li><em>From:</em> dhurst at kennesaw.edu (Dow Hurst)</li></ul></li>
<li><strong><a name="00962" href="msg00962.html">[ale] Nvidia Geforce 2 on Dell Inspirion 8100</a></strong>
<ul><li><em>From:</em> john at turbocorp.com (John Allgood)</li></ul></li>
<li><strong><a name="00965" href="msg00965.html">[ale] Nvidia Geforce 2 on Dell Inspirion 8100</a></strong>
<ul><li><em>From:</em> mike at tyderia.net (Mike Murphy)</li></ul></li>
</ul></li></ul>
<!--X-References-End-->
<!--X-BotPNI-->
<ul>
<li>Prev by Date:
<strong><a href="msg00967.html">[ale] ALE NW meeting was a success?</a></strong>
</li>
<li>Next by Date:
<strong><a href="msg00969.html">[ale] Nvidia Geforce 2 on Dell Inspirion 8100</a></strong>
</li>
<li>Previous by thread:
<strong><a href="msg00965.html">[ale] Nvidia Geforce 2 on Dell Inspirion 8100</a></strong>
</li>
<li>Next by thread:
<strong><a href="msg00969.html">[ale] Nvidia Geforce 2 on Dell Inspirion 8100</a></strong>
</li>
<li>Index(es):
<ul>
<li><a href="maillist.html#00968"><strong>Date</strong></a></li>
<li><a href="threads.html#00968"><strong>Thread</strong></a></li>
</ul>
</li>
</ul>

<!--X-BotPNI-End-->
<!--X-User-Footer-->
<!--X-User-Footer-End-->
</body>
</html>