On Mon, Dec 09, 2002 at 08:33:32PM -0800, Marshall Rose wrote:
> Date: Mon, 9 Dec 2002 20:33:32 -0800
> From: Marshall Rose <[EMAIL PROTECTED]>
> To: pirat <[EMAIL PROTECTED]>
> Subject: Re: [Newbie]experiences with netbsd/i830mg
> X-Mailer: Sylpheed version 0.8.3claws (GTK+ 1.2.10; )
>
> > > thanks very much. this is good data.
> > >
> > actually, i got the data from Paul
>
> thanks. what is paul's email address?
>
i'd better attached his reply to you.
with best regards,
psr
>From pirat Mon Nov 25 18:19:53 2002
Return-Path: [EMAIL PROTECTED]
Received: from luthien.ukc.ac.uk (luthien.ukc.ac.uk [129.12.41.28])
by access.inet.co.th (8.8.8/8.8.8) with ESMTP id RAA15041
for <[EMAIL PROTECTED]>; Mon, 25 Nov 2002 17:47:41 +0700 (ICT)
(envelope-from [EMAIL PROTECTED])
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 <[EMAIL PROTECTED]>
To: pirat <[EMAIL PROTECTED]>
Cc: [EMAIL PROTECTED]
Subject: Re: ibm thinkpad r31 and X
Message-ID: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5.1i
In-Reply-To: <[EMAIL PROTECTED]>; from [EMAIL PROTECTED] on Sat,
Nov 23, 2002 at 04:04:13PM +0700
Sender: Paul <[EMAIL PROTECTED]>
X-UIDL: 97f50a7860a1d7cdf7e31c6a8eca309b
Status: RO
X-Status: A
Content-Length: 1935
Lines: 89
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