Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 08 Jul 1997 13:19:04 +0200
From:      Jan Henrik Radl <gateway@image.dk>
To:        Ada T Lim <ada@not-enough.bandwidth.org>
Cc:        "freebsd-mobile@FreeBSD.ORG" <freebsd-mobile@FreeBSD.ORG>
Subject:   Re: [Fwd: Notebook Problem]
Message-ID:  <33C22227.20E89FD2@image.dk>
References:  <199709020718.RAA01699@polya.blah.org>

next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------56957DB3EC938AEC6E41642D
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Ada T Lim wrote:

> > I'd a simlar problem with my ThinkPad 760EL, do you have the extend VGA to
> > fullscreen option set? If so try disabling it - it worked for me!
>
> Could you please send me a copy of your XF86Config?  I couldn't  get X
> to work on my EL - you have one that uses the Cyber9320?

YES, my machines model number is 9547-WL4, newer IBM 760EL have got 9385 are of
TYPE 9547 X4G

If haven't got it to work yet try using an external monitor to begin with that
was my orginally approch.

>
>
> Thanks,
>
> Ada



Look for yourself.

Here are my config files



Best wishes
Jan Henrik


--------------56957DB3EC938AEC6E41642D
Content-Type: text/plain; charset=us-ascii; name="pao"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline; filename="pao"

#
#	Sample Laptop Configuration
#	for lenlen.mt.cs.keio.ac.jp (Toshiba Libretto 30)
#	Tatsumi Hosokawa <hosokawa@mt.cs.keio.ac.jp>
#

machine		"i386"
cpu		"I386_CPU"
cpu		"I486_CPU"
cpu		"I586_CPU"
#cpu		"I686_CPU"
ident		TP
maxusers	32

#options		MATH_EMULATE		#Support for x87 emulation
options		INET			#InterNETworking
options		FFS			#Berkeley Fast Filesystem
options		NFS			#Network Filesystem
options		MSDOSFS			#MSDOS Filesystem
options		"CD9660"		#ISO 9660 Filesystem
options		PROCFS			#Process filesystem
options		"COMPAT_43"		#Compatible with BSD 4.3
options		"SCSI_DELAY=15"		#Be pessimistic about Joe SCSI device
options		BOUNCE_BUFFERS		#include support for DMA bounce buffers
options		UCONSOLE		#Allow users to grab the console
options		FAILSAFE		#Be conservative
options		USERCONFIG		#boot -c editor
options		VISUAL_USERCONFIG	#visual boot -c editor

options		SYSVSHM			#enable shared memory
options		SYSVSEM			#enable semafoers
options		SYSVMSG			#enable messageing
options		"SHMMAXPGS=2048"	#no. shared memory pages

# laptop-specific configuration
options		LAPTOP

# If your laptop have not had Windoze95-Ready BIOS, please update it.
# Such old BIOS'es sometimes have critical bugs at 32-bit protected
# mode APM BIOS interface (which have not used by Windoze 3.1).

# PC-card suspend/resume support (experimental)
options		APM_PCCARD_RESUME
options		PCIC_RESUME_RESET

# Keep power for serial cards when the system suspends
# (If your machine hangs up when you try to suspend the system with
#  FAX/Modem PCMCIA card, uncomment this option).
#options	SIO_SUSP_KEEP_PWR       

# Detach SCSI devices when the SCSI card is removed (this option is
# applicable for aic/SlimSCSI cards, and this option crashes 
# ep/Etherlink III driver.  If you find the reason of this problem,
# please let me know, thanks! -- hosokawa@jp.FreeBSD.org) 
#options	SCSI_DETACH

# Some PCI Laptop machines probe PC-card controller twice (via ISA and
# PCI bus).  This option disables PC-card probe routine when the PC-card
# controller has already been probed via PCI bus.
#options	PCIC_PCI_ISA_CONFLICT

# Some PCI Laptop machine reports invalid slot number when the card is
# inserted or removed.  It is prevented by specifying the number of slot
# explicitly. Otherwise, this number is detected automatically.
#options	"PCIC_MAX_SLOTS=2"

# Japanese version of WaveLAN PCMCIA uses 2.4GHz band instead of 915MHz
# band that US version uses.  If you want to use Japanese version of
# WaveLAN, uncomment this line, or edit the corresponding config entry
# of /etc/pccard.conf.
#options	"WAVELAN_PCMCIA_24"

# Suspend the system when the battery status is "Low"
#options	"APM_BATT_LOW_SUSPEND"

