Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Mar 2001 14:43:38 +0100
From:      The Unicorn <unicorn@blackhats.org>
To:        freebsd-stable@FreeBSD.ORG
Cc:        nlfug@nlfug.nl
Subject:   Has anyone got a Libretto 110CT working with XFree86 4.0.2?
Message-ID:  <20010317144338.Y49651@unicorn.blackhats.org>

next in thread | raw e-mail | index | archive | help
Hi Guys (F/M),

I  started  an  upgrade  of  my  Toshiba  Libretto  110CT  recently  and
everything  worked out  reasonably well  until I  wanted to  use XFree86
4.0.2_6 on the system. It is right now running FreeBSD 4.3-BETA smoothly
and the  installation and  configuration worked  like a  charm. However,
when I start X (startx) the display  goes black and stays that way (i.e.
nothing  is being  displayed, but  everything continues  running). I  am
using the following XF86Config file:

------%<----%<----%<----%<---- SNIP ----%<----%<----%<----%<----%<------
Section "ServerLayout"
	Identifier     "XFree86 Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
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  "dri"
	Load  "GLcore"
	Load  "dbe"
	Load  "record"
EndSection

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

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

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "TOS"
	ModelName    "5084"
	HorizSync    31.5-54.3
	VertRefresh  50-190
	ModeLine "800x480" 50.00 800 864 928 1088 480 481 484 509 +hsync +vsync
EndSection

Section "Device"
	### Available Driver options are:-
        #Option     "NoLinear"
        #Option     "NoAccel"
        #Option     "SWcursor"
        #Option     "noMMIO"
        #Option     "internDisp"
        #Option     "externDisp"
        #Option     "LcdCenter"
        #Option     "ShadowFB"
        #Option     "NoStretch"
        #Option     "pciBurst"
        #Option     "Rotate"
        #Option     "progLcdModeRegs"
        #Option     "progLcdModeStretch"
        Option      "overrideValidateMode"
	Option      "XaaNoScanlineImageWriteRect"
	Option      "XaaNoScanlineCPUToScreenColorExpandFill"
	Identifier  "Card0"
	Driver      "neomagic"
	VendorName  "Neomagic"
	BoardName   "NM2160"
	BusID       "PCI:0:4:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	DefaultColorDepth 16
	SubSection "Display"
		Depth     8
		Modes     "800x480"
		ViewPort  0 0
	EndSubSection
	SubSection "Display"
		Depth     16
		Modes     "800x480"
		ViewPort  0 0
	EndSubSection
	SubSection "Display"
		Depth     24
		Modes     "800x480"
		ViewPort  0 0
	EndSubSection
EndSection

Section "DRI"
EndSection
------%<----%<----%<----%<---- SNIP ----%<----%<----%<----%<----%<------

And the  logging file just  tells me  that everything should  be running
just fine:

