On 3/22/06, Stefán István <[EMAIL PROTECTED]> wrote: > szerda 22 március 2006 16.45 dátummal Richard Fish ezt írta: > > On 3/22/06, Stefán István <[EMAIL PROTECTED]> wrote: > > > Okay, I paste the relevant lines from my config file: > > > > Please also post the contents of /var/log/Xorg.0.log > > Ok, but it's a bit long becuse I don't know exactly which lines are relevant:
That's ok. It is always better to err on the side of providing too much information when asking for help. Here are the lines that I see that are relevant: > (II) MGA(0): Supported VESA Video Modes: > (II) MGA(0): [EMAIL PROTECTED] > (II) MGA(0): [EMAIL PROTECTED] > (II) MGA(0): [EMAIL PROTECTED] > (II) MGA(0): [EMAIL PROTECTED] > (II) MGA(0): [EMAIL PROTECTED] > (II) MGA(0): [EMAIL PROTECTED] > (II) MGA(0): [EMAIL PROTECTED] > (II) MGA(0): [EMAIL PROTECTED] > (II) MGA(0): [EMAIL PROTECTED] > (II) MGA(0): Manufacturer's mask: 0 > (II) MGA(0): Supported Future Video Modes: > (II) MGA(0): #0: hsize: 640 vsize 480 refresh: 75 vid: 20273 > (II) MGA(0): #1: hsize: 800 vsize 600 refresh: 75 vid: 20293 > (II) MGA(0): #2: hsize: 1024 vsize 768 refresh: 75 vid: 20321 > (II) MGA(0): #3: hsize: 1280 vsize 1024 refresh: 60 vid: 32897 > (II) MGA(0): Supported additional Video Mode: > (II) MGA(0): clock: 108.0 MHz Image Size: 338 x 270 mm > (II) MGA(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0 > (II) MGA(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0 > (II) MGA(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 71 kHz, > PixClock max 110 MHz The above means that DDC is working on your system, detecting what modes are available. So you should _not_ have to specify any modelines or sync ranges in your xorg.conf file. > (WW) MGA(0): config file hsync range 30-83kHz not within DDC hsync ranges. This is bad. You are specifying a HorizSync range that is greater than what your monitor supports. > (**) MGA(0): *Default mode "1280x1024": 135.0 MHz, 80.0 kHz, 75.0 Hz > (II) MGA(0): Modeline "1280x1024" 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync > (**) MGA(0): *Default mode "1024x768": 78.8 MHz, 60.1 kHz, 75.1 Hz > (II) MGA(0): Modeline "1024x768" 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync And here you see the results. The 1280x1024 and 1024x768 modes are trying to use a 75 and 75.1Hz refresh rate. Your monitor can only do 60hz at 1280x1024, or 75 (not 75.1) at 1024x768. I suggest to remove any HorizSync or VertRefresh lines from xorg.conf, and let the autodetection work. -Richard -- gentoo-user@gentoo.org mailing list