NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: xsrc/50429: Xserver fails to start on Ultra-5andNetBSD/sparc647.0
The following reply was made to PR xsrc/50429; it has been noted by GNATS.
From: Izumi Tsutsui <tsutsui%ceres.dti.ne.jp@localhost>
To: macallan%netbsd.org@localhost, gnats-bugs%NetBSD.org@localhost
Cc: tsutsui%ceres.dti.ne.jp@localhost
Subject: Re: xsrc/50429: Xserver fails to start on Ultra-5andNetBSD/sparc647.0
Date: Sun, 22 Nov 2015 12:25:15 +0900
> This should absolutely not happen. Apparently the Xserver has trouble
> opening /dev/ttyE0 for whatever reason, and failing to map IO space
> ( which still goes through that ) fails later on.
> Why would that fail all of sudden when gettys still work?
Ah, /etc/ttys in the nfsroot enable console (by default), not ttyE0.
I enabled getty on ttyE0 (change ttyE0 from off to on),
but it seems keyboard unusable after "Setting tty flags." message.
(I have not investigated what's wrong though)
I also try 7.99.21 GENERIC kernel + working 7.0 userland (on wd0),
and it still fails as well (Unable to map mmio aperture):
---
[ 85.518]
X.Org X Server 1.10.6
Release Date: 2011-07-08
[ 85.540] X Protocol Version 11, Revision 0
[ 85.550] Build Operating System: NetBSD/sparc64 -
[ 85.560] Current Operating System: NetBSD eterna 7.99.21 NetBSD 7.99.21 (GENERIC) #15: Sat Nov 21 21:36:51 JST 2015 tsutsui@mirage:/usr/src/sys/arch/sparc64/compile/GENERIC sparc64
[ 85.583] Build Date: 01 August 2011 01:01:00AM
[ 85.590]
[ 85.599] Current version of pixman: 0.32.6
[ 85.608] Before reporting problems, check http://wiki.X.Org
to make sure that you have the latest version.
[ 85.628] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 85.660] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Nov 22 12:18:36 2015
[ 85.748] (II) Loader magic: 0x45f4a0
[ 85.748] (II) Module ABI versions:
[ 85.749] X.Org ANSI C Emulation: 0.4
[ 85.749] X.Org Video Driver: 10.0
[ 85.749] X.Org XInput driver : 12.2
[ 85.750] X.Org Server Extension : 5.0
[ 86.946] (--) PCI:*(1:1:2:0) 1002:4754:0000:0000 rev 154, Mem @ 0xe1000000/16777216, 0x00000000/4096, I/O @ 0x00000000/256, BIOS @ 0x????????/131072
[ 87.028] (EE) listPossibleVideoDrivers: trying /dev/fb0
[ 87.030] (EE) listPossibleVideoDrivers: trying /dev/fb1
[ 87.039] (EE) listPossibleVideoDrivers: trying /dev/fb2
[ 87.049] (EE) listPossibleVideoDrivers: trying /dev/fb3
[ 87.059] (EE) listPossibleVideoDrivers: trying /dev/fb4
[ 87.069] (EE) listPossibleVideoDrivers: trying /dev/fb5
[ 87.079] (EE) listPossibleVideoDrivers: trying /dev/fb6
[ 87.089] (EE) listPossibleVideoDrivers: trying /dev/fb7
[ 87.098] (EE) listPossibleVideoDrivers: trying /dev/fb8
[ 87.108] (EE) listPossibleVideoDrivers: trying /dev/fb9
[ 87.120] (==) Using default built-in configuration (12 lines)
[ 87.128] (==) --- Start of built-in configuration ---
[ 87.128] Section "Device"
[ 87.128] Identifier "Builtin Default ati Device 0"
[ 87.129] Driver "ati"
[ 87.129] EndSection
[ 87.129] Section "Screen"
[ 87.130] Identifier "Builtin Default ati Screen 0"
[ 87.130] Device "Builtin Default ati Device 0"
[ 87.130] EndSection
[ 87.130] Section "ServerLayout"
[ 87.131] Identifier "Builtin Default Layout"
[ 87.131] Screen "Builtin Default ati Screen 0"
[ 87.131] EndSection
[ 87.131] (==) --- End of built-in configuration ---
[ 87.137] (==) ServerLayout "Builtin Default Layout"
[ 87.137] (**) |-->Screen "Builtin Default ati Screen 0" (0)
[ 87.139] (**) | |-->Monitor "<default monitor>"
[ 87.144] (**) | |-->Device "Builtin Default ati Device 0"
[ 87.144] (==) No monitor specified for screen "Builtin Default ati Screen 0".
Using a default monitor configuration.
[ 87.145] (==) Not automatically adding devices
[ 87.145] (==) Not automatically enabling devices
[ 87.334] (==) FontPath set to:
/usr/X11R7/lib/X11/fonts/misc/,
/usr/X11R7/lib/X11/fonts/TTF/,
/usr/X11R7/lib/X11/fonts/Type1/,
/usr/X11R7/lib/X11/fonts/75dpi/,
/usr/X11R7/lib/X11/fonts/100dpi/
[ 87.335] (==) ModulePath set to "/usr/X11R7/lib/modules"
[ 87.335] (==) |-->Input Device "<default pointer>"
[ 87.336] (==) |-->Input Device "<default keyboard>"
[ 87.336] (==) The core pointer device wasn't specified explicitly in the layout.
Using the default mouse configuration.
[ 87.336] (==) The core keyboard device wasn't specified explicitly in the layout.
Using the default keyboard configuration.
[ 87.337] (II) LoadModule: "extmod"
[ 87.388] (II) Loading /usr/X11R7/lib/modules/extensions/libextmod.so
[ 87.435] (II) Module extmod: vendor="X.Org Foundation"
[ 87.436] compiled for 1.10.6, module version = 1.0.0
[ 87.436] Module class: X.Org Server Extension
[ 87.436] ABI class: X.Org Server Extension, version 5.0
[ 87.437] (II) Loading extension MIT-SCREEN-SAVER
[ 87.437] (II) Loading extension XFree86-VidModeExtension
[ 87.437] (II) Loading extension XFree86-DGA
[ 87.439] (II) Loading extension DPMS
[ 87.439] (II) Loading extension XVideo
[ 87.440] (II) Loading extension XVideo-MotionCompensation
[ 87.440] (II) Loading extension X-Resource
[ 87.441] (II) LoadModule: "dbe"
[ 87.445] (II) Loading /usr/X11R7/lib/modules/extensions/libdbe.so
[ 87.463] (II) Module dbe: vendor="X.Org Foundation"
[ 87.464] compiled for 1.10.6, module version = 1.0.0
[ 87.464] Module class: X.Org Server Extension
[ 87.464] ABI class: X.Org Server Extension, version 5.0
[ 87.465] (II) Loading extension DOUBLE-BUFFER
[ 87.465] (II) LoadModule: "glx"
[ 87.471] (II) Loading /usr/X11R7/lib/modules/extensions/libglx.so
[ 87.539] (II) Module glx: vendor="X.Org Foundation"
[ 87.539] compiled for 1.10.6, module version = 1.0.0
[ 87.540] ABI class: X.Org Server Extension, version 5.0
[ 87.559] (==) AIGLX enabled
[ 87.559] (II) Loading extension GLX
[ 87.560] (II) LoadModule: "record"
[ 87.567] (II) Loading /usr/X11R7/lib/modules/extensions/librecord.so
[ 87.590] (II) Module record: vendor="X.Org Foundation"
[ 87.590] compiled for 1.10.6, module version = 1.13.0
[ 87.591] Module class: X.Org Server Extension
[ 87.591] ABI class: X.Org Server Extension, version 5.0
[ 87.591] (II) Loading extension RECORD
[ 87.592] (II) LoadModule: "dri"
[ 87.601] (II) Loading /usr/X11R7/lib/modules/extensions/libdri.so
[ 87.612] (II) Module dri: vendor="X.Org Foundation"
[ 87.629] compiled for 1.10.6, module version = 1.0.0
[ 87.630] ABI class: X.Org Server Extension, version 5.0
[ 87.642] (II) Loading extension XFree86-DRI
[ 87.653] (II) LoadModule: "dri2"
[ 87.660] (II) Loading /usr/X11R7/lib/modules/extensions/libdri2.so
[ 87.691] (II) Module dri2: vendor="X.Org Foundation"
[ 87.691] compiled for 1.10.6, module version = 1.2.0
[ 87.692] ABI class: X.Org Server Extension, version 5.0
[ 87.712] (II) Loading extension DRI2
[ 87.712] (II) LoadModule: "ati"
[ 87.760] (II) Loading /usr/X11R7/lib/modules/drivers/ati_drv.so
[ 87.795] (II) Module ati: vendor="X.Org Foundation"
[ 87.795] compiled for 1.10.6, module version = 6.14.6
[ 87.795] Module class: X.Org Video Driver
[ 87.796] ABI class: X.Org Video Driver, version 10.0
[ 87.796] (II) LoadModule: "mach64"
[ 87.809] (II) Loading /usr/X11R7/lib/modules/drivers/mach64_drv.so
[ 87.860] (II) Module mach64: vendor="X.Org Foundation"
[ 87.860] compiled for 1.10.6, module version = 6.9.4
[ 87.861] Module class: X.Org Video Driver
[ 87.861] ABI class: X.Org Video Driver, version 10.0
[ 87.889] (II) LoadModule: "mouse"
[ 87.900] (II) Loading /usr/X11R7/lib/modules/drivers/mouse_drv.so
[ 87.920] (II) Module mouse: vendor="X.Org Foundation"
[ 87.921] compiled for 1.10.6, module version = 1.9.0
[ 87.921] Module class: X.Org XInput Driver
[ 87.921] ABI class: X.Org XInput driver, version 12.2
[ 87.954] (II) LoadModule: "kbd"
[ 87.964] (II) Loading /usr/X11R7/lib/modules/drivers/kbd_drv.so
[ 87.982] (II) Module kbd: vendor="X.Org Foundation"
[ 87.982] compiled for 1.10.6, module version = 1.8.0
[ 87.983] Module class: X.Org XInput Driver
[ 87.983] ABI class: X.Org XInput driver, version 12.2
[ 87.983] (II) MACH64: Driver for ATI Mach64 chipsets
[ 87.985] (--) Using wscons driver on /dev/ttyE3 in pcvt compatibility mode (version 3.32)
[ 87.986] (--) using VT number 4
[ 87.990] (II) Loading /usr/X11R7/lib/modules/drivers/mach64_drv.so
[ 87.991] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 88.007] (II) MACH64(0): Creating default Display subsection in Screen section
"Builtin Default ati Screen 0" for depth/fbbpp 24/32
[ 88.007] (==) MACH64(0): Depth 24, (--) framebuffer bpp 32
[ 88.008] (==) MACH64(0): Using XAA acceleration architecture
[ 88.011] (EE) Unable to map mmio aperture. Invalid argument (22)
[ 88.014] (EE) Unable to map mmio aperture. Invalid argument (22)
[ 88.014] (WW) MACH64: Mach64 in slot 1:2:0 could not be detected!
[ 88.034] (II) UnloadModule: "mach64"
[ 88.034] (II) Unloading mach64
[ 88.035] (EE) Screen(s) found, but none have a usable configuration.
[ 88.035]
Fatal server error:
[ 88.036] no screens found
[ 88.037]
Please consult the The X.Org Foundation support
at http://wiki.X.Org
for help.
[ 88.039] Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 88.040]
---
Is it worth to try with current Xorg binaries?
(I need to prepare a spare IDE drive)
---
Izumi Tsutsui
Home |
Main Index |
Thread Index |
Old Index