Solved VIA CLE266 driver

Hi!

I have a clean installation of 10.1-RELEASE (kernel rebuilt). Trying to use X11.
Installed via pkg install xorg with all dependencies.

Xorg -configure gives me this:

xorg.conf.new
Code:
Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    Screen      1  "Screen1" RightOf "Screen0"
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
    ModulePath   "/usr/local/lib/xorg/modules"
    FontPath     "/usr/local/lib/X11/fonts/misc/"
    FontPath     "/usr/local/lib/X11/fonts/TTF/"
    FontPath     "/usr/local/lib/X11/fonts/OTF/"
    FontPath     "/usr/local/lib/X11/fonts/Type1/"
    FontPath     "/usr/local/lib/X11/fonts/100dpi/"
    FontPath     "/usr/local/lib/X11/fonts/75dpi/"
EndSection

Section "Module"
    Load  "dbe"
    Load  "dri"
    Load  "dri2"
    Load  "extmod"
    Load  "record"
    Load  "glx"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
EndSection

Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
    Option       "Protocol" "auto"
    Option       "Device" "/dev/sysmouse"
    Option       "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
    Identifier   "Monitor0"
    VendorName   "Monitor Vendor"
    ModelName    "Monitor Model"
EndSection

Section "Monitor"
    Identifier   "Monitor1"
    VendorName   "Monitor Vendor"
    ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "PrintVGARegs"           # [<bool>]
        #Option     "PrintTVRegs"           # [<bool>]
        #Option     "I2CScan"               # [<bool>]
        #Option     "VBEModes"               # [<bool>]
        #Option     "NoAccel"               # [<bool>]
        #Option     "AccelMethod"           # <str>
        #Option     "ExaNoComposite"         # [<bool>]
        #Option     "ExaScratchSize"         # <i>
        #Option     "SWCursor"               # [<bool>]
        #Option     "ShadowFB"               # [<bool>]
        #Option     "RotationType"           # [<str>]
        #Option     "Rotate"                 # [<str>]
        #Option     "VideoRAM"               # <i>
        #Option     "ActiveDevice"           # [<str>]
        #Option     "TVDotCrawl"             # [<bool>]
        #Option     "TVDeflicker"           # <i>
        #Option     "TVType"                 # [<str>]
        #Option     "TVOutput"               # [<str>]
        #Option     "TVPort"                 # [<str>]
        #Option     "DisableVQ"             # [<bool>]
        #Option     "DisableIRQ"             # [<bool>]
        #Option     "EnableAGPDMA"           # [<bool>]
        #Option     "NoAGPFor2D"             # [<bool>]
        #Option     "NoXVDMA"               # [<bool>]
        #Option     "VbeSaveRestore"         # [<bool>]
        #Option     "DisableXvBWCheck"       # [<bool>]
        #Option     "ModeSwitchMethod"       # [<str>]
        #Option     "MaxDRIMem"             # <i>
        #Option     "AGPMem"                 # <i>
        #Option     "I2CDevices"             # [<str>]
    Identifier  "Card0"
    Driver      "openchrome"
    BusID       "PCI:1:0:0"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "ShadowFB"               # [<bool>]
        #Option     "DefaultRefresh"         # [<bool>]
        #Option     "ModeSetClearScreen"     # [<bool>]
    Identifier  "Card1"
    Driver      "vesa"
    BusID       "PCI:1:0:0"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    SubSection "Display"
        Viewport   0 0
        Depth     1
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     4
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     8
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     15
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     16
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection

