GAU - kein X mehr nach Update

From: Heino Tiedemann <rotkaps_spam_trap(at)GMX.de>
Date: Sun, 12 Feb 2017 09:41:31 +0100

Hallo,

manchmal macht mich dieses FreeBSD fertig..

gestern habe ich ich bei einem einfachen portupdaten meinen gesammten
Rechner unbrachbar gemacht.

X startet einfach nicht mehr.

Mein Monitor bekommt kein Signal - das sehe ich an der Lampe.

am liebsten wuerde ich die ports zurueck drehen.

hier ist mal meine xorg.conf (die bis gestern noch ginbg) und meine log.

Heino

Section "ServerLayout"
        Identifier "X.org Configured"
        Screen 0 "Screen0" 0 0
        Screen 1 "Screen1" RightOf "Screen0"
        InputDevice "Mouse0" "CorePointer"
        InputDevice "Keyboard0" "CoreKeyboard"
        Option "AutoAddDevices" "Off"
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/"
            FontPath "/usr/local/lib/X11/fonts/local/"
        FontPath "/usr/local/lib/X11/fonts/bitstream-vera/"
        FontPath "/usr/local/lib/X11/fonts/freefont/"
        FontPath "/usr/local/lib/X11/fonts/URW"
        FontPath "/usr/local/lib/X11/fonts/webfonts"
        FontPath "/usr/local/lib/X11/fonts/TrueType"

EndSection

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

Section "InputDevice"
        Identifier "Keyboard0"
        Driver "kbd"
            Option "AutoRepeat" "500 30"
           Option "XkbRules" "xorg"
            Option "XkbModel" "pc102"
        Option "XkbLayout" "de"
EndSection

Section "InputDevice"
        Identifier "Mouse0"
        Driver "mouse"
        Option "Protocol" "Auto"
        Option "Device" "/dev/sysmouse"
        Option "ZAxisMapping" "4 5 6 7"
        Option "Emulate3Buttons" "True"
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 "NoAccel" # [<bool>]
        #Option "SWcursor" # [<bool>]
        #Option "EnablePageFlip" # [<bool>]
        #Option "ColorTiling" # [<bool>]
        #Option "ColorTiling2D" # [<bool>]
        #Option "RenderAccel" # [<bool>]
        #Option "SubPixelOrder" # [<str>]
        #Option "EXAVSync" # [<bool>]
        #Option "EXAPixmaps" # [<bool>]
        #Option "ZaphodHeads" # <str>
        #Option "EnablePageFlip" # [<bool>]
        #Option "SwapbuffersWait" # [<bool>]
        Identifier "Card0"
        Driver "radeon"
        BusID "PCI:64: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:64: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