------%<----%<----%<----%<---- SNIP ----%<----%<----%<----%<----%<------
XFree86 Version 4.0.2 / X Window System
(protocol Version 11, revision 0, vendor release 6400)
Release Date: 18 December 2000
	If the server is older than 6-12 months, or if your card is
	newer than the above date, look for a newer version before
	reporting problems.  (See http://www.XFree86.Org/FAQ)
Operating System: FreeBSD 4.3-BETA i386 [ELF] 
Module Loader present
(==) Log file: "/var/log/XFree86.0.log", Time: Sat Mar 17 13:52:05 2001
(==) Using config file: "/etc/X11/XF86Config"
Markers: (--) probed, (**) from config file, (==) default setting,
         (++) from command line, (!!) notice, (II) informational,
         (WW) warning, (EE) error, (??) unknown.
(==) ServerLayout "XFree86 Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(**) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/CID/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(**) ModulePath set to "/usr/X11R6/lib/modules"
(--) Using syscons driver with X support (version 2.0)
(--) using VT number 1

(II) Module ABI versions:
	XFree86 ANSI C Emulation: 0.1
	XFree86 Video Driver: 0.3
	XFree86 XInput driver : 0.1
	XFree86 Server Extension : 0.1
	XFree86 Font Renderer : 0.2
(II) Loader running on freebsd
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 1.0.0
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.2
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.3
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x00000000, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1179,0601 card 1179,0001 rev 2e class 06,00,00 hdr 00
(II) PCI: 00:04:0: chip 10c8,0004 card 1179,0001 rev 01 class 03,00,00 hdr 00
(II) PCI: 00:11:0: chip 1179,0701 card 1179,0001 rev 22 class 07,80,00 hdr 00
(II) PCI: 00:13:0: chip 1179,060f card 0000,0000 rev 20 class 06,07,00 hdr 82
(II) PCI: 00:13:1: chip 1179,060f card 0000,0000 rev 20 class 06,07,00 hdr 82
(II) PCI: End of PCI scan
(II) LoadModule: "scanpci"
(II) Loading /usr/X11R6/lib/modules/libscanpci.a
(II) Module scanpci: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.3
(II) UnloadModule: "scanpci"
(II) Unloading /usr/X11R6/lib/modules/libscanpci.a
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (-1,0,0), BCTRL: 0x00 (VGA_EN is cleared)
(II) Bus 0 I/O range:
	[0] -1	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
	[0] -1	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
	[0] -1	0x00000000 - 0xffffffff (0x0) MX[B]
(--) PCI:*(0:4:0) Neomagic NM2160 rev 1, Mem @ 0xfd000000/24, 0xffc00000/21, 0xffb00000/20
(II) Addressable bus resource ranges are
	[0] -1	0x00000000 - 0xffffffff (0x0) MX[B]
	[1] -1	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
	[0] -1	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0x00000000 - 0x000001ff (0x200) IX[B]E
(II) Active PCI resource ranges:
	[0] -1	0xffb00000 - 0xffbfffff (0x100000) MX[B](B)
	[1] -1	0xffc00000 - 0xffdfffff (0x200000) MX[B](B)
	[2] -1	0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
	[3] -1	0x0000ffe0 - 0x0000ffff (0x20) IX[B]E
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0xffb00000 - 0xffbfffff (0x100000) MX[B](B)
	[1] -1	0xffc00000 - 0xffdfffff (0x200000) MX[B](B)
	[2] -1	0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
	[3] -1	0x0000ffe0 - 0x0000ffff (0x20) IX[B]E
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0x00000000 - 0x000001ff (0x200) IX[B]E
(II) All system resource ranges:
	[0] -1	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0xffb00000 - 0xffbfffff (0x100000) MX[B](B)
	[6] -1	0xffc00000 - 0xffdfffff (0x200000) MX[B](B)
	[7] -1	0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
	[8] -1	0x00000000 - 0x000001ff (0x200) IX[B]E
	[9] -1	0x0000ffe0 - 0x0000ffff (0x20) IX[B]E
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 1.0.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension FontCache
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) LoadModule: "xie"
(II) Loading /usr/X11R6/lib/modules/extensions/libxie.a
(II) Module xie: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 1.0.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension XIE
(II) LoadModule: "pex5"
(II) Loading /usr/X11R6/lib/modules/extensions/libpex5.a
(II) Module pex5: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 1.0.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension X3D-PEX
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension GLX
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
(II) Module GLcore: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.1
(II) LoadModule: "dri"
(II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
(II) Module dri: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension XFree86-DRI
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/X11R6/lib/modules/freebsd/libdrm.a
(II) Module drm: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.1
(II) LoadModule: "GLcore"
(II) Reloading /usr/X11R6/lib/modules/extensions/libGLcore.a
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 1.0.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "record"
(II) Loading /usr/X11R6/lib/modules/extensions/librecord.a
(II) Module record: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 1.13.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension RECORD
(II) LoadModule: "neomagic"
(II) Loading /usr/X11R6/lib/modules/drivers/neomagic_drv.o
(II) Module neomagic: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 1.0.0
	Module class: XFree86 Video Driver
	ABI class: XFree86 Video Driver, version 0.3
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 1.0.0
	Module class: XFree86 XInput Driver
	ABI class: XFree86 XInput driver, version 0.1
(II) NEOMAGIC: Driver for Neomagic chipsets: neo2070, neo2090, neo2093,
	neo2097, neo2160, neo2200, neo2230, neo2360, neo2380
(II) Primary Device is: PCI 00:04:0
(--) Chipset neo2160 found
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0xffb00000 - 0xffbfffff (0x100000) MX[B](B)
	[6] -1	0xffc00000 - 0xffdfffff (0x200000) MX[B](B)
	[7] -1	0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
	[8] -1	0x00000000 - 0x000001ff (0x200) IX[B]E
	[9] -1	0x0000ffe0 - 0x0000ffff (0x20) IX[B]E
(II) resource ranges after probing:
	[0] -1	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0xffb00000 - 0xffbfffff (0x100000) MX[B](B)
	[6] -1	0xffc00000 - 0xffdfffff (0x200000) MX[B](B)
	[7] -1	0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
	[8] 0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[9] 0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[10] 0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[11] -1	0x00000000 - 0x000001ff (0x200) IX[B]E
	[12] -1	0x0000ffe0 - 0x0000ffff (0x20) IX[B]E
	[13] 0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[14] 0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.3
(II) NEOMAGIC(0): Chipset is a MagicGraph 128XD (NM2160)
(--) NEOMAGIC(0): Panel is a 800x600 color TFT display
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.3
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/X11R6/lib/modules/libvbe.a
(II) Module vbe: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.3
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/libint10.a
(II) Module int10: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.3
(II) NEOMAGIC(0): initializing int10
(II) xf86ReadBIOS(0, 0, Buf, 600)-> 6f ef 00 f0...
(II) xf86ReadBIOS(c0000, 0, Buf, 10000)-> 55 aa 60 e9...
(II) xf86ReadBIOS(d0000, 0, Buf, 10000)-> ff ff ff ff...
(II) xf86ReadBIOS(e0000, 0, Buf, 10000)-> ff ff ff ff...
(II) NEOMAGIC(0): Primary V_BIOS segment is: 0xc000
(II) NEOMAGIC(0): VESA BIOS detected
(II) NEOMAGIC(0): VESA VBE Version 2.0
(II) NEOMAGIC(0): VESA VBE Total Mem: 1984 kB
(II) NEOMAGIC(0): VESA VBE OEM: MagicGraph 128XD 40K SVGA BIOS
(II) NEOMAGIC(0): VESA VBE OEM Software Rev: 1.1
(II) NEOMAGIC(0): VESA VBE OEM Vendor: NeoMagic
(II) NEOMAGIC(0): VESA VBE OEM Product: MagicGraph 128XV
(II) NEOMAGIC(0): VESA VBE OEM Product Rev: 01.0
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.a
(II) NEOMAGIC(0): VESA VBE DDC supported
(II) NEOMAGIC(0): VESA VBE DDC Level 2
(II) NEOMAGIC(0): VESA VBE DDC transfer in appr. 1 sec.
(II) NEOMAGIC(0): VESA VBE DDC read successfully
(II) NEOMAGIC(0): Manufacturer: TOS  Model: 5084  Serial#: 0
(II) NEOMAGIC(0): Year: 1997  Week: 41
(II) NEOMAGIC(0): EDID Version: 1.0
(II) NEOMAGIC(0): Digital Display Input
(II) NEOMAGIC(0): Max H-Image Size [cm]: horiz.: 16  vert.: 10
(II) NEOMAGIC(0): Gamma: 1.00
(II) NEOMAGIC(0): No DPMS capabilities specified; RGB/Color Display
(II) NEOMAGIC(0): redX: 0.000 redY: 0.000   greenX: 0.000 greenY: 0.000
(II) NEOMAGIC(0): blueX: 0.000 blueY: 0.000   whiteX: 0.000 whiteY: 0.000
(II) NEOMAGIC(0): Supported VESA Video Modes:
(II) NEOMAGIC(0): 640x480@60Hz
(II) NEOMAGIC(0): Manufacturer's mask: 0
(II) NEOMAGIC(0): Supported Future Video Modes:
(II) NEOMAGIC(0): #0: hsize: 800  vsize 450  refresh: 60  vid: 49221
(**) NEOMAGIC(0): Depth 16, (--) framebuffer bpp 16
(==) NEOMAGIC(0): RGB weight 565
(==) NEOMAGIC(0): Default visual is TrueColor
(==) NEOMAGIC(0): Using gamma correction (1.0, 1.0, 1.0)
(**) NEOMAGIC(0): Option "overrideValidateMode"
(--) NEOMAGIC(0): Internal LCD only display mode
(==) NEOMAGIC(0): using linear mode
(**) NEOMAGIC(0): using PCI Burst mode
(--) NEOMAGIC(0): FB base address is set at 0xFD000000.
(--) NEOMAGIC(0): MMIO base address is set at 0xFFC00000.
(--) NEOMAGIC(0): VideoRAM: 2048 kByte
(--) NEOMAGIC(0): Max Clock: 90000 kHz
(II) NEOMAGIC(0): Monitor0: Using hsync range of 31.50-54.30 kHz
(II) NEOMAGIC(0): Monitor0: Using vrefresh range of 50.00-190.00 Hz
(II) NEOMAGIC(0): Clock range:  11.00 to  90.00 MHz
(WW) NEOMAGIC(0): display mode validation disabled
(WW) NEOMAGIC(0): display mode validation disabled
(WW) NEOMAGIC(0): display mode validation disabled
(WW) NEOMAGIC(0): display mode validation disabled
(WW) NEOMAGIC(0): display mode validation disabled
(WW) NEOMAGIC(0): display mode validation disabled
(WW) NEOMAGIC(0): display mode validation disabled
(WW) NEOMAGIC(0): display mode validation disabled
(WW) NEOMAGIC(0): display mode validation disabled
(WW) NEOMAGIC(0): display mode validation disabled
(WW) NEOMAGIC(0): display mode validation disabled
(WW) NEOMAGIC(0): display mode validation disabled
(WW) NEOMAGIC(0): display mode validation disabled
(WW) NEOMAGIC(0): Default mode "1024x768" deleted (bad mode clock/interlace/doublescan)
(WW) NEOMAGIC(0): display mode validation disabled
(WW) NEOMAGIC(0): display mode validation disabled
(WW) NEOMAGIC(0): Default mode "1024x768" deleted (hsync out of range)
(WW) NEOMAGIC(0): display mode validation disabled
(WW) NEOMAGIC(0): Default mode "1024x768" deleted (hsync out of range)
(WW) NEOMAGIC(0): Default mode "1024x768" deleted (bad mode clock/interlace/doublescan)
(WW) NEOMAGIC(0): Default mode "1152x864" deleted (width requires unsupported line pitch)
(WW) NEOMAGIC(0): Default mode "1280x960" deleted (insufficient memory for mode)
(WW) NEOMAGIC(0): Default mode "1280x960" deleted (insufficient memory for mode)
(WW) NEOMAGIC(0): Default mode "1280x1024" deleted (insufficient memory for mode)
(WW) NEOMAGIC(0): Default mode "1280x1024" deleted (insufficient memory for mode)
(WW) NEOMAGIC(0): Default mode "1280x1024" deleted (insufficient memory for mode)
(WW) NEOMAGIC(0): Default mode "1600x1200" deleted (insufficient memory for mode)
(WW) NEOMAGIC(0): Default mode "1600x1200" deleted (insufficient memory for mode)
(WW) NEOMAGIC(0): Default mode "1600x1200" deleted (insufficient memory for mode)
(WW) NEOMAGIC(0): Default mode "1600x1200" deleted (insufficient memory for mode)
(WW) NEOMAGIC(0): Default mode "1600x1200" deleted (insufficient memory for mode)
(WW) NEOMAGIC(0): Default mode "1792x1344" deleted (insufficient memory for mode)
(WW) NEOMAGIC(0): Default mode "1792x1344" deleted (insufficient memory for mode)
(WW) NEOMAGIC(0): Default mode "1856x1392" deleted (insufficient memory for mode)
(WW) NEOMAGIC(0): Default mode "1856x1392" deleted (insufficient memory for mode)
(WW) NEOMAGIC(0): Default mode "1920x1440" deleted (insufficient memory for mode)
(WW) NEOMAGIC(0): Default mode "1920x1440" deleted (insufficient memory for mode)
(WW) NEOMAGIC(0): display mode validation disabled
(--) NEOMAGIC(0): Virtual size is 800x480 (pitch 800)
(**) NEOMAGIC(0): Mode "800x480": 50.0 MHz, 46.0 kHz, 90.3 Hz
(--) NEOMAGIC(0): Display dimensions: (16, 10) cm
(--) NEOMAGIC(0): DPI set to (127, 121)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 1.0.0
	ABI class: XFree86 ANSI C Emulation, version 0.1
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/X11R6/lib/modules/libxaa.a
(II) Module xaa: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.3
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.3
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] 0	0xffb00000 - 0xffbfffff (0x100000) MX[B]
	[1] 0	0xffc00000 - 0xffdfffff (0x200000) MX[B]
	[2] 0	0xfd000000 - 0xfdffffff (0x1000000) MX[B]
	[3] -1	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[4] -1	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[5] -1	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[6] -1	0x000c0000 - 0x000effff (0x30000) MX[B]
	[7] -1	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[8] -1	0xffb00000 - 0xffbfffff (0x100000) MX[B](B)
	[9] -1	0xffc00000 - 0xffdfffff (0x200000) MX[B](B)
	[10] -1	0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
	[11] 0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[12] 0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[13] 0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[14] -1	0x00000000 - 0x000001ff (0x200) IX[B]E
	[15] -1	0x0000ffe0 - 0x0000ffff (0x20) IX[B]E
	[16] 0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[17] 0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) NEOMAGIC(0): Stretching disabled
