After upgrading to Tumbleweed and rebooting Xorg will crash upon initial startup or reboot with “xf86OpenConsole: VT_WAITACTIVE failed: Interrupted system call”. I’m using the fglrx driver and tried the redeonhd driver with the same results. Xorg.0.log is as follows:
15.254] (II) Open ACPI successful (/var/run/acpid.socket)
15.254] (II) "extmod" will be loaded by default.
15.254] (II) "dbe" will be loaded by default.
15.254] (II) "glx" will be loaded by default.
15.254] (II) "record" will be loaded by default.
15.254] (II) "dri" will be loaded by default.
15.254] (II) "dri2" will be loaded by default.
15.254] (II) LoadModule: "extmod"
15.268] (II) Loading /usr/lib64/xorg/modules/extensions/libextmod.so
15.268] (II) Module extmod: vendor="X.Org Foundation"
15.268] compiled for 1.9.3, module version = 1.0.0
15.268] Module class: X.Org Server Extension
15.268] ABI class: X.Org Server Extension, version 4.0
15.268] (II) Loading extension MIT-SCREEN-SAVER
15.268] (II) Loading extension XFree86-VidModeExtension
15.268] (II) Loading extension XFree86-DGA
15.268] (II) Loading extension DPMS
15.268] (II) Loading extension XVideo
15.268] (II) Loading extension XVideo-MotionCompensation
15.268] (II) Loading extension X-Resource
15.268] (II) LoadModule: "dbe"
15.269] (II) Loading /usr/lib64/xorg/modules/extensions/libdbe.so
15.269] (II) Module dbe: vendor="X.Org Foundation"
15.269] compiled for 1.9.3, module version = 1.0.0
15.269] Module class: X.Org Server Extension
15.269] ABI class: X.Org Server Extension, version 4.0
15.269] (II) Loading extension DOUBLE-BUFFER
15.269] (II) LoadModule: "glx"
15.269] (II) Loading /usr/lib64/xorg/modules/updates/extensions/libglx.so
15.269] (II) Module glx: vendor="Advanced Micro Devices, Inc."
15.269] compiled for 6.9.0, module version = 1.0.0
15.269] (II) Loading extension GLX
15.269] (II) LoadModule: "record"
15.270] (II) Loading /usr/lib64/xorg/modules/extensions/librecord.so
15.270] (II) Module record: vendor="X.Org Foundation"
15.270] compiled for 1.9.3, module version = 1.13.0
15.270] Module class: X.Org Server Extension
15.270] ABI class: X.Org Server Extension, version 4.0
15.270] (II) Loading extension RECORD
15.270] (II) LoadModule: "dri"
15.271] (II) Loading /usr/lib64/xorg/modules/extensions/libdri.so
15.271] (II) Module dri: vendor="X.Org Foundation"
15.271] compiled for 1.9.3, module version = 1.0.0
15.271] ABI class: X.Org Server Extension, version 4.0
15.271] (II) Loading extension XFree86-DRI
15.271] (II) LoadModule: "dri2"
15.272] (II) Loading /usr/lib64/xorg/modules/extensions/libdri2.so
15.272] (II) Module dri2: vendor="X.Org Foundation"
15.272] compiled for 1.9.3, module version = 1.2.0
15.272] ABI class: X.Org Server Extension, version 4.0
15.272] (II) Loading extension DRI2
15.272] (II) LoadModule: "fglrx"
15.273] (II) Loading /usr/lib64/xorg/modules/drivers/fglrx_drv.so
15.280] (II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
15.280] compiled for 1.4.99.906, module version = 8.89.4
15.280] Module class: X.Org Video Driver
15.281] (II) Loading sub module "fglrxdrm"
15.281] (II) LoadModule: "fglrxdrm"
15.281] (II) Loading /usr/lib64/xorg/modules/linux/libfglrxdrm.so
15.281] (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
15.281] compiled for 1.4.99.906, module version = 8.89.4
15.281] (II) ATI Proprietary Linux Driver Version Identifier:8.89.4
15.281] (II) ATI Proprietary Linux Driver Release Identifier: 8.892
15.281] (II) ATI Proprietary Linux Driver Build Date: Sep 14 2011 10:36:30
15.281] (++) using VT number 7
62.614]
Fatal server error:
62.614] xf86OpenConsole: VT_WAITACTIVE failed: Interrupted system call
62.614]
62.614]
Please consult the The X.Org Foundation support
at X.Org Wiki - Home
for help.
62.614] Please also check the log file at “/var/log/Xorg.0.log” for additional information.
62.614]
After this my I’m dumped to a command line login and my display is corrupted. If I login as root and go to single user mode and then from there move to runlevel 5 the display comes up, I get kdm and can log in to KDE normally.
I found the following: https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/441653 But have not been able to relate this fix to opensuse.
I’d appreciate any thoughts anyone might have.
UT_Smokey