Section "Screen"
    Identifier "Screen1"
    Device     "Card1"
    Monitor    "Monitor1"
    SubSection "Display"
        Viewport   0 0
        Depth     1
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     4
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     8
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     15
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     16
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection
Xorg.0.log
Code:
[  2226.888]
X.Org X Server 1.12.4
Release Date: 2012-08-27
[  2226.888] X Protocol Version 11, Revision 0
[  2226.888] Build Operating System: FreeBSD 10.0-RELEASE-p9 i386
[  2226.889] Current Operating System: FreeBSD lhost 10.1-RELEASE FreeBSD 10.1-RELEASE #0: Sat Dec 13 23:10:10 YEKT 2014     root@lhost:/usr/obj/usr/src/sys/dmq i386
[  2226.890] Build Date: 11 December 2014  03:35:02AM
[  2226.890]
[  2226.890] Current version of pixman: 0.32.6
[  2226.890]     Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[  2226.890] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  2226.891] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Jan  1 00:39:09 2004
[  2226.902] (II) Loader magic: 0x81eb4e4
[  2226.902] (II) Module ABI versions:
[  2226.903]     X.Org ANSI C Emulation: 0.4
[  2226.903]     X.Org Video Driver: 12.1
[  2226.903]     X.Org XInput driver : 16.0
[  2226.903]     X.Org Server Extension : 6.0
[  2226.906] (--) PCI:*(0:1:0:0) 1106:3122:1106:3122 rev 3, Mem @ 0xe0000000/67108864, 0xe6000000/16777216, BIOS @ 0x????????/65536
[  2226.939] List of video drivers:
[  2226.939]     radeon
[  2226.939]     r128
[  2226.939]     openchrome
[  2226.939]     nv
[  2226.939]     mach64
[  2226.939]     intel
[  2226.939]     ati
[  2226.939]     vesa
[  2226.940] (II) LoadModule: "radeon"
[  2226.953] (II) Loading /usr/local/lib/xorg/modules/drivers/radeon_drv.so
[  2227.028] (II) Module radeon: vendor="X.Org Foundation"
[  2227.028]     compiled for 1.12.4, module version = 7.5.0
[  2227.029]     Module class: X.Org Video Driver
[  2227.029]     ABI class: X.Org Video Driver, version 12.1
[  2227.029] (II) LoadModule: "r128"
[  2227.032] (II) Loading /usr/local/lib/xorg/modules/drivers/r128_drv.so
[  2227.041] (II) Module r128: vendor="X.Org Foundation"
[  2227.041]     compiled for 1.12.4, module version = 6.9.2
[  2227.041]     Module class: X.Org Video Driver
[  2227.041]     ABI class: X.Org Video Driver, version 12.1
[  2227.041] (II) LoadModule: "openchrome"
[  2227.044] (II) Loading /usr/local/lib/xorg/modules/drivers/openchrome_drv.so
[  2227.057] (II) Module openchrome: vendor="http://openchrome.org/"
[  2227.058]     compiled for 1.12.4, module version = 0.3.3
[  2227.058]     Module class: X.Org Video Driver
[  2227.058]     ABI class: X.Org Video Driver, version 12.1
[  2227.059] (II) LoadModule: "nv"
[  2227.062] (II) Loading /usr/local/lib/xorg/modules/drivers/nv_drv.so
[  2227.077] (II) Module nv: vendor="X.Org Foundation"
[  2227.077]     compiled for 1.12.4, module version = 2.1.20
[  2227.077]     Module class: X.Org Video Driver
[  2227.077]     ABI class: X.Org Video Driver, version 12.1
[  2227.077] (II) LoadModule: "mach64"
[  2227.080] (II) Loading /usr/local/lib/xorg/modules/drivers/mach64_drv.so
[  2227.089] (II) Module mach64: vendor="X.Org Foundation"
[  2227.089]     compiled for 1.12.4, module version = 6.9.4
[  2227.089]     Module class: X.Org Video Driver
[  2227.089]     ABI class: X.Org Video Driver, version 12.1
[  2227.089] (II) LoadModule: "intel"
[  2227.093] (II) Loading /usr/local/lib/xorg/modules/drivers/intel_drv.so
[  2227.123] (II) Module intel: vendor="X.Org Foundation"
[  2227.123]     compiled for 1.12.4, module version = 2.21.15
[  2227.123]     Module class: X.Org Video Driver
[  2227.123]     ABI class: X.Org Video Driver, version 12.1
[  2227.123] (II) LoadModule: "ati"
[  2227.127] (II) Loading /usr/local/lib/xorg/modules/drivers/ati_drv.so
[  2227.128] (II) Module ati: vendor="X.Org Foundation"
[  2227.128]     compiled for 1.12.4, module version = 7.5.0
[  2227.128]     Module class: X.Org Video Driver
[  2227.128]     ABI class: X.Org Video Driver, version 12.1
[  2227.128] (II) LoadModule: "vesa"
[  2227.131] (II) Loading /usr/local/lib/xorg/modules/drivers/vesa_drv.so
[  2227.146] (II) Module vesa: vendor="X.Org Foundation"
[  2227.146]     compiled for 1.12.4, module version = 2.3.3
[  2227.146]     Module class: X.Org Video Driver
[  2227.146]     ABI class: X.Org Video Driver, version 12.1
[  2227.147] (II) OPENCHROME: Driver for VIA Chrome chipsets: CLE266, KM400/KN400,
    K8M800/K8N800, PM800/PM880/CN400, VM800/P4M800Pro/VN800/CN700,
    CX700/VX700, K8M890/K8N890, P4M890, P4M900/VN896/CN896, VX800/VX820,
    VX855/VX875, VX900
[  2227.148] (II) VESA: driver for VESA chipsets: vesa
[  2227.215] (++) Using config file: "/root/xorg.conf.new"
[  2227.227] (==) ServerLayout "X.org Configured"
[  2227.227] (**) |-->Screen "Screen0" (0)
[  2227.227] (**) |   |-->Monitor "Monitor0"
[  2227.233] (**) |   |-->Device "Card0"
[  2227.233] (**) |-->Screen "Screen1" (1)
[  2227.233] (**) |   |-->Monitor "Monitor1"
[  2227.234] (**) |   |-->Device "Card1"
[  2227.234] (**) |-->Input Device "Mouse0"
[  2227.234] (**) |-->Input Device "Keyboard0"
[  2227.234] (==) Automatically adding devices
[  2227.234] (==) Automatically enabling devices
[  2227.360] (**) FontPath set to:
    /usr/local/lib/X11/fonts/misc/,
    /usr/local/lib/X11/fonts/TTF/,
    /usr/local/lib/X11/fonts/OTF/,
    /usr/local/lib/X11/fonts/Type1/,
    /usr/local/lib/X11/fonts/100dpi/,
    /usr/local/lib/X11/fonts/75dpi/,
    /usr/local/lib/X11/fonts/misc/,
    /usr/local/lib/X11/fonts/TTF/,
    /usr/local/lib/X11/fonts/OTF/,
    /usr/local/lib/X11/fonts/Type1/,
    /usr/local/lib/X11/fonts/100dpi/,
    /usr/local/lib/X11/fonts/75dpi/
[  2227.360] (**) ModulePath set to "/usr/local/lib/xorg/modules"
[  2227.360] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[  2227.360] (WW) Disabling Mouse0
[  2227.360] (WW) Disabling Keyboard0
[  2227.360] (!!) VIA Technologies does not support this driver in any way.
[  2227.360] (!!) For support, please refer to http://www.openchrome.org/.
[  2227.360] (!!) (development build, compiled on Sat Dec 13 20:59:02 2014)
[  2227.361] (WW) Falling back to old probe method for vesa
[  2227.361] Number of created screens does not match number of detected devices.
  Configuration failed.
[  2227.361] Server terminated with error (2). Closing log file.
 
