Tiny Core Linux

Tiny Core Extensions => TCE Corepure64 => Topic started by: rightsknot on January 18, 2019, 08:21:08 AM

Title: Crash on launching X when Xorg-7.7-3d is loaded
Post by: rightsknot on January 18, 2019, 08:21:08 AM
When Xorg-7.7-3d.tcz is loaded, X crashes.  I'm using the Intel i915 driver, on an Intel Atom CPU.

These are the xorg drivers installed:

/dev/loop48 on /tmp/tcloop/xf86-input-evdev type squashfs (ro,relatime)
/dev/loop49 on /tmp/tcloop/xf86-input-synaptics type squashfs (ro,relatime)
/dev/loop53 on /tmp/tcloop/xf86-video-intel type squashfs (ro,relatime)
/dev/loop59 on /tmp/tcloop/xf86-video-vesa type squashfs (ro,relatime)
Title: Re: Crash on launching X when Xorg-7.7-3d is loaded
Post by: Rich on January 18, 2019, 08:55:37 AM
Hi rightsknot
Though probably not related to your problem, your  Xorg.0.log  file shows:
Code: [Select]
[   149.482] Kernel command line: vga=577 loglevel=3 cde showapps lst=duo.lst base host=duo tz=CST laptop noembed multivt utc desktop=openboxThe  cde  code is for non writable media only (CDROM). A standard install should use a  tce  directory.
The  base  command instructs the system not to load any of your extensions.

More information on these and other items can be found here:
http://tinycorelinux.net/corebook.pdf
and here:
http://tinycorelinux.net/faq.html
Title: Re: Crash on launching X when Xorg-7.7-3d is loaded
Post by: rightsknot on January 18, 2019, 09:34:45 AM
Pretty sure it isn't related, but thanks for the heads up.  I'll see about switching off cde and moving my tcz's to the tce directory probably this weekend.
Title: Re: Crash on launching X when Xorg-7.7-3d is loaded
Post by: Juanito on January 19, 2019, 12:10:24 AM
From your Xorg.0.log, this is where the problem lies:
Code: [Select]
[   151.268] (EE) Illegal instruction at address 0x7f1b4b9724a1
CorePure64 extensions are compiled with "-mtune=generic", perhaps there is something that your "Intel(R) Atom(TM) CPU N570" doesn't like?

Does Core (32-bit) work with Xorg-7.7-3d?