|
Description
|
This is reported by a s10u4 beta customer. He had an Ultra 20 and he upgraded froms 10u3 to s10u4 beta.
After the reboot, Xorg would not start. This time is was a result of not
finding a functioning Openglx. There is a link present that points to a
missing lib:
/usr/X11/lib/modules/extensions//libglx.so ->
/var/run/opengl/server/libglx.so
I checked for an opengl package and found it in NVDAgraphics and
Sunxorg-mesa. So maybe a directory that supposed to be inserted into the
link is missed by an install script. I've attached the Xorg.0.log.
I also checked the upgrade_log and there was no error.
The attached Xorg.0.log shows the fatalerror is the failure to load the keyboard
driver: (The OpenGL links won't stop the X server from starting.)
(II) LoadModule: "Keyboard"
(WW) Warning, couldn't open module Keyboard
(II) UnloadModule: "Keyboard"
(EE) Failed to load module "Keyboard" (module does not exist, 0)
[...]
(EE) No Input driver matching `Keyboard'
(II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
(WW) Mouse1: couldn't get wheel state
No core keyboard
Fatal server error:
failed to initialize core devices
*** Test Case ***
Modify /etc/X11/xorg.conf to specify a keyboard driver of "Keyboard", such as:
Section "InputDevice"
Identifier "Keyboard0"
Driver "Keyboard"
EndSection
and verify the Xorg server can still start. (If no xorg.conf exists, create one
with Xorg -configure or xorgconfig, both of which should list "kbd" as the default
driver in the keyboard InputDevice section.)
|