config		kernel	root on wd0 swap on wd0 dumps on wd0

controller	isa0
#controller	eisa0
controller	pci0

# Dont remove these two lines!
controller	crd0
device		pcic0   at crd?
device		pcic1   at crd?

# If your machine says that PC-cards are inserted and removed frequently
# even if you don't insert or remove the cards, please try to specify
# the IRQ of PCIC explicitly.
#options	"PCIC_IRQ=12"		# for machines with serial trackball
#options	"PCIC_IRQ=0"		# zero means no IRQ mode

# Some PCMCIA-PCI bridge has peculiar I/O address (default: 0x3e0).  
# If you want to specify I/O address explicitly, uncomment and edit the
# following line (for example, I/O address of PCMCIA bridge of SOTEC 
# Winbook Quattro/V is 0x3000).  To know this value, please read the
# manual of your laptop or device property of PCMCIA bridge from
# Windows95's device control panel.
#options	"PCIC_IO=0x3000"	# for Sotec Winbook Quattro/V

controller	fdc0	at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
disk		fd0	at fdc0 drive 0
#disk		fd1	at fdc0 drive 1
#tape		ft0	at fdc0 drive 2

controller	wdc0	at isa? port "IO_WD1" bio irq 14 vector wdintr
disk		wd0	at wdc0 drive 0

#controller	wdc1	at isa? port "IO_WD2" bio irq 15 vector wdintr
#disk		wd1	at wdc1 drive 0

#controller	wdc2	at isa? disable port "IO_WD2" bio irq 15 vector wdintr
#disk		wd2	at wdc2 drive 0

#controller	wdc3	at isa? disable port "IO_WD2" bio irq 15 vector wdintr
#disk		wd3	at wdc3 drive 0

options         ATAPI		#Enable ATAPI support for IDE bus
options		ATAPI_STATIC	#Don't do it as an LKM

device          wcd0    #IDE CD-ROM

#controller	ncr0
#controller	ahb0
#controller	ahc0

#controller	bt0	at isa? port "IO_BT0" bio irq ? vector bt_isa_intr
#controller	uha0	at isa? port "IO_UHA0" bio irq ? drq 5 vector uhaintr
#controller	aha0	at isa? port "IO_AHA0" bio irq ? drq 5 vector ahaintr
#controller	aic0    at isa? port 0x340 bio irq 11 vector aicintr
#controller	nca0	at isa? port 0x1f88 bio irq 10 vector ncaintr
#controller	nca1	at isa? port 0x350 bio irq 5 vector ncaintr
#controller	sea0	at isa? bio irq 5 iomem 0xc8000 iosiz 0x2000 vector seaintr
#controller	spc0	at isa? port 0x320 bio irq 11 iomem 0xd0000 vector spcintr


#controller	scbus0

#device		sd0

#device		od0	#See LINT for possible `od' options

#device		st0

#device		cd0	#Only need one of these, the code dynamically grows

#device		wt0	at isa? port 0x300 bio irq 5 drq 1 vector wtintr
#device		mcd0	at isa? port 0x300 bio irq 10 vector mcdintr

#controller	matcd0	at isa? port 0x230 bio

#device		scd0	at isa? port 0x230 bio

# syscons is the default console driver, resembling an SCO console
device		sc0	at isa? port "IO_KBD" tty irq 1 vector scintr
# Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver
#device		vt0	at isa? port "IO_KBD" tty irq 1 vector pcrint
#options		"PCVT_FREEBSD=210"	# pcvt running on FreeBSD 2.1
#options		XSERVER			# include code for XFree86
# If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines
#options		PCVT_SCANSET=2		# IBM keyboards are non-std

# Mandatory, don't remove
device		npx0	at isa? port "IO_NPX" irq 13 vector npxintr

#
# Laptop support (see LINT for more options)
#
device		apm0    at isa?		# Advanced Power Management
#options	APM_BROKEN_STATCLOCK	# Workaround some buggy APM BIOS

device		sio0	at isa? port "IO_COM1" tty irq 4 vector siointr
device		sio1	at isa? port "IO_COM2" tty irq 3 vector siointr
device		sio2	at isa? port "IO_COM3" tty irq 5 vector siointr
#device		sio3	at isa? disable port "IO_COM4" tty irq 9 vector siointr
#device		sio4	at isa? disable port "IO_COM3" tty irq 5 vector siointr

