From owner-freebsd-mobile Sun Oct 13 7:19:39 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE33C37B401 for ; Sun, 13 Oct 2002 07:19:35 -0700 (PDT) Received: from neuromancer.solaris.ru (neuromancer.solaris.ru [194.85.25.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC98C43E97 for ; Sun, 13 Oct 2002 07:19:34 -0700 (PDT) (envelope-from root@neuromancer.solaris.ru) Received: (from root@localhost) by neuromancer.solaris.ru (8.12.6/8.11.6) id g9DEJWNZ002558; Sun, 13 Oct 2002 18:19:32 +0400 (MSD) (envelope-from root) Date: Sun, 13 Oct 2002 18:19:31 +0400 From: Kirill To: Sue Blake Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: X config for Latitude CP without specs Message-ID: <20021013181931.A2542@neuromancer.solaris.ru> Reply-To: kirill@solaris.ru References: <20021014000810.M363@welearn.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20021014000810.M363@welearn.com.au>; from sue@welearn.com.au on Mon, Oct 14, 2002 at 12:08:10AM +1000 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Mon, Oct 14, 2002 at 12:08:10AM +1000, Sue Blake wrote: > I'm trying to set up X on an old Dell Latitude CP which I know > only does 800x600 maximum (later models did more than that). > I have no idea of the horizontal and vertical rates. > > After running X -configure I get a config that gives me > 320x200 and nothing else. I tried guessing a few numbers > to throw into the config file without too much risk of > blowing up the screen, but didn't get any improvement. > > Does anyone happen to have a working config for a similar > machine that I could (shame on me!) just grab and use? > Here's config from Latitude CPi with 13" TFT (1024x768) ---Cut Here--- Section "ServerLayout" Identifier "XFree86 Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Implicit Core Keyboard" "CoreKeyboard" EndSection Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" ModulePath "/usr/X11R6/lib/modules" FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/75dpi" FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/100dpi" FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/misc" FontPath "/usr/X11R6/lib/X11/fonts/misc/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/Type1/" FontPath "/usr/X11R6/lib/X11/fonts/Speedo/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" 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/CID/" EndSection Section "Module" Load "extmod" Load "glx" Load "dri" Load "dbe" Load "record" Load "xtrap" Load "speedo" Load "type1" EndSection Section "InputDevice" Identifier "Implicit Core Keyboard" Driver "keyboard" Option "Protocol" "Standard" Option "AutoRepeat" "500 30" Option "XkbKeycodes" "xfree86" Option "XkbTypes" "default" Option "XkbCompat" "default" Option "XkbSymbols" "en_US(pc102)+ru" Option "XkbGeometry" "pc" Option "XkbRules" "xfree86" Option "CoreKeyboard" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/mouse" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" HorizSync 31.5 - 48.5 VertRefresh 50.0 - 90.0 # Modeline "1024x768" 85.52 1024 1056 1376 1408 768 782 792 807 -hsync -vsync ModeLine "1024x768" 65.0 1024 1032 1176 1344 768 771 777 806 -hsync -vsync # ModeLIne "800x600" 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync # ModeLine "640x480" 36.00 640 720 776 832 480 481 484 509 -hsync -vsync ModeLine "1024x768" 65.0 1024 1032 1176 1344 768 771 777 806 -hsync -vsync EndSection Section "Device" ### Available Driver options are:- ### Values: : integer, : float, : "True"/"False", ### : "String", : " Hz/kHz/MHz" ### [arg]: arg optional #Option "NoLinear" # [] #Option "NoAccel" # [] #Option "SWcursor" # [] #Option "noMMIO" # [] #Option "Rotate" # [] #Option "DisplayHeight480" # [] #Option "overrideValidateMode" # [] Identifier "Card0" Driver "neomagic" VendorName "Neomagic" BoardName "NM2160" Option "internDisp" # [] Option "externDisp" # [] Option "LcdCenter" # [] # Option "ShadowFB" "True" # [] # Option "NoStretch" # [] Option "pciBurst" "True" # [] Option "StrangeLockups" "True" # [] # Option "progLcdModeRegs" "True" # [] Option "progLcdModeStretch" "True" # [] Option "OverlayMem" "819000" # Option "VideoKey" BusID "PCI:0:2:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 16 SubSection "Display" Depth 1 EndSubSection SubSection "Display" Depth 4 EndSubSection SubSection "Display" Depth 8 EndSubSection SubSection "Display" # Modes "1024x768" Depth 15 EndSubSection SubSection "Display" Depth 16 Modes "1024x768" # "800x600" "640x480" EndSubSection SubSection "Display" # Modes "800x600" Depth 24 EndSubSection EndSection Section "DRI" Group 0 EndSection ---Cut Here--- -- BR, Kirill Bezzubets CASE-RIPE CASE-RIPN Senior Administrator, Technical Department mailto:kirill@solaris.ru Solaris ISP & Telecommunications Co. Ltd http://www.solaris.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message