From owner-freebsd-stable Mon Nov 25 2:47: 4 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7472A37B401 for ; Mon, 25 Nov 2002 02:47:01 -0800 (PST) Received: from luthien.ukc.ac.uk (luthien.ukc.ac.uk [129.12.41.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C86543E4A for ; Mon, 25 Nov 2002 02:47:01 -0800 (PST) (envelope-from pao@luthien.ukc.ac.uk) Received: from pao by luthien.ukc.ac.uk with local (Exim 4.10) id 18GGlN-00004J-00; Mon, 25 Nov 2002 10:46:49 +0000 Date: Mon, 25 Nov 2002 10:46:49 +0000 From: Paul To: pirat Cc: stable@FreeBSD.ORG Subject: Re: ibm thinkpad r31 and X Message-ID: <20021125104648.A240@luthien.ukc.ac.uk> References: <20021123090413.GA369@thai-aec.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20021123090413.GA369@thai-aec.org>; from pirat@access.inet.co.th on Sat, Nov 23, 2002 at 04:04:13PM +0700 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Nov 23, 2002 at 04:04:13PM +0700, pirat wrote: > hi sirs, > > we have thinkpad R31 which has i830M GMCH SVGA Controller. > we tried so many ways to config. x windows but fail. I have have one of these and swore a lot at this! It seems that the i810 X driver doesnt (yet) know about the i830 version of the video hardware. Anyhow I ended up using the vesa driver which works fine for me. Follows is a copy of my /etc/X11/XF86Config-4, you may need to tweak the keyboard layout though... Paul ---------------- Section "ServerLayout" Identifier "XFree86 Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" ModulePath "/usr/X11R6/lib/modules" FontPath "/usr/X11R6/lib/X11/fonts/misc/" FontPath "/usr/X11R6/lib/X11/fonts/Speedo/" FontPath "/usr/X11R6/lib/X11/fonts/Type1/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" EndSection Section "Module" Load "dbe" Load "dri" Load "extmod" Load "xie" Load "xtrap" Load "speedo" Load "type1" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "keyboard" Option "XkbModel" "pc102" Option "XkbLayout" "gb" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "MouseSystems" Option "Device" "/dev/sysmouse" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection Section "Device" Identifier "Card0" Option "DRI" "on" Driver "vesa" VendorName "Intel" BoardName "i830M" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultColorDepth 16 SubSection "Display" Depth 16 Modes "1024x768" EndSubSection EndSection To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message