[ 32.257]
X.Org X Server 1.18.4
Release Date: 2016-07-19
[ 32.257] X Protocol Version 11, Revision 0
[ 32.257] Build Operating System: FreeBSD 10.3-RELEASE-p16 amd64
[ 32.257] Current Operating System: FreeBSD moby.tihnet 10.3-RELEASE-p16 FreeBSD 10.3-RELEASE-p16 #0 r312667: Mon Jan 23 23:41:51 CET 2017 root(at)moby.tihnet:/usr/obj/usr/src/sys/GENERIC amd64
[ 32.258] Build Date: 12 February 2017 01:42:41AM
[ 32.258]
[ 32.258] Current version of pixman: 0.34.0
[ 32.258] Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[ 32.258] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 32.258] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Feb 12 09:26:03 2017
[ 32.311] (==) Using config file: "/etc/X11/xorg.conf"
[ 32.312] (==) ServerLayout "X.org Configured"
[ 32.312] (**) |-->Screen "Screen0" (0)
[ 32.312] (**) | |-->Monitor "Monitor0"
[ 32.312] (**) | |-->Device "Card0"
[ 32.312] (**) |-->Screen "Screen1" (1)
[ 32.312] (**) | |-->Monitor "Monitor1"
[ 32.312] (**) | |-->Device "Card1"
[ 32.312] (**) |-->Input Device "Mouse0"
[ 32.312] (**) |-->Input Device "Keyboard0"
[ 32.313] (**) Option "AutoAddDevices" "Off"
[ 32.313] (**) Not automatically adding devices
[ 32.313] (==) Automatically enabling devices
[ 32.313] (==) Not automatically adding GPU devices
[ 32.331] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 32.347] (WW) The directory "/usr/local/lib/X11/fonts/misc/" does not exist.
[ 32.347] Entry deleted from font path.
[ 32.347] (WW) The directory "/usr/local/lib/X11/fonts/TTF/" does not exist.
[ 32.347] Entry deleted from font path.
[ 32.347] (WW) The directory "/usr/local/lib/X11/fonts/OTF/" does not exist.
[ 32.347] Entry deleted from font path.
[ 32.347] (WW) The directory "/usr/local/lib/X11/fonts/Type1/" does not exist.
[ 32.347] Entry deleted from font path.
[ 32.347] (WW) The directory "/usr/local/lib/X11/fonts/100dpi/" does not exist.
[ 32.347] Entry deleted from font path.
[ 32.347] (WW) The directory "/usr/local/lib/X11/fonts/75dpi/" does not exist.
[ 32.347] Entry deleted from font path.
[ 32.347] (WW) The directory "/usr/local/lib/X11/fonts/local/" does not exist.
[ 32.347] Entry deleted from font path.
[ 32.347] (WW) The directory "/usr/local/lib/X11/fonts/bitstream-vera/" does not exist.
[ 32.347] Entry deleted from font path.
[ 32.347] (WW) The directory "/usr/local/lib/X11/fonts/freefont/" does not exist.
[ 32.347] Entry deleted from font path.
[ 32.347] (WW) The directory "/usr/local/lib/X11/fonts/URW" does not exist.
[ 32.347] Entry deleted from font path.
[ 32.347] (WW) The directory "/usr/local/lib/X11/fonts/webfonts" does not exist.
[ 32.347] Entry deleted from font path.
[ 32.481] (**) FontPath set to:
        /usr/local/lib/X11/fonts/TrueType,
        /usr/local/share/fonts/misc/,
        /usr/local/share/fonts/TTF/,
        /usr/local/share/fonts/OTF/,
        /usr/local/share/fonts/Type1/,
        /usr/local/share/fonts/100dpi/,
        /usr/local/share/fonts/75dpi/
