Working demos of Wayland application?

2023-10-05 Thread Fred vS
Hello. I try to create Wayland applications with inspiration from demo-code. I did lot of search in internet and finally found one site that gives +- working demos: https://wayland-book.com There are some code that must be updated (because obsolete) but all "steps" souce code are working. Sadl

RE: Problem with mmap keyboard.

2023-10-04 Thread Fred vS
Sorry for that double post. It was already solved by Emmanuel. Fre;D De : wayland-devel de la part de Fred vS Envoyé : mercredi 4 octobre 2023 20:14 À : wayland-devel@lists.freedesktop.org Objet : Problem with mmap keyboard. Hello. I try to make work the

Problem with mmap keyboard.

2023-10-04 Thread Fred vS
Hello. I try to make work the "Keyboard event" step from the Wayland-book but the C demo crash at loading. The problem comes from the mapping: with that error: Line 301: wl_keyboard_keymap: Assertion map_shm != MAP_FAILED' failed. Here is the function: static void wl_keyboard_keymap(void *

RE: Problem with mmap keyboard.

2023-10-04 Thread Fred vS
https://wayland-book.com/seat/example.html But I dont know where/who to advice to fix the code of wayland-book. Anyway, many thanks Emmanuel for your precious eyes and advices. I can continue now the Wayland exploration... Fre;D De : Fred vS Envoyé : mercredi 4 o

RE: Problem with mmap keyboard.

2023-10-04 Thread Fred vS
of the keys. The same for the translated Pascal code. But ok, I will try to make the map-keyboard working thanks to with your advices. Many thanks. Write you later. Fre;D De : Emmanuel Gil Peyrot Envoyé : mercredi 4 octobre 2023 20:28 À : Fred vS Cc : wayland

Problem with mmap keyboard.

2023-10-04 Thread Fred vS
Hello. I try to make work the "Keyboard event" step from the Wayland-book but the C demo crash at loading. The problem comes from the mapping: with that error: Line 301: wl_keyboard_keymap: Assertion map_shm != MAP_FAILED' failed. Here is the function: static void wl_keyboard_keymap(void *

Re: More problems building xserver

2013-03-04 Thread Fred Ollinger
right vers of pre-build binaries. Fred On Sun, Mar 3, 2013 at 10:08 PM, Bill Spitzak wrote: > With the newest version I am able to get wayland and weston to compile to > working forms, but attempting to compile xserver fails. > > I am using a slightly modified version of th

Re: Weston SDK

2013-02-15 Thread Fred Ollinger
o the plugin authors... Sincrerely, Fred >> Now, I don't want this to slow down what we can do with weston >> internals, so this won't be stable API across major releases for the >> forseeable future. But for a stable branch we should be able to avoid >> breaking t

qt5 waylnd support

2012-12-16 Thread Fred Ollinger
for better testing. Sincerely, Fred Ollinger ___ wayland-devel mailing list wayland-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/wayland-devel

Why does weston try to open .ini file 6 times?

2012-10-09 Thread Fred .
$ weston Date: 2012-10-09 CEST [20:11:27.906] weston 0.95.0 http://wayland.freedesktop.org/ Bug reports to: https://bugs.freedesktop.org/enter_bug.cgi?product=weston Build: [20:11:27.906] OS: Linux, 3.5.0-17-generic, #27-Ubuntu SMP Fri Oct 5 01:35:26 UTC

Re: Gamma correct rendering with Wayland and Weston

2012-09-30 Thread Fred .
Can we have a tool like 'xgamma' now? On Sun, Sep 30, 2012 at 4:10 PM, Kai-Uwe Behrmann wrote: > In reply to John Kåre Alsaker Fri Sep 28 08:52:17 PDT 2012 > >> - srgb: >> Rendering in linear gamma: >> If the hardware supports sRGB textures: >> EGL:

$XDG_RUNTIME_DIR is now supported in Ubuntu 12.10 Quantal

2012-09-28 Thread Fred .
https://bugs.launchpad.net/ubuntu/+source/pam-xdg-support/+bug/894391 Steve Langasek (vorlon) wrote the package. There was a FeatureFreeze Exception (FFe) and now it is in the repository. $ sudo apt-get install libpam-xdg-support Weston under X runs fine.

Re: Weston should fallback if XDG_RUNTIME_DIR is not set as per the XDG specification

2012-09-11 Thread Fred .
11, 2012 at 2:08 PM, Pekka Paalanen wrote: > On Thu, 6 Sep 2012 22:03:32 +0200 > "Fred ." wrote: > >> http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html#variables >> >> "If $XDG_RUNTIME_DIR is not set applications should fall back

Weston should fallback if XDG_RUNTIME_DIR is not set as per the XDG specification

2012-09-11 Thread Fred .
http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html#variables "If $XDG_RUNTIME_DIR is not set applications should fall back to a replacement directory with similar capabilities and print a warning message." Weston produces the following error message when XDG_RUNTIME_DIR is not

Weston should fallback if XDG_RUNTIME_DIR is not set as per the XDG specification

2012-09-11 Thread Fred .
http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html#variables "If $XDG_RUNTIME_DIR is not set applications should fall back to a replacement directory with similar capabilities and print a warning message." Weston produces the following error message when XDG_RUNTIME_DIR is not

Weston 0.95 is now in Ubuntu 12.10 repository

2012-09-11 Thread Fred .
http://packages.ubuntu.com/quantal/weston Ubuntu now updated Weston from 0.85 to 0.95 in Ubuntu 12.10 Quantal. I run it with nouveau. - weston-terminal works. - gtk stuff does not work. I guess xwayland isn't compiled for nouveau, and/or gtk isn't compiled with wayland backend. $ weston-launch

Re: Who is working on the non-drawing parts?

2010-11-29 Thread Fred Morcos
quite nice but also limiting. I wonder, isn't that problem analogous to the client-side decorations? Allowing client-side decorations but rejecting client-side placement seems hypocritical to me. I really think the X way (server, wm and clients) is the best way and truly is one-size-fits-a