From owner-freebsd-x11@FreeBSD.ORG Sun Sep 16 09:17:24 2007 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B128516A502 for ; Sun, 16 Sep 2007 09:17:23 +0000 (UTC) (envelope-from lars.stokholm@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.242]) by mx1.freebsd.org (Postfix) with ESMTP id EAA8C13C468 for ; Sun, 16 Sep 2007 09:17:22 +0000 (UTC) (envelope-from lars.stokholm@gmail.com) Received: by an-out-0708.google.com with SMTP id c14so256339anc for ; Sun, 16 Sep 2007 02:17:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=lecoDGNVgc2laaSLBToSXGkaYmkh1rrUSLSh2CATsWA=; b=A+oWIrh89KKL3rQjB4UHo0P7bd7tXdp08wwEhO6dA8e/oWfqrIPYnZ2+TVYcHOYbFUihPZRwGker9Qjs0vAvaa/fF8vIggU5nFBxIeR8CoLJQs8hbZYt3hSfKKxGyfJCJBiK8tpVt6w7VdEwGZ1D3XWb5eEsLYkK2MygfBoX/+k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Ej+dvwLrxPHBvf4UU5myUirpZQCqG8nkfgqWS97lFn5q45OylZjm2PZfvyHtaf0U/R+RbDVCUAEz3EUy1GjFakf3pB5yMPDAisoFxIJIvX0USMj/Urr/ZXkvzzuUlZCCufSTMO/CRtKNMJBXcyyxU93XnllQoMbJfCFC97EsID4= Received: by 10.100.33.14 with SMTP id g14mr5258209ang.1189934241840; Sun, 16 Sep 2007 02:17:21 -0700 (PDT) Received: by 10.70.66.9 with HTTP; Sun, 16 Sep 2007 02:17:21 -0700 (PDT) Message-ID: Date: Sun, 16 Sep 2007 11:17:21 +0200 From: "Lars Stokholm" To: "Adam K Kirchhoff" In-Reply-To: <1189894901.1368.2.camel@sorrow.ashke.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1189894901.1368.2.camel@sorrow.ashke.com> Cc: freebsd-x11@freebsd.org Subject: Re: More problems after upgrading to 7.3 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Sep 2007 09:17:24 -0000 pciconf says about my video card: ==================== drm0@pci1:0:0: class=0x030000 card=0x85001787 chip=0x4e481002 rev=0x00 hdr=0x00 vendor = 'ATI Technologies Inc' device = 'Radeon 9800 Pro (R350)' class = display subclass = VGA none1@pci1:0:1: class=0x038000 card=0x85011787 chip=0x4e681002 rev=0x00 hdr=0x00 vendor = 'ATI Technologies Inc' device = 'Radeon 9800 Pro (R350) - Secondary' class = display ==================== And the output of xrandr: ==================== Screen 0: minimum 320 x 200, current 1280 x 960, maximum 1600 x 1600 VGA-1 connected 1280x960+0+0 (normal left inverted right x axis y axis) 320mm x 240mm 1600x1024 60.0 1400x1050 60.0 1280x1024 59.9 60.0 1280x960 60.0* 1152x864 75.0 74.8 1152x768 54.8 1024x768 84.9 85.0 75.1 75.0 70.1 60.0 832x624 74.6 800x600 100.0 84.9 85.1 72.2 75.0 60.3 56.2 640x480 120.1 100.0 85.0 84.6 75.0 72.8 75.0 60.0 59.9 720x400 85.0 70.1 640x400 85.1 640x350 85.1 VGA-0 disconnected (normal left inverted right x axis y axis) S-video disconnected (normal left inverted right x axis y axis) ==================== Lars Stokholm On 9/16/07, Adam K Kirchhoff wrote: > > Some of the newer drivers in Xorg 7.3 (at least the radeon driver, > probably intel as well) now use xrandr 1.2. I've discovered that the > radeon driver that comes from ports insists that I have something hooked > up to S-Video, with one monitor on DVI-0 and nothing on DVI-1 (though, > in fact, I have monitors hooked up to DVI-0 and DVI-1 and nothing on > S-Video). This led to various problems. > > Upgrading to the latest ati driver in freedesktop git fixed the problem, > though. > > Perhaps you're having a similar problem. What video card do you have? > What's the ouput from 'xrandr'? > > Adam > > On Sat, 2007-09-15 at 23:13 +0200, Lars Stokholm wrote: > > After upgrading from Xorg 7.2 to 7.3 I have a couple of more or less > > serious problems. > > > > First it should be said, that after the upgrade I ran Xorg -configure > > and modified the resulting xorg.conf to my needs: Specifically adding > > "DefaultDepth 24" and "Modes "1024x768"" to the Screen and Display > > (sub)sections. > > > > But now: > > > > 1. My keyboard lights have stopped working. > > > > 2. When I run startx my monitor will change mode, power off, reset and > > finally - after watching the fireworks - I'm introduced with a > > resolution/refresh rate of 1280x960@60Hz. Not exactly matching what's > > in xorg.conf. > > > > What's wrong? > > > > Lars Stokholm