From owner-freebsd-questions@FreeBSD.ORG Tue Jun 7 15:09:54 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 700C216A41C for ; Tue, 7 Jun 2005 15:09:54 +0000 (GMT) (envelope-from ckleski@mbc.edu) Received: from mbc.edu (mail.mbc.edu [216.57.240.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1068D43D49 for ; Tue, 7 Jun 2005 15:09:53 +0000 (GMT) (envelope-from ckleski@mbc.edu) Received: from [192.168.0.100] by mbc.edu (Cipher TLSv1:RC4-MD5:128) (MDaemon.PRO.v8.0.3b.R) with ESMTP id md50005273101.msg for ; Tue, 07 Jun 2005 11:08:49 -0400 X-ClamAV: PASS From: Craig Kleski To: Ben Paley , freebsd-questions@freebsd.org Date: Tue, 7 Jun 2005 11:10:43 +0000 User-Agent: KMail/1.8 References: <200506071529.47798.ben@spooty.net> In-Reply-To: <200506071529.47798.ben@spooty.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200506071110.43618.ckleski@mbc.edu> X-SortMonster-MessageSniffer-Message: md50005273101.msg X-SortMonster-MessageSniffer-Rules: tgibseut-MDPv0.53b (SNFv2-3.1i2) No patterns matched. X-SortMonster-MessageSniffer-Result: 0 X-Authenticated-Sender: ckleski@mbc.edu X-Spam-Processed: mail.mbc.edu, Tue, 07 Jun 2005 11:08:49 -0400 (not processed: message from trusted or authenticated source) X-Lookup-Warning: HELO/EHLO lookup on 192.168.0.100 does not match 65.202.151.105 X-MDRemoteIP: 65.202.151.105 X-Return-Path: ckleski@mbc.edu X-MDaemon-Deliver-To: freebsd-questions@freebsd.org X-MDAV-Processed: mail.mbc.edu, Tue, 07 Jun 2005 11:08:51 -0400 Cc: Subject: Re: 1280x800 display, i810, 915, etc etc etc X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Jun 2005 15:09:54 -0000 On Tuesday 07 June 2005 02:29 pm, you wrote: > Hello, > > I'm running 5.4 on my shiny new dell inspiron 6000 - there are a few > things yet to sort out, and one of them is X. Amazing. In winxp it > runs at 1280x800, 16bit (I think, or 24? can't remember off-hand, i'd > be happy with 8 for the moment!). And it seems I need the i810 > Generic driver from xorg. > > At the moment, I'm working with no xorg.conf at all! I get 800x600, > not sure of colour depth. But I really want / need to take advantage > of the full screen resolution. I understand I should set things up to > run 915resolution on boot, to teach the vbios about 1280x800. But > I've yet make or find an xorg.conf that even gives me a display. > > Thanks a lot for any help! > > Thanks, > Ben You may want to check /etc/X11/Xorg.0.log to see if any 1280x800 modes are recognized. If not, you may need to use 855patch: http://www.chzsoft.com.ar/855patch.html I use 855patch on my Dell 700m to get 1280x800. Then you need to add a ModeLine to xorg.conf. ModeLine "1280x800" 71.0 1280 1328 1360 1440 800 802 808 823 and make the appropriate changes in xorg.conf to use this as the default resolution (colordepth 24). Use the i810 driver.