hi, try your luck with vesa driver. rgds, psr On Tue, Dec 10, 2002 at 11:01:19AM -0500, Marc Chartrand wrote: > From: "Marc Chartrand" <tical@magma.ca> > To: <newbie@XFree86.Org> > X-Mailer: Microsoft Outlook Express 6.00.2800.1106 > Subject: intel i810 video problems > Date: Tue, 10 Dec 2002 11:01:19 -0500 > > I'm trying to run X 4.2.1 on FreeBSD 4.7. I have the intel i810 graphics controller and I can't get X to run when I use the INTEL 810 driver. I get a blank screen and the monitor shuts down when I "startx" > > I can only get X to run when I use the "generic" VGA driver but as expected, it hase really crappy resolution. I have included my log file as well as my XFree86Config file > > If anyone has tips, please let me know. > > Thanks > 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 "glx" > Load "pex5" > Load "record" > Load "xie" > Load "xtrap" > Load "speedo" > Load "type1" > EndSection > > Section "InputDevice" > Identifier "Keyboard0" > Driver "keyboard" > EndSection > > Section "InputDevice" > Identifier "Mouse0" > Driver "mouse" > Option "Protocol" "MouseSystems" > Option "Device" "/dev/sysmouse" > EndSection > > Section "Monitor" > Identifier "Samtron" > VendorName "Samtron" > ModelName "76V" > HorizSync 30-70 > VertRefresh 50-160 > EndSection > > Section "Device" > ### Available Driver options are:- > ### Values: <i>: integer, <f>: float, <bool>: "True"/"False", > ### <string>: "String", <freq>: "<f> Hz/kHz/MHz" > ### [arg]: arg optional > #Option "ShadowFB" # [<bool>] > #Option "VGAClocks" # [<bool>] > Identifier "Card0" > Driver "vga" > VendorName "Intel" > BoardName "i810" > BusID "PCI:0:1:0" > EndSection > > #I added this next device section > > Section "Device" > Identifier "Intel 810" > Driver "i810" > EndSection > > Section "Screen" > Identifier "Screen0" > Device "Intel 810" > Monitor "Samtron" > DefaultDepth 24 > > SubSection "Display" > Depth 1 > EndSubSection > SubSection "Display" > Depth 4 > EndSubSection > SubSection "Display" > Depth 8 > EndSubSection > SubSection "Display" > Depth 15 > EndSubSection > SubSection "Display" > Depth 16 > EndSubSection > SubSection "Display" > Depth 24 > Modes "1024x768" "800x600" "640x480" > ViewPort 0 0 > EndSubSection > EndSection >
>From pirat Mon Nov 25 18:19:53 2002 Return-Path: pao@luthien.ukc.ac.uk 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 <pirat@access.inet.co.th>; Mon, 25 Nov 2002 17:47:41 +0700 (ICT) (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 <pao@ukc.ac.uk> To: pirat <pirat@access.inet.co.th> 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: Paul <pao@luthien.ukc.ac.uk> 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