Subject: Re: IBM T21
To: Fco. Valladolid <francisco@vmicrosistemas.com>
From: Steven M. Bellovin <smb@research.att.com>
List: netbsd-users
Date: 05/06/2003 00:34:26
This is a multipart MIME message.

--==_Exmh_-19720672320
Content-Type: text/plain; charset=us-ascii

In message <000a01c3134b$9d3e8120$0200000a@alamitos.com>, "Fco. Valladolid" wri
tes:
>

>
>I have a IBM T21 Laptop and the NetBSD 1.5.3 version, my internet =
>connection is so slow,
>
>some have a xf86config file for this machine.. the video card is S3
>Savage

There are different models of the T21 with different resolution.  I 
have a 1400x1050 model; I've attached my config file.

I have no problem with connection speed.  Check your duplex settings.


--==_Exmh_-19720672320
Content-Type: text/plain ; name="XF86Config"; charset=us-ascii
Content-Description: XF86Config
Content-Disposition: attachment; filename="XF86Config"

Section "ServerLayout"
	Identifier     "XFree86 Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

#Section "ServerFlags"
#        Option "DontZap"
#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/CID/"
	FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
	FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
	Load  "extmod"
	Load  "xie"
	Load  "pex5"
	Load  "glx"
	Load  "GLcore"
	Load  "dbe"
	Load  "record"

	Load  "dri"
	Load  "type1"
	Load  "speedo"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "keyboard"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option      "Protocol" "wsmouse"
	Option      "Device" "/dev/wsmouse0"
EndSection

Section "Device"
	### Available Driver options are:-
        #Option     "slow_edodram"
        #Option     "slow_dram"
        #Option     "fast_dram"
        #Option     "fpm_vram"
        #Option     "NoAccel"
        #Option     "HWCursor"
        #Option     "SWCursor"
        #Option     "ShadowFB"
        #Option     "Rotate"
        #Option     "UseBIOS"
	Identifier  "Card0"
	Driver      "savage"
	VendorName  "S3"
	BoardName   "Savage/IX-MV"
	BusID       "PCI:1:0:0"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "IBM"
	ModelName    "T21"
   	HorizSync       30-70
   	VertRefresh     50-90
   	#HorizSync       30-90
   	#VertRefresh     50-100
	UseModes "mymodes"
EndSection

#Section "Monitor"
#	Identifier   "Monitor0"
#	VendorName   "Nokia"
#	ModelName    "445Xav"
#   	HorizSync       30-102
#   	VertRefresh     50-150
#	#UseModes "mymodes"
#EndSection

Section "Modes"
	Identifier "mymodes"
	Mode "1400x1050"
		DotClock 122.00
		HTimings 1400 1464 1784 1912
		VTimings 1050 1052 1064 1090
		Flags "-VSync" "-HSync"
	EndMode
EndSection


Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	DefaultDepth	16
	SubSection "Display"
		Depth     8
		Modes "1280x1024"
		Modes "1024x768"
	EndSubSection
	SubSection "Display"
		Depth     16
		Modes "1400x1050" "1280x1024" "1024x768"
		Modes "1280x1024"
		Modes "1024x768"
	EndSubSection
	SubSection "Display"
		Depth     24
		Modes "1280x1024"
		Modes "1024x768"
	EndSubSection
EndSection

Section "DRI"
EndSection


--==_Exmh_-19720672320
Content-Type: text/plain; charset=us-ascii

		--Steve Bellovin, http://www.research.att.com/~smb (me)
		http://www.wilyhacker.com (2nd edition of "Firewalls" book)

--==_Exmh_-19720672320--