Ryan wrote:
I did, 1024x768. Sorry, analog
Matthew Miller wrote:
Maybe the problem is just in that adjustment, then.
Yes. You need to have your signaling _exact_ when dealing with LCDs.
Some are very good at taking the timings of VESA standards. But some support some eccentric Windows timings that are _not_ the exact same as VESA. Or maybe you have configured your monitor for X with bandwidths that exceed the typical VESA modelines.
E.g., did you upgrade from a CRT and just leave your X configuration intact? If so, then you might be sending 70, 72, 75 or 85Hz modes for 1024x768. And even though your LCD might support that analog signaling, it's not as ideal as using the VESA standard modes (typically 60Hz for 1024x768 on a LCD).
You need to open up your LCD user's manual, find the resolution you want, and input the _exact_ 1) Bandwidth 2) Horizonal Sync and 3) Vertical Sync for that mode into a modeline calculator. Then put those modelines into your XF86Config/xorg.conf.
Otherwise, at 1024x768, you're going to see a lot of the distortions. It has nothing to do with fonts.
Ideally you should be using DVI and not an analog connector. That removes the problem entirely.
-- Bryan J. Smith mailto:b.j.smith@ieee.org
I don't know where to make the adjustments you've suggested- I've posted my monitor's specs and my xorg.conf below, any help is greatly appreciated.
Thanks!!
Here are the specs of my monitor: http://www.sonystyle.com/is-bin/INTERSHOP.enfinity/eCS/Store/en/-/USD/SY_Dis...
Here is the relevant part of xorg.conf
Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "LCD Panel 1024x768" DisplaySize 300 230 HorizSync 28 - 61 VertRefresh 48 - 75 Option "dpms" EndSection
Section "Device" Identifier "Videocard0" Driver "nv" VendorName "Videocard vendor" BoardName "NVIDIA GeForce 4 MX (generic)" EndSection
Section "Screen" Identifier "Screen0" Device "Videocard0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 16 Modes "800x600" "640x480" EndSubSection SubSection "Display" Viewport 0 0 Depth 24 Modes "1024x768" "800x600" "640x480" EndSubSection EndSection
Section "DRI" Group 0 Mode 0666 EndSection
Bryan J. Smith b.j.smith@ieee.org wrote:
Ryan wrote:
I did, 1024x768. Sorry, analog
Matthew Miller wrote:
Maybe the problem is just in that adjustment, then.
Yes. You need to have your signaling _exact_ when dealing with LCDs.
Some are very good at taking the timings of VESA standards. But some support some eccentric Windows timings that are _not_ the exact same as VESA. Or maybe you have configured your monitor for X with bandwidths that exceed the typical VESA modelines.
E.g., did you upgrade from a CRT and just leave your X configuration intact? If so, then you might be sending 70, 72, 75 or 85Hz modes for 1024x768. And even though your LCD might support that analog signaling, it's not as ideal as using the VESA standard modes (typically 60Hz for 1024x768 on a LCD).
You need to open up your LCD user's manual, find the resolution you want, and input the _exact_ 1) Bandwidth 2) Horizonal Sync and 3) Vertical Sync for that mode into a modeline calculator. Then put those modelines into your XF86Config/xorg.conf.
Otherwise, at 1024x768, you're going to see a lot of the distortions. It has nothing to do with fonts.
Ideally you should be using DVI and not an analog connector. That removes the problem entirely.
-- Bryan J. Smith mailto:b.j.smith@ieee.org
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On Fri, 2005-06-17 at 18:53 -0400, Ryan wrote:
I don't know where to make the adjustments you've suggested- I've posted my monitor's specs and my xorg.conf below, any help is greatly appreciated.
Thanks!!
Here are the specs of my monitor: http://www.sonystyle.com/is-bin/INTERSHOP.enfinity/eCS/Store/en/-/USD/SY_Dis...
Here is the relevant part of xorg.conf
Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "LCD Panel 1024x768" DisplaySize 300 230 HorizSync 28 - 61 VertRefresh 48 - 75 Option "dpms" EndSection
Section "Device" Identifier "Videocard0" Driver "nv" VendorName "Videocard vendor" BoardName "NVIDIA GeForce 4 MX (generic)" EndSection
Section "Screen" Identifier "Screen0" Device "Videocard0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 16 Modes "800x600" "640x480" EndSubSection SubSection "Display" Viewport 0 0 Depth 24 Modes "1024x768" "800x600" "640x480" EndSubSection EndSection
Section "DRI" Group 0 Mode 0666 EndSection
Silly question: Does the monitor look good when hooked up to a different computer? (or did I miss that?) What about a different monitor on this machine?
Silly question: Does the monitor look good when hooked up to a different computer? (or did I miss that?) What about a different monitor on this machine?
Yes, looks great when hooked up to another machine. I don't have another LCD so its tough to test seperate monitors.
Ryan wrote:
I don't know where to make the adjustments you've suggested- I've posted my monitor's specs and my xorg.conf below, any help is greatly appreciated.
Thanks!!
Here are the specs of my monitor: http://www.sonystyle.com/is-bin/INTERSHOP.enfinity/eCS/Store/en/-/USD/SY_Dis...
Here is the relevant part of xorg.conf
Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "LCD Panel 1024x768" DisplaySize 300 230 HorizSync 28 - 61 VertRefresh 48 - 75 Option "dpms" EndSection
I'm like you in that if I had your problem I don't know if I could effectively solve this problem. From your monitor's specs everything looks good to me but I have one question. From your specs I don't know if your DisplaySize of 300 230 is correct.
I used the following command:
$ xdpyinfo | grep dimensions dimensions: 1024x768 pixels (361x271 millimeters)
My DisplaySize is 360 270. I calculate that the 360mm is about 14.1" and the 270mm is about 10.6". The viewing dimensions of my monitor is close to 14.1"x10.6". If I'm correct then your monitor's viewing dimensions should be about 11.8"x9.1" if the DisplaySize 300 230 is correct. I converted to inches by multiplying by 0.03937. Someone else would have to tell you how to make changes if that's necessary. I'm sure some expert will correct me if this is wrong!
Try the following command: $ xdpyinfo -ext all