[ 32.481] (**) ModulePath set to "/usr/local/lib/xorg/modules"
[ 32.481] (II) Loader magic: 0x805d90
[ 32.481] (II) Module ABI versions:
[ 32.481] X.Org ANSI C Emulation: 0.4
[ 32.481] X.Org Video Driver: 20.0
[ 32.481] X.Org XInput driver : 22.1
[ 32.481] X.Org Server Extension : 9.0
[ 32.482] (EE) dbus-core: error connecting to system bus: org.freedesktop.DBus.Error.FileNotFound (Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory)
[ 32.483] (--) PCI:*(0:64:0:0) 1002:6779:174b:e204 rev 0, Mem @ 0xd0000000/268435456, 0xf0000000/131072, I/O @ 0x00003000/256, BIOS @ 0x????????/65536
[ 32.483] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[ 32.483] (II) LoadModule: "dbe"
[ 32.483] (II) Module "dbe" already built-in
[ 32.483] (II) LoadModule: "dri"
[ 32.483] (II) Module "dri" already built-in
[ 32.483] (II) LoadModule: "dri2"
[ 32.483] (II) Module "dri2" already built-in
[ 32.483] (II) LoadModule: "extmod"
[ 32.483] (II) Module "extmod" already built-in
[ 32.483] (II) LoadModule: "record"
[ 32.483] (II) Module "record" already built-in
[ 32.483] (II) LoadModule: "glx"
[ 32.497] (II) Loading /usr/local/lib/xorg/modules/extensions/libglx.so
[ 32.630] (II) Module glx: vendor="X.Org Foundation"
[ 32.630] compiled for 1.18.4, module version = 1.0.0
[ 32.630] ABI class: X.Org Server Extension, version 9.0
[ 32.630] (==) AIGLX enabled
[ 32.630] (II) LoadModule: "radeon"
[ 32.656] (II) Loading /usr/local/lib/xorg/modules/drivers/radeon_drv.so
[ 32.707] (II) Module radeon: vendor="X.Org Foundation"
[ 32.707] compiled for 1.18.4, module version = 7.8.0
[ 32.707] Module class: X.Org Video Driver
[ 32.707] ABI class: X.Org Video Driver, version 20.0
[ 32.707] (II) LoadModule: "vesa"
[ 32.707] (II) Loading /usr/local/lib/xorg/modules/drivers/vesa_drv.so
[ 32.717] (II) Module vesa: vendor="X.Org Foundation"
[ 32.717] compiled for 1.18.4, module version = 2.3.4
[ 32.717] Module class: X.Org Video Driver
[ 32.717] ABI class: X.Org Video Driver, version 20.0
[ 32.717] (II) LoadModule: "mouse"
[ 32.724] (II) Loading /usr/local/lib/xorg/modules/input/mouse_drv.so
[ 32.746] (II) Module mouse: vendor="X.Org Foundation"
[ 32.746] compiled for 1.18.4, module version = 1.9.2
[ 32.746] Module class: X.Org XInput Driver
[ 32.746] ABI class: X.Org XInput driver, version 22.1
[ 32.746] (II) LoadModule: "kbd"
[ 32.747] (II) Loading /usr/local/lib/xorg/modules/input/kbd_drv.so
[ 32.747] (II) Module kbd: vendor="X.Org Foundation"
[ 32.747] compiled for 1.18.4, module version = 1.9.0
[ 32.747] Module class: X.Org XInput Driver
[ 32.748] ABI class: X.Org XInput driver, version 22.1
[ 32.748] (II) RADEON: Driver for ATI/AMD Radeon chipsets:
        ATI Radeon Mobility X600 (M24), ATI FireMV 2400,
        ATI Radeon Mobility X300 (M24), ATI FireGL M24 GL,
        ATI Radeon X600 (RV380), ATI FireGL V3200 (RV380),
        ATI Radeon IGP320 (A3), ATI Radeon IGP330/340/350 (A4),
        ATI Radeon 9500, ATI Radeon 9600TX, ATI FireGL Z1, ATI Radeon 9800SE,
        ATI Radeon 9800, ATI FireGL X2, ATI Radeon 9600, ATI Radeon 9600SE,
        ATI Radeon 9600XT, ATI FireGL T2, ATI Radeon 9650, ATI FireGL RV360,
        ATI Radeon 7000 IGP (A4+), ATI Radeon 8500 AIW,
        ATI Radeon IGP320M (U1), ATI Radeon IGP330M/340M/350M (U2),
        ATI Radeon Mobility 7000 IGP, ATI Radeon 9000/PRO, ATI Radeon 9000,
        ATI Radeon X800 (R420), ATI Radeon X800PRO (R420),
        ATI Radeon X800SE (R420), ATI FireGL X3 (R420),
        ATI Radeon Mobility 9800 (M18), ATI Radeon X800 SE (R420),
        ATI Radeon X800XT (R420), ATI Radeon X800 VE (R420),
        ATI Radeon X850 (R480), ATI Radeon X850 XT (R480),
        ATI Radeon X850 SE (R480), ATI Radeon X850 PRO (R480),
        ATI Radeon X850 XT PE (R480), ATI Radeon Mobility M7,
        ATI Mobility FireGL 7800 M7, ATI Radeon Mobility M6,
        ATI FireGL Mobility 9000 (M9), ATI Radeon Mobility 9000 (M9),
        ATI Radeon 9700 Pro, ATI Radeon 9700/9500Pro, ATI FireGL X1,
        ATI Radeon 9800PRO, ATI Radeon 9800XT,
        ATI Radeon Mobility 9600/9700 (M10/M11),
        ATI Radeon Mobility 9600 (M10), ATI Radeon Mobility 9600 (M11),
        ATI FireGL Mobility T2 (M10), ATI FireGL Mobility T2e (M11),
        ATI Radeon, ATI FireGL 8700/8800, ATI Radeon 8500, ATI Radeon 9100,
        ATI Radeon 7500, ATI Radeon VE/7000, ATI ES1000,
        ATI Radeon Mobility X300 (M22), ATI Radeon Mobility X600 SE (M24C),
        ATI FireGL M22 GL, ATI Radeon X800 (R423), ATI Radeon X800PRO (R423),
        ATI Radeon X800LE (R423), ATI Radeon X800SE (R423),
        ATI Radeon X800 XTP (R430), ATI Radeon X800 XL (R430),
        ATI Radeon X800 SE (R430), ATI Radeon X800 (R430),
        ATI FireGL V7100 (R423), ATI FireGL V5100 (R423),
        ATI FireGL unknown (R423), ATI Mobility FireGL V5000 (M26),
        ATI Mobility Radeon X700 XL (M26), ATI Mobility Radeon X700 (M26),
        ATI Radeon X550XTX, ATI Radeon 9100 IGP (A5),
        ATI Radeon Mobility 9100 IGP (U3), ATI Radeon XPRESS 200,
        ATI Radeon XPRESS 200M, ATI Radeon 9250, ATI Radeon 9200,
        ATI Radeon 9200SE, ATI FireMV 2200, ATI Radeon X300 (RV370),
        ATI Radeon X600 (RV370), ATI Radeon X550 (RV370),
        ATI FireGL V3100 (RV370), ATI FireMV 2200 PCIE (RV370),
        ATI Radeon Mobility 9200 (M9+), ATI Mobility Radeon X800 XT (M28),
        ATI Mobility FireGL V5100 (M28), ATI Mobility Radeon X800 (M28),
        ATI Radeon X850, ATI unknown Radeon / FireGL (R480),
        ATI Radeon X800XT (R423), ATI FireGL V5000 (RV410),
        ATI Radeon X700 XT (RV410), ATI Radeon X700 PRO (RV410),
        ATI Radeon X700 SE (RV410), ATI Radeon X700 (RV410),
        ATI Radeon X1800, ATI Mobility Radeon X1800 XT,
        ATI Mobility Radeon X1800, ATI Mobility FireGL V7200,
        ATI FireGL V7200, ATI FireGL V5300, ATI Mobility FireGL V7100,
        ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
        ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
        ATI Mobility Radeon X1400, ATI Radeon X1550 64-bit,
        ATI Mobility Radeon X1300, ATI Radeon X1300, ATI FireGL V3300,
        ATI FireGL V3350, ATI Mobility Radeon X1450,
        ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
        ATI FireMV 2250, ATI Radeon X1650, ATI Mobility FireGL V5200,
        ATI Mobility Radeon X1600, ATI Radeon X1300 XT/X1600 Pro,
        ATI FireGL V3400, ATI Mobility FireGL V5250,
        ATI Mobility Radeon X1700, ATI Mobility Radeon X1700 XT,
        ATI FireGL V5200, ATI Radeon X2300HD, ATI Mobility Radeon HD 2300,
        ATI Radeon X1950, ATI Radeon X1900, ATI AMD Stream Processor,
        ATI RV560, ATI Mobility Radeon X1900, ATI Radeon X1950 GT, ATI RV570,
        ATI FireGL V7400, ATI Radeon 9100 PRO IGP,
        ATI Radeon Mobility 9200 IGP, ATI Radeon X1200, ATI RS740,
        ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro,
        ATI Radeon HD 2900 GT, ATI FireGL V8650, ATI FireGL V8600,
        ATI FireGL V7600, ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
        ATI Radeon HD 4850 x2, ATI FirePro V8750 (FireGL),
        ATI FirePro V7760 (FireGL), ATI Mobility RADEON HD 4850,
        ATI Mobility RADEON HD 4850 X2, ATI FirePro RV770,
        AMD FireStream 9270, AMD FireStream 9250, ATI FirePro V8700 (FireGL),
        ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
        ATI FirePro M7750, ATI M98, ATI Mobility Radeon HD 4650,
        ATI Radeon RV730 (AGP), ATI Mobility Radeon HD 4670,
        ATI FirePro M5750, ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
        ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
        ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
        ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
        ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
        ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI RV610,
        ATI Radeon HD 2400 XT, ATI Radeon HD 2400 Pro,
        ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000, ATI Radeon HD 2350,
        ATI Mobility Radeon HD 2400 XT, ATI Mobility Radeon HD 2400,
        ATI RADEON E2400, ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
        ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
        ATI Mobility Radeon HD 3850 X2, ATI Mobility Radeon HD 3870,
        ATI Mobility Radeon HD 3870 X2, ATI Radeon HD3870 X2,
        ATI FireGL V7700, ATI Radeon HD3690, AMD Firestream 9170,
        ATI Radeon HD 4550, ATI Radeon RV710, ATI Radeon HD 4350,
        ATI Mobility Radeon 4300 Series, ATI Mobility Radeon 4500 Series,
        ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
        ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
        ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
        ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
        ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
        ATI FireGL V3600, ATI Radeon HD 2600 LE,
        ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
        ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
        ATI Radeon HD 3450, ATI Radeon HD 3430, ATI FirePro V3700,
        ATI FireMV 2450, ATI Radeon HD 3600 Series, ATI Radeon HD 3650 AGP,
        ATI Radeon HD 3600 PRO, ATI Radeon HD 3600 XT,
        ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
        ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
        ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
        ATI Radeon HD 3300 Graphics, ATI Radeon 3000 Graphics, SUMO, SUMO2,
        ATI Radeon HD 4200, ATI Radeon 4100, ATI Mobility Radeon HD 4200,
        ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
        AMD Radeon HD 6310 Graphics, AMD Radeon HD 6250 Graphics,
        AMD Radeon HD 6300 Series Graphics,
        AMD Radeon HD 6200 Series Graphics, PALM, CYPRESS,
        ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
        AMD Firestream 9350, ATI Radeon HD 5800 Series,
        ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
        ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
        ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
        ATI Radeon HD 5670, ATI Radeon HD 5570, ATI Radeon HD 5500 Series,
        REDWOOD, ATI Mobility Radeon Graphics, CEDAR, ATI FirePro 2270,
        ATI Radeon HD 5450, CAYMAN, AMD Radeon HD 6900 Series,
        AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series, BARTS,
        AMD Radeon HD 6800 Series, AMD Radeon HD 6700 Series, TURKS, CAICOS,
        ARUBA, TAHITI, PITCAIRN, VERDE, OLAND, HAINAN, BONAIRE, KABINI,
        MULLINS, KAVERI, HAWAII