As you can see configuration ended with error. Any way if I launch Xorg -config xorg.conf.new then I got this and Xorg core dumped:

Xorg.0.log
Code:
[  2362.792]
X.Org X Server 1.12.4
Release Date: 2012-08-27
[  2362.793] X Protocol Version 11, Revision 0
[  2362.793] Build Operating System: FreeBSD 10.0-RELEASE-p9 i386
[  2362.793] Current Operating System: FreeBSD lhost 10.1-RELEASE FreeBSD 10.1-RELEASE #0: Sat Dec 13 23:10:10 YEKT 2014     root@lhost:/usr/obj/usr/src/sys/dmq i386
[  2362.794] Build Date: 11 December 2014  03:35:02AM
[  2362.794]
[  2362.794] Current version of pixman: 0.32.6
[  2362.795]     Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[  2362.795] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  2362.795] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Jan  1 00:41:25 2004
[  2362.796] (++) Using config file: "xorg.conf.new"
[  2362.799] (==) ServerLayout "X.org Configured"
[  2362.799] (**) |-->Screen "Screen0" (0)
[  2362.799] (**) |   |-->Monitor "Monitor0"
[  2362.800] (**) |   |-->Device "Card0"
[  2362.800] (**) |-->Screen "Screen1" (1)
[  2362.800] (**) |   |-->Monitor "Monitor1"
[  2362.801] (**) |   |-->Device "Card1"
[  2362.801] (**) |-->Input Device "Mouse0"
[  2362.802] (**) |-->Input Device "Keyboard0"
[  2362.802] (==) Automatically adding devices
[  2362.802] (==) Automatically enabling devices
[  2362.803] (**) FontPath set to:
    /usr/local/lib/X11/fonts/misc/,
    /usr/local/lib/X11/fonts/TTF/,
    /usr/local/lib/X11/fonts/OTF/,
    /usr/local/lib/X11/fonts/Type1/,
    /usr/local/lib/X11/fonts/100dpi/,
    /usr/local/lib/X11/fonts/75dpi/,
    /usr/local/lib/X11/fonts/misc/,
    /usr/local/lib/X11/fonts/TTF/,
    /usr/local/lib/X11/fonts/OTF/,
    /usr/local/lib/X11/fonts/Type1/,
    /usr/local/lib/X11/fonts/100dpi/,
    /usr/local/lib/X11/fonts/75dpi/
