From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Rp1SX-00055n-Vc for garchives@archives.gentoo.org; Sun, 22 Jan 2012 17:44:06 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AAB0FE0869; Sun, 22 Jan 2012 17:43:51 +0000 (UTC) Received: from mail-we0-f181.google.com (mail-we0-f181.google.com [74.125.82.181]) by pigeon.gentoo.org (Postfix) with ESMTP id 48E95E09AB for ; Sun, 22 Jan 2012 17:42:37 +0000 (UTC) Received: by werb10 with SMTP id b10so1720703wer.40 for ; Sun, 22 Jan 2012 09:42:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=z9UZkPJ4R7aL+9PWkaBfOoVCP01KZGTX25WXe9q++V8=; b=CnmlADiuAwkAy8lYNzjAbJzWjQzLqpjPY+uoRfel2HNGy4Au5N4uudKQQv/qu6qXHL VbPRha5I3sZQCCeG2enjDbPUBZh1hhUpffyRByLaN7TpRPBcrMYdAgCwYB+0/bXLH9iY Ty70oIwJRh9cBQoToqTSK9vczZtQJ//ivoIEY= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.216.136.168 with SMTP id w40mr2437245wei.37.1327254156429; Sun, 22 Jan 2012 09:42:36 -0800 (PST) Received: by 10.223.160.73 with HTTP; Sun, 22 Jan 2012 09:42:36 -0800 (PST) In-Reply-To: References: Date: Sun, 22 Jan 2012 09:42:36 -0800 Message-ID: Subject: Re: [gentoo-user] KVM problems - anyone know _why_ it happens? From: Mark Knecht To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: d1118e33-fb7f-418f-902e-705c4d5425ed X-Archives-Hash: fe3ea3885fbf9e99e2b6ce10d32cdddf On Sun, Jan 22, 2012 at 8:06 AM, Michael Mol wrote: > On Sun, Jan 22, 2012 at 10:54 AM, Mark Knecht wrote: >> I've seen reports for years about folks having problems with some KVMs >> under Linux. I've never personally had one myself. However I've been >> helping a Windows friend break his Redmond addiction over the last few >> months using Gentoo. He has a nice 3 monitor KDE-based system that's >> been working fine but there was one monitor that refused to set up >> with the right resolution. We left it alone for a long time as it was >> usable but finally yesterday got together to figure out what was >> happening. From the title it should be clear that the problem was a >> KVM hooked to that one monitor. Removing the KVM completely solved the >> problem. >> >> Now, what I'm wondering is why this same video card/KVM/monitor >> combination which apparently worked in Windows should have any >> problems in Linux? Anyone know why? >> >> In the spirit of full discloser I don't really know that this >> _specific_ video card was tested in Windows, but he owns multiple >> NVidia 8400GS cards and it's my understanding that other 8400GS cards >> did work with this KVM & monitor, so unless it's this specific card >> having a defect, or even being just a bit weak in some way, it would >> seem to be the insertion of the KVM itself that upset things. >> >> Looking at the monitor's specs/requirements for running the higher >> resolutions it uses, as should not be a surprise, higher frequencies >> to do higher resolutions. If the KVM was filtering those a bit then >> it's possible things wouldn't work, but that doesn't explain why it >> did work in Windows. >> >> Basically, I looked around in Google for anyone that had real info >> about why this problem occurs, couldn't find any that made sense, and >> am wondering how to choose a KVM that's going to work out of the box >> short of asking for model numbers, etc. > > I assume these are VGA displays? > > I've noticed that the CRTs attached to my Win7 box at work don't get > configured for the highest refresh rate unless I force it. Also, I've > noticed it decide that '1280x1024' is the 'recommended' resolution for > my displays, though they'll do 1600x1200@60Hz. > > It could just be a matter of Windows using 75Hz instead of 85Hz, or > 60Hz instead of 75Hz. > > > -- > :wq > That could certainly somehow be part of it, although in the manual for the monitor (Acer 2216W) said the resolution of interest (1680x1050) only runs at one horizontal/vertical set of dot clock so it isn't like there was a choice there of down shifting and X just chose the lower rate. According to the manual, if Windows set up 1680x1050 then it must have been using the only rates, etc. (I think!) And yes, the interface on that monitor is the old-style VGA. It's fairly clear that X kept saying there wasn't a resolution available from the monitor to support what I had requested in the xorg.conf file. I was asking for 1680x1050, being told the monitor didn't support it, and then given 1280x1024 instead. When he removed the KVM all those messages went away, X & KDE said the monitor was running 1680x1050, and the OSD on the monitor itself said it was doing the requested setup. I played a bit with get-edid | parse-edid. Logically that stuff even working says the VGA monitor cable is bidirectional. I started wondering if the KVM messes up the data coming back, or what else might be going on. Thanks for the ideas, Mark