From owner-freebsd-questions@FreeBSD.ORG Fri Sep 3 02:50:49 2004 Return-Path: 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 BC89716A4CE for ; Fri, 3 Sep 2004 02:50:49 +0000 (GMT) Received: from bittern.mail.pas.earthlink.net (bittern.mail.pas.earthlink.net [207.217.120.119]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A8A243D2D for ; Fri, 3 Sep 2004 02:50:49 +0000 (GMT) (envelope-from steve@skaion.com) Received: from h-66-167-248-93.cmbrmaor.dynamic.covad.net ([66.167.248.93] helo=cuba.localnet) by bittern.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 1C34A5-0002FU-00 for freebsd-questions@freebsd.org; Thu, 02 Sep 2004 19:50:49 -0700 Received: from skaion.com (fresno.localnet [192.168.100.5]) by cuba.localnet (8.12.6/8.12.6) with ESMTP id i832olOJ012758 for ; Thu, 2 Sep 2004 22:50:48 -0400 (EDT) Message-ID: <4137DC07.70607@skaion.com> Date: Thu, 02 Sep 2004 22:50:47 -0400 From: Steve Durst User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.1) Gecko/20031030 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: help in configuring X for silicon motion lynxEM+ for thinkpad 240x X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Sep 2004 02:50:49 -0000 Hi, Make this be the "Device" section of /etc/X11/XF86Config: Section "Device" Option "UseBIOS" "off" Option "NoDDC" Identifier "Card0" Driver "siliconmotion" ChipSet "LynxEM+" Card "siliconmotion LynxEM+" EndSection Seems to work fine for me. I'm using a Thinkpad 240x (2609-61U flavor). My complete XF86Config file is below. Good luck. -Steve Section "ServerLayout" Identifier "Layout0" Screen 0 "Screen0" 0 0 InputDevice "Keyboard0" "CoreKeyboard" InputDevice "Mouse0" "CorePointer" EndSection Section "Files" EndSection Section "Module" # Load "freetype" # Load "xtt" Load "extmod" Load "glx" # Load "dri" Load "dbe" Load "record" # Load "xtrap" Load "type1" Load "speedo" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "SysMouse" Option "Emulate3Buttons" Option "Device" "/dev/sysmouse" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "keyboard" Option "XkbModel" "pc101" Option "XkbLayout" "us" EndSection Section "Monitor" Identifier "Monitor0" HorizSync 31.5 - 35.1 VertRefresh 50.0 - 70.0 EndSection Section "Device" Option "UseBIOS" "off" Option "NoDDC" Identifier "Card0" Driver "siliconmotion" ChipSet "LynxEM+" Card "siliconmotion LynxEM+" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Depth 24 Modes "800x600" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "800x600" "640x480" EndSubSection EndSection