device		lpt0	at isa? port? tty irq 7 vector lptintr
#device		lpt1	at isa? port? tty
#device		mse0	at isa? port 0x23c tty irq 5 vector mseintr
device		psm0	at isa? port "IO_KBD" conflicts tty irq 12 vector psmintr

# Order is important here due to intrusive probes, do *not* alphabetize
# this list of network interfaces until the probes have been fixed.
# Right now it appears that the ie0 must be probed before ep0. See
# revision 1.20 of this file.
#device de0
#device fxp0
#device vx0
#device ed0 at isa? port 0x280 net irq  5 iomem 0xd8000 vector edintr
#device ed1 at isa? disable port 0x300 net irq  5 iomem 0xd8000 vector edintr
#device ie0 at isa? port 0x360 net irq  7 iomem 0xd0000 vector ieintr
device ep0 at isa? port 0x300 net irq 10 vector epintr
device ep1 at isa? disable port 0x300 net irq 10 vector epintr
#device fe0 at isa? port 0x300 net irq 10 vector feintr
#device fe1 at isa? disable port 0x300 net irq 10 vector feintr
#device ix0 at isa? port 0x300 net irq 10 iomem 0xd0000 iosiz 32768 vector ixintr
#device le0 at isa? port 0x300 net irq 5 iomem 0xd0000 vector le_intr
#device lnc0 at isa? port 0x280 net irq 10 drq 0 vector lncintr
#device sn0 at isa? port 0x300 net irq 10 vector snintr
#device sn1 at isa? disable port 0x300 net irq 10 vector snintr
#device wlp0 at isa? port 0x300 net irq 11 vector wlpintr
#device wlp1 at isa? disable port 0x300 net irq 11 vector wlpintr

# do not enable ze0 and zp0 (these devices are obsolete)
##device ze0 at isa? port 0x300 net irq 5 iomem 0xd8000 vector zeintr
##device zp0 at isa? port 0x300 net irq 10 iomem 0xd8000 vector zpintr

#
# Audio drivers: `snd', `sb', `pas', `gus', `pca'
#
# snd: Voxware sound support code
# sb: SoundBlaster PCM - SoundBlaster, SB Pro, SB16, ProAudioSpectrum
# sbxvi: SoundBlaster 16
# sbmidi: SoundBlaster 16 MIDI interface
# pas: ProAudioSpectrum PCM and MIDI
# gus: Gravis Ultrasound - Ultrasound, Ultrasound 16, Ultrasound MAX
# gusxvi: Gravis Ultrasound 16-bit PCM  (do not use)
# mss: Microsoft Sound System
# opl: Yamaha OPL-2 and OPL-3 FM - SB, SB Pro, SB 16, ProAudioSpectrum
# uart: stand-alone 6850 UART for MIDI
# mpu: Roland MPU-401 stand-alone card
#
# Beware!  The addresses specified below are also hard-coded in
# i386/isa/sound/sound_config.h.  If you change the values here, you
# must also change the values in the include file.
#
# pca: PCM audio through your PC speaker
#
# If you don't have a lpt0 device at IRQ 7, you can remove the
# ``conflicts'' specification in the appropriate device entries below.
#
# If you have a GUS-MAX card and want to use the CS4231 codec on the
# card the drqs for the gus max must be 8 bit (1, 2, or 3).
#
# If you would like to use the full duplex option on the gus, then define
# flags to be the ``read dma channel''.
#
# options BROKEN_BUS_CLOCK      #PAS-16 isn't working and OPTI chipset
# options SYMPHONY_PAS          #PAS-16 isn't working and SYMPHONY chipset
# options EXCLUDE_SBPRO         #PAS-16
# options SBC_IRQ=5             #PAS-16. Must match irq on sb0 line.
# PAS16: The order of the pas0/sb0/opl0 is important since the
#       sb emulation is enabled in the pas-16 attach.
#
# The i386/isa/sound/sound.doc has more information.

# Controls all sound devices
controller	snd0
#device pas0	at isa? port 0x388 irq 10 drq 6 vector pasintr
device sb0	at isa? port 0x220 irq 5 conflicts drq 1 vector sbintr
#device sbxvi0	at isa? drq 5
#device sbmidi0	at isa? port 0x330
#device gus0	at isa? port 0x220 irq 12 drq 1 vector gusintr
#device gus0	at isa? port 0x220 irq 12 drq 1 flags 0x3 vector gusintr
#device mss0	at isa? port 0x530 irq 10 drq 1 vector adintr
#device opl0	at isa? port 0x388 conflicts
#device mpu0	at isa? port 0x330 irq 6 drq 0
#device uart0	at isa? port 0x330 irq 5 vector "m6850intr"

