Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 04 Mar 2001 19:57:14 +0000
From:      David Dooley <dpd@raffles-it.com>
To:        questions@FreeBSD.ORG
Cc:        dpd@dribble.lan.raffles-it.com
Subject:   Dual Head X 4.0.2
Message-ID:  <200103041957.f24JvFm10470@dribble.lan.raffles-it.com>

next in thread | raw e-mail | index | archive | help
Hi,

Sorry for the length of this question.

I am having a problem getting a dual head X confguration to work. I am trying 
to do this on a 4.2-Stable as of 11pm on 3/3/2001

In the system I have two video cards 

pci1: <NVidia Riva Ultra Vanta TNT2 graphics accelerator> at 0.0 irq 11
pci0: <3Dfx Voodoo 3 graphics accelerator> at 9.0 irq 3

I can get either to function with X 4.0.2 but not together. In the dual head 
configuration only the monitor that is confgiured first - as in boots on - in 
the bios works.

I am including all the confuration files with out comments to reduce the 
length of post.

1) Config for Single Head TNT2 Riva - Working
2) Config for Single Head VooDoo 3000 - Working
3) Config Dual Head Merge of Above 2 Configs
4) Xfree.log out put of startup of the Dual Head Config in 3)

The config were merged with the help of the XFree.org site and the 4.0.2 on 
line docs, but now I am stumped.

Thanks for your time.

David.


1) Config for Single Head TNT2 Riva
------------------------------------------------------------------------------
Section "Module"

    Load        "dbe"   # Double buffer extension

    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection

    Load        "type1"
    Load        "freetype"

EndSection


Section "Files"

    RgbPath     "/usr/X11R6/lib/X11/rgb"

    FontPath   "/usr/X11R6/lib/X11/fonts/local/"
    FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"

EndSection


Section "ServerFlags"

EndSection


Section "InputDevice"

    Identifier  "Keyboard1"
    Driver      "Keyboard"
    Option "AutoRepeat" "500 30"
    Option "XkbRules"   "xfree86"
    Option "XkbModel"   "pc102"
    Option "XkbLayout"  "gb"

EndSection


Section "InputDevice"

    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Protocol"    "MouseSystems"
    Option "Device"      "/dev/sysmouse"

EndSection


Section "Monitor"

    Identifier  "Digital 21 Inch"
    HorizSync   31.5 - 57.0
    VertRefresh 40-150

EndSection


Section "Device"

    Identifier  "RIVA TNT2"
    Driver      "nv"
    #VideoRam    32768
    # Insert Clocks lines here if appropriate

EndSection


Section "Screen"

    Identifier  "Screen 1"
    Device      "RIVA TNT2"
    Monitor     "Digital 21 Inch"
    DefaultDepth 24

    Subsection "Display"
        Depth       8
        Modes       "1024x768"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1024x768"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1024x768"
        ViewPort    0 0
    EndSubsection
EndSection


Section "ServerLayout"

    Identifier  "Simple Layout"
    Screen "Screen 1"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"

EndSection
-------------------------------------------------------------------------------

2) Config for Single Head VooDoo 3000
-------------------------------------------------------------------------------
Section "Module"

    Load        "dbe"   # Double buffer extension
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection
    Load        "type1"
    Load        "freetype"

EndSection


Section "Files"

    RgbPath     "/usr/X11R6/lib/X11/rgb"
    FontPath   "/usr/X11R6/lib/X11/fonts/local/"
    FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"

EndSection


Section "ServerFlags"

EndSection


Section "InputDevice"

    Identifier  "Keyboard1"
    Driver      "Keyboard"
    Option "AutoRepeat" "500 30"
    Option "XkbRules"   "xfree86"
    Option "XkbModel"   "pc102"
    Option "XkbLayout"  "gb"

EndSection


Section "InputDevice"

    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Protocol"    "MouseSystems"
    Option "Device"      "/dev/sysmouse"

EndSection


Section "Monitor"

    Identifier  "Smile 2011"
    HorizSync   31.5 - 48.5
    VertRefresh 50-100

EndSection