(II) NEOMAGIC(0): Not programming shadow registers
(II) NEOMAGIC(0): Using linear framebuffer at: 0xFD000000
(--) NEOMAGIC(0): 1329152 bytes off-screen memory available
(II) NEOMAGIC(0): Using H/W Cursor.
(II) NEOMAGIC(0): Using 544 scanlines of offscreen memory for pixmap caching
(**) NEOMAGIC(0): Option "XaaNoScanlineCPUToScreenColorExpandFill"
(**) NEOMAGIC(0): Option "XaaNoScanlineImageWriteRect"
(II) NEOMAGIC(0): Using XFree86 Acceleration Architecture (XAA)
	Screen to screen bit blits
	Solid filled rectangles
	Solid Horizontal and Vertical Lines
	Offscreen Pixmaps
	Setting up tile and stipple cache:
		24 128x128 slots
(II) NEOMAGIC(0): Acceleration Initialized
(==) NEOMAGIC(0): Backing store disabled
(==) NEOMAGIC(0): Silken mouse enabled
(II) Setting vga for screen 0.
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(**) Option "Protocol" "auto"
(**) Mouse0: Protocol: "auto"
(**) Option "CorePointer"
(**) Mouse0: Core Pointer
(**) Option "Device" "/dev/mouse"
(==) Mouse0: Buttons: 3
(II) Keyboard "Keyboard0" handled by legacy driver
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
(**) Option "BaudRate" "1200"
------%<----%<----%<----%<---- SNIP ----%<----%<----%<----%<----%<------

I have read several documents on the web already, including all relevant
documentation  on  www.xfree86.org, but  nothing  seems  to change  this
behaviour. So as  a final possibility I am turning  to this list (before
returning to XFree86 3.3.6 ;-) wondering if anyone here knows what I can
do to make this work after all...

aTdHvAaNnKcSe,
Unicorn.
-- 
======= _ __,;;;/ TimeWaster =================================================
     ,;( )_, )~\| A Truly Wise Man Never Plays    PGP: 64 07 5D 4C 3F 81 22 73
    ;; //  `--;     Leapfrog With A Unicorn...         52 9D 87 08 51 AA 35 F0
==='= ;\ = | ==== Youth is Not a Time in Life, It is a State of Mind! ========
Echelon Teasers: NSA CIA DIA FBI NRO KGB FAPSI FSB Mossad BVD MI5 MI6 GCHQ BND


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




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