# IBM Smart Capture PCMCIA card
#device	scc0	at isa? port 0x240 irq 10 iomem 0xd4000 vector sccintr
#device	scc1	at isa? disable port 0x244 irq 11 iomem 0xd8000 vector sccintr

pseudo-device	loop
pseudo-device	ether
pseudo-device	log
pseudo-device	sl	1
# DHCP uses BPF (Berkeley Packet Filter)
pseudo-device   bpfilter        4
# ijppp uses tun instead of ppp device
#pseudo-device	ppp	1
pseudo-device	tun	1
pseudo-device	pty	32
pseudo-device	gzip		# Exec gzipped a.out's
pseudo-device	vn		#Vnode driver (turns a file into a device)

# KTRACE enables the system-call tracing facility ktrace(2).
# This adds 4 KB bloat to your kernel, and slightly increases
# the costs of each syscall.
#options	KTRACE		#kernel tracing

--------------56957DB3EC938AEC6E41642D
Content-Type: text/plain; charset=us-ascii; name="dmesg.txt"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline; filename="dmesg.txt"

FreeBSD 2.2-961014-SNAP #2: Sat Mar  8 09:39:46 MET 1997
    toor@tp:/usr/src/sys/compile/PAO
Calibrating clock(s) relative to mc146818A clock...
i586 clock: 132624793 Hz, i8254 clock: 1193122 Hz
CPU: Pentium (132.63-MHz 586-class CPU)
  Origin = "GenuineIntel"  Id = 0x52c  Stepping=12
  Features=0x1bf<FPU,VME,DE,PSE,TSC,MSR,MCE,CX8>
real memory  = 50331648 (49152K bytes)
avail memory = 46661632 (45568K bytes)
Probing for devices on PCI bus 0:
chip0 <generic PCI bridge (vendor=8086 device=1235 subclass=0)> rev 1 on pci0:0
chip1 <Intel 82371FB PCI-ISA bridge> rev 2 on pci0:1:0
chip2 <Intel 82371FB IDE interface> rev 2 on pci0:1:1
chip3 <generic PCI bridge (vendor=104c device=ac12 subclass=7)> rev 2 int a irq ?? on pci0:2:0
chip4 <generic PCI bridge (vendor=104c device=ac12 subclass=7)> rev 2 int b irq ?? on pci0:2:1
vga0 <VGA-compatible display device> rev 227 int a irq 11 on pci0:3
Probing for devices on the ISA bus:
sc0 at 0x60-0x6f irq 1 on motherboard
sc0: VGA color <16 virtual consoles, flags=0x0>
sio0 at 0x3f8-0x3ff irq 4 on isa
sio0: type 16550A
sio1 not found at 0x2f8
sio2 not found at 0x3e8
lpt0 at 0x3bc-0x3c3 irq 7 on isa
lpt0: Interrupt-driven port
lp0: TCP/IP capable interface
psm0 at 0x60-0x63 irq 12 on motherboard
fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa
fdc0: NEC 72065B
fd0: 1.44MB 3.5in
wdc0 at 0x1f0-0x1f7 irq 14 on isa
wdc0: unit 0 (wd0): <IBM-DCRA-22110>
wd0: 2016MB (4128768 sectors), 4096 cyls, 16 heads, 63 S/T, 512 B/S
wdc0: unit 1 (atapi): <SANYO CRD-S54P/1.06>, removable, iordy
wcd0: 689Kb/sec, 256Kb cache, audio play, 256 volume levels, ejectable tray
wcd0: no disc inside, unlocked
ep0 not found at 0x300
ep1: disabled, not probed.
npx0 on motherboard
npx0: INT 16 interface
apm0 on isa
sb0 at 0x220 irq 5 drq 1 on isa
sb0: <SoundBlaster Pro 3.1>
pcic: controller irq 3
sio2: type 16550A
fd0: Operation timeout
fd0c: hard error reading fsbn 0 of 0-3 (No status)
isa_dmastart: channel 2 busy

--------------56957DB3EC938AEC6E41642D
Content-Type: text/plain; charset=us-ascii; name="XF86Config"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline; filename="XF86Config"

# XF86Config auto-generated by XF86Setup
#
# Copyright (c) 1996 by The XFree86 Project, Inc.

