Re: [opensuse] Help! Need to create xorg.conf or edit 50-device.conf for OLD laptop
On 2013-05-22 02:00 -0400 Felix Miata wrote:
For 50-device.conf in /etc/X11/xorg.conf.d/ to work, you need 50-monitor.conf and 50-screen.conf files that aren't 100% comments. IIRC, 11.4 had the last set of files in xorg.conf.d/ that weren't nothing but comments. http://fm.no-ip.com/Share/ has several xorg.conf files that show examples of what's minimally needed either as a single file or broken into the three.
I never knew about this requirement, despite extensive fiddling with various options in these files to fix a graphics problem on my own machine in recent years. Now I know I'd like to have one last try, but how do I go about finding out what to put in the monitor resolution lines. E.g. on your site above, the example shows a line like this: DisplaySize 338 270 # 096 DPI @ 1280x1024 My own laptop has a resolution of 1280x800. Don't know about the rest. Cheers, Peter -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Peter [23.05.2013 13:44]:
On 2013-05-22 02:00 -0400 Felix Miata wrote:
For 50-device.conf in /etc/X11/xorg.conf.d/ to work, you need 50-monitor.conf and 50-screen.conf files that aren't 100% comments. IIRC, 11.4 had the last set of files in xorg.conf.d/ that weren't nothing but comments. http://fm.no-ip.com/Share/ has several xorg.conf files that show examples of what's minimally needed either as a single file or broken into the three.
I never knew about this requirement, despite extensive fiddling with various options in these files to fix a graphics problem on my own machine in recent years. Now I know I'd like to have one last try, but how do I go about finding out what to put in the monitor resolution lines. E.g. on your site above, the example shows a line like this: DisplaySize 338 270 # 096 DPI @ 1280x1024 My own laptop has a resolution of 1280x800. Don't know about the rest.
Let your computer do the math work :-) $ xmode -x 1200 -y 800 122 140 Modeline "1200x800" 200.26 1200 1296 1424 1648 800 801 804 868 That is on my box, you may have other values. Try it! HTH Werner -- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 2013-05-23 15:42 (GMT+0200) Werner Flamme composed:
Peter composed:
On 2013-05-22 02:00 -0400 Felix Miata wrote:
For 50-device.conf in /etc/X11/xorg.conf.d/ to work, you need 50-monitor.conf and 50-screen.conf files that aren't 100% comments. IIRC, 11.4 had the last set of files in xorg.conf.d/ that weren't nothing but comments. http://fm.no-ip.com/Share/ has several xorg.conf files that show examples of what's minimally needed either as a single file or broken into the three.
I never knew about this requirement,
Whoever is responsible for commenting all the files in xorg.conf.d/ should have added a README there. As not every distro populates xorg.conf.d/ (actually none that I can remember other than openSUSE), I have to think the presence of anything there at all may well be an exclusive openSUSE feature, and a README addition is worth an openFATE try.
despite extensive fiddling with various options in these files to fix a graphics problem on my own machine in recent years. Now I know I'd like to have one last try, but how do I go about finding out what to put in the monitor resolution lines. E.g. on your site above, the example shows a line like this: DisplaySize 338 270 # 096 DPI @ 1280x1024 My own laptop has a resolution of 1280x800. Don't know about the rest.
What you need depends entirely on why you're trying to override automagic. What is the problem you're trying to solve?
Let your computer do the math work :-)
$ xmode -x 1200 -y 800 122 140 Modeline "1200x800" 200.26 1200 1296 1424 1648 800 801 804 868
That is on my box, you may have other values. Try it!
Why such a bother with modeline calculation? Xorg calculates suitable modelines automatically. I cannot remember _EVER_ solving any problem by putting a modeline in any Xorg config file (unlike for XFree86), though I do remember multiple attempts to do so. -- "The wise are known for their understanding, and pleasant words are persuasive." Proverbs 16:21 (New Living Translation) Team OS/2 ** Reg. Linux User #211409 ** a11y rocks! Felix Miata *** http://fm.no-ip.com/ -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 5/23/2013 7:36 AM, Felix Miata wrote:
Why such a bother with modeline calculation? Xorg calculates suitable modelines automatically. I cannot remember _EVER_ solving any problem by putting a modeline in any Xorg config file (unlike for XFree86), though I do remember multiple attempts to do so. --
Its largely un-needed these days. But I recall more than one older video card that offered modes that the monitor could not actually handle, which would send the screen into a hash of slanted lines and the fly-back transformers squealing bloody murder. You would typically have to specify each modeline in detail to avoid these that the card was technically capable of, but the monitor wasn't. -- _____________________________________ ---This space for rent--- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (4)
-
Felix Miata
-
John Andersen
-
Peter
-
Werner Flamme