View Single Post
Posts: 1,873 | Thanked: 4,529 times | Joined on Mar 2010 @ North Potomac MD
#111
Originally Posted by TheKit View Post
Probably you installed i686 Arch Linux chroot, but when upgrading, it started to download x86_64 packages due to Jolla Tablet having 64-bit kernel. Reinstall and change "Architecture = auto" to "Architecture = i686" in /etc/pacman.conf.
Thanks! That got things to the point where I installed everything. Unfortunately the command

kwin_wayland --width 1536 height 2048 --xwayland &

did not make a window. Nothing appears in the grid of running applications. Anyways, getting closer! Attached a gzipped screen shot with error output. Thanks for everyones assistance!

EDIT: Added the screen shots. Note the scripts seen in the screen shot are just the commands that are given in this thread

archstartup

mount --bind /dev dev
mount --bind /sys sys
mount --bind /proc proc
mount --bind /dev/pts dev/pts
mount --bind /run run
chroot ./

and start2 is

mkdir /run/user/1001
export $(dbus-launch)
export XDG_RUNTIME_DIR=/run/user/1001
kwin_wayland --width 1536 --height 2048 --xwayland &


EDIT: Ha! I just noticed I get the same output whether I use Jolla 1 or Tablet. But in case of Jolla 1 I get the xwayland screen. On Jolla tablet no screen...
Attached Images
  

Last edited by mscion; 2017-02-21 at 14:27.
 

The Following User Says Thank You to mscion For This Useful Post: