Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Oct 2002 18:19:31 +0400
From:      Kirill <root@neuromancer.solaris.ru>
To:        Sue Blake <sue@welearn.com.au>
Cc:        freebsd-mobile@FreeBSD.ORG
Subject:   Re: X config for Latitude CP without specs
Message-ID:  <20021013181931.A2542@neuromancer.solaris.ru>
In-Reply-To: <20021014000810.M363@welearn.com.au>; from sue@welearn.com.au on Mon, Oct 14, 2002 at 12:08:10AM %2B1000
References:  <20021014000810.M363@welearn.com.au>

next in thread | previous in thread | raw e-mail | index | archive | help
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: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoLinear"           	# [<bool>]
        #Option     "NoAccel"            	# [<bool>]
        #Option     "SWcursor"           	# [<bool>]
        #Option     "noMMIO"             	# [<bool>]
        #Option     "Rotate"             	# [<str>]
        #Option     "DisplayHeight480"   	# [<bool>]
        #Option     "overrideValidateMode" 	# [<bool>]
	Identifier  "Card0"
	Driver      "neomagic"
	VendorName  "Neomagic"
	BoardName   "NM2160"
	Option	    "internDisp"         	# [<bool>]
        Option     "externDisp"         	# [<bool>]
        Option     "LcdCenter"          	# [<bool>]
       	# Option     "ShadowFB" "True"          	# [<bool>]
        # Option     "NoStretch"          	# [<bool>]
	Option	    "pciBurst" "True"           	# [<bool>]
	Option	    "StrangeLockups" "True"    	# [<bool>]
#	Option	    "progLcdModeRegs" "True"   	# [<bool>]
	Option	    "progLcdModeStretch" "True" 	# [<bool>]
	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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021013181931.A2542>