[ 32.753] (II) VESA: driver for VESA chipsets: vesa
[ 32.753] (--) Using syscons driver with X support (version 0.x)
[ 32.753] (--) using VT number 9

[ 32.766] (II) [KMS] Kernel modesetting enabled.
[ 32.766] (WW) Falling back to old probe method for vesa
[ 32.766] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 32.767] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
[ 32.767] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[ 32.767] (==) RADEON(0): Default visual is TrueColor
[ 32.767] (==) RADEON(0): RGB weight 888
[ 32.767] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
[ 32.767] (--) RADEON(0): Chipset: "CAICOS" (ChipID = 0x6779)
[ 33.347] (II) Loading sub module "fb"
[ 33.347] (II) LoadModule: "fb"
[ 33.347] (II) Loading /usr/local/lib/xorg/modules/libfb.so
[ 33.444] (II) Module fb: vendor="X.Org Foundation"
[ 33.444] compiled for 1.18.4, module version = 1.0.0
[ 33.444] ABI class: X.Org ANSI C Emulation, version 0.4
[ 33.444] (II) Loading sub module "dri2"
[ 33.444] (II) LoadModule: "dri2"
[ 33.444] (II) Module "dri2" already built-in
[ 33.444] (II) Loading sub module "glamoregl"
[ 33.444] (II) LoadModule: "glamoregl"
[ 33.444] (II) Loading /usr/local/lib/xorg/modules/libglamoregl.so
[ 33.605] (II) Module glamoregl: vendor="X.Org Foundation"
[ 33.605] compiled for 1.18.4, module version = 1.0.0
[ 33.605] ABI class: X.Org ANSI C Emulation, version 0.4
[ 33.605] (II) glamor: OpenGL accelerated X.org driver based.
[ 34.782] (EE)
[ 34.782] (EE) Backtrace:
[ 34.796] (EE) 0: /usr/local/bin/X (OsInit+0x38a) [0x59f51a]
[ 34.799] (EE) 1: /lib/libthr.so.3 (_pthread_sigmask+0x507) [0x802b75f67]
[ 34.801] (EE) 2: /lib/libthr.so.3 (_pthread_getspecific+0xe1c) [0x802b75f0c]
[ 34.803] (EE) 3: ? (?+0xe1c) [0x7fffffffffaf]
[ 34.820] (EE) 4: /usr/local/llvm39/lib/libLLVM-3.9.so (_ZN4llvm13StringMapImpl15LookupBucketForENS_9StringRefE+0x7d) [0x80a0aee6d]
[ 34.823] (EE) 5: /usr/local/llvm39/lib/libLLVM-3.9.so (_ZNSt3__16vectorIPN4llvm2cl14OptionCategoryENS_9allocatorIS4_EEE21__push_back_slow_pathIS4_EEvOT_+0x22f) [0x80a0823cf]
[ 34.826] (EE) 6: /usr/local/llvm39/lib/libLLVM-3.9.so (LLVMParseCommandLineOptions+0x1c2c) [0x80a08063c]
[ 34.829] (EE) 7: /usr/local/llvm39/lib/libLLVM-3.9.so (_ZN4llvm2cl6Option11addArgumentEv+0x7c) [0x80a07434c]
[ 34.849] (EE) 8: /usr/local/llvm36/lib/libLLVM-3.6.so (_ZN4llvm32createPPCTargetTransformInfoPassEPKNS_16PPCTargetMachineE+0xc12) [0x80ee002e4]
[ 34.852] (EE) 9: /usr/local/llvm36/lib/libLLVM-3.6.so (_ZN4llvm16SparcInstPrinter20printSparcAliasInstrEPKNS_6MCInstERNS_11raw_ostreamE+0x432) [0x80ee1cb94]
[ 34.856] (EE) 10: /usr/local/llvm36/lib/libLLVM-3.6.so (_init+0xe) [0x80de2126c]
[ 34.869] (EE) 11: ? (_rtld_is_dlopened+0x19e7) [0x80080ce1e]
[ 34.871] (EE) 12: ? (dlopen+0x190) [0x800808030]
[ 34.891] (EE) 13: /usr/local/lib/libgbm.so.1 (gbm_surface_has_free_buffers+0xfda) [0x8085e575a]
[ 34.893] (EE) 14: /usr/local/lib/libgbm.so.1 (gbm_surface_has_free_buffers+0xc1b) [0x8085e50ab]
[ 34.895] (EE) 15: /usr/local/lib/libgbm.so.1 (gbm_surface_has_free_buffers+0xaad) [0x8085e4dcd]
[ 34.897] (EE) 16: /usr/local/lib/libgbm.so.1 (gbm_surface_has_free_buffers+0x130) [0x8085e39e0]
[ 34.899] (EE) 17: /usr/local/lib/libgbm.so.1 (gbm_create_device+0x38) [0x8085e3628]
[ 34.912] (EE) 18: /usr/local/lib/xorg/modules/libglamoregl.so (glamor_egl_init+0x82) [0x8083b7432]
[ 34.925] (EE) 19: /usr/local/lib/xorg/modules/drivers/radeon_drv.so (_init+0x4d682) [0x807594e82]
[ 34.927] (EE) 20: /usr/local/lib/xorg/modules/drivers/radeon_drv.so (_init+0x406f5) [0x80757a985]
[ 34.930] (EE) 21: /usr/local/bin/X (InitOutput+0x9af) [0x47c8df]
[ 34.933] (EE) 22: /usr/local/bin/X (remove_fs_handlers+0x2e7) [0x43ab87]
[ 34.935] (EE) 23: /usr/local/bin/X (_start+0x16f) [0x425def]
[ 34.937] (EE) 24: ? (?+0x16f) [0x80082916f]
[ 34.937] (EE)
[ 34.937] (EE) Segmentation fault at address 0x0
[ 34.937] (EE)
Fatal server error:
[ 34.937] (EE) Caught signal 11 (Segmentation fault). Server aborting
[ 34.937] (EE)
[ 34.937] (EE)
Please consult the The X.Org Foundation support
         at http://wiki.x.org
 for help.
[ 34.937] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 34.937] (EE)
[ 34.949] (EE) Server terminated with error (1). Closing log file.

To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
with "unsubscribe de-bsd-questions" in the body of the message
Received on Sun 12 Feb 2017 - 09:42:52 CET

search this site