X11 bug on Linux Hosted Install

Demerzel the Eternal · 3347

Demerzel the Eternal

  • Newbie
  • *
    • Posts: 1
    • Karma: +0/-0
on: February 14, 2019, 07:18:07 AM
Has anyone come across this before, I'm using a Macbook with Linux Mint and decided to have Icaros hosted, all went well but on first boot I got:

[Bootstrap] Entering kernel at 0xb7a35000...
[X11host] x11_hostlib_load_so: failed to open 'libXcursor.so.1': libXcursor.so.1: cannot open shared object file: No such file or directory
[I2C] Init
[ATI] Init
Display driver(s) failed to initialize. Entering emergency shell.
EndCLI will quit AROS.

Any Ideas peeps, its driving me mad.
BTW ICAROS installs native on my MacBook so it is compatible.

Thanks in advance for any advice



dizzy

  • Junior Member
  • **
    • Posts: 59
    • Karma: +60/-0
    • YouTube channel
Reply #1 on: February 14, 2019, 08:37:38 AM
It's the Wayland, AROS doesn't seem to like it. Log on using something else if possible or use SDL driver



Overcast451

  • Newbie
  • *
    • Posts: 1
    • Karma: +0/-0
Reply #2 on: March 09, 2019, 12:06:30 AM
If it's any help, I had to disable wayland on my PC for the nVidia driver to work.

/etc/gdm/custom.conf
There's a line in there you uncomment to disable wayland, at least on Fedora 29 / x64. I'm not sure how that might impact your system, however..

AROS runs pretty well under Fed29, using free VMWare Player 15 to run it. I did have to lock my resolution in to 1440 x 900 to make it fit ok. I just set the VM's max resolution to that.



wawa

  • Senior Member
  • ****
    • Posts: 265
    • Karma: +55/-0
Reply #3 on: March 09, 2019, 07:22:37 AM
the issue is clearly visible in the log. simply install the packages containing the missing shared objects.



dizzy

  • Junior Member
  • **
    • Posts: 59
    • Karma: +60/-0
    • YouTube channel
Reply #4 on: March 09, 2019, 12:14:39 PM
The problem is not missing libs but simply Wayland. On Fedora one can choose when logging if to use it or not.



Argo

  • Junior Member
  • **
    • Posts: 75
    • Karma: +46/-0
  • Argo
    • Find me on the Fediverse
Reply #5 on: April 17, 2019, 09:49:29 PM
I'm having  the same issue on a new Mint install tonight with XFCE desktop.  XFCE doesn't use Wayland



Argo

  • Junior Member
  • **
    • Posts: 75
    • Karma: +46/-0
  • Argo
    • Find me on the Fediverse
Reply #6 on: April 17, 2019, 11:20:00 PM
Okay, it's a missing library.
 Got the lib and new error

[X11host] x11_hostlib_load_so: failed to open 'libXxf86vm.so.1': libXxf86vm.so.1: cannot open shared object file:  no such file or directory

Do this:  sudo apt-get install libxcursor-dev:i386 libxxf86vm1:i386

./icaros and I have an AROS window!  Now setup time



wawa

  • Senior Member
  • ****
    • Posts: 265
    • Karma: +55/-0
Reply #7 on: April 18, 2019, 05:20:11 AM
you figured it out:) finally!



Argo

  • Junior Member
  • **
    • Posts: 75
    • Karma: +46/-0
  • Argo
    • Find me on the Fediverse
Reply #8 on: April 19, 2019, 01:09:44 AM
Amazing what a little Googlefu can do
I was pretty sure XFCE wasn't Wayland compliant, so checked that out first then searched out the libx errors for the lib package names
Have to make sure I have those when i try this on FreeBSD again but should look into how hosting works first



salvatore

  • Guest
Reply #9 on: April 20, 2019, 07:56:34 PM
on ubuntu bionic do not had the problem

hi