#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
# THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
# OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
#
# Except as contained in this notice, the name of the XFree86 Project shall
# not be used in advertising or otherwise to promote the sale, use or other
# dealings in this Software without prior written authorization from the
# XFree86 Project.
#

# See 'man XF86Config' for info on the format of this file

Section "Files"
   RgbPath    "/usr/X11R6/lib/X11/rgb"
   FontPath   "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/75dpi/:unscaled,/usr/X11R6/lib/X11/fonts/100dpi/:unscaled,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/,/usr/X11R6/lib/X11/fontsaix/misc/"
EndSection

Section "ServerFlags"
EndSection

Section "Keyboard"
   Protocol        "Standard"
   AutoRepeat      500 5
   LeftAlt         Meta
   RightAlt        Meta
   ScrollLock      Compose
   RightCtl        Control
   XkbKeycodes     "xfree86"
   XkbTypes        "default"
   XkbCompat       "default"
   XkbSymbols      "en_US(pc102euro)+dk"
   XkbGeometry     "pc"
   XkbRules        "xfree86"
   XkbModel        "pc102"
   XkbLayout       "dk"
EndSection

Section "Pointer"
   Protocol        "PS/2"
   Device          "/dev/psm0"
   BaudRate        1200
   Emulate3Timeout 80
   SampleRate      0
   Emulate3Buttons
EndSection

Section "Monitor"
   Identifier      "IBM TFT 12.1"
   VendorName      "IBM"
   ModelName       "TFT"
   HorizSync       31.5-37.9
   VertRefresh     40-150
   Modeline  "800x600"    40.00 800 840 968 1056 600 601 605 628 +hsync +vsync
EndSection

Section "Device"
   Identifier      "Trident TGUI9320LCD"
   VendorName      "Trident"
   BoardName       "TGUI9320LCD"
   Chipset         "tgui9320lcd"
   Option          "power_saver"
   VideoRam        1024


EndSection

Section "Device"
   Identifier      "Generic VGA"
   VendorName      "Unknown"
   BoardName       "Unknown"
   Chipset         "generic"
EndSection

Section "Screen"
   Driver          "Accel"
   Device          "Trident TGUI9320LCD"
   Monitor         "IBM TFT 12.1"
   BlankTime       0
   SuspendTime     15
   OffTime         30
   SubSection "Display"
      Depth        8
      Modes        "800x600"
      ViewPort     0 0
   EndSubSection
   SubSection "Display"
      Depth        15
      Modes        "800x600"
   EndSubSection
   SubSection "Display"
      Depth        16
      Modes        "800x600"
      ViewPort     0 0
   EndSubSection
   SubSection "Display"
      Depth        24
      Modes        "800x600"
      ViewPort     0 0
   EndSubSection
   SubSection "Display"
      Depth        32
      Modes        "800x600"
      ViewPort     0 0
   EndSubSection
EndSection

Section "Screen"
   Driver          "VGA2"
   Device          "Generic VGA"
   Monitor         "IBM TFT 12.1"
   BlankTime       0
   SuspendTime     15
   OffTime         30
   SubSection "Display"
      Depth        1
      Modes        "800x600"
      Virtual       800 600
      ViewPort     0 0
   EndSubSection
EndSection

Section "Screen"
   Driver          "VGA16"
   Device          "Trident TGUI9320LCD"
   Monitor         "IBM TFT 12.1"
   BlankTime       0
   SuspendTime     15
   OffTime         30
   SubSection "Display"
      Depth        4
      Modes        "800x600"
      Virtual       800 600
      ViewPort     0 0
   EndSubSection
EndSection

Section "Screen"
   Driver          "SVGA"
   Device          "Trident TGUI9320LCD"
   Monitor         "IBM TFT 12.1"
   BlankTime       0
   SuspendTime     15
   OffTime         30
   SubSection "Display"
      Depth        8
      Modes        "800x600"
      ViewPort     0 0
   EndSubSection
   SubSection "Display"
      Depth        15
      Modes        "800x600"
   EndSubSection
   SubSection "Display"
      Depth        16
      Modes        "800x600"
      ViewPort     0 0
   EndSubSection
   SubSection "Display"
      Depth        24
      Modes        "800x600"
      ViewPort     0 0
   EndSubSection
   SubSection "Display"
      Depth        32
      Modes        "800x600"
      ViewPort     0 0
   EndSubSection
EndSection

--------------56957DB3EC938AEC6E41642D--




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?33C22227.20E89FD2>