help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Wayland setup


From: Thorsten Wilms
Subject: Re: Wayland setup
Date: Wed, 14 Mar 2018 22:10:47 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0

Hi!

I finally got Weston to ... fill my screen with a blocky mess and flood STDERR with failure.

To recap:
- use-modules freedesktop and xorg
- global packages: xorg-server-xwayland wayland weston %base-packages
- add "weston-launch" group
- add user to weston-launch
- add user to "input" group
- take care of XDG_RUNTIME_DIR:

  export XDG_RUNTIME_DIR=/tmp/${UID}-runtime-dir;
  mkdir "${XDG_RUNTIME_DIR}"
  chmod 0700 "${XDG_RUNTIME_DIR}

I might just add that to .bash_profile or try to put both that and "weston-launch" in a script; rekado suggested this should be a service, but the documentation and examples (mainly looking at gnu/services/base.scm) leave me puzzled.

Though now I wonder, what would elogind do, if I had it installed?


The running Weston fills the log with repetitions of:

---
radeon: Failed to allocate a buffer:
radeon:    size      : 1048576 bytes
radeon:    alignment : 4096 bytes
radeon:    domains   : 2
radeon:    flags     : 4
---

with a few interspersed:
  [17:53:53.145] queueing pageflip failed: Invalid argument
and
EE r600_texture.c:1419 r600_texture_transfer_map - failed to create temporary texture to hold untiled copy

Meanwhile, weston-launch brings up a functional session on my Ubuntu 17.04; it doesn't seem to be a general problem with my graphics card.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]