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

[no subject]



Dow Hurst wrote:

> Whoa there!  A BIOS update fixed this?  Why would this matter?  Are 
> the newer kernels and XFree86 using BIOS info by default to get video 
> card info now? Could it be that disabling ACPI on boot would have 
> fixed this without the BIOS update? Why wouldn't XFree query the video 
> card directly?  This is something bothering me alot now since it seems 
> that the support of older hardware is getting spotty.  My old Dell 
> Latitude was best supported for video and sound under SuSE 7.1 and not 
> SuSE 8.x-9.0.  Isn't that a step backwards?  Sorry to sound hotheaded 
> but this issue is beginning to bug me since we preach that all you 
> need is some old hardware to run Linux.  Or, that the old hardware 
> will be useable longer, but actually that isn't the case like you'd 
> think.
> Dow
>
>
> John Allgood wrote:
>
>> Hello Ale Folk
>>         All my attempts to edit the config file were in vain. Last 
>> resort BIOS Update. Guess what that fixed my problem. 1600x1200 @ 
>> 24bpp looks great. Thats for all the input.
>>
>> John Allgood - ESC
>> Systems Administrator
>>
>>
>> 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;&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;
&gt;&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;
&gt;&gt;&gt;&gt; Section &quot;ServerLayout&quot;
&gt;&gt;&gt;&gt;     Identifier     &quot;Default Layout&quot;
&gt;&gt;&gt;&gt;     Screen      0  &quot;Screen0&quot; 0 0
&gt;&gt;&gt;&gt;     InputDevice    &quot;Mouse0&quot; &quot;CorePointer&quot;
&gt;&gt;&gt;&gt;     InputDevice    &quot;Keyboard0&quot; &quot;CoreKeyboard&quot;
&gt;&gt;&gt;&gt;     InputDevice    &quot;DevInputMice&quot; &quot;AlwaysCore&quot;
&gt;&gt;&gt;&gt; EndSection
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt; Section &quot;Files&quot;
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt; # RgbPath is the location of the RGB database.  Note, this is the 
&gt;&gt;&gt;&gt; name of the # file minus the extension (like &quot;.txt&quot; or &quot;.db&quot;).  
&gt;&gt;&gt;&gt; There is normally
&gt;&gt;&gt;&gt; # no need to change the default.
&gt;&gt;&gt;&gt; # Multiple FontPath entries are allowed (they are concatenated 
&gt;&gt;&gt;&gt; together)
&gt;&gt;&gt;&gt; # By default, Red Hat 6.0 and later now use a font server 
&gt;&gt;&gt;&gt; independent of
&gt;&gt;&gt;&gt; # the X server to render fonts.
&gt;&gt;&gt;&gt;     RgbPath      &quot;/usr/X11R6/lib/X11/rgb&quot;
&gt;&gt;&gt;&gt;     FontPath     &quot;unix/:7100&quot;
&gt;&gt;&gt;&gt; EndSection
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt; Section &quot;Module&quot;
&gt;&gt;&gt;&gt;     Load  &quot;dbe&quot;
&gt;&gt;&gt;&gt;     Load  &quot;extmod&quot;
&gt;&gt;&gt;&gt;     Load  &quot;fbdevhw&quot;
&gt;&gt;&gt;&gt;     Load  &quot;glx&quot;
&gt;&gt;&gt;&gt;     Load  &quot;record&quot;
&gt;&gt;&gt;&gt;     Load  &quot;freetype&quot;
&gt;&gt;&gt;&gt;     Load  &quot;type1&quot;
&gt;&gt;&gt;&gt; #    Load  &quot;dri&quot;
&gt;&gt;&gt;&gt; EndSection
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt; Section &quot;InputDevice&quot;
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt; # Specify which keyboard LEDs can be user-controlled (eg, with 
&gt;&gt;&gt;&gt; xset(1))
&gt;&gt;&gt;&gt; #    Option    &quot;Xleds&quot;        &quot;1 2 3&quot;
&gt;&gt;&gt;&gt; # To disable the XKEYBOARD extension, uncomment XkbDisable.
&gt;&gt;&gt;&gt; #    Option    &quot;XkbDisable&quot;
&gt;&gt;&gt;&gt; # To customise the XKB settings to suit your keyboard, modify the
&gt;&gt;&gt;&gt; # lines below (which are the defaults).  For example, for a non-U.S.
&gt;&gt;&gt;&gt; # keyboard, you will probably want to use:
&gt;&gt;&gt;&gt; #    Option    &quot;XkbModel&quot;    &quot;pc102&quot;
&gt;&gt;&gt;&gt; # If you have a US Microsoft Natural keyboard, you can use:
&gt;&gt;&gt;&gt; #    Option    &quot;XkbModel&quot;    &quot;microsoft&quot;
&gt;&gt;&gt;&gt; #
&gt;&gt;&gt;&gt; # Then to change the language, change the Layout setting.
&gt;&gt;&gt;&gt; # For example, a german layout can be obtained with:
&gt;&gt;&gt;&gt; #    Option    &quot;XkbLayout&quot;    &quot;de&quot;
&gt;&gt;&gt;&gt; # or:
&gt;&gt;&gt;&gt; #    Option    &quot;XkbLayout&quot;    &quot;de&quot;
&gt;&gt;&gt;&gt; #    Option    &quot;XkbVariant&quot;    &quot;nodeadkeys&quot;
&gt;&gt;&gt;&gt; #
&gt;&gt;&gt;&gt; # If you'd like to switch the positions of your capslock and
&gt;&gt;&gt;&gt; # control keys, use:
&gt;&gt;&gt;&gt; #    Option    &quot;XkbOptions&quot;    &quot;ctrl:swapcaps&quot;
&gt;&gt;&gt;&gt; # Or if you just want both to be control, use:
&gt;&gt;&gt;&gt; #    Option    &quot;XkbOptions&quot;    &quot;ctrl:nocaps&quot;
&gt;&gt;&gt;&gt; #
&gt;&gt;&gt;&gt;     Identifier  &quot;Keyboard0&quot;
&gt;&gt;&gt;&gt;     Driver      &quot;keyboard&quot;
&gt;&gt;&gt;&gt;     Option        &quot;XkbRules&quot; &quot;xfree86&quot;
&gt;&gt;&gt;&gt;     Option        &quot;XkbModel&quot; &quot;pc105&quot;
&gt;&gt;&gt;&gt;     Option        &quot;XkbLayout&quot; &quot;us&quot;
&gt;&gt;&gt;&gt; EndSection
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt; Section &quot;InputDevice&quot;
&gt;&gt;&gt;&gt;     Identifier  &quot;Mouse0&quot;
&gt;&gt;&gt;&gt;     Driver      &quot;mouse&quot;
&gt;&gt;&gt;&gt;     Option        &quot;Protocol&quot; &quot;PS/2&quot;
&gt;&gt;&gt;&gt;     Option        &quot;Device&quot; &quot;/dev/psaux&quot;
&gt;&gt;&gt;&gt;     Option        &quot;ZAxisMapping&quot; &quot;4 5&quot;
&gt;&gt;&gt;&gt;     Option        &quot;Emulate3Buttons&quot; &quot;no&quot;
&gt;&gt;&gt;&gt; EndSection
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt; Section &quot;InputDevice&quot;
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt; # If the normal CorePointer mouse is not a USB mouse then
&gt;&gt;&gt;&gt; # this input device can be used in AlwaysCore mode to let you
&gt;&gt;&gt;&gt; # also use USB mice at the same time.
&gt;&gt;&gt;&gt;     Identifier  &quot;DevInputMice&quot;
&gt;&gt;&gt;&gt;     Driver      &quot;mouse&quot;
&gt;&gt;&gt;&gt;     Option        &quot;Protocol&quot; &quot;IMPS/2&quot;
&gt;&gt;&gt;&gt;     Option        &quot;Device&quot; &quot;/dev/input/mice&quot;
&gt;&gt;&gt;&gt;     Option        &quot;ZAxisMapping&quot; &quot;4 5&quot;
&gt;&gt;&gt;&gt;     Option        &quot;Emulate3Buttons&quot; &quot;no&quot;
&gt;&gt;&gt;&gt; EndSection
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt; Section &quot;Monitor&quot;
&gt;&gt;&gt;&gt;     Identifier   &quot;Monitor0&quot;
&gt;&gt;&gt;&gt;     VendorName   &quot;Monitor Vendor&quot;
&gt;&gt;&gt;&gt;     ModelName    &quot;Dell 1400x1050 Laptop Display Panel&quot;
&gt;&gt;&gt;&gt;     HorizSync    31.5 - 90.0
&gt;&gt;&gt;&gt;     VertRefresh  59.0 - 75.0
&gt;&gt;&gt;&gt;     Option        &quot;dpms&quot;
&gt;&gt;&gt;&gt; EndSection
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt; Section &quot;Device&quot;
&gt;&gt;&gt;&gt;     Identifier  &quot;Videocard0&quot;
&gt;&gt;&gt;&gt;     Driver      &quot;nvidia&quot;
&gt;&gt;&gt;&gt;     VendorName  &quot;Videocard vendor&quot;
&gt;&gt;&gt;&gt;     BoardName   &quot;nVidia GeForce 2 Go&quot;
&gt;&gt;&gt;&gt;     VideoRam    32768
&gt;&gt;&gt;&gt; EndSection
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt; Section &quot;Screen&quot;
&gt;&gt;&gt;&gt;     Identifier &quot;Screen0&quot;
&gt;&gt;&gt;&gt;     Device     &quot;Videocard0&quot;
&gt;&gt;&gt;&gt;     Monitor    &quot;Monitor0&quot;
&gt;&gt;&gt;&gt;     DefaultDepth     24
&gt;&gt;&gt;&gt;     SubSection &quot;Display&quot;
&gt;&gt;&gt;&gt;         Depth     24
&gt;&gt;&gt;&gt;         Modes    &quot;1400x1050&quot; &quot;1280x1024&quot; &quot;1280x960&quot; &quot;1152x864&quot; 
&gt;&gt;&gt;&gt; &quot;1024x768&quot; &quot;800x600&quot; &quot;640x480&quot;
&gt;&gt;&gt;&gt;     EndSubSection
&gt;&gt;&gt;&gt; EndSection
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt; Section &quot;DRI&quot;
&gt;&gt;&gt;&gt;     Group        0
&gt;&gt;&gt;&gt;     Mode         0666
&gt;&gt;&gt;&gt; EndSection
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt; ------------------------------------------------------------------------ 
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt; _______________________________________________
&gt;&gt;&gt;&gt; Ale mailing list
&gt;&gt;&gt;&gt; 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; _______________________________________________
&gt;&gt;&gt; Ale mailing list
&gt;&gt;&gt; Ale at ale.org
&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; 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;