Section "Device"

    Identifier  "Voodoo3 (generic)"
    Driver      "tdfx"
    #VideoRam    16384
    # Insert Clocks lines here if appropriate

EndSection


Section "Screen"

    Identifier  "Screen 1"
    Device      "Voodoo3 (generic)"
    Monitor     "Smile 2011"
    DefaultDepth 16

    Subsection "Display"
        Depth       8
        Modes       "1024x768"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1024x768"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1024x768"
        ViewPort    0 0
    EndSubsection

EndSection


Section "ServerLayout"

    Identifier  "Simple Layout"
    Screen "Screen 1"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"

EndSection
-------------------------------------------------------------------------------

3) Dual Head Configuration After Mergeing Above two Configs

-------------------------------------------------------------------------------
Section "Module"

    Load        "dbe"   # Double buffer extension
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection
    Load        "type1"
    Load        "freetype"

EndSection


Section "Files"

    RgbPath     "/usr/X11R6/lib/X11/rgb"
    FontPath   "/usr/X11R6/lib/X11/fonts/local/"
    FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"

EndSection


Section "ServerFlags"

EndSection


Section "InputDevice"

    Identifier  "Keyboard1"
    Driver      "Keyboard"
    Option "AutoRepeat" "500 30"
    Option "XkbRules"   "xfree86"
    Option "XkbModel"   "pc102"
    Option "XkbLayout"  "gb"

EndSection


Section "InputDevice"

    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Protocol"    "MouseSystems"
    Option "Device"      "/dev/sysmouse"

EndSection


Section "Monitor"


    Identifier  "Digital 21 Inch"
    HorizSync   31.5 - 57.0
    VertRefresh 40-150

EndSection


Section "Monitor"

    Identifier  "Smile 2011"
    HorizSync   31.5 - 79.0
    VertRefresh 50-100

EndSection


Section "Device"

    Identifier  "RIVA TNT2"
    Driver      "nv"
    #VideoRam    32768
    # Insert Clocks lines here if appropriate

EndSection

Section "Device"

    Identifier  "Voodoo3 (generic)"
    Driver      "tdfx"
    #VideoRam    16384
    # Insert Clocks lines here if appropriate

EndSection


Section "Screen"

    Identifier  "Screen 1"
    Device      "RIVA TNT2"
    Monitor     "Digital 21 Inch"
    DefaultDepth 24

    Subsection "Display"
        Depth       8
        Modes       "1024x768"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1024x768"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1024x768"
        ViewPort    0 0
    EndSubsection

EndSection


Section "Screen"

    Identifier  "Screen 2"
    Device      "Voodoo3 (generic)"
    Monitor     "Smile 2011"
    DefaultDepth 24

    Subsection "Display"
        Depth       8
        Modes       "1024x768"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1024x768"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1024x768"
        ViewPort    0 0
    EndSubsection

EndSection


Section "ServerLayout"

    Identifier  "Dual Head"
    Screen 1 "Screen 1"
    Screen 2 "Screen 2" RightOf "Screen 1"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"

EndSection
-------------------------------------------------------------------------------

4) XFree.Log output
-------------------------------------------------------------------------------

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.2-STABLE i386 [ELF]
Module Loader present
(==) Log file: "/var/log/XFree86.0.log", Time: Sun Mar  4 19:21:38 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 "Dual Head"
(**) |-->Screen "Screen 1" (1)
(**) |   |-->Monitor "Digital 21 Inch"
(**) |   |-->Device "RIVA TNT2"
(**) |-->Screen "Screen 2" (2)
(**) |   |-->Monitor "Smile 2011"
(**) |   |-->Device "Voodoo3 (generic)"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc102"
(**) XKB: model: "pc102"
(**) Option "XkbLayout" "gb"
(**) XKB: layout: "gb"
(**) FontPath set to "/usr/X11R6/lib/X11/fonts/local/,/usr/X11R6/lib/X11/fonts/
m
isc/,/usr/X11R6/lib/X11/fonts/75dpi/:unscaled,/usr/X11R6/lib/X11/fonts/100dpi/:
u
nscaled,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X
1
1R6/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"
(II) xf86ReadBIOS(f8000, e80, Buf, 2)-> b4 09 bc fc...
(--) Using syscons driver with X support (version 2.0)
(--) using VT number 12

