I’m trying CoreLinux 13.0 (x86 image) in a virtual setup.
With CoreLinux 12.0 it works in the same setup.
After installing X-org and a reboot I get the error:
failed in waitforX
The extension I’m loading on top of CoreLinux-13.0:
Xorg-7.7.tcz
flwm_topside.tcz
wbar.tcz
aterm.tcz
Are there for CL-13.0 other extensions needed in addition?
/var/log/Xorg.0.log gives the following error at the end:
9.456 EE Screen(s) found, but none have a usable configuration.
9.456 EE
Fatal server error:
9.456 EE no screens found EE
9.456 EE
9.456 EE Please also check the log file at "/var/log/Xorg.0.log" for additional information.
9.456 EE
9.467 EE Server terminated with error (1). Closing log file.
Full log:
https://pastebin.com/xkTeNv4iAlso tried:
sudo Xorg -configure
X -config /root/xorg.conf.new
With the same error messages.
Comparing /usr/local/tce.installed of CL-12 and CL-13 give only small differences:
CL-13 added xf86-video-fbdev
CL-13 added libxcvt
in CL-13 libwacom became a simlink to a startup script
Extensions that are started on bootup:
cat /mnt/vda1/tce/onboot.lst
libXmu.tcz
openssh.tcz
Xorg-7.7.tcz
flwm_topside.tcz
wbar.tcz
aterm.tcz
Xfbdev.tcz
Link to dmesg:
https://pastebin.com/iQ0NzJfDall vga related lines are the same as with CL-12
Any other things I can check?