[opensuse] LG L192WS LCD screen modelines
I have an openSUSE 10.2 box with an Intel i845 card and a LG L192WS LCD monitor. Problem is that I cannot get it to work at 1400x900 resolution. SaX does not recognize the monitor and set it to VESA 1280x1024 which works, but the display is fuzzy and squashed. I selected LCD 1440x900@60Hz as the monitor, but then when I ran the test, the monitor displayed a warning "Out of range" I can use 1024x768 and lower resolutions with that setting, but again, it is fuzzy and squashed. I have googled but only found two references on the Ubuntu forums where they have different modelines in the xorg.conf file and I tried these, but it still gives the out of range error. Any idea how I can get the correct modelines or setting for this monitor? Thanks -- Andre Truter | Software Consultant | Registered Linux user #185282 Jabber: andre.truter@gmail.com | http://www.trusoft.co.za ~ A dinosaur is a salamander designed to Mil Spec ~ -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Hello, In the Message; Subject : [opensuse] LG L192WS LCD screen modelines Message-ID : <173f0b9f0706230238v3bf21bf1t4520de47237ea7fc@mail.gmail.com> Date & Time: Sat, 23 Jun 2007 11:38:44 +0200 [Andre] == "Andre Truter" <andre.truter@gmail.com> has written: Andre> I have an openSUSE 10.2 box with an Intel i845 card and a LG L192WS LCD monitor. Andre> Problem is that I cannot get it to work at 1400x900 resolution. Andre> SaX does not recognize the monitor and set it to VESA 1280x1024 which Andre> works, but the display is fuzzy and squashed. Andre> I selected LCD 1440x900@60Hz as the monitor, but then when I ran the Andre> test, the monitor displayed a warning "Out of range" Andre> I can use 1024x768 and lower resolutions with that setting, but again, Andre> it is fuzzy and squashed. Oh, I see. Could you show me tha part Section "Momnitor" of your xorg.conf. /etc/X11/xorg.conf Regards, --- Masaru Nomiya mail-to: nomiya @ galaxy.dti.ne.jp "Bill! You married with Computers. Not with Me!" "No..., with money." -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On 23/06/07, Masaru Nomiya <nomiya@galaxy.dti.ne.jp> wrote:
Hello, [...] Oh, I see.
Could you show me tha part Section "Momnitor" of your xorg.conf.
/etc/X11/xorg.conf
Section "Monitor" DisplaySize 340 270 HorizSync 30-83 Identifier "Monitor[0]" ModelName "1440X900@70HZ" Option "DPMS" VendorName "--> LCD" VertRefresh 56-75 UseModes "Modes[0]" EndSection It is the default of the "1440X900@70HZ" selection in SaX, but I changed the Horizontal and Vertical refresh rates to the values mentioned in the documentation that came with the monitor. Thanks -- Andre Truter | Software Consultant | Registered Linux user #185282 Jabber: andre.truter@gmail.com | http://www.trusoft.co.za ~ A dinosaur is a salamander designed to Mil Spec ~ -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Hello, In the Message; Subject : Re: [opensuse] LG L192WS LCD screen modelines Message-ID : <173f0b9f0706230509x431e1116xd331a2e1cd26d1b7@mail.gmail.com> Date & Time: Sat, 23 Jun 2007 14:09:35 +0200 [Andre] == "Andre Truter" <andre.truter@gmail.com> has written: Andre> Section "Monitor" Andre> DisplaySize 340 270 Andre> HorizSync 30-83 Andre> Identifier "Monitor[0]" Andre> ModelName "1440X900@70HZ" Andre> Option "DPMS" Andre> VendorName "--> LCD" Andre> VertRefresh 56-75 Andre> UseModes "Modes[0]" Andre> EndSection Andre> It is the default of the "1440X900@70HZ" selection in SaX, but I Andre> changed the Horizontal and Vertical refresh rates to the values Andre> mentioned in the documentation that came with the monitor. How did you change? What you must chage is "Horizsync" only. At this point, Andre> HorizSync 30-83 is too high. Change this as follows; HorizSync 30-57 Regards, --- Masaru Nomiya mail-to: nomiya @ galaxy.dti.ne.jp "Bill! You married with Computers. Not with Me!" "No..., with money." -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On 2007/06/23 14:09 (GMT+0200) Andre Truter apparently typed:
Section "Monitor" DisplaySize 340 270
This is wrong. For a 19" 16:10 display this should be approximately 409 by 256.
HorizSync 30-83 Identifier "Monitor[0]" ModelName "1440X900@70HZ" Option "DPMS" VendorName "--> LCD" VertRefresh 56-75 UseModes "Modes[0]"
If what others suggest doesn't work, try commenting out UseModes.
EndSection
It is the default of the "1440X900@70HZ" selection in SaX, but I changed the Horizontal and Vertical refresh rates to the values mentioned in the documentation that came with the monitor.
If nothing else has worked so far, try adding to xorg.conf in 'Section "Device"' for your graphics card the line 'Option "NoDDC"'. It might help us help you to know the "Modes" line from 'Section "Screen"' for your DefaultDepth. -- "Respect everyone." I Peter 2:17 NIV Team OS/2 ** Reg. Linux User #211409 Felix Miata *** http://mrmazda.no-ip.com/ -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
participants (3)
-
Andre Truter
-
Felix Miata
-
Masaru Nomiya