(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 8086,7190 card 1043,8024 rev 03 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,7191 card 0000,0000 rev 03 class 06,04,00 hdr 01
(II) PCI: 00:04:0: chip 8086,7110 card 0000,0000 rev 02 class 06,01,00 hdr 80
(II) PCI: 00:04:1: chip 8086,7111 card 0000,0000 rev 01 class 01,01,80 hdr 00
(II) PCI: 00:04:2: chip 8086,7112 card 0000,0000 rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:04:3: chip 8086,7113 card 0000,0000 rev 02 class 06,80,00 hdr 00
(II) PCI: 00:09:0: chip 121a,0005 card 121a,0057 rev 01 class 03,00,00 hdr 00
(II) PCI: 00:0a:0: chip 9005,0010 card 9005,a180 rev 00 class 01,00,00 hdr 00
(II) PCI: 00:0b:0: chip 1102,0002 card 1102,8027 rev 06 class 04,01,00 hdr 80
(II) PCI: 00:0b:1: chip 1102,7002 card 1102,0020 rev 06 class 09,80,00 hdr 80
(II) PCI: 00:0d:0: chip 8086,1229 card 8086,000c rev 08 class 02,00,00 hdr 00
(II) PCI: 01:00:0: chip 10de,002d card 0000,0000 rev 15 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.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) PCI-to-ISA bridge:
(II) PCI-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]
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x80 (VGA_EN is cleared)
(II) Bus 1 I/O range:
(II) Bus 1 non-prefetchable memory range:
        [0] -1  0xdc000000 - 0xdddfffff (0x1e00000) MX[B]
(II) Bus 1 prefetchable memory range:
        [0] -1  0xe1f00000 - 0xe3ffffff (0x2100000) MX[B]
