From owner-freebsd-x11@FreeBSD.ORG Fri Oct 26 10:06:20 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 AE64F16A41A for ; Fri, 26 Oct 2007 10:06:20 +0000 (UTC) (envelope-from kimrhh@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.171]) by mx1.freebsd.org (Postfix) with ESMTP id 0150013C48D for ; Fri, 26 Oct 2007 10:06:19 +0000 (UTC) (envelope-from kimrhh@gmail.com) Received: by ug-out-1314.google.com with SMTP id y2so751074uge for ; Fri, 26 Oct 2007 03:06:18 -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:mime-version:content-type; bh=95OznhUtRfdrILdhofIV3L3QHy6bA7iRVo64wzF/0H8=; b=BA3JL3loW5nYKSZMTNnLbt8SL/J6bFG/J5/KyuaSiNx3ZqdnRQbiUBFnN5BI3mCHj1U+1Z3eNdaaFq8h/yfOZSg7dSWzICBTC2fJU+Tr3qv2CR9pL67bqQYVGVZ8yP4VgYyfQMhYEpbECOw39tSB9d87GK96jIHbRb3XPf3jfDw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=mY/KJWU8xdm/kCmfWQcN1ahixinvva0EbqiEijBkB3UU4nZrsM8AFr99f6qOO8P84sw/6txiL31LNmnFX22ohYr7qy97vGkXVLIqN1X0FpR6wq4TQueOk29uhv7Ul2s5AVLF3ZvMqK4Hn6B6c2y6jy32yPsX5GiKeSwMcoSjPNo= Received: by 10.66.221.17 with SMTP id t17mr1205544ugg.1193391563691; Fri, 26 Oct 2007 02:39:23 -0700 (PDT) Received: by 10.66.238.5 with HTTP; Fri, 26 Oct 2007 02:39:23 -0700 (PDT) Message-ID: Date: Fri, 26 Oct 2007 11:39:23 +0200 From: "=?ISO-8859-1?Q?Kim_H=F8jgaard-Hansen?=" To: freebsd-x11@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: xorg+i810+widescreen problems 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: Fri, 26 Oct 2007 10:06:20 -0000 Hi I hope this is the right place to ask, tried on IRC without luck. I have an IBMX41 with Intel graphics i915, and an external widescreen TFT. = I have been strugling to make it work with the current xorg in ports, and FreeBSD-6.2. It have had working on FreeBSD-7.0, but decided to switch to stable since I don't have the time for -current :) so, following the handbook I have used i915resolution to patch in the right modes: /etc/rc.conf ------------------- i915resolution_enable=3D"YES" i915resolution_width=3D"1680" i915resolution_height=3D"1050" ---------------- 915resolution starts with the pc, verified by output and setting up the modeline in xorg.conf found in /var/log/Xorg.0.log /etc/X11/xorg.conf ------------------ Section "Monitor" Identifier "Monitor0" VendorName "HWP" ModelName "hpw2207" #(II) I810(0): Supported additional Video Mode: #(II) I810(0): clock: 146.2 MHz Image Size: 473 x 296 mm #(II) I810(0): h_active: 1680 h_sync: 1784 h_sync_end 1960 h_blank_end 2240 h_border: 0 #(II) I810(0): v_active: 1050 v_sync: 1053 v_sync_end 1059 v_blanking: 1089 v_border: 0 ModeLine "1680x1050" 146.2 1680 1784 1960 2240 1050 1053 105= 9 1089 # HorizSync 24-82 # VertRefresh 48-76 Option "DPMS" EndSection note: I also tried with the sync rates commented in, doesn't help Section "Device" Identifier "Card0" Driver "i810" VendorName "Intel Corporation" BoardName "Mobile 915GM/GMS/910GML Express Graphics Controller" BusID "PCI:0:2:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" SubSection "Display" Viewport 0 0 Depth 24 Modes "1680x1050" "1280x1024" "1024x768" EndSubSection EndSection ----------------- I have also put the agp module i loader.conf, but I think it is already compiled into the GENERIC kernel? dmesg | grep 'agp' ------------------- agp0: port 0x1800-0x1807 mem 0xa0080000-0xa00fffff,0xc0000000-0xcfffffff,0xa0000000-0xa003ffff irq 16 at device 2.0 on pci0 agp0: detected 7932k stolen memory agp0: aperture size is 256M drmsub0: : (child of agp_i810.c) on agp0 So, how can I debug this problem further? best regards Kim H=F8jgaard-Hansen