</pre>
<!--X-Body-of-Message-End-->
<!--X-MsgBody-End-->
<!--X-Follow-Ups-->
<hr>
<!--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>
<li><strong><a name="00979" href="msg00979.html">[ale] Nvidia Geforce 2 on Dell Inspirion 8100 &quot;Good News&quot;</a></strong>
<ul><li><em>From:</em> john at turbocorp.com (John Allgood)</li></ul></li>
<li><strong><a name="00981" href="msg00981.html">[ale] Nvidia Geforce 2 on Dell Inspirion 8100 &quot;Good News&quot;</a></strong>
<ul><li><em>From:</em> dhurst at kennesaw.edu (Dow Hurst)</li></ul></li>
</ul></li></ul>
<!--X-References-End-->
<!--X-BotPNI-->
<ul>
<li>Prev by Date:
<strong><a href="msg00983.html">[ale] KVM switches</a></strong>
</li>
<li>Next by Date:
<strong><a href="msg00985.html">[ale] Setting up BIND</a></strong>
</li>
<li>Previous by thread:
<strong><a href="msg00981.html">[ale] Nvidia Geforce 2 on Dell Inspirion 8100 &quot;Good News&quot;</a></strong>
</li>
<li>Next by thread:
<strong><a href="msg00951.html">[ale] Asterisk</a></strong>
</li>
<li>Index(es):
<ul>
<li><a href="maillist.html#00984"><strong>Date</strong></a></li>
<li><a href="threads.html#00984"><strong>Thread</strong></a></li>
</ul>
</li>
</ul>

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