(II) Bus -1: bridge is at (0:4:0), (0,-1,0), BCTRL: 0x00 (VGA_EN is cleared)
(II) Bus -1 I/O range:
(II) Bus -1 non-prefetchable memory range:
(II) Bus -1 prefetchable memory range:
(--) PCI:*(0:9:0) 3Dfx Interactive Voodoo3 rev 1, Mem @ 0xda000000/25, 
0xde00000
0/25, I/O @ 0xd000/8
(--) PCI: (1:0:0) NVidia Riva Ultra 64 rev 21, Mem @ 0xdc000000/24, 
0xe2000000/2
5
(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  0xd8800000 - 0xd8ffffff (0x800000) MX[B]E
        [1] -1  0xd9000000 - 0xd9ffffff (0x1000000) MX[B]E
        [2] -1  0xe4000000 - 0xe7ffffff (0x4000000) MX[B]E
        [3] -1  0x000c0000 - 0x000cffff (0x10000) MX[B](B)
        [4] -1  0xde000000 - 0xdfffffff (0x2000000) MX[B](B)
        [5] -1  0xda000000 - 0xdbffffff (0x2000000) MX[B](B)
        [6] -1  0x0000a800 - 0x0000a8ff (0x100) IX[B]E
        [7] -1  0x0000b000 - 0x0000b0ff (0x100) IX[B]E
        [8] -1  0x0000b400 - 0x0000b4ff (0x100) IX[B]E
        [9] -1  0x0000b800 - 0x0000b8ff (0x100) IX[B]E
        [10] -1 0x0000d400 - 0x0000d4ff (0x100) IX[B]E
        [11] -1 0x0000d800 - 0x0000d8ff (0x100) IX[B]E
        [12] -1 0x0000d000 - 0x0000d0ff (0x100) IX[B](B)
(II) Inactive PCI resource ranges:
        [0] -1  0xe1ff0000 - 0xe1ffffff (0x10000) MX[B](B)
        [1] -1  0xe2000000 - 0xe3ffffff (0x2000000) MX[B](B)
        [2] -1  0xdc000000 - 0xdcffffff (0x1000000) MX[B](B)
(II) Active PCI resource ranges after removing overlaps:
        [0] -1  0xd8800000 - 0xd8ffffff (0x800000) MX[B]E
        [1] -1  0xd9000000 - 0xd9ffffff (0x1000000) MX[B]E
        [2] -1  0xe4000000 - 0xe7ffffff (0x4000000) MX[B]E
        [3] -1  0x000c0000 - 0x000cffff (0x10000) MX[B](B)
        [4] -1  0xde000000 - 0xdfffffff (0x2000000) MX[B](B)
        [5] -1  0xda000000 - 0xdbffffff (0x2000000) MX[B](B)
        [6] -1  0x0000a800 - 0x0000a8ff (0x100) IX[B]E
        [7] -1  0x0000b000 - 0x0000b0ff (0x100) IX[B]E
        [8] -1  0x0000b400 - 0x0000b4ff (0x100) IX[B]E
        [9] -1  0x0000b800 - 0x0000b8ff (0x100) IX[B]E
        [10] -1 0x0000d400 - 0x0000d4ff (0x100) IX[B]E
        [11] -1 0x0000d800 - 0x0000d8ff (0x100) IX[B]E
        [12] -1 0x0000d000 - 0x0000d0ff (0x100) IX[B](B)
(WW) Unresolvable overlap at 0x000c0000
(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  0xd8800000 - 0xd8ffffff (0x800000) MX[B]E
        [6] -1  0xd9000000 - 0xd9ffffff (0x1000000) MX[B]E
        [7] -1  0xe4000000 - 0xe7ffffff (0x4000000) MX[B]E
        [8] -1  0x000c0000 - 0x000cffff (0x10000) MX[B](B)
        [9] -1  0xde000000 - 0xdfffffff (0x2000000) MX[B](B)
        [10] -1 0xda000000 - 0xdbffffff (0x2000000) MX[B](B)
        [11] -1 0xe1ff0000 - 0xe1ffffff (0x10000) MX[B](B)
        [12] -1 0xe2000000 - 0xe3ffffff (0x2000000) MX[B](B)
        [13] -1 0xdc000000 - 0xdcffffff (0x1000000) MX[B](B)
        [14] -1 0x00000000 - 0x000001ff (0x200) IX[B]E
        [15] -1 0x0000a800 - 0x0000a8ff (0x100) IX[B]E
        [16] -1 0x0000b000 - 0x0000b0ff (0x100) IX[B]E
        [17] -1 0x0000b400 - 0x0000b4ff (0x100) IX[B]E
        [18] -1 0x0000b800 - 0x0000b8ff (0x100) IX[B]E
        [19] -1 0x0000d400 - 0x0000d4ff (0x100) IX[B]E
        [20] -1 0x0000d800 - 0x0000d8ff (0x100) IX[B]E
        [21] -1 0x0000d000 - 0x0000d0ff (0x100) 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.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: "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 DPMS
(II) Loading extension FontCache
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: 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 Type1
(II) Loading font CID
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="The XFree86 Project"
        compiled for 4.0.2, module version = 1.1.8
        Module class: XFree86 Font Renderer
        ABI class: XFree86 Font Renderer, version 0.2
(II) Loading font FreeType
(II) LoadModule: "nv"
(II) Loading /usr/X11R6/lib/modules/drivers/nv_drv.o
(II) Module nv: 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: "tdfx"
(II) Loading /usr/X11R6/lib/modules/drivers/tdfx_drv.o
(II) Module tdfx: 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) NV: driver for NVIDIA chipsets: RIVA128, RIVATNT, RIVATNT2,
        RIVATNT2 (Ultra), RIVATNT2 (Vanta), RIVATNT2 M64,
        RIVATNT2 (Integrated), GeForce 256, GeForce DDR, Quadro,
        GeForce2 GTS, GeForce2 GTS (rev 1), GeForce2 ultra, Quadro 2 Pro,
        GeForce2 MX, GeForce2 MX DDR, Quadro 2 MXR, GeForce 2 Go
(II) TDFX: Driver for 3dfx Banshee/Voodoo3 chipsets: 3dfx Banshee,
        3dfx Voodoo3, 3dfx Voodoo5
(II) Primary Device is: PCI 00:09:0
(WW) NV: No matching Device section for instance (BusID PCI:1:0:0) found
(--) Assigning device section with no busID to primary device
(--) Chipset 3dfx Voodoo3 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  0xd8800000 - 0xd8ffffff (0x800000) MX[B]E
        [6] -1  0xd9000000 - 0xd9ffffff (0x1000000) MX[B]E
        [7] -1  0xe4000000 - 0xe7ffffff (0x4000000) MX[B]E
        [8] -1  0x000c0000 - 0x000cffff (0x10000) MX[B](B)
        [9] -1  0xde000000 - 0xdfffffff (0x2000000) MX[B](B)
        [10] -1 0xda000000 - 0xdbffffff (0x2000000) MX[B](B)
        [11] -1 0xe1ff0000 - 0xe1ffffff (0x10000) MX[B](B)
        [12] -1 0xe2000000 - 0xe3ffffff (0x2000000) MX[B](B)
        [13] -1 0xdc000000 - 0xdcffffff (0x1000000) MX[B](B)
        [14] -1 0x00000000 - 0x000001ff (0x200) IX[B]E
        [15] -1 0x0000a800 - 0x0000a8ff (0x100) IX[B]E
        [16] -1 0x0000b000 - 0x0000b0ff (0x100) IX[B]E
        [17] -1 0x0000b400 - 0x0000b4ff (0x100) IX[B]E
        [18] -1 0x0000b800 - 0x0000b8ff (0x100) IX[B]E
        [19] -1 0x0000d400 - 0x0000d4ff (0x100) IX[B]E
        [20] -1 0x0000d800 - 0x0000d8ff (0x100) IX[B]E
        [21] -1 0x0000d000 - 0x0000d0ff (0x100) 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  0xd8800000 - 0xd8ffffff (0x800000) MX[B]E
        [6] -1  0xd9000000 - 0xd9ffffff (0x1000000) MX[B]E
        [7] -1  0xe4000000 - 0xe7ffffff (0x4000000) MX[B]E
        [8] -1  0x000c0000 - 0x000cffff (0x10000) MX[B](B)
        [9] -1  0xde000000 - 0xdfffffff (0x2000000) MX[B](B)
        [10] -1 0xda000000 - 0xdbffffff (0x2000000) MX[B](B)
        [11] -1 0xe1ff0000 - 0xe1ffffff (0x10000) MX[B](B)
        [12] -1 0xe2000000 - 0xe3ffffff (0x2000000) MX[B](B)
        [13] -1 0xdc000000 - 0xdcffffff (0x1000000) MX[B](B)
        [14] 0  0x000a0000 - 0x000affff (0x10000) MS[B]
        [15] 0  0x000b0000 - 0x000b7fff (0x8000) MS[B]
        [16] 0  0x000b8000 - 0x000bffff (0x8000) MS[B]
        [17] -1 0x00000000 - 0x000001ff (0x200) IX[B]E
        [18] -1 0x0000a800 - 0x0000a8ff (0x100) IX[B]E
        [19] -1 0x0000b000 - 0x0000b0ff (0x100) IX[B]E
        [20] -1 0x0000b400 - 0x0000b4ff (0x100) IX[B]E
        [21] -1 0x0000b800 - 0x0000b8ff (0x100) IX[B]E
        [22] -1 0x0000d400 - 0x0000d4ff (0x100) IX[B]E
        [23] -1 0x0000d800 - 0x0000d8ff (0x100) IX[B]E
        [24] -1 0x0000d000 - 0x0000d0ff (0x100) IX[B](B)
        [25] 0  0x000003b0 - 0x000003bb (0xc) IS[B]
        [26] 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) 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) TDFX(0): Softbooting the board (through the int10 interface).
(==) TDFX(0): Write-combining range (0xa0000,0x20000) was already clear
(==) TDFX(0): Write-combining range (0xf0000,0x10000)
(II) xf86ReadBIOS(0, 0, Buf, 600)-> 6f ef 00 f0...
(II) xf86ReadBIOS(c0000, 0, Buf, 10000)-> 55 aa 40 eb...
(II) xf86ReadBIOS(d0000, 0, Buf, 10000)-> 04 26 31 47...
(II) xf86ReadBIOS(e0000, 0, Buf, 10000)-> ff ff ff ff...
(II) TDFX(0): Primary V_BIOS segment is: 0xc000
(II) TDFX(0): Softbooting the board succeeded.
(**) TDFX(0): Depth 24, (--) framebuffer bpp 32
(==) TDFX(0): RGB weight 888
(==) TDFX(0): Default visual is TrueColor
(--) TDFX(0): Chipset: "3dfx Voodoo3"
(--) TDFX(0): Linear framebuffer at 0xDE000000
(--) TDFX(0): MMIO registers at addr 0xDA000000
(--) TDFX(0): PIO registers at addr 0xD000
(--) TDFX(0): VideoRAM: 16384 kByte Mapping 32768 kByte
(==) TDFX(0): Using gamma correction (1.0, 1.0, 1.0)
(II) TDFX(0): Smile 2011: Using hsync range of 31.50-79.00 kHz
(II) TDFX(0): Smile 2011: Using vrefresh range of 50.00-100.00 Hz
(II) TDFX(0): Clock range:  12.00 to 300.00 MHz
(WW) TDFX(0): Default mode "1024x768" deleted (bad mode 
clock/interlace/doublesc
an)
(WW) TDFX(0): Default mode "1280x960" deleted (hsync out of range)
(WW) TDFX(0): Default mode "1280x1024" deleted (hsync out of range)
(WW) TDFX(0): Default mode "1280x1024" deleted (hsync out of range)
(WW) TDFX(0): Default mode "1600x1200" deleted (hsync out of range)
(WW) TDFX(0): Default mode "1600x1200" deleted (hsync out of range)
(WW) TDFX(0): Default mode "1600x1200" deleted (hsync out of range)
(WW) TDFX(0): Default mode "1600x1200" deleted (hsync out of range)
(WW) TDFX(0): Default mode "1792x1344" deleted (hsync out of range)
(WW) TDFX(0): Default mode "1792x1344" deleted (hsync out of range)
(WW) TDFX(0): Default mode "1856x1392" deleted (hsync out of range)
(WW) TDFX(0): Default mode "1856x1392" deleted (hsync out of range)
(WW) TDFX(0): Default mode "1920x1440" deleted (hsync out of range)
(WW) TDFX(0): Default mode "1920x1440" deleted (hsync out of range)
(--) TDFX(0): Virtual size is 1024x768 (pitch 1024)
(**) TDFX(0): Default mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz
(==) TDFX(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.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) 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) Reloading /usr/X11R6/lib/modules/libint10.a
(II) TDFX(0): initializing int10
(==) TDFX(0): Write-combining range (0xa0000,0x20000) was already clear
(II) xf86ReadBIOS(0, 0, Buf, 600)-> 6f ef 00 f0...
(II) xf86ReadBIOS(c0000, 0, Buf, 10000)-> 55 aa 40 eb...
(II) xf86ReadBIOS(d0000, 0, Buf, 10000)-> 04 26 31 47...
(II) xf86ReadBIOS(e0000, 0, Buf, 10000)-> ff ff ff ff...
(II) TDFX(0): Primary V_BIOS segment is: 0xc000
(II) TDFX(0): VESA BIOS detected
(II) TDFX(0): VESA VBE Version 3.0
(II) TDFX(0): VESA VBE Total Mem: 16384 kB
(II) TDFX(0): VESA VBE OEM: 3dfx Interactive, Inc.
(II) TDFX(0): VESA VBE OEM Software Rev: 2.1
(II) TDFX(0): VESA VBE OEM Vendor: 3dfx Interactive, Inc.
(II) TDFX(0): VESA VBE OEM Product: Voodoo3 3000
(II) TDFX(0): VESA VBE OEM Product Rev: 210-0366-00X
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.a
(II) TDFX(0): VESA VBE DDC supported
(II) TDFX(0): VESA VBE DDC Level 2
(II) TDFX(0): VESA VBE DDC transfer in appr. 8 sec.
(II) TDFX(0): VESA VBE DDC read failed
(II) UnloadModule: "nv"
(II) Unloading /usr/X11R6/lib/modules/drivers/nv_drv.o
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
        [0] 0   0xde000000 - 0xdfffffff (0x2000000) MX[B]
        [1] 0   0xda000000 - 0xdbffffff (0x2000000) MX[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  0xd8800000 - 0xd8ffffff (0x800000) MX[B]E
        [8] -1  0xd9000000 - 0xd9ffffff (0x1000000) MX[B]E
        [9] -1  0xe4000000 - 0xe7ffffff (0x4000000) MX[B]E
        [10] -1 0x000c0000 - 0x000cffff (0x10000) MX[B](B)
        [11] -1 0xde000000 - 0xdfffffff (0x2000000) MX[B](B)
        [12] -1 0xda000000 - 0xdbffffff (0x2000000) MX[B](B)
        [13] -1 0xe1ff0000 - 0xe1ffffff (0x10000) MX[B](B)
        [14] -1 0xe2000000 - 0xe3ffffff (0x2000000) MX[B](B)
        [15] -1 0xdc000000 - 0xdcffffff (0x1000000) MX[B](B)
        [16] 0  0x000a0000 - 0x000affff (0x10000) MS[B]
        [17] 0  0x000b0000 - 0x000b7fff (0x8000) MS[B]
        [18] 0  0x000b8000 - 0x000bffff (0x8000) MS[B]
        [19] 0  0x0000d000 - 0x0000d0ff (0x100) IX[B]
        [20] -1 0x00000000 - 0x000001ff (0x200) IX[B]E
        [21] -1 0x0000a800 - 0x0000a8ff (0x100) IX[B]E
        [22] -1 0x0000b000 - 0x0000b0ff (0x100) IX[B]E
        [23] -1 0x0000b400 - 0x0000b4ff (0x100) IX[B]E
        [24] -1 0x0000b800 - 0x0000b8ff (0x100) IX[B]E
        [25] -1 0x0000d400 - 0x0000d4ff (0x100) IX[B]E
        [26] -1 0x0000d800 - 0x0000d8ff (0x100) IX[B]E
        [27] -1 0x0000d000 - 0x0000d0ff (0x100) IX[B](B)
        [28] 0  0x000003b0 - 0x000003bb (0xc) IS[B]
        [29] 0  0x000003c0 - 0x000003df (0x20) IS[B]
(==) TDFX(0): Write-combining range (0xda000000,0x2000000) was already clear
(==) TDFX(0): Write-combining range (0xde000000,0x2000000)
(==) TDFX(0): Write-combining range (0xa0000,0x10000) was already clear
(II) TDFX(0): Textures Memory 6.24 MB
(EE) TDFX(0): DRI requires Voodoo3 or later, disabling DRI.
(II) TDFX(0): Using XFree86 Acceleration Architecture (XAA)
        Screen to screen bit blits
        Solid filled rectangles
        8x8 mono pattern filled rectangles
        Indirect CPU to Screen color expansion
        Solid Lines
        Dashed Lines
        Offscreen Pixmaps
        Driver provided NonTEGlyphRenderer replacement
        Setting up tile and stipple cache:
                8 128x128 slots
(==) TDFX(0): Backing store disabled
(==) TDFX(0): Silken mouse enabled
(II) TDFX(0): direct rendering disabled
(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"
(**) Mouse1: Protocol: "MouseSystems"
(**) Option "CorePointer"
(**) Mouse1: 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"
(==) Mouse1: Buttons: 3
(**) Mouse1: BaudRate: 1200
(II) Keyboard "Keyboard1" handled by legacy driver
(II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
(**) Option "BaudRate" "1200"
Could not init font path element /usr/X11R6/lib/X11/fonts/Speedo/, removing 
from list!




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




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