From owner-freebsd-questions Tue Feb 4 11:34:23 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B88FD37B405 for ; Tue, 4 Feb 2003 11:33:56 -0800 (PST) Received: from mrburns.nildram.co.uk (mrburns.nildram.co.uk [195.112.4.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id E64CA43FBD for ; Tue, 4 Feb 2003 11:33:48 -0800 (PST) (envelope-from David.Larkin@djl.co.uk) Received: from djl.co.uk (nat.djl.co.uk [213.208.117.42]) by mrburns.nildram.co.uk (Postfix) with ESMTP id 12C301E24D8; Tue, 4 Feb 2003 19:33:42 +0000 (GMT) Message-ID: <3E401636.DAE3048E@djl.co.uk> Date: Tue, 04 Feb 2003 19:36:24 +0000 From: David Larkin Organization: D.J.L. Software Consultancy Ltd X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.3-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Wiroth Didier , freebsd-questions@freebsd.org Subject: Re: XFree86 configuration References: <3E3E54C0.3E897025@djl.co.uk> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 4 days of XFree86 hell and still no further forward ........ I have tried # XFree86 -configure this appears to recognise my graphics card and creates a file /root/XF86Config.new when I try # XFree86 -xf86config XF86Config.new a low resolution grey grid with an X mouse cursor appears and the cursor moves with the mouse, but when I move the file to /etc/X11/XF86Config. startx fails. I checked the Monitor HorizSync & VertRefresh and they were the same values as on a 4.2 machine I have which works with the same monitor, i.e. HorizSync 31.5-57 VertRefresh 50-90 As suggested in http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x-config.html I tried Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1024x768" EndSubSection EndSection startx complains (EE) VGA(0) Can't support depth 24 changing to depth 16 results in FAtal server error: Addscreen/Screeninit failed for driver 0 and generates a log file shown below. changing to depth 8 gives no error message, simply waiting for X server to shut down but X does not appear it generates log file shown below Below are 3 files 1. XF86Config 2. XFree86.0.log using 16 bit 3. XFree86.0.log using 8 bit Any advice on where to go from here would be most gratefully recieved. Thanks David 1. XF86Config ============================================================== 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/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" EndSection Section "Module" Load "dbe" Load "dri" Load "extmod" Load "glx" Load "pex5" Load "record" Load "xie" Load "xtrap" Load "speedo" Load "type1" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "keyboard" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "MouseSystems" Option "Device" "/dev/sysmouse" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" HorizSync 31.5-57 VertRefresh 50-90 EndSection Section "Device" ### Available Driver options are:- ### Values: : integer, : float, : "True"/"False", ### : "String", : " Hz/kHz/MHz" ### [arg]: arg optional #Option "ShadowFB" # [] #Option "VGAClocks" # [] Identifier "Card0" Driver "vga" VendorName "SiS" BoardName "630" BusID "PCI:1:0:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 8 SubSection "Display" Depth 8 Modes "1024x768" EndSubSection EndSection 2. XFree86.0.log using 16 bit ============================================================== XFree86 Version 4.2.1 / X Window System (protocol Version 11, revision 0, vendor release 6600) Release Date: 3 September 2002 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/) Build Operating System: FreeBSD 5.0-CURRENT i386 [ELF] Module Loader present Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/XFree86.0.log", Time: Tue Feb 4 19:17:59 2003 (==) Using config file: "/etc/X11/XF86Config" (==) ServerLayout "XFree86 Configured" (**) |-->Screen "Screen0" (0) (**) | |-->Monitor "Monitor0" (**) | |-->Device "Card0" (**) |-->Input Device "Mouse0" (**) |-->Input Device "Keyboard0" (==) Keyboard: CustomKeycode disabled (**) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/Type1/,/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 9 (II) Module ABI versions: XFree86 ANSI C Emulation: 0.1 XFree86 Video Driver: 0.5 XFree86 XInput driver : 0.3 XFree86 Server Extension : 0.1 XFree86 Font Renderer : 0.3 (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.2.1, module version = 1.0.0 Module class: XFree86 Font Renderer ABI class: XFree86 Font Renderer, version 0.3 (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.2.1, module version = 0.1.0 ABI class: XFree86 Video Driver, version 0.5 (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 1039,0730 card 0000,0000 rev 02 class 06,00,00 hdr 80 (II) PCI: 00:00:1: chip 1039,5513 card 1039,5513 rev d0 class 01,01,80 hdr 80 (II) PCI: 00:01:0: chip 1039,0008 card 0000,0000 rev 00 class 06,01,00 hdr 80 (II) PCI: 00:01:1: chip 1039,0900 card 1039,0900 rev 82 class 02,00,00 hdr 00 (II) PCI: 00:01:2: chip 1039,7001 card 1039,7001 rev 07 class 0c,03,10 hdr 00 (II) PCI: 00:01:3: chip 1039,7001 card 1039,7000 rev 07 class 0c,03,10 hdr 00 (II) PCI: 00:01:4: chip 1039,7018 card 1039,7018 rev 02 class 04,01,00 hdr 00 (II) PCI: 00:02:0: chip 1039,0001 card 0000,0000 rev 00 class 06,04,00 hdr 01 (II) PCI: 01:00:0: chip 1039,6300 card 1039,6300 rev 31 class 03,00,00 hdr 00 (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.2.1, module version = 0.1.0 ABI class: XFree86 Video Driver, version 0.5 (II) UnloadModule: "scanpci" (II) Unloading /usr/X11R6/lib/modules/libscanpci.a (II) Host-to-PCI bridge: (II) PCI-to-ISA bridge: (II) PCI-to-PCI bridge: (II) Bus 0: bridge is at (0:0:0), (-1,0,0), BCTRL: 0x08 (VGA_EN is set) (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] (II) Bus -1: bridge is at (0:1:0), (0,-1,0), BCTRL: 0x08 (VGA_EN is set) (II) Bus -1 I/O range: (II) Bus -1 non-prefetchable memory range: (II) Bus -1 prefetchable memory range: (II) Bus 1: bridge is at (0:2:0), (0,1,1), BCTRL: 0x0e (VGA_EN is set) (II) Bus 1 I/O range: [0] -1 0x0000b000 - 0x0000b0ff (0x100) IX[B] [1] -1 0x0000b400 - 0x0000b4ff (0x100) IX[B] [2] -1 0x0000b800 - 0x0000b8ff (0x100) IX[B] [3] -1 0x0000bc00 - 0x0000bcff (0x100) IX[B] (II) Bus 1 non-prefetchable memory range: [0] -1 0xcfe00000 - 0xcfefffff (0x100000) MX[B] (II) Bus 1 prefetchable memory range: [0] -1 0xbfc00000 - 0xcfcfffff (0x10100000) MX[B] (--) PCI:*(1:0:0) SiS 630 rev 49, Mem @ 0xc0000000/27, 0xcfee0000/17, I/O @ 0xbc00/7 (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 0x0000ffff - 0x0000ffff (0x1) IX[B] [6] -1 0x00000000 - 0x000000ff (0x100) IX[B] (II) Active PCI resource ranges: [0] -1 0xcfffe000 - 0xcfffffff (0x2000) MX[B]E [1] -1 0xcfffd000 - 0xcfffdfff (0x1000) MX[B]E [2] -1 0xcfffc000 - 0xcfffffff (0x4000) MX[B]E [3] -1 0xcfff7000 - 0xcfff7fff (0x1000) MX[B]E [4] -1 0xd0000000 - 0xdfffffff (0x10000000) MX[B]E [5] -1 0xcfee0000 - 0xcfefffff (0x20000) MX[B](B) [6] -1 0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B) [7] -1 0x0000d800 - 0x0000d8ff (0x100) IX[B]E [8] -1 0x0000d400 - 0x0000d4ff (0x100) IX[B]E [9] -1 0x0000ff00 - 0x0000ffff (0x100) IX[B]E [10] -1 0x0000bc00 - 0x0000bc7f (0x80) IX[B](B) (II) PCI Memory resource overlap reduced 0xcfffc000 from 0xcfffffff to 0xcfffcfff (II) Active PCI resource ranges after removing overlaps: [0] -1 0xcfffe000 - 0xcfffffff (0x2000) MX[B]E [1] -1 0xcfffd000 - 0xcfffdfff (0x1000) MX[B]E [2] -1 0xcfffc000 - 0xcfffcfff (0x1000) MX[B]E [3] -1 0xcfff7000 - 0xcfff7fff (0x1000) MX[B]E [4] -1 0xd0000000 - 0xdfffffff (0x10000000) MX[B]E [5] -1 0xcfee0000 - 0xcfefffff (0x20000) MX[B](B) [6] -1 0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B) [7] -1 0x0000d800 - 0x0000d8ff (0x100) IX[B]E [8] -1 0x0000d400 - 0x0000d4ff (0x100) IX[B]E [9] -1 0x0000ff00 - 0x0000ffff (0x100) IX[B]E [10] -1 0x0000bc00 - 0x0000bc7f (0x80) IX[B](B) (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 0x0000ffff - 0x0000ffff (0x1) IX[B] [6] -1 0x00000000 - 0x000000ff (0x100) IX[B] (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 0xcfffe000 - 0xcfffffff (0x2000) MX[B]E [6] -1 0xcfffd000 - 0xcfffdfff (0x1000) MX[B]E [7] -1 0xcfffc000 - 0xcfffcfff (0x1000) MX[B]E [8] -1 0xcfff7000 - 0xcfff7fff (0x1000) MX[B]E [9] -1 0xd0000000 - 0xdfffffff (0x10000000) MX[B]E [10] -1 0xcfee0000 - 0xcfefffff (0x20000) MX[B](B) [11] -1 0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B) [12] -1 0x0000ffff - 0x0000ffff (0x1) IX[B] [13] -1 0x00000000 - 0x000000ff (0x100) IX[B] [14] -1 0x0000d800 - 0x0000d8ff (0x100) IX[B]E [15] -1 0x0000d400 - 0x0000d4ff (0x100) IX[B]E [16] -1 0x0000ff00 - 0x0000ffff (0x100) IX[B]E [17] -1 0x0000bc00 - 0x0000bc7f (0x80) IX[B](B) (II) LoadModule: "dbe" (II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a (II) Module dbe: vendor="The XFree86 Project" compiled for 4.2.1, 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: "dri" (II) Loading /usr/X11R6/lib/modules/extensions/libdri.a (II) Module dri: vendor="The XFree86 Project" compiled for 4.2.1, module version = 1.0.0 ABI class: XFree86 Server Extension, version 0.1 (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.2.1, module version = 1.0.0 ABI class: XFree86 Server Extension, version 0.1 (II) Loading extension XFree86-DRI (II) LoadModule: "extmod" (II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a (II) Module extmod: vendor="The XFree86 Project" compiled for 4.2.1, 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) Loading extension XVideo-MotionCompensation (II) LoadModule: "glx" (II) Loading /usr/X11R6/lib/modules/extensions/libglx.a (II) Module glx: vendor="The XFree86 Project" compiled for 4.2.1, module version = 1.0.0 ABI class: XFree86 Server Extension, version 0.1 (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.2.1, module version = 1.0.0 ABI class: XFree86 Server Extension, version 0.1 (II) Loading extension GLX (II) LoadModule: "pex5" (II) Loading /usr/X11R6/lib/modules/extensions/libpex5.a (II) Module pex5: vendor="The XFree86 Project" compiled for 4.2.1, 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: "record" (II) Loading /usr/X11R6/lib/modules/extensions/librecord.a (II) Module record: vendor="The XFree86 Project" compiled for 4.2.1, module version = 1.13.0 Module class: XFree86 Server Extension ABI class: XFree86 Server Extension, version 0.1 (II) Loading extension RECORD (II) LoadModule: "xie" (II) Loading /usr/X11R6/lib/modules/extensions/libxie.a (II) Module xie: vendor="The XFree86 Project" compiled for 4.2.1, module version = 1.0.0 Module class: XFree86 Server Extension ABI class: XFree86 Server Extension, version 0.1 (II) Loading extension XIE (II) LoadModule: "xtrap" (II) Loading /usr/X11R6/lib/modules/extensions/libxtrap.a (II) Module xtrap: vendor="The XFree86 Project" compiled for 4.2.1, module version = 1.0.0 Module class: XFree86 Server Extension ABI class: XFree86 Server Extension, version 0.1 (II) Loading extension DEC-XTRAP (II) LoadModule: "speedo" (II) Loading /usr/X11R6/lib/modules/fonts/libspeedo.a (II) Module speedo: vendor="The XFree86 Project" compiled for 4.2.1, module version = 1.0.1 Module class: XFree86 Font Renderer ABI class: XFree86 Font Renderer, version 0.3 (II) Loading font Speedo (II) LoadModule: "type1" (II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a (II) Module type1: vendor="The XFree86 Project" compiled for 4.2.1, module version = 1.0.1 Module class: XFree86 Font Renderer ABI class: XFree86 Font Renderer, version 0.3 (II) Loading font Type1 (II) Loading font CID (II) LoadModule: "vga" (II) Loading /usr/X11R6/lib/modules/drivers/vga_drv.o (II) Module vga: vendor="The XFree86 Project" compiled for 4.2.1, module version = 4.0.0 Module class: XFree86 Video Driver ABI class: XFree86 Video Driver, version 0.5 (II) LoadModule: "mouse" (II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o (II) Module mouse: vendor="The XFree86 Project" compiled for 4.2.1, module version = 1.0.0 Module class: XFree86 XInput Driver ABI class: XFree86 XInput driver, version 0.3 (II) VGA: Generic VGA driver (version 4.0) for chipsets: generic (II) Primary Device is: PCI 01:00:0 (--) Chipset generic 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 0xcfffe000 - 0xcfffffff (0x2000) MX[B]E [6] -1 0xcfffd000 - 0xcfffdfff (0x1000) MX[B]E [7] -1 0xcfffc000 - 0xcfffcfff (0x1000) MX[B]E [8] -1 0xcfff7000 - 0xcfff7fff (0x1000) MX[B]E [9] -1 0xd0000000 - 0xdfffffff (0x10000000) MX[B]E [10] -1 0xcfee0000 - 0xcfefffff (0x20000) MX[B](B) [11] -1 0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B) [12] -1 0x0000ffff - 0x0000ffff (0x1) IX[B] [13] -1 0x00000000 - 0x000000ff (0x100) IX[B] [14] -1 0x0000d800 - 0x0000d8ff (0x100) IX[B]E [15] -1 0x0000d400 - 0x0000d4ff (0x100) IX[B]E [16] -1 0x0000ff00 - 0x0000ffff (0x100) IX[B]E [17] -1 0x0000bc00 - 0x0000bc7f (0x80) IX[B](B) (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 0xcfffe000 - 0xcfffffff (0x2000) MX[B]E [6] -1 0xcfffd000 - 0xcfffdfff (0x1000) MX[B]E [7] -1 0xcfffc000 - 0xcfffcfff (0x1000) MX[B]E [8] -1 0xcfff7000 - 0xcfff7fff (0x1000) MX[B]E [9] -1 0xd0000000 - 0xdfffffff (0x10000000) MX[B]E [10] -1 0xcfee0000 - 0xcfefffff (0x20000) MX[B](B) [11] -1 0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B) [12] 0 0x000a0000 - 0x000affff (0x10000) MS[B] [13] 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] [14] 0 0x000b8000 - 0x000bffff (0x8000) MS[B] [15] -1 0x0000ffff - 0x0000ffff (0x1) IX[B] [16] -1 0x00000000 - 0x000000ff (0x100) IX[B] [17] -1 0x0000d800 - 0x0000d8ff (0x100) IX[B]E [18] -1 0x0000d400 - 0x0000d4ff (0x100) IX[B]E [19] -1 0x0000ff00 - 0x0000ffff (0x100) IX[B]E [20] -1 0x0000bc00 - 0x0000bc7f (0x80) IX[B](B) [21] 0 0x000003b0 - 0x000003bb (0xc) IS[B] [22] 0 0x000003c0 - 0x000003df (0x20) IS[B] (II) Setting vga for screen 0. (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.2.1, module version = 1.0.0 ABI class: XFree86 Video Driver, version 0.5 (II) VGA(0): initializing int10 (==) VGA(0): Write-combining range (0xa0000,0x20000) was already clear (==) VGA(0): Write-combining range (0xf0000,0x10000) (II) VGA(0): Primary V_BIOS segment is: 0xc000 (**) VGA(0): Depth 16, (--) framebuffer bpp 16 (==) VGA(0): RGB weight 565 (==) VGA(0): Default visual is TrueColor (==) VGA(0): Using gamma correction (1.0, 1.0, 1.0) (==) VGA(0): videoRam: 256 kBytes. (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.2.1, module version = 0.1.0 ABI class: XFree86 Video Driver, version 0.5 (II) VGA(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000 (--) VGA(0): Pixel clocks available: (--) VGA(0): pixel clocks: 25.100 28.322 25.100 25.100 (II) VGA(0): Monitor0: Using hsync range of 31.50-57.00 kHz (II) VGA(0): Monitor0: Using vrefresh range of 50.00-90.00 Hz (II) VGA(0): Not using default mode "640x350" (insufficient memory for mode) (II) VGA(0): Not using default mode "640x400" (insufficient memory for mode) (II) VGA(0): Not using default mode "720x400" (insufficient memory for mode) (II) VGA(0): Not using default mode "360x200" (hsync out of range) (II) VGA(0): Not using default mode "640x480" (insufficient memory for mode) (II) VGA(0): Not using default mode "640x480" (insufficient memory for mode) (II) VGA(0): Not using default mode "640x480" (insufficient memory for mode) (II) VGA(0): Not using default mode "640x480" (insufficient memory for mode) (II) VGA(0): Not using default mode "320x240" (hsync out of range) (II) VGA(0): Not using default mode "800x600" (insufficient memory for mode) (II) VGA(0): Not using default mode "800x600" (insufficient memory for mode) (II) VGA(0): Not using default mode "800x600" (insufficient memory for mode) (II) VGA(0): Not using default mode "800x600" (insufficient memory for mode) (II) VGA(0): Not using default mode "800x600" (insufficient memory for mode) (II) VGA(0): Not using default mode "1024x768" (insufficient memory for mode) (II) VGA(0): Not using default mode "512x384" (insufficient memory for mode) (II) VGA(0): Not using default mode "1024x768" (insufficient memory for mode) (II) VGA(0): Not using default mode "512x384" (insufficient memory for mode) (II) VGA(0): Not using default mode "1024x768" (insufficient memory for mode) (II) VGA(0): Not using default mode "512x384" (insufficient memory for mode) (II) VGA(0): Not using default mode "1024x768" (insufficient memory for mode) (II) VGA(0): Not using default mode "512x384" (insufficient memory for mode) (II) VGA(0): Not using default mode "1024x768" (insufficient memory for mode) (II) VGA(0): Not using default mode "512x384" (insufficient memory for mode) (II) VGA(0): Not using default mode "1152x864" (insufficient memory for mode) (II) VGA(0): Not using default mode "576x432" (insufficient memory for mode) (II) VGA(0): Not using default mode "1280x960" (insufficient memory for mode) (II) VGA(0): Not using default mode "640x480" (insufficient memory for mode) (II) VGA(0): Not using default mode "1280x960" (insufficient memory for mode) (II) VGA(0): Not using default mode "640x480" (insufficient memory for mode) (II) VGA(0): Not using default mode "1280x1024" (insufficient memory for mode) (II) VGA(0): Not using default mode "640x512" (insufficient memory for mode) (II) VGA(0): Not using default mode "1280x1024" (insufficient memory for mode) (II) VGA(0): Not using default mode "640x512" (insufficient memory for mode) (II) VGA(0): Not using default mode "1280x1024" (insufficient memory for mode) (II) VGA(0): Not using default mode "640x512" (insufficient memory for mode) (II) VGA(0): Not using default mode "1600x1200" (insufficient memory for mode) (II) VGA(0): Not using default mode "800x600" (insufficient memory for mode) (II) VGA(0): Not using default mode "1600x1200" (insufficient memory for mode) (II) VGA(0): Not using default mode "800x600" (insufficient memory for mode) (II) VGA(0): Not using default mode "1600x1200" (insufficient memory for mode) (II) VGA(0): Not using default mode "800x600" (insufficient memory for mode) (II) VGA(0): Not using default mode "1600x1200" (insufficient memory for mode) (II) VGA(0): Not using default mode "800x600" (insufficient memory for mode) (II) VGA(0): Not using default mode "1600x1200" (insufficient memory for mode) (II) VGA(0): Not using default mode "800x600" (insufficient memory for mode) (II) VGA(0): Not using default mode "1792x1344" (insufficient memory for mode) (II) VGA(0): Not using default mode "896x672" (insufficient memory for mode) (II) VGA(0): Not using default mode "1792x1344" (insufficient memory for mode) (II) VGA(0): Not using default mode "896x672" (insufficient memory for mode) (II) VGA(0): Not using default mode "1856x1392" (insufficient memory for mode) (II) VGA(0): Not using default mode "928x696" (insufficient memory for mode) (II) VGA(0): Not using default mode "1856x1392" (insufficient memory for mode) (II) VGA(0): Not using default mode "928x696" (insufficient memory for mode) (II) VGA(0): Not using default mode "1920x1440" (insufficient memory for mode) (II) VGA(0): Not using default mode "960x720" (insufficient memory for mode) (II) VGA(0): Not using default mode "1920x1440" (insufficient memory for mode) (II) VGA(0): Not using default mode "960x720" (insufficient memory for mode) (II) VGA(0): Not using default mode "832x624" (insufficient memory for mode) (II) VGA(0): Not using default mode "1400x1050" (insufficient memory for mode) (II) VGA(0): Not using default mode "700x525" (insufficient memory for mode) (II) VGA(0): Not using default mode "1400x1050" (insufficient memory for mode) (II) VGA(0): Not using default mode "700x525" (insufficient memory for mode) (II) VGA(0): Not using default mode "1600x1024" (insufficient memory for mode) (II) VGA(0): Not using default mode "800x512" (insufficient memory for mode) (II) VGA(0): Not using mode "1024x768" (no mode of this name) (II) VGA(0): Not using mode "320x200" (no clock available for mode) (II) VGA(0): Not using mode "320x175" (no clock available for mode) (--) VGA(0): Virtual size is 416x312 (pitch 416) (**) VGA(0): Default mode "416x312": 28.3 MHz, 49.2 kHz, 73.8 Hz (D) (II) VGA(0): Modeline "416x312" 28.32 416 432 464 576 312 312 314 333 doublescan -hsync -vsync (**) VGA(0): Default mode "400x300": 25.1 MHz, 48.3 kHz, 72.5 Hz (D) (II) VGA(0): Modeline "400x300" 25.10 400 428 488 520 300 318 321 333 doublescan +hsync +vsync (**) VGA(0): Default mode "320x240": 12.6 MHz, 31.4 kHz, 59.9 Hz (D) (II) VGA(0): Modeline "320x240" 12.55 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (==) VGA(0): DPI set to (75, 75) (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.2.1, module version = 1.0.0 ABI class: XFree86 ANSI C Emulation, version 0.1 (II) do I need RAC? No, I don't. (II) resource ranges after preInit: [0] 0 0xcfee0000 - 0xcfefffff (0x20000) MS[B] [1] 0 0xc0000000 - 0xc7ffffff (0x8000000) MS[B] [2] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B) [3] -1 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [4] -1 0x000f0000 - 0x000fffff (0x10000) MX[B] [5] -1 0x000c0000 - 0x000effff (0x30000) MX[B] [6] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B] [7] -1 0xcfffe000 - 0xcfffffff (0x2000) MX[B]E [8] -1 0xcfffd000 - 0xcfffdfff (0x1000) MX[B]E [9] -1 0xcfffc000 - 0xcfffcfff (0x1000) MX[B]E [10] -1 0xcfff7000 - 0xcfff7fff (0x1000) MX[B]E [11] -1 0xd0000000 - 0xdfffffff (0x10000000) MX[B]E [12] -1 0xcfee0000 - 0xcfefffff (0x20000) MX[B](B) [13] -1 0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B) [14] 0 0x000a0000 - 0x000affff (0x10000) MS[B] [15] 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU) [16] 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprU) [17] 0 0x0000bc00 - 0x0000bc7f (0x80) IS[B] [18] -1 0x0000ffff - 0x0000ffff (0x1) IX[B] [19] -1 0x00000000 - 0x000000ff (0x100) IX[B] [20] -1 0x0000d800 - 0x0000d8ff (0x100) IX[B]E [21] -1 0x0000d400 - 0x0000d4ff (0x100) IX[B]E [22] -1 0x0000ff00 - 0x0000ffff (0x100) IX[B]E [23] -1 0x0000bc00 - 0x0000bc7f (0x80) IX[B](B) [24] 0 0x000003b0 - 0x000003bb (0xc) IS[B] [25] 0 0x000003c0 - 0x000003df (0x20) IS[B] (==) VGA(0): Write-combining range (0xa0000,0x10000) was already clear Fatal server error: AddScreen/ScreenInit failed for driver 0 When reporting a problem related to a server crash, please send the full server output, not just the last messages. This can be found in the log file "/var/log/XFree86.0.log". Please report problems to xfree86@xfree86.org. 3. XFree86.0.log using 8 bit ============================================================== XFree86 Version 4.2.1 / X Window System (protocol Version 11, revision 0, vendor release 6600) Release Date: 3 September 2002 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/) Build Operating System: FreeBSD 5.0-CURRENT i386 [ELF] Module Loader present Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/XFree86.0.log", Time: Tue Feb 4 19:21:46 2003 (==) Using config file: "/etc/X11/XF86Config" (==) ServerLayout "XFree86 Configured" (**) |-->Screen "Screen0" (0) (**) | |-->Monitor "Monitor0" (**) | |-->Device "Card0" (**) |-->Input Device "Mouse0" (**) |-->Input Device "Keyboard0" (==) Keyboard: CustomKeycode disabled (**) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/Type1/,/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 9 (II) Module ABI versions: XFree86 ANSI C Emulation: 0.1 XFree86 Video Driver: 0.5 XFree86 XInput driver : 0.3 XFree86 Server Extension : 0.1 XFree86 Font Renderer : 0.3 (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.2.1, module version = 1.0.0 Module class: XFree86 Font Renderer ABI class: XFree86 Font Renderer, version 0.3 (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.2.1, module version = 0.1.0 ABI class: XFree86 Video Driver, version 0.5 (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 1039,0730 card 0000,0000 rev 02 class 06,00,00 hdr 80 (II) PCI: 00:00:1: chip 1039,5513 card 1039,5513 rev d0 class 01,01,80 hdr 80 (II) PCI: 00:01:0: chip 1039,0008 card 0000,0000 rev 00 class 06,01,00 hdr 80 (II) PCI: 00:01:1: chip 1039,0900 card 1039,0900 rev 82 class 02,00,00 hdr 00 (II) PCI: 00:01:2: chip 1039,7001 card 1039,7001 rev 07 class 0c,03,10 hdr 00 (II) PCI: 00:01:3: chip 1039,7001 card 1039,7000 rev 07 class 0c,03,10 hdr 00 (II) PCI: 00:01:4: chip 1039,7018 card 1039,7018 rev 02 class 04,01,00 hdr 00 (II) PCI: 00:02:0: chip 1039,0001 card 0000,0000 rev 00 class 06,04,00 hdr 01 (II) PCI: 01:00:0: chip 1039,6300 card 1039,6300 rev 31 class 03,00,00 hdr 00 (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.2.1, module version = 0.1.0 ABI class: XFree86 Video Driver, version 0.5 (II) UnloadModule: "scanpci" (II) Unloading /usr/X11R6/lib/modules/libscanpci.a (II) Host-to-PCI bridge: (II) PCI-to-ISA bridge: (II) PCI-to-PCI bridge: (II) Bus 0: bridge is at (0:0:0), (-1,0,0), BCTRL: 0x08 (VGA_EN is set) (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] (II) Bus -1: bridge is at (0:1:0), (0,-1,0), BCTRL: 0x08 (VGA_EN is set) (II) Bus -1 I/O range: (II) Bus -1 non-prefetchable memory range: (II) Bus -1 prefetchable memory range: (II) Bus 1: bridge is at (0:2:0), (0,1,1), BCTRL: 0x0e (VGA_EN is set) (II) Bus 1 I/O range: [0] -1 0x0000b000 - 0x0000b0ff (0x100) IX[B] [1] -1 0x0000b400 - 0x0000b4ff (0x100) IX[B] [2] -1 0x0000b800 - 0x0000b8ff (0x100) IX[B] [3] -1 0x0000bc00 - 0x0000bcff (0x100) IX[B] (II) Bus 1 non-prefetchable memory range: [0] -1 0xcfe00000 - 0xcfefffff (0x100000) MX[B] (II) Bus 1 prefetchable memory range: [0] -1 0xbfc00000 - 0xcfcfffff (0x10100000) MX[B] (--) PCI:*(1:0:0) SiS 630 rev 49, Mem @ 0xc0000000/27, 0xcfee0000/17, I/O @ 0xbc00/7 (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 0x0000ffff - 0x0000ffff (0x1) IX[B] [6] -1 0x00000000 - 0x000000ff (0x100) IX[B] (II) Active PCI resource ranges: [0] -1 0xcfffe000 - 0xcfffffff (0x2000) MX[B]E [1] -1 0xcfffd000 - 0xcfffdfff (0x1000) MX[B]E [2] -1 0xcfffc000 - 0xcfffffff (0x4000) MX[B]E [3] -1 0xcfff7000 - 0xcfff7fff (0x1000) MX[B]E [4] -1 0xd0000000 - 0xdfffffff (0x10000000) MX[B]E [5] -1 0xcfee0000 - 0xcfefffff (0x20000) MX[B](B) [6] -1 0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B) [7] -1 0x0000d800 - 0x0000d8ff (0x100) IX[B]E [8] -1 0x0000d400 - 0x0000d4ff (0x100) IX[B]E [9] -1 0x0000ff00 - 0x0000ffff (0x100) IX[B]E [10] -1 0x0000bc00 - 0x0000bc7f (0x80) IX[B](B) (II) PCI Memory resource overlap reduced 0xcfffc000 from 0xcfffffff to 0xcfffcfff (II) Active PCI resource ranges after removing overlaps: [0] -1 0xcfffe000 - 0xcfffffff (0x2000) MX[B]E [1] -1 0xcfffd000 - 0xcfffdfff (0x1000) MX[B]E [2] -1 0xcfffc000 - 0xcfffcfff (0x1000) MX[B]E [3] -1 0xcfff7000 - 0xcfff7fff (0x1000) MX[B]E [4] -1 0xd0000000 - 0xdfffffff (0x10000000) MX[B]E [5] -1 0xcfee0000 - 0xcfefffff (0x20000) MX[B](B) [6] -1 0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B) [7] -1 0x0000d800 - 0x0000d8ff (0x100) IX[B]E [8] -1 0x0000d400 - 0x0000d4ff (0x100) IX[B]E [9] -1 0x0000ff00 - 0x0000ffff (0x100) IX[B]E [10] -1 0x0000bc00 - 0x0000bc7f (0x80) IX[B](B) (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 0x0000ffff - 0x0000ffff (0x1) IX[B] [6] -1 0x00000000 - 0x000000ff (0x100) IX[B] (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 0xcfffe000 - 0xcfffffff (0x2000) MX[B]E [6] -1 0xcfffd000 - 0xcfffdfff (0x1000) MX[B]E [7] -1 0xcfffc000 - 0xcfffcfff (0x1000) MX[B]E [8] -1 0xcfff7000 - 0xcfff7fff (0x1000) MX[B]E [9] -1 0xd0000000 - 0xdfffffff (0x10000000) MX[B]E [10] -1 0xcfee0000 - 0xcfefffff (0x20000) MX[B](B) [11] -1 0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B) [12] -1 0x0000ffff - 0x0000ffff (0x1) IX[B] [13] -1 0x00000000 - 0x000000ff (0x100) IX[B] [14] -1 0x0000d800 - 0x0000d8ff (0x100) IX[B]E [15] -1 0x0000d400 - 0x0000d4ff (0x100) IX[B]E [16] -1 0x0000ff00 - 0x0000ffff (0x100) IX[B]E [17] -1 0x0000bc00 - 0x0000bc7f (0x80) IX[B](B) (II) LoadModule: "dbe" (II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a (II) Module dbe: vendor="The XFree86 Project" compiled for 4.2.1, 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: "dri" (II) Loading /usr/X11R6/lib/modules/extensions/libdri.a (II) Module dri: vendor="The XFree86 Project" compiled for 4.2.1, module version = 1.0.0 ABI class: XFree86 Server Extension, version 0.1 (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.2.1, module version = 1.0.0 ABI class: XFree86 Server Extension, version 0.1 (II) Loading extension XFree86-DRI (II) LoadModule: "extmod" (II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a (II) Module extmod: vendor="The XFree86 Project" compiled for 4.2.1, 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) Loading extension XVideo-MotionCompensation (II) LoadModule: "glx" (II) Loading /usr/X11R6/lib/modules/extensions/libglx.a (II) Module glx: vendor="The XFree86 Project" compiled for 4.2.1, module version = 1.0.0 ABI class: XFree86 Server Extension, version 0.1 (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.2.1, module version = 1.0.0 ABI class: XFree86 Server Extension, version 0.1 (II) Loading extension GLX (II) LoadModule: "pex5" (II) Loading /usr/X11R6/lib/modules/extensions/libpex5.a (II) Module pex5: vendor="The XFree86 Project" compiled for 4.2.1, 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: "record" (II) Loading /usr/X11R6/lib/modules/extensions/librecord.a (II) Module record: vendor="The XFree86 Project" compiled for 4.2.1, module version = 1.13.0 Module class: XFree86 Server Extension ABI class: XFree86 Server Extension, version 0.1 (II) Loading extension RECORD (II) LoadModule: "xie" (II) Loading /usr/X11R6/lib/modules/extensions/libxie.a (II) Module xie: vendor="The XFree86 Project" compiled for 4.2.1, module version = 1.0.0 Module class: XFree86 Server Extension ABI class: XFree86 Server Extension, version 0.1 (II) Loading extension XIE (II) LoadModule: "xtrap" (II) Loading /usr/X11R6/lib/modules/extensions/libxtrap.a (II) Module xtrap: vendor="The XFree86 Project" compiled for 4.2.1, module version = 1.0.0 Module class: XFree86 Server Extension ABI class: XFree86 Server Extension, version 0.1 (II) Loading extension DEC-XTRAP (II) LoadModule: "speedo" (II) Loading /usr/X11R6/lib/modules/fonts/libspeedo.a (II) Module speedo: vendor="The XFree86 Project" compiled for 4.2.1, module version = 1.0.1 Module class: XFree86 Font Renderer ABI class: XFree86 Font Renderer, version 0.3 (II) Loading font Speedo (II) LoadModule: "type1" (II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a (II) Module type1: vendor="The XFree86 Project" compiled for 4.2.1, module version = 1.0.1 Module class: XFree86 Font Renderer ABI class: XFree86 Font Renderer, version 0.3 (II) Loading font Type1 (II) Loading font CID (II) LoadModule: "vga" (II) Loading /usr/X11R6/lib/modules/drivers/vga_drv.o (II) Module vga: vendor="The XFree86 Project" compiled for 4.2.1, module version = 4.0.0 Module class: XFree86 Video Driver ABI class: XFree86 Video Driver, version 0.5 (II) LoadModule: "mouse" (II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o (II) Module mouse: vendor="The XFree86 Project" compiled for 4.2.1, module version = 1.0.0 Module class: XFree86 XInput Driver ABI class: XFree86 XInput driver, version 0.3 (II) VGA: Generic VGA driver (version 4.0) for chipsets: generic (II) Primary Device is: PCI 01:00:0 (--) Chipset generic 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 0xcfffe000 - 0xcfffffff (0x2000) MX[B]E [6] -1 0xcfffd000 - 0xcfffdfff (0x1000) MX[B]E [7] -1 0xcfffc000 - 0xcfffcfff (0x1000) MX[B]E [8] -1 0xcfff7000 - 0xcfff7fff (0x1000) MX[B]E [9] -1 0xd0000000 - 0xdfffffff (0x10000000) MX[B]E [10] -1 0xcfee0000 - 0xcfefffff (0x20000) MX[B](B) [11] -1 0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B) [12] -1 0x0000ffff - 0x0000ffff (0x1) IX[B] [13] -1 0x00000000 - 0x000000ff (0x100) IX[B] [14] -1 0x0000d800 - 0x0000d8ff (0x100) IX[B]E [15] -1 0x0000d400 - 0x0000d4ff (0x100) IX[B]E [16] -1 0x0000ff00 - 0x0000ffff (0x100) IX[B]E [17] -1 0x0000bc00 - 0x0000bc7f (0x80) IX[B](B) (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 0xcfffe000 - 0xcfffffff (0x2000) MX[B]E [6] -1 0xcfffd000 - 0xcfffdfff (0x1000) MX[B]E [7] -1 0xcfffc000 - 0xcfffcfff (0x1000) MX[B]E [8] -1 0xcfff7000 - 0xcfff7fff (0x1000) MX[B]E [9] -1 0xd0000000 - 0xdfffffff (0x10000000) MX[B]E [10] -1 0xcfee0000 - 0xcfefffff (0x20000) MX[B](B) [11] -1 0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B) [12] 0 0x000a0000 - 0x000affff (0x10000) MS[B] [13] 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] [14] 0 0x000b8000 - 0x000bffff (0x8000) MS[B] [15] -1 0x0000ffff - 0x0000ffff (0x1) IX[B] [16] -1 0x00000000 - 0x000000ff (0x100) IX[B] [17] -1 0x0000d800 - 0x0000d8ff (0x100) IX[B]E [18] -1 0x0000d400 - 0x0000d4ff (0x100) IX[B]E [19] -1 0x0000ff00 - 0x0000ffff (0x100) IX[B]E [20] -1 0x0000bc00 - 0x0000bc7f (0x80) IX[B](B) [21] 0 0x000003b0 - 0x000003bb (0xc) IS[B] [22] 0 0x000003c0 - 0x000003df (0x20) IS[B] (II) Setting vga for screen 0. (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.2.1, module version = 1.0.0 ABI class: XFree86 Video Driver, version 0.5 (II) VGA(0): initializing int10 (==) VGA(0): Write-combining range (0xa0000,0x20000) was already clear (==) VGA(0): Write-combining range (0xf0000,0x10000) (II) VGA(0): Primary V_BIOS segment is: 0xc000 (**) VGA(0): Depth 8, (--) framebuffer bpp 8 (==) VGA(0): RGB weight 666 (==) VGA(0): Default visual is PseudoColor (==) VGA(0): Using gamma correction (1.0, 1.0, 1.0) (==) VGA(0): videoRam: 64 kBytes. (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.2.1, module version = 0.1.0 ABI class: XFree86 Video Driver, version 0.5 (II) VGA(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000 (==) VGA(0): Virtual size is 320x200 (pitch 320) (**) VGA(0): Built-in mode "Generic 320x200 default mode": 12.6 MHz (scaled from 25.2 MHz), 31.5 kHz, 70.2 Hz (VScan) (II) VGA(0): Modeline "Generic 320x200 default mode" 12.59 320 336 384 400 200 206 207 224 vscan 2 -hsync +vsync (==) VGA(0): DPI set to (75, 75) (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.2.1, module version = 1.0.0 ABI class: XFree86 ANSI C Emulation, version 0.1 (II) do I need RAC? No, I don't. (II) resource ranges after preInit: [0] 0 0xcfee0000 - 0xcfefffff (0x20000) MS[B] [1] 0 0xc0000000 - 0xc7ffffff (0x8000000) MS[B] [2] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B) [3] -1 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [4] -1 0x000f0000 - 0x000fffff (0x10000) MX[B] [5] -1 0x000c0000 - 0x000effff (0x30000) MX[B] [6] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B] [7] -1 0xcfffe000 - 0xcfffffff (0x2000) MX[B]E [8] -1 0xcfffd000 - 0xcfffdfff (0x1000) MX[B]E [9] -1 0xcfffc000 - 0xcfffcfff (0x1000) MX[B]E [10] -1 0xcfff7000 - 0xcfff7fff (0x1000) MX[B]E [11] -1 0xd0000000 - 0xdfffffff (0x10000000) MX[B]E [12] -1 0xcfee0000 - 0xcfefffff (0x20000) MX[B](B) [13] -1 0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B) [14] 0 0x000a0000 - 0x000affff (0x10000) MS[B] [15] 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU) [16] 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprU) [17] 0 0x0000bc00 - 0x0000bc7f (0x80) IS[B] [18] -1 0x0000ffff - 0x0000ffff (0x1) IX[B] [19] -1 0x00000000 - 0x000000ff (0x100) IX[B] [20] -1 0x0000d800 - 0x0000d8ff (0x100) IX[B]E [21] -1 0x0000d400 - 0x0000d4ff (0x100) IX[B]E [22] -1 0x0000ff00 - 0x0000ffff (0x100) IX[B]E [23] -1 0x0000bc00 - 0x0000bc7f (0x80) IX[B](B) [24] 0 0x000003b0 - 0x000003bb (0xc) IS[B] [25] 0 0x000003c0 - 0x000003df (0x20) IS[B] (==) VGA(0): Write-combining range (0xa0000,0x10000) was already clear (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" "MouseSystems" (**) Mouse0: Protocol: "MouseSystems" (**) Option "CorePointer" (**) Mouse0: Core Pointer (**) Option "Device" "/dev/sysmouse" (**) Option "BaudRate" "1200" (**) Option "StopBits" "2" (**) Option "DataBits" "8" (**) Option "Parity" "None" (**) Option "Vmin" "1" (**) Option "Vtime" "0" (**) Option "FlowControl" "None" (==) Mouse0: Buttons: 3 (**) Mouse0: BaudRate: 1200 (II) Keyboard "Keyboard0" handled by legacy driver (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE) (**) Option "BaudRate" "1200" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message