[  2362.803] (**) ModulePath set to "/usr/local/lib/xorg/modules"
[  2362.804] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[  2362.804] (WW) Disabling Mouse0
[  2362.804] (WW) Disabling Keyboard0
[  2362.804] (II) Loader magic: 0x81eb4e4
[  2362.804] (II) Module ABI versions:
[  2362.804]     X.Org ANSI C Emulation: 0.4
[  2362.804]     X.Org Video Driver: 12.1
[  2362.804]     X.Org XInput driver : 16.0
[  2362.804]     X.Org Server Extension : 6.0
[  2362.805] (--) PCI:*(0:1:0:0) 1106:3122:1106:3122 rev 3, Mem @ 0xe0000000/67108864, 0xe6000000/16777216, BIOS @ 0x????????/65536
[  2362.805] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
[  2362.805] (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
[  2362.805] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[  2362.806] (II) "record" will be loaded. This was enabled by default and also specified in the config file.
[  2362.806] (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
[  2362.806] (II) "dri2" will be loaded. This was enabled by default and also specified in the config file.
[  2362.806] (II) LoadModule: "dbe"
[  2362.807] (II) Loading /usr/local/lib/xorg/modules/extensions/libdbe.so
[  2362.837] (II) Module dbe: vendor="X.Org Foundation"
[  2362.837]     compiled for 1.12.4, module version = 1.0.0
[  2362.837]     Module class: X.Org Server Extension
[  2362.837]     ABI class: X.Org Server Extension, version 6.0
[  2362.837] (II) Loading extension DOUBLE-BUFFER
[  2362.837] (II) LoadModule: "dri"
[  2362.838] (II) Loading /usr/local/lib/xorg/modules/extensions/libdri.so
[  2362.840] (II) Module dri: vendor="X.Org Foundation"
[  2362.840]     compiled for 1.12.4, module version = 1.0.0
[  2362.840]     ABI class: X.Org Server Extension, version 6.0
[  2362.841] (II) Loading extension XFree86-DRI
[  2362.841] (II) LoadModule: "dri2"
[  2362.841] (II) Loading /usr/local/lib/xorg/modules/extensions/libdri2.so
[  2362.843] (II) Module dri2: vendor="X.Org Foundation"
[  2362.843]     compiled for 1.12.4, module version = 1.2.0
[  2362.843]     ABI class: X.Org Server Extension, version 6.0
[  2362.843] (II) Loading extension DRI2
[  2362.844] (II) LoadModule: "extmod"
[  2362.845] (II) Loading /usr/local/lib/xorg/modules/extensions/libextmod.so
[  2362.851] (II) Module extmod: vendor="X.Org Foundation"
[  2362.851]     compiled for 1.12.4, module version = 1.0.0
[  2362.851]     Module class: X.Org Server Extension
[  2362.851]     ABI class: X.Org Server Extension, version 6.0
[  2362.851] (II) Loading extension MIT-SCREEN-SAVER
[  2362.851] (II) Loading extension XFree86-VidModeExtension
[  2362.851] (II) Loading extension XFree86-DGA
[  2362.851] (II) Loading extension DPMS
[  2362.851] (II) Loading extension XVideo
[  2362.852] (II) Loading extension XVideo-MotionCompensation
[  2362.852] (II) Loading extension X-Resource
[  2362.852] (II) LoadModule: "record"
[  2362.853] (II) Loading /usr/local/lib/xorg/modules/extensions/librecord.so
[  2362.854] (II) Module record: vendor="X.Org Foundation"
[  2362.855]     compiled for 1.12.4, module version = 1.13.0
[  2362.855]     Module class: X.Org Server Extension
[  2362.855]     ABI class: X.Org Server Extension, version 6.0
[  2362.855] (II) Loading extension RECORD
[  2362.855] (II) LoadModule: "glx"
[  2362.856] (II) Loading /usr/local/lib/xorg/modules/extensions/libglx.so
[  2362.873] (II) Module glx: vendor="X.Org Foundation"
[  2362.873]     compiled for 1.12.4, module version = 1.0.0
[  2362.873]     ABI class: X.Org Server Extension, version 6.0
[  2362.874] (==) AIGLX enabled
[  2362.875] (II) Loading extension GLX
[  2362.876] (II) LoadModule: "openchrome"
[  2362.879] (II) Loading /usr/local/lib/xorg/modules/drivers/openchrome_drv.so
[  2362.880] (II) Module openchrome: vendor="http://openchrome.org/"
[  2362.880]     compiled for 1.12.4, module version = 0.3.3
[  2362.880]     Module class: X.Org Video Driver
[  2362.880]     ABI class: X.Org Video Driver, version 12.1
[  2362.881] (II) LoadModule: "vesa"
[  2362.884] (II) Loading /usr/local/lib/xorg/modules/drivers/vesa_drv.so
[  2362.884] (II) Module vesa: vendor="X.Org Foundation"
[  2362.885]     compiled for 1.12.4, module version = 2.3.3
[  2362.885]     Module class: X.Org Video Driver
[  2362.885]     ABI class: X.Org Video Driver, version 12.1
[  2362.885] (II) OPENCHROME: Driver for VIA Chrome chipsets: CLE266, KM400/KN400,
    K8M800/K8N800, PM800/PM880/CN400, VM800/P4M800Pro/VN800/CN700,
    CX700/VX700, K8M890/K8N890, P4M890, P4M900/VN896/CN896, VX800/VX820,
    VX855/VX875, VX900
[  2362.886] (II) VESA: driver for VESA chipsets: vesa
[  2362.886] (--) Using syscons driver with X support (version 2.0)
[  2362.886] (--) using VT number 6

[  2362.897] (!!) VIA Technologies does not support this driver in any way.
[  2362.897] (!!) For support, please refer to http://www.openchrome.org/.
[  2362.897] (!!) (development build, compiled on Sat Dec 13 20:59:02 2014)
[  2362.897] (WW) Falling back to old probe method for vesa
[  2362.897] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[  2362.897] (II) CHROME(0): VIAPreInit
[  2362.898] (II) CHROME(0): VIAGetRec
[  2362.898] (--) CHROME(0): Chipset: CLE266
[  2362.898] (--) CHROME(0): Chipset revision: 0
[  2362.898] drmOpenDevice: node name is /dev/dri/card0
[  2362.899] Failed to change owner or group for file /dev/dri! 2: No such file or directory
[  2362.899] Failed to change owner or group for file /dev/dri/card0! 2: No such file or directory
[  2362.900] drmOpenDevice: open result is -1, (No such file or directory)
[  2362.900] Failed to change owner or group for file /dev/dri/card0! 2: No such file or directory
[  2362.900] drmOpenDevice: open result is -1, (No such file or directory)
[  2362.900] drmOpenDevice: Open failed
[  2363.978] drmOpenByBusid: Searching for BusID pci:0000:01:00.0
[  2363.978] drmOpenDevice: node name is /dev/dri/card0
[  2363.979] drmOpenDevice: open result is 10, (OK)
[  2363.979] drmOpenByBusid: drmOpenMinor returns 10
[  2363.979] drmOpenByBusid: Interface 1.4 failed, trying 1.1
[  2363.979] drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
[  2363.979] (II) [drm] KMS supported
[  2363.979] (II) CHROME(0): [drm] via interface version: 2.11.1
[  2363.979] (II) CHROME(0): DRI 1 api supported
[  2363.996] (II) Loading sub module "vgahw"
[  2363.996] (II) LoadModule: "vgahw"
[  2363.998] (II) Loading /usr/local/lib/xorg/modules/libvgahw.so
[  2364.006] (II) Module vgahw: vendor="X.Org Foundation"
[  2364.006]     compiled for 1.12.4, module version = 0.1.0
[  2364.006]     ABI class: X.Org Video Driver, version 12.1
[  2364.006] (--) CHROME(0): Probed amount of VideoRAM = 32768 kB
[  2364.006] (II) CHROME(0): VIAMapMMIO
[  2364.006] (--) CHROME(0): mapping MMIO @ 0xe6000000 with size 0xd000
[  2364.007] (--) CHROME(0): mapping BitBlt MMIO @ 0xe6200000 with size 0x200000
[  2364.007] (II) CHROME(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0
[  2364.007] (II) CHROME(0): VIAMapFB
[  2364.007] (--) CHROME(0): mapping framebuffer @ 0xe0000000 with size 0x2000000
[  2364.114] (--) CHROME(0): Frame buffer start: 0x29400000, free start: 0x0 end: 0x2000000
[  2364.114] (==) CHROME(0): Depth 24, (--) framebuffer bpp 32
[  2364.114] (==) CHROME(0): RGB weight 888
[  2364.114] (==) CHROME(0): Default visual is TrueColor
[  2364.114] (II) CHROME(0): VIASetupDefaultOptions - Setting up default chipset options.
[  2364.115] (==) CHROME(0): Shadow framebuffer is disabled.
[  2364.115] (==) CHROME(0): Hardware acceleration is disabled.
[  2364.115] (==) CHROME(0): Using hardware two-color cursors and software full-color cursors.
[  2364.115] (==) CHROME(0): GPU virtual command queue will be enabled.
[  2364.115] (==) CHROME(0): DRI IRQ will be enabled if DRI is enabled.
[  2364.115] (==) CHROME(0): AGP DMA will be enabled if DRI is enabled.
[  2364.115] (==) CHROME(0): AGP DMA will be used for 2D acceleration.
[  2364.115] (==) CHROME(0): PCI DMA will be used for XV image transfer if DRI is enabled.
[  2364.115] (==) CHROME(0): Will not enable VBE modes.
[  2364.115] (==) CHROME(0): VBE VGA register save & restore will not be used
    if VBE modes are enabled.
[  2364.115] (==) CHROME(0): Xv Bandwidth check is enabled.
[  2364.115] (==) CHROME(0): Will not impose a limit on video RAM reserved for DRI.
[  2364.115] (==) CHROME(0): Will try to allocate 32768 kB of AGP memory.
[  2364.115] (==) CHROME(0): TV dotCrawl is disabled.
[  2364.115] (==) CHROME(0): TV deflicker is set to 0.
[  2364.116] (==) CHROME(0): No default TV type is set.
[  2364.116] (==) CHROME(0): No default TV output signal type is set.
[  2364.116] (==) CHROME(0): No default TV output port is set.
[  2364.127] (==) CHROME(0): Will not print VGA registers.
[  2364.127] (==) CHROME(0): Will not scan I2C buses.
[  2364.127] (II) CHROME(0): ...Finished parsing config file options.
[  2364.127] (WW) CHROME(0): Manufacturer plainly copied main PCI IDs to subsystem/card IDs.
[  2364.127] (--) CHROME(0): Detected VIA VT3122 (CLE266)-EPIA M/MII/.... Card-Ids (1106|3122)
[  2364.127] (II) CHROME(0): KMSCrtcInit
[  2364.128] (II) CHROME(0): VIAFreeRec
[  2364.128] (II) CHROME(0): VIAUnmapMem
[  2364.153] (II) CHROME(0): VIAFreeScreen
[  2364.153] Segmentation fault at address 0x37c
[  2364.153]
Fatal server error:
[  2364.153] Caught signal 11 (Segmentation fault). Server aborting
[  2364.153]
[  2364.153]
Please consult the The X.Org Foundation support
    at http://wiki.x.org
for help.
[  2364.154] Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[  2364.154]
[  2364.187] Server terminated with error (1). Closing log file.
 
pciconf -lvbce
Code:
hostb0@pci0:0:0:0:    class=0x060000 card=0xaa011106 chip=0x31231106 rev=0x00 hdr=0x00
    vendor     = 'VIA Technologies, Inc.'
    device     = 'VT8623 [Apollo CLE266]'
    class      = bridge
    subclass   = HOST-PCI
    bar   [10] = type Prefetchable Memory, range 32, base 0xe4000000, size 33554432, enabled
    cap 02[a0] = AGP 4x 2x 1x SBA disabled
    cap 01[c0] = powerspec 2  supports D0 D3  current D0
    PCI errors = Received Master-Abort
pcib1@pci0:0:1:0:    class=0x060400 card=0x00000000 chip=0xb0911106 rev=0x00 hdr=0x01
    vendor     = 'VIA Technologies, Inc.'
    device     = 'VT8633 [Apollo Pro266 AGP]'
    class      = bridge
    subclass   = PCI-PCI
    cap 01[80] = powerspec 2  supports D0 D1 D3  current D0
    PCI errors = Received Master-Abort
                 Detected Parity Error
uhci0@pci0:0:16:0:    class=0x0c0300 card=0x30381106 chip=0x30381106 rev=0x80 hdr=0x00
    vendor     = 'VIA Technologies, Inc.'
    device     = 'VT82xxxxx UHCI USB 1.1 Controller'
    class      = serial bus
    subclass   = USB
    bar   [20] = type I/O Port, range 32, base 0xd000, size 32, enabled
    cap 01[80] = powerspec 2  supports D0 D1 D2 D3  current D0
uhci1@pci0:0:16:1:    class=0x0c0300 card=0x30381106 chip=0x30381106 rev=0x80 hdr=0x00
    vendor     = 'VIA Technologies, Inc.'
    device     = 'VT82xxxxx UHCI USB 1.1 Controller'
    class      = serial bus
    subclass   = USB
    bar   [20] = type I/O Port, range 32, base 0xd400, size 32, enabled
    cap 01[80] = powerspec 2  supports D0 D1 D2 D3  current D0
uhci2@pci0:0:16:2:    class=0x0c0300 card=0x30381106 chip=0x30381106 rev=0x80 hdr=0x00
    vendor     = 'VIA Technologies, Inc.'
    device     = 'VT82xxxxx UHCI USB 1.1 Controller'
    class      = serial bus
    subclass   = USB
    bar   [20] = type I/O Port, range 32, base 0xd800, size 32, enabled
    cap 01[80] = powerspec 2  supports D0 D1 D2 D3  current D0
ehci0@pci0:0:16:3:    class=0x0c0320 card=0x31041106 chip=0x31041106 rev=0x82 hdr=0x00
    vendor     = 'VIA Technologies, Inc.'
    device     = 'USB 2.0'
    class      = serial bus
    subclass   = USB
    bar   [10] = type Memory, range 32, base 0xe8000000, size 256, enabled
    cap 01[80] = powerspec 2  supports D0 D1 D2 D3  current D0
isab0@pci0:0:17:0:    class=0x060100 card=0xaa011106 chip=0x31771106 rev=0x00 hdr=0x00
    vendor     = 'VIA Technologies, Inc.'
    device     = 'VT8235 ISA Bridge'
    class      = bridge
    subclass   = PCI-ISA
    cap 01[c0] = powerspec 2  supports D0 D3  current D0
atapci0@pci0:0:17:1:    class=0x01018a card=0xaa011106 chip=0x05711106 rev=0x06 hdr=0x00
    vendor     = 'VIA Technologies, Inc.'
    device     = 'VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE'
    class      = mass storage
    subclass   = ATA
    bar   [20] = type I/O Port, range 32, base 0xdc00, size 16, enabled
    cap 01[c0] = powerspec 2  supports D0 D3  current D0
pcm0@pci0:0:17:5:    class=0x040100 card=0xaa011106 chip=0x30591106 rev=0x50 hdr=0x00
    vendor     = 'VIA Technologies, Inc.'
    device     = 'VT8233/A/8235/8237 AC97 Audio Controller'
    class      = multimedia
    subclass   = audio
    bar   [10] = type I/O Port, range 32, base 0xe000, size 256, enabled
    cap 01[c0] = powerspec 2  supports D0 D1 D2 D3  current D0
vgapci0@pci0:1:0:0:    class=0x030000 card=0x31221106 chip=0x31221106 rev=0x03 hdr=0x00
    vendor     = 'VIA Technologies, Inc.'
    device     = 'VT8623 [Apollo CLE266] integrated CastleRock graphics'
    class      = display
    subclass   = VGA
    bar   [10] = type Prefetchable Memory, range 32, base 0xe0000000, size 67108864, enabled
    bar   [14] = type Memory, range 32, base 0xe6000000, size 16777216, enabled
    cap 01[60] = powerspec 2  supports D0 D1 D2 D3  current D0
    cap 02[70] = AGP 4x 2x 1x SBA disabled

dmesg
Code:
Copyright (c) 1992-2014 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
    The Regents of the University of California. All rights reserved.
FreeBSD is a registered trademark of The FreeBSD Foundation.
FreeBSD 10.1-RELEASE #0: Sat Dec 13 23:10:10 YEKT 2014
    root@lhost:/usr/obj/usr/src/sys/dmq i386
FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512
CPU: VIA Nehemiah (666.56-MHz 686-class CPU)
  Origin = "CentaurHauls"  Id = 0x698  Family = 0x6  Model = 0x9  Stepping = 8
  Features=0x381b83f<FPU,VME,DE,PSE,TSC,MSR,SEP,MTRR,PGE,CMOV,PAT,MMX,FXSR,SSE>
  VIA Padlock Features=0xdd<RNG,AES>
real memory  = 536870912 (512 MB)
avail memory = 479485952 (457 MB)
random: <Software, Yarrow> initialized
kbd1 at kbdmux0
acpi0: <VT9174 AWRDACPI> on motherboard
acpi0: Power Button (fixed)
acpi0: reservation of 0, a0000 (3) failed
acpi0: reservation of 100000, 1def0000 (3) failed
cpu0: <ACPI CPU> on acpi0
attimer0: <AT timer> port 0x40-0x43 irq 0 on acpi0
Timecounter "i8254" frequency 1193182 Hz quality 0
Event timer "i8254" frequency 1193182 Hz quality 100
atrtc0: <AT realtime clock> port 0x70-0x73 irq 8 on acpi0
Event timer "RTC" frequency 32768 Hz quality 0
Timecounter "ACPI-fast" frequency 3579545 Hz quality 900
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x408-0x40b on acpi0
acpi_button0: <Power Button> on acpi0
pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
pci0: <ACPI PCI bus> on pcib0
agp0: <VIA 862x (CLE266) host to PCI bridge> on hostb0
agp0: aperture size is 32M
pcib1: <PCI-PCI bridge> at device 1.0 on pci0
pci1: <PCI bus> on pcib1
vgapci0: <VGA-compatible display> mem 0xe0000000-0xe3ffffff,0xe6000000-0xe6ffffff irq 15 at device 0.0 on pci1
vgapci0: Boot video device
uhci0: <VIA 83C572 USB controller> port 0xd000-0xd01f irq 15 at device 16.0 on pci0
usbus0 on uhci0
uhci1: <VIA 83C572 USB controller> port 0xd400-0xd41f irq 12 at device 16.1 on pci0
usbus1 on uhci1
uhci2: <VIA 83C572 USB controller> port 0xd800-0xd81f irq 11 at device 16.2 on pci0
usbus2 on uhci2
ehci0: <VIA VT6202 USB 2.0 controller> mem 0xe8000000-0xe80000ff irq 10 at device 16.3 on pci0
usbus3: EHCI version 1.0
usbus3 on ehci0
isab0: <PCI-ISA bridge> at device 17.0 on pci0
isa0: <ISA bus> on isab0
atapci0: <VIA 8235 UDMA133 controller> port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xdc00-0xdc0f at device 17.1 on pci0
ata0: <ATA channel> at channel 0 on atapci0
ata1: <ATA channel> at channel 1 on atapci0
pcm0: <VIA VT8235> port 0xe000-0xe0ff irq 11 at device 17.5 on pci0
pcm0: <ICEnsemble VT1616 AC97 Codec>
pcm0: <VIA DXS Enabled: DXS 4 / SGD 1 / REC 1>
atkbdc0: <Keyboard controller (i8042)> port 0x60,0x64 irq 1 on acpi0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
kbd0 at atkbd0
atkbd0: [GIANT-LOCKED]
pmtimer0 on isa0
sc0: <System console> at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
acpi_throttle0: <ACPI CPU Throttling> on cpu0
Timecounters tick every 1.000 msec
usbus0: 12Mbps Full Speed USB v1.0
usbus1: 12Mbps Full Speed USB v1.0
usbus2: 12Mbps Full Speed USB v1.0
usbus3: 480Mbps High Speed USB v2.0
ugen1.1: <VIA> at usbus1
uhub0: <VIA UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus1
ugen0.1: <VIA> at usbus0
uhub1: <VIA UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus0
ugen3.1: <VIA> at usbus3
uhub2: <VIA EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus3
ugen2.1: <VIA> at usbus2
uhub3: <VIA UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus2
ada0 at ata0 bus 0 scbus0 target 0 lun 0
ada0: <ST340014A 8.01> ATA-6 device
ada0: Serial Number 3JX9NMDY
ada0: 100.000MB/s transfers (UDMA5, PIO 8192bytes)
ada0: 38166MB (78165360 512 byte sectors: 1H 63S/T 16383C)
ada0: Previously was known as ad0
random: unblocking device.
Timecounter "TSC" frequency 666563221 Hz quality 800
uhub0: 2 ports with 2 removable, self powered
uhub1: 2 ports with 2 removable, self powered
Root mount waiting for: usbus3 usbus2
uhub3: 2 ports with 2 removable, self powered
Root mount waiting for: usbus3
Root mount waiting for: usbus3
uhub2: 6 ports with 6 removable, self powered
Root mount waiting for: usbus3
ugen3.2: <Ralink> at usbus3
run0: <1.0> on usbus3
run0: MAC/BBP RT5392 (rev 0x0223), RF RT5372 (MIMO 2T2R), address 6c:19:8f:62:c7:d7
Trying to mount root from ufs:/dev/ada0p2 [rw]...
ugen0.2: <Logitech> at usbus0
wlan0: Ethernet address: 6c:19:8f:62:c7:d7
run0: firmware RT3071 ver. 0.33 loaded
ums0: <Logitech USB Optical Mouse, class 0/0, rev 2.00/63.00, addr 2> on usbus0
ums0: 3 buttons and [XYZ] coordinates ID=0
wlan0: link state changed to DOWN
wlan0: link state changed to UP
wlan0: link state changed to DOWN
wlan0: link state changed to UP
wlan0: link state changed to DOWN
wlan0: link state changed to UP
wlan0: link state changed to DOWN
wlan0: link state changed to UP
drm0: <VIA CLE266> on vgapci0
info: [drm] AGP at 0xe4000000 32MB
info: [drm] Initialized via 2.11.1 20070202
pid 1057 (Xorg), uid 0: exited on signal 6 (core dumped)
wlan0: link state changed to DOWN
wlan0: link state changed to UP
wlan0: link state changed to DOWN
wlan0: link state changed to UP
wlan0: link state changed to DOWN
wlan0: link state changed to UP
 
devinfo -vr
Code:
nexus0
  npx0
  ram0
      I/O memory addresses:
          0x0-0x9ffff
          0x100000-0x1dfeffff
  acpi0
      Interrupt request lines:
          0x9
      I/O ports:
          0x10-0x1f
          0x22-0x3f
          0x44-0x5f
          0x62-0x63
          0x65-0x6f
          0x74-0x7f
          0x91-0x93
          0xa2-0xbf
          0xe0-0xef
          0x400-0x47f
          0x4d0-0x4d1
          0x500-0x50f
      I/O memory addresses:
          0xd0000-0xd3fff
          0xf0000-0xf7fff
          0xf8000-0xfbfff
          0xfc000-0xfffff
          0x1dff0000-0x1dffffff
          0xfee00000-0xfee00fff
          0xfff80000-0xfffeffff
          0xffff0000-0xffffffff
    cpu0 pnpinfo _HID=none _UID=0 at handle=\_PR_.CPU0
        ACPI I/O ports:
            0x414
            0x415
      acpi_throttle0
          ACPI I/O ports:
              0x410-0x413
      cpufreq0
    acpi_button0 pnpinfo _HID=PNP0C0C _UID=0 at handle=\_SB_.PWRB
    acpi_sysresource0 pnpinfo _HID=PNP0C01 _UID=0 at handle=\_SB_.MEM_
    pcib0 pnpinfo _HID=PNP0A03 _UID=0 at handle=\_SB_.PCI0
        I/O ports:
            0xcf8-0xcff
      pci0
        hostb0 pnpinfo vendor=0x1106 device=0x3123 subvendor=0x1106 subdevice=0xaa01 class=0x060000 at slot=0 function=0
            I/O memory addresses:
                0xe4000000-0xe5ffffff
          agp0
        pcib1 pnpinfo vendor=0x1106 device=0xb091 subvendor=0x0000 subdevice=0x0000 class=0x060400 at slot=1 function=0
            I/O memory addresses:
                0xe0000000-0xe3ffffff
                0xe6000000-0xe7ffffff
          pci1
            vgapci0 pnpinfo vendor=0x1106 device=0x3122 subvendor=0x1106 subdevice=0x3122 class=0x030000 at slot=0 function=0
                Interrupt request lines:
                    0xf
                pcib1 memory window:
                    0xe6000000-0xe6ffffff
                pcib1 prefetch window:
                    0xe0000000-0xe3ffffff
              drm0
              drmn0
        uhci0 pnpinfo vendor=0x1106 device=0x3038 subvendor=0x1106 subdevice=0x3038 class=0x0c0300 at slot=16 function=0 handle=\_SB_.PCI0.USB3
            Interrupt request lines:
                0xf
            I/O ports:
                0xd000-0xd01f
          usbus0
            uhub1
              ums0 pnpinfo vendor=0x046d product=0xc05a devclass=0x00 devsubclass=0x00 sernum="" release=0x6300 mode=host intclass=0x03 intsubclass=0x01 i at bus=0 hubaddr=1 port=1 devaddr=2 interface=0
        uhci1 pnpinfo vendor=0x1106 device=0x3038 subvendor=0x1106 subdevice=0x3038 class=0x0c0300 at slot=16 function=1 handle=\_SB_.PCI0.USB4
            Interrupt request lines:
                0xc
            I/O ports:
                0xd400-0xd41f
          usbus1
            uhub0
        uhci2 pnpinfo vendor=0x1106 device=0x3038 subvendor=0x1106 subdevice=0x3038 class=0x0c0300 at slot=16 function=2 handle=\_SB_.PCI0.USB5
            Interrupt request lines:
                0xb
            I/O ports:
                0xd800-0xd81f
          usbus2
            uhub3
        ehci0 pnpinfo vendor=0x1106 device=0x3104 subvendor=0x1106 subdevice=0x3104 class=0x0c0320 at slot=16 function=3 handle=\_SB_.PCI0.USB6
            Interrupt request lines:
                0xa
            I/O memory addresses:
                0xe8000000-0xe80000ff
          usbus3
            uhub2
              run0 pnpinfo vendor=0x2001 product=0x3c20 devclass=0x00 devsubclass=0x00 sernum="1.0" release=0x0101 mode=host intclass=0xff intsubclass=0xf at bus=3 hubaddr=1 port=4 devaddr=2 interface=0
        isab0 pnpinfo vendor=0x1106 device=0x3177 subvendor=0x1106 subdevice=0xaa01 class=0x060100 at slot=17 function=0 handle=\_SB_.PCI0.VT86
          isa0
            pmtimer0
            sc0
            vga0
                I/O ports:
                    0x3c0-0x3df
                I/O memory addresses:
                    0xa0000-0xbffff
            fdc0
            ppc0
            uart0
            uart1
            wbwd0
        atapci0 pnpinfo vendor=0x1106 device=0x0571 subvendor=0x1106 subdevice=0xaa01 class=0x01018a at slot=17 function=1 handle=\_SB_.PCI0.IDE0
            I/O ports:
                0x170-0x177
                0x1f0-0x1f7
                0x376
                0x3f6
                0xdc00-0xdc0f
          ata0 at channel=0
              Interrupt request lines:
                  0xe
          ata1 at channel=1
              Interrupt request lines:
                  0xf
        pcm0 pnpinfo vendor=0x1106 device=0x3059 subvendor=0x1106 subdevice=0xaa01 class=0x040100 at slot=17 function=5 handle=\_SB_.PCI0.AC97
            Interrupt request lines:
                0xb
            I/O ports:
                0xe000-0xe0ff
    acpi_sysresource1 pnpinfo _HID=PNP0C02 _UID=2 at handle=\_SB_.PCI0.PMIO
    pci_link0 pnpinfo _HID=PNP0C0F _UID=1 at handle=\_SB_.PCI0.LNKA
    pci_link1 pnpinfo _HID=PNP0C0F _UID=2 at handle=\_SB_.PCI0.LNKB
    pci_link2 pnpinfo _HID=PNP0C0F _UID=3 at handle=\_SB_.PCI0.LNKC
    pci_link3 pnpinfo _HID=PNP0C0F _UID=4 at handle=\_SB_.PCI0.LNKD
    acpi_sysresource2 pnpinfo _HID=PNP0C02 _UID=1 at handle=\_SB_.PCI0.SYSR
    atpic0 pnpinfo _HID=PNP0000 _UID=0 at handle=\_SB_.PCI0.PIC_
        I/O ports:
            0x20-0x21
            0xa0-0xa1
    atdma0 pnpinfo _HID=PNP0200 _UID=0 at handle=\_SB_.PCI0.DMA1
        DMA request lines:
            4
        I/O ports:
            0x0-0xf
            0x80-0x90
            0x94-0x9f
            0xc0-0xdf
    attimer0 pnpinfo _HID=PNP0100 _UID=0 at handle=\_SB_.PCI0.TMR_
        Interrupt request lines:
            0x0
        I/O ports:
            0x40-0x43
    atrtc0 pnpinfo _HID=PNP0B00 _UID=0 at handle=\_SB_.PCI0.RTC_
        Interrupt request lines:
            0x8
        I/O ports:
            0x70-0x73
    unknown pnpinfo _HID=PNP0800 _UID=0 at handle=\_SB_.PCI0.SPKR
        I/O ports:
            0x61
    npxisa0 pnpinfo _HID=PNP0C04 _UID=0 at handle=\_SB_.PCI0.COPR
        I/O ports:
            0xf0-0xff
    unknown pnpinfo _HID=PNP0501 _UID=1 at handle=\_SB_.PCI0.UAR1
    unknown pnpinfo _HID=PNP0501 _UID=2 at handle=\_SB_.PCI0.UAR2
    unknown pnpinfo _HID=PNP0400 _UID=0 at handle=\_SB_.PCI0.LPT1
    unknown pnpinfo _HID=PNP0401 _UID=0 at handle=\_SB_.PCI0.ECP1
    unknown pnpinfo _HID=PNP0F13 _UID=0 at handle=\_SB_.PCI0.PS2M
    atkbdc0 pnpinfo _HID=PNP0303 _UID=0 at handle=\_SB_.PCI0.PS2K
        Interrupt request lines:
            0x1
        I/O ports:
            0x60
            0x64
      atkbd0
      psm0
    unknown pnpinfo _HID=PNP0C02 _UID=3 at handle=\_SB_.PCI0.PSMR
    unknown pnpinfo _HID=VIA3076 _UID=0 at handle=\_SB_.PCI0.FIR1
    acpi_timer0 pnpinfo unknown at unknown
        ACPI I/O ports:
            0x408-0x40b

I hope anyone can help me :)
 
Back
Top