Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

Saints should always be judged guilty until they are proven innocent. -- George Orwell


computers / alt.os.linux / Re: How to Start Wayland?

SubjectAuthor
* How to Start Wayland?Farley Flud
`* Re: How to Start Wayland?David W. Hodgins
 `* Re: How to Start Wayland?Farley Flud
  +* Re: How to Start Wayland?Mike Easter
  |`- Re: How to Start Wayland?Mike Easter
  `* Re: How to Start Wayland?David W. Hodgins
   `* Re: How to Start Wayland?MarioCCCP
    `* Re: How to Start Wayland?MarioCCCP
     `* Re: How to Start Wayland?David W. Hodgins
      `* Re: How to Start Wayland?Jasen Betts
       +* Re: How to Start Wayland?Richard Kettlewell
       |`* Re: How to Start Wayland?Jasen Betts
       | `* Re: How to Start Wayland?Richard Kettlewell
       |  +* Re: How to Start Wayland?Nuxxie
       |  |`- Re: How to Start Wayland?candycanearter07
       |  `* Re: How to Start Wayland?immibis
       |   `* Re: How to Start Wayland?Paul
       |    `- Re: How to Start Wayland?immibis
       `- Re: How to Start Wayland?bad sector

1
How to Start Wayland?

<17b28cc37037f803$115163$1276574$802601b3@news.usenetexpress.com>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=2203&group=alt.os.linux#2203

  copy link   Newsgroups: alt.os.linux
From: ff...@linux.rocks (Farley Flud)
Subject: How to Start Wayland?
Newsgroups: alt.os.linux
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Lines: 33
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!feeder.usenetexpress.com!tr2.iad1.usenetexpress.com!news.usenetexpress.com!not-for-mail
Date: Sat, 10 Feb 2024 16:19:39 +0000
Nntp-Posting-Date: Sat, 10 Feb 2024 16:19:39 +0000
X-Received-Bytes: 1464
Organization: UsenetExpress - www.usenetexpress.com
X-Complaints-To: abuse@usenetexpress.com
Message-Id: <17b28cc37037f803$115163$1276574$802601b3@news.usenetexpress.com>
 by: Farley Flud - Sat, 10 Feb 2024 16:19 UTC

I am interested in trying out Wayland.

On Gentoo it is very simple. Just emerge Wayland and associated
programs (Xwayland, etc.) and then add "wayland" to the global
USE flags which will re-build all software that has wayland
capability (e.g. GTK+, Qt).

But then what? How do I start Wayland?

Currently, I boot into the Linux console and then start X Window
using the "startx" command. This, along with info in .xinitrc
and .Xresources will bring up X.

How do I do the same for Wayland?

This web site just says to start the wayland compositor and that
will bring up Wayland:

https://www.fosskers.ca/en/blog/wayland

"Now exit whatever desktop environment/window manager you're in,
and drop down to your basic login terminal. From here, run Sway
and Sway should start. Congratulations, you're running Wayland!"

"Sway" is the compositor which he uses but will any other compositor
do the same?

Please note that I need an answer from a GNU/Linux expert.
I don't use GNOME/KDE or any display managers. I need to
know the basic commands that will bring up Wayland from the
Linux console.

Re: How to Start Wayland?

<op.2ixsj0cta3w0dxdave@hodgins.homeip.net>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=2207&group=alt.os.linux#2207

  copy link   Newsgroups: alt.os.linux
Path: i2pn2.org!i2pn.org!news.furie.org.uk!pasdenom.info!nyheter.lysator.liu.se!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: dwhodg...@nomail.afraid.org (David W. Hodgins)
Newsgroups: alt.os.linux
Subject: Re: How to Start Wayland?
Date: Sat, 10 Feb 2024 12:37:02 -0500
Organization: A noiseless patient Spider
Lines: 25
Message-ID: <op.2ixsj0cta3w0dxdave@hodgins.homeip.net>
References: <17b28cc37037f803$115163$1276574$802601b3@news.usenetexpress.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes
Content-Transfer-Encoding: 8bit
Injection-Info: dont-email.me; posting-host="85ed5c9107dd597b64bfbad46ace9398";
logging-data="3439356"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18EdRYLuQ/+/5ULXxF8LNwjX1vjGZpxp/c="
User-Agent: Opera Mail/12.16 (Linux)
Cancel-Lock: sha1:haSEDJurFhvmEncdql1N0xx1Zlc=
 by: David W. Hodgins - Sat, 10 Feb 2024 17:37 UTC

On Sat, 10 Feb 2024 11:19:39 -0500, Farley Flud <ff@linux.rocks> wrote:

> I am interested in trying out Wayland.
>
> On Gentoo it is very simple. Just emerge Wayland and associated
> programs (Xwayland, etc.) and then add "wayland" to the global
> USE flags which will re-build all software that has wayland
> capability (e.g. GTK+, Qt).
>
> But then what? How do I start Wayland?
>
> Currently, I boot into the Linux console and then start X Window
> using the "startx" command. This, along with info in .xinitrc
> and .Xresources will bring up X.
>
> How do I do the same for Wayland?

Instead of running "startx startkde" or "startx startgnome", run
for kde plasma run "XDG_SESSION_TYPE=wayland dbus-run-session startplasma-wayland",
for gnome run "XDG_SESSION_TYPE=wayland dbus-run-session gnome-session".

I too prefer to boot to run level 3 (aka multi-user.target under systemd). Not
using a display manager like sddm or gdm means one less thing that can go wrong.

Regards, Dave Hodgins

Re: How to Start Wayland?

<17b29dc1501eb1ea$158586$2997033$802601b3@news.usenetexpress.com>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=2210&group=alt.os.linux#2210

  copy link   Newsgroups: alt.os.linux
From: ff...@linux.rocks (Farley Flud)
Subject: Re: How to Start Wayland?
Newsgroups: alt.os.linux
References: <17b28cc37037f803$115163$1276574$802601b3@news.usenetexpress.com> <op.2ixsj0cta3w0dxdave@hodgins.homeip.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Lines: 20
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!feeder.usenetexpress.com!tr2.iad1.usenetexpress.com!news.usenetexpress.com!not-for-mail
Date: Sat, 10 Feb 2024 21:31:02 +0000
Nntp-Posting-Date: Sat, 10 Feb 2024 21:31:02 +0000
X-Received-Bytes: 1150
X-Complaints-To: abuse@usenetexpress.com
Organization: UsenetExpress - www.usenetexpress.com
Message-Id: <17b29dc1501eb1ea$158586$2997033$802601b3@news.usenetexpress.com>
 by: Farley Flud - Sat, 10 Feb 2024 21:31 UTC

On Sat, 10 Feb 2024 12:37:02 -0500, David W. Hodgins wrote:

>
> Instead of running "startx startkde" or "startx startgnome", run
> for kde plasma run "XDG_SESSION_TYPE=wayland dbus-run-session startplasma-wayland",
> for gnome run "XDG_SESSION_TYPE=wayland dbus-run-session gnome-session".
>

Thanks for you response, but I should have indicated that I don't use
either GNOME or KDE. I currently use only the fvwm3 window manager under
X.

Both GNOME and KDE have their own Wayland compositors. But I want to begin
with the independent Hikari compositor:

https://hikari.acmelabs.space/

Is starting Hikari from the Linux console sufficient to bring up Wayland?

Re: How to Start Wayland?

<l2qa5nFqlbpU1@mid.individual.net>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=2212&group=alt.os.linux#2212

  copy link   Newsgroups: alt.os.linux
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: Mik...@ster.invalid (Mike Easter)
Newsgroups: alt.os.linux
Subject: Re: How to Start Wayland?
Date: Sat, 10 Feb 2024 14:03:34 -0800
Lines: 13
Message-ID: <l2qa5nFqlbpU1@mid.individual.net>
References: <17b28cc37037f803$115163$1276574$802601b3@news.usenetexpress.com>
<op.2ixsj0cta3w0dxdave@hodgins.homeip.net>
<17b29dc1501eb1ea$158586$2997033$802601b3@news.usenetexpress.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
X-Trace: individual.net ZE63Vo1fQpXnfy0tNYihsAzU36BBmS+UEoJj6ffuUotAtp8Jcv
Cancel-Lock: sha1:BGlXKF693D54B8zTcTUFdTGwhL4= sha256:R53WZs2nMsI1/a3w0/J3gk/7E7hgSxlTFuedhWf7OEA=
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101
Thunderbird/68.10.0
In-Reply-To: <17b29dc1501eb1ea$158586$2997033$802601b3@news.usenetexpress.com>
Content-Language: en-US
 by: Mike Easter - Sat, 10 Feb 2024 22:03 UTC

Farley Flud wrote:
> I currently use only the fvwm3 window manager under X.

This long '24 Feb msg would suggest that is a no-go for wayland.

https://www.mail-archive.com/fvwm@fvwm.org/msg03866.html

> So, a "port" of fvwm to Wayland? No. Impossible.

--
Mike Easter

Re: How to Start Wayland?

<l2qcliFr393U1@mid.individual.net>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=2213&group=alt.os.linux#2213

  copy link   Newsgroups: alt.os.linux
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: Mik...@ster.invalid (Mike Easter)
Newsgroups: alt.os.linux
Subject: Re: How to Start Wayland?
Date: Sat, 10 Feb 2024 14:46:10 -0800
Lines: 13
Message-ID: <l2qcliFr393U1@mid.individual.net>
References: <17b28cc37037f803$115163$1276574$802601b3@news.usenetexpress.com>
<op.2ixsj0cta3w0dxdave@hodgins.homeip.net>
<17b29dc1501eb1ea$158586$2997033$802601b3@news.usenetexpress.com>
<l2qa5nFqlbpU1@mid.individual.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
X-Trace: individual.net I+B0zKuWfbUM2QtrZIro7gQy02bRzzzL5PvLcJpcWoG54m2+gD
Cancel-Lock: sha1:h+lJtdck/4O0+miof0nMkE5XzxU= sha256:lMC13U3Yr6MXdZoOj8uDqVQC+LbBq5+mxh0wmdbDvCo=
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101
Thunderbird/68.10.0
In-Reply-To: <l2qa5nFqlbpU1@mid.individual.net>
Content-Language: en-US
 by: Mike Easter - Sat, 10 Feb 2024 22:46 UTC

Mike Easter wrote:
> Farley Flud wrote:
>> I currently use only the fvwm3 window manager under X.
>
> This long '24 Feb msg would suggest that is a no-go for wayland.
>
You could go to sway which is like i3.

https://wiki.archlinux.org/title/sway

--
Mike Easter

Re: How to Start Wayland?

<op.2ix9jryma3w0dxdave@hodgins.homeip.net>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=2214&group=alt.os.linux#2214

  copy link   Newsgroups: alt.os.linux
Path: i2pn2.org!i2pn.org!newsfeed.endofthelinebbs.com!nyheter.lysator.liu.se!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: dwhodg...@nomail.afraid.org (David W. Hodgins)
Newsgroups: alt.os.linux
Subject: Re: How to Start Wayland?
Date: Sat, 10 Feb 2024 18:44:05 -0500
Organization: A noiseless patient Spider
Lines: 25
Message-ID: <op.2ix9jryma3w0dxdave@hodgins.homeip.net>
References: <17b28cc37037f803$115163$1276574$802601b3@news.usenetexpress.com>
<op.2ixsj0cta3w0dxdave@hodgins.homeip.net>
<17b29dc1501eb1ea$158586$2997033$802601b3@news.usenetexpress.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes
Content-Transfer-Encoding: 8bit
Injection-Info: dont-email.me; posting-host="aa7fa52736978395160ae2bc8d95a206";
logging-data="114285"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19v7Ht+G9ZwXqu/gCia7wTqoRdzE8o0nCk="
User-Agent: Opera Mail/12.16 (Linux)
Cancel-Lock: sha1:z1jRq0SnhHH6pUrGdoyEGoWxex0=
 by: David W. Hodgins - Sat, 10 Feb 2024 23:44 UTC

On Sat, 10 Feb 2024 16:31:02 -0500, Farley Flud <ff@linux.rocks> wrote:

> On Sat, 10 Feb 2024 12:37:02 -0500, David W. Hodgins wrote:
>
>>
>> Instead of running "startx startkde" or "startx startgnome", run
>> for kde plasma run "XDG_SESSION_TYPE=wayland dbus-run-session startplasma-wayland",
>> for gnome run "XDG_SESSION_TYPE=wayland dbus-run-session gnome-session".
>>
>
> Thanks for you response, but I should have indicated that I don't use
> either GNOME or KDE. I currently use only the fvwm3 window manager under
> X.
>
> Both GNOME and KDE have their own Wayland compositors. But I want to begin
> with the independent Hikari compositor:
>
> https://hikari.acmelabs.space/
>
> Is starting Hikari from the Linux console sufficient to bring up Wayland?

As far as I know, Gnome and KDE Plasma are the only desktop environments Mageia 9
has that currently support wayland, and sddm/gdm the only desktop managers.

Regards, Dave Hodgins

Re: How to Start Wayland?

<uqfmva$22qga$1@dont-email.me>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=2239&group=alt.os.linux#2239

  copy link   Newsgroups: alt.os.linux
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: NoliMihi...@libero.it (MarioCCCP)
Newsgroups: alt.os.linux
Subject: Re: How to Start Wayland?
Date: Tue, 13 Feb 2024 13:23:06 +0100
Organization: A noiseless patient Spider
Lines: 26
Message-ID: <uqfmva$22qga$1@dont-email.me>
References: <17b28cc37037f803$115163$1276574$802601b3@news.usenetexpress.com>
<op.2ixsj0cta3w0dxdave@hodgins.homeip.net>
<17b29dc1501eb1ea$158586$2997033$802601b3@news.usenetexpress.com>
<op.2ix9jryma3w0dxdave@hodgins.homeip.net>
Reply-To: MarioCCCP@CCCP.MIR
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: base64
Injection-Date: Tue, 13 Feb 2024 12:23:06 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="6213f1669167ca69eeb650bcc88c0981";
logging-data="2189834"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/ldH2Kc26MDZ+1MTJviiLr"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:5FAb3qYgMu7+GAyXOu+eetziwxk=
Content-Language: en-GB, it-IT
In-Reply-To: <op.2ix9jryma3w0dxdave@hodgins.homeip.net>
 by: MarioCCCP - Tue, 13 Feb 2024 12:23 UTC

On 11/02/24 00:44, David W. Hodgins wrote:
> On Sat, 10 Feb 2024 16:31:02 -0500, Farley Flud
> <ff@linux.rocks> wrote:
>
>> On Sat, 10 Feb 2024 12:37:02 -0500, David W. Hodgins wrote:
>>
>>>
>>> Instead of running "startx startkde" or "startx
>>> startgnome", run
>>> for kde plasma run "XDG_SESSION_TYPE=wayland
>>> dbus-run-session startplasma-wayland",
>>> for gnome run "XDG_SESSION_TYPE=wayland dbus-run-session
>>> gnome-session".
>>>
>>
>> Thanks for you response, but I should have indicated that
>> I don't use
>> either GNOME or KDE.  I currently use only the fvwm3
>> window manager under
>> X.
>>
>> Both GNOME and KDE have their own Wayland compositors.
>> But I want to begin
>> with the independent Hikari compositor:
>>
>>  https://hikari.acmelabs.space/
>>
>> Is starting Hikari from the Linux console sufficient to
>> bring up Wayland?
>
> As far as I know, Gnome and KDE Plasma are the only desktop
> environments Mageia 9
> has that currently support wayland, and sddm/gdm the only
> desktop managers.
>
> Regards, Dave Hodgins

I run Debian Bookworm with xfce 4.18.1
what commands should I give to discover whether I am still
using X-server or wayland ?
tnx in advance.

--
1) Resistere, resistere, resistere.
2) Se tutti pagano le tasse, le tasse le pagano tutti
MarioCPPP

Re: How to Start Wayland?

<uqfn3k$22qga$2@dont-email.me>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=2240&group=alt.os.linux#2240

  copy link   Newsgroups: alt.os.linux
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: NoliMihi...@libero.it (MarioCCCP)
Newsgroups: alt.os.linux
Subject: Re: How to Start Wayland?
Date: Tue, 13 Feb 2024 13:25:24 +0100
Organization: A noiseless patient Spider
Lines: 36
Message-ID: <uqfn3k$22qga$2@dont-email.me>
References: <17b28cc37037f803$115163$1276574$802601b3@news.usenetexpress.com>
<op.2ixsj0cta3w0dxdave@hodgins.homeip.net>
<17b29dc1501eb1ea$158586$2997033$802601b3@news.usenetexpress.com>
<op.2ix9jryma3w0dxdave@hodgins.homeip.net> <uqfmva$22qga$1@dont-email.me>
Reply-To: MarioCCCP@CCCP.MIR
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: base64
Injection-Date: Tue, 13 Feb 2024 12:25:25 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="6213f1669167ca69eeb650bcc88c0981";
logging-data="2189834"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+5HATWnFQZOtQfJoy+LebD"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:kcbfElwu0t6YVEpdKnDHCope/4k=
In-Reply-To: <uqfmva$22qga$1@dont-email.me>
Content-Language: en-GB, it-IT
 by: MarioCCCP - Tue, 13 Feb 2024 12:25 UTC

On 13/02/24 13:23, MarioCCCP wrote:
> On 11/02/24 00:44, David W. Hodgins wrote:
>> On Sat, 10 Feb 2024 16:31:02 -0500, Farley Flud
>> <ff@linux.rocks> wrote:
>>
>>> On Sat, 10 Feb 2024 12:37:02 -0500, David W. Hodgins wrote:
>>>
>>>>
>>>> Instead of running "startx startkde" or "startx
>>>> startgnome", run
>>>> for kde plasma run "XDG_SESSION_TYPE=wayland
>>>> dbus-run-session startplasma-wayland",
>>>> for gnome run "XDG_SESSION_TYPE=wayland dbus-run-session
>>>> gnome-session".
>>>>
>>>
>>> Thanks for you response, but I should have indicated that
>>> I don't use
>>> either GNOME or KDE.  I currently use only the fvwm3
>>> window manager under
>>> X.
>>>
>>> Both GNOME and KDE have their own Wayland compositors.
>>> But I want to begin
>>> with the independent Hikari compositor:
>>>
>>>  https://hikari.acmelabs.space/
>>>
>>> Is starting Hikari from the Linux console sufficient to
>>> bring up Wayland?
>>
>> As far as I know, Gnome and KDE Plasma are the only
>> desktop environments Mageia 9
>> has that currently support wayland, and sddm/gdm the only
>> desktop managers.
>>
>> Regards, Dave Hodgins
>
>
> I run Debian Bookworm with xfce 4.18.1
> what commands should I give to discover whether I am still
> using X-server or wayland ?
> tnx in advance.
>
>
mmm, running INXI -G I possibly just got an answer.
Here the output
inxi -G
Graphics:
Device-1: Intel CoffeeLake-S GT2 [UHD Graphics 630]
driver: i915 v: kernel
Display: x11 server: X.Org v: 1.21.1.7 driver: X: loaded:
modesetting
unloaded: fbdev,vesa dri: iris gpu: i915 resolution:
3840x2160~60Hz
API: OpenGL v: 4.6 Mesa 22.3.6 renderer: Mesa Intel UHD
Graphics 630 (CFL GT2)
So it seems (to me) I am still relying on X-server, am I right ?

--
1) Resistere, resistere, resistere.
2) Se tutti pagano le tasse, le tasse le pagano tutti
MarioCPPP

Re: How to Start Wayland?

<op.2i27cyeca3w0dxdave@hodgins.homeip.net>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=2242&group=alt.os.linux#2242

  copy link   Newsgroups: alt.os.linux
Path: i2pn2.org!rocksolid2!news.neodome.net!weretis.net!feeder8.news.weretis.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: dwhodg...@nomail.afraid.org (David W. Hodgins)
Newsgroups: alt.os.linux
Subject: Re: How to Start Wayland?
Date: Tue, 13 Feb 2024 10:44:48 -0500
Organization: A noiseless patient Spider
Lines: 22
Message-ID: <op.2i27cyeca3w0dxdave@hodgins.homeip.net>
References: <17b28cc37037f803$115163$1276574$802601b3@news.usenetexpress.com>
<op.2ixsj0cta3w0dxdave@hodgins.homeip.net>
<17b29dc1501eb1ea$158586$2997033$802601b3@news.usenetexpress.com>
<op.2ix9jryma3w0dxdave@hodgins.homeip.net> <uqfmva$22qga$1@dont-email.me>
<uqfn3k$22qga$2@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes
Content-Transfer-Encoding: 8bit
Injection-Info: dont-email.me; posting-host="47cc319c658b52c6bef3eb430bae8e36";
logging-data="2325826"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/CRf6/NS5VVJbgjGvEK/yZjCqR3dgLEwM="
User-Agent: Opera Mail/12.16 (Linux)
Cancel-Lock: sha1:ZE6KS025ntgjBRk7x0gJ150ahJQ=
 by: David W. Hodgins - Tue, 13 Feb 2024 15:44 UTC

On Tue, 13 Feb 2024 07:25:24 -0500, MarioCCCP <NoliMihiFrangereMentulam@libero.it> wrote:
<snip>
> mmm, running INXI -G I possibly just got an answer.
> Here the output
> inxi -G
> Graphics:
> Device-1: Intel CoffeeLake-S GT2 [UHD Graphics 630]
> driver: i915 v: kernel
> Display: x11 server: X.Org v: 1.21.1.7 driver: X: loaded:
> modesetting
> unloaded: fbdev,vesa dri: iris gpu: i915 resolution:
> 3840x2160~60Hz
> API: OpenGL v: 4.6 Mesa 22.3.6 renderer: Mesa Intel UHD
> Graphics 630 (CFL GT2)
>
> So it seems (to me) I am still relying on X-server, am I right ?

Yes. X11/Xorg will remain available for years (possibly decades), as wayland does
not work on some older hardware, and many desktop environments and applications
have not be changed to support it yet.

Regards, Dave Hodgins

Re: How to Start Wayland?

<urhnej$3dcmp$2@gonzo.revmaps.no-ip.org>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=2328&group=alt.os.linux#2328

  copy link   Newsgroups: alt.os.linux
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!fx12.iad.POSTED!not-for-mail
From: use...@revmaps.no-ip.org (Jasen Betts)
Newsgroups: alt.os.linux
Subject: Re: How to Start Wayland?
Organization: JJ's own news server
Message-ID: <urhnej$3dcmp$2@gonzo.revmaps.no-ip.org>
References: <17b28cc37037f803$115163$1276574$802601b3@news.usenetexpress.com>
<op.2ixsj0cta3w0dxdave@hodgins.homeip.net>
<17b29dc1501eb1ea$158586$2997033$802601b3@news.usenetexpress.com>
<op.2ix9jryma3w0dxdave@hodgins.homeip.net> <uqfmva$22qga$1@dont-email.me>
<uqfn3k$22qga$2@dont-email.me> <op.2i27cyeca3w0dxdave@hodgins.homeip.net>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Mon, 26 Feb 2024 09:59:47 -0000 (UTC)
Injection-Info: gonzo.revmaps.no-ip.org; posting-host="localhost:127.0.0.1";
logging-data="3584729"; mail-complaints-to="usenet@gonzo.revmaps.no-ip.org"
User-Agent: slrn/1.0.3 (Linux)
X-Face: ?)Aw4rXwN5u0~$nqKj`xPz>xHCwgi^q+^?Ri*+R(&uv2=E1Q0Zk(>h!~o2ID@6{uf8s;a
+M[5[U[QT7xFN%^gR"=tuJw%TXXR'Fp~W;(T"1(739R%m0Yyyv*gkGoPA.$b,D.w:z+<'"=-lVT?6
{T?=R^:W5g|E2#EhjKCa+nt":4b}dU7GYB*HBxn&Td$@f%.kl^:7X8rQWd[NTc"P"u6nkisze/Q;8
"9Z{peQF,w)7UjV$c|RO/mQW/NMgWfr5*$-Z%u46"/00mx-,\R'fLPe.)^
Lines: 29
X-Complaints-To: https://www.astraweb.com/aup
NNTP-Posting-Date: Mon, 26 Feb 2024 10:00:40 UTC
Date: Mon, 26 Feb 2024 09:59:47 -0000 (UTC)
X-Received-Bytes: 2353
 by: Jasen Betts - Mon, 26 Feb 2024 09:59 UTC

On 2024-02-13, David W. Hodgins <dwhodgins@nomail.afraid.org> wrote:
> On Tue, 13 Feb 2024 07:25:24 -0500, MarioCCCP <NoliMihiFrangereMentulam@libero.it> wrote:
><snip>
>> mmm, running INXI -G I possibly just got an answer.
>> Here the output
>> inxi -G
>> Graphics:
>> Device-1: Intel CoffeeLake-S GT2 [UHD Graphics 630]
>> driver: i915 v: kernel
>> Display: x11 server: X.Org v: 1.21.1.7 driver: X: loaded:
>> modesetting
>> unloaded: fbdev,vesa dri: iris gpu: i915 resolution:
>> 3840x2160~60Hz
>> API: OpenGL v: 4.6 Mesa 22.3.6 renderer: Mesa Intel UHD
>> Graphics 630 (CFL GT2)
>>
>> So it seems (to me) I am still relying on X-server, am I right ?
>
> Yes. X11/Xorg will remain available for years (possibly decades),

X12 has been announced. But yeah could be years.

> as wayland does not work on some older hardware,

and neither on some new hardware. eg. Nvidia.

--
Jasen.
🇺🇦 Слава Україні

Re: How to Start Wayland?

<wwvbk83mtcs.fsf@LkoBDZeT.terraraq.uk>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=2329&group=alt.os.linux#2329

  copy link   Newsgroups: alt.os.linux
Path: i2pn2.org!i2pn.org!news.nntp4.net!nntp.terraraq.uk!.POSTED.tunnel.sfere.anjou.terraraq.org.uk!not-for-mail
From: inva...@invalid.invalid (Richard Kettlewell)
Newsgroups: alt.os.linux
Subject: Re: How to Start Wayland?
Date: Mon, 26 Feb 2024 10:07:31 +0000
Organization: terraraq NNTP server
Message-ID: <wwvbk83mtcs.fsf@LkoBDZeT.terraraq.uk>
References: <17b28cc37037f803$115163$1276574$802601b3@news.usenetexpress.com>
<op.2ixsj0cta3w0dxdave@hodgins.homeip.net>
<17b29dc1501eb1ea$158586$2997033$802601b3@news.usenetexpress.com>
<op.2ix9jryma3w0dxdave@hodgins.homeip.net>
<uqfmva$22qga$1@dont-email.me> <uqfn3k$22qga$2@dont-email.me>
<op.2i27cyeca3w0dxdave@hodgins.homeip.net>
<urhnej$3dcmp$2@gonzo.revmaps.no-ip.org>
MIME-Version: 1.0
Content-Type: text/plain
Injection-Info: innmantic.terraraq.uk; posting-host="tunnel.sfere.anjou.terraraq.org.uk:172.17.207.6";
logging-data="9676"; mail-complaints-to="usenet@innmantic.terraraq.uk"
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Cancel-Lock: sha1:7Y9cDl2NVgO+qeosBEifKUKerSU=
X-Face: h[Hh-7npe<<b4/eW[]sat,I3O`t8A`(ej.H!F4\8|;ih)`7{@:A~/j1}gTt4e7-n*F?.Rl^
F<\{jehn7.KrO{!7=:(@J~]<.[{>v9!1<qZY,{EJxg6?Er4Y7Ng2\Ft>Z&W?r\c.!4DXH5PWpga"ha
+r0NzP?vnz:e/knOY)PI-
X-Boydie: NO
 by: Richard Kettlewell - Mon, 26 Feb 2024 10:07 UTC

Jasen Betts <usenet@revmaps.no-ip.org> writes:
> X12 has been announced. But yeah could be years.

Where?

--
https://www.greenend.org.uk/rjk/

Re: How to Start Wayland?

<npycnXwl4LNt8UH4nZ2dnZfqn_qdnZ2d@giganews.com>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=2331&group=alt.os.linux#2331

  copy link   Newsgroups: alt.os.linux
Path: i2pn2.org!i2pn.org!newsfeed.endofthelinebbs.com!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!feeder.usenetexpress.com!tr2.iad1.usenetexpress.com!69.80.99.26.MISMATCH!Xl.tags.giganews.com!local-2.nntp.ord.giganews.com!news.giganews.com.POSTED!not-for-mail
NNTP-Posting-Date: Mon, 26 Feb 2024 10:50:24 +0000
Date: Mon, 26 Feb 2024 05:50:24 -0500
MIME-Version: 1.0
User-Agent: Mozilla Thunderbird
From: forget...@_INVALID.net (bad sector)
Subject: Re: How to Start Wayland?
Newsgroups: alt.os.linux
References: <17b28cc37037f803$115163$1276574$802601b3@news.usenetexpress.com> <op.2ixsj0cta3w0dxdave@hodgins.homeip.net> <17b29dc1501eb1ea$158586$2997033$802601b3@news.usenetexpress.com> <op.2ix9jryma3w0dxdave@hodgins.homeip.net> <uqfmva$22qga$1@dont-email.me> <uqfn3k$22qga$2@dont-email.me> <op.2i27cyeca3w0dxdave@hodgins.homeip.net> <urhnej$3dcmp$2@gonzo.revmaps.no-ip.org>
Content-Language: hu
In-Reply-To: <urhnej$3dcmp$2@gonzo.revmaps.no-ip.org>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Message-ID: <npycnXwl4LNt8UH4nZ2dnZfqn_qdnZ2d@giganews.com>
Lines: 41
X-Usenet-Provider: http://www.giganews.com
X-Trace: sv3-bDh53+s+DdWbOLmf66aqpqmcSVwvhDsO2iG0+cQGQKrRqVFKkVSgVlNdvmqqRKxCmsHsmaCHn7U4FpH!bLfnTIvlHkambPfPXuIU153u8betxca6r+k0mrFrpzQZpybLJwTr6bR8oDpNrwmNKGtEGis0yYVK
X-Complaints-To: abuse@giganews.com
X-DMCA-Notifications: http://www.giganews.com/info/dmca.html
X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers
X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly
X-Postfilter: 1.3.40
 by: bad sector - Mon, 26 Feb 2024 10:50 UTC

On 2/26/24 04:59, Jasen Betts wrote:
> On 2024-02-13, David W. Hodgins <dwhodgins@nomail.afraid.org> wrote:
>> On Tue, 13 Feb 2024 07:25:24 -0500, MarioCCCP <NoliMihiFrangereMentulam@libero.it> wrote:
>> <snip>
>>> mmm, running INXI -G I possibly just got an answer.
>>> Here the output
>>> inxi -G
>>> Graphics:
>>> Device-1: Intel CoffeeLake-S GT2 [UHD Graphics 630]
>>> driver: i915 v: kernel
>>> Display: x11 server: X.Org v: 1.21.1.7 driver: X: loaded:
>>> modesetting
>>> unloaded: fbdev,vesa dri: iris gpu: i915 resolution:
>>> 3840x2160~60Hz
>>> API: OpenGL v: 4.6 Mesa 22.3.6 renderer: Mesa Intel UHD
>>> Graphics 630 (CFL GT2)
>>>
>>> So it seems (to me) I am still relying on X-server, am I right ?
>>
>> Yes. X11/Xorg will remain available for years (possibly decades),
>
> X12 has been announced. But yeah could be years.
>
>> as wayland does not work on some older hardware,
>
> and neither on some new hardware. eg. Nvidia.
>

Just been through that with OpenSuse Tumblweed and Slowroll.

I don't know why but neither systemd nor wayland remind me of democracy;
more specifically that it isn't the right or the wrong that counts at
all but the *administrative prerogative* i.e. the want.

Re: How to Start Wayland?

<urn4sf$3gmn8$1@gonzo.revmaps.no-ip.org>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=2341&group=alt.os.linux#2341

  copy link   Newsgroups: alt.os.linux
Path: i2pn2.org!i2pn.org!newsfeed.endofthelinebbs.com!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!fx18.iad.POSTED!not-for-mail
From: use...@revmaps.no-ip.org (Jasen Betts)
Newsgroups: alt.os.linux
Subject: Re: How to Start Wayland?
Organization: JJ's own news server
Message-ID: <urn4sf$3gmn8$1@gonzo.revmaps.no-ip.org>
References: <17b28cc37037f803$115163$1276574$802601b3@news.usenetexpress.com>
<op.2ixsj0cta3w0dxdave@hodgins.homeip.net>
<17b29dc1501eb1ea$158586$2997033$802601b3@news.usenetexpress.com>
<op.2ix9jryma3w0dxdave@hodgins.homeip.net> <uqfmva$22qga$1@dont-email.me>
<uqfn3k$22qga$2@dont-email.me> <op.2i27cyeca3w0dxdave@hodgins.homeip.net>
<urhnej$3dcmp$2@gonzo.revmaps.no-ip.org>
<wwvbk83mtcs.fsf@LkoBDZeT.terraraq.uk>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Wed, 28 Feb 2024 11:19:43 -0000 (UTC)
Injection-Info: gonzo.revmaps.no-ip.org; posting-host="localhost:127.0.0.1";
logging-data="3693288"; mail-complaints-to="usenet@gonzo.revmaps.no-ip.org"
User-Agent: slrn/1.0.3 (Linux)
X-Face: ?)Aw4rXwN5u0~$nqKj`xPz>xHCwgi^q+^?Ri*+R(&uv2=E1Q0Zk(>h!~o2ID@6{uf8s;a
+M[5[U[QT7xFN%^gR"=tuJw%TXXR'Fp~W;(T"1(739R%m0Yyyv*gkGoPA.$b,D.w:z+<'"=-lVT?6
{T?=R^:W5g|E2#EhjKCa+nt":4b}dU7GYB*HBxn&Td$@f%.kl^:7X8rQWd[NTc"P"u6nkisze/Q;8
"9Z{peQF,w)7UjV$c|RO/mQW/NMgWfr5*$-Z%u46"/00mx-,\R'fLPe.)^
Lines: 13
X-Complaints-To: https://www.astraweb.com/aup
NNTP-Posting-Date: Wed, 28 Feb 2024 11:30:42 UTC
Date: Wed, 28 Feb 2024 11:19:43 -0000 (UTC)
X-Received-Bytes: 1805
 by: Jasen Betts - Wed, 28 Feb 2024 11:19 UTC

On 2024-02-26, Richard Kettlewell <invalid@invalid.invalid> wrote:
> Jasen Betts <usenet@revmaps.no-ip.org> writes:
>> X12 has been announced. But yeah could be years.
>
> Where?

https://www.x.org/wiki/Development/X12/

From that page it seems to be at the wishlist stage

--
Jasen.
🇺🇦 Слава Україні

Re: How to Start Wayland?

<wwvh6hs6aji.fsf@LkoBDZeT.terraraq.uk>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=2344&group=alt.os.linux#2344

  copy link   Newsgroups: alt.os.linux
Path: i2pn2.org!i2pn.org!news.hispagatos.org!news.nntp4.net!nntp.terraraq.uk!.POSTED.tunnel.sfere.anjou.terraraq.org.uk!not-for-mail
From: inva...@invalid.invalid (Richard Kettlewell)
Newsgroups: alt.os.linux
Subject: Re: How to Start Wayland?
Date: Wed, 28 Feb 2024 12:25:05 +0000
Organization: terraraq NNTP server
Message-ID: <wwvh6hs6aji.fsf@LkoBDZeT.terraraq.uk>
References: <17b28cc37037f803$115163$1276574$802601b3@news.usenetexpress.com>
<op.2ixsj0cta3w0dxdave@hodgins.homeip.net>
<17b29dc1501eb1ea$158586$2997033$802601b3@news.usenetexpress.com>
<op.2ix9jryma3w0dxdave@hodgins.homeip.net>
<uqfmva$22qga$1@dont-email.me> <uqfn3k$22qga$2@dont-email.me>
<op.2i27cyeca3w0dxdave@hodgins.homeip.net>
<urhnej$3dcmp$2@gonzo.revmaps.no-ip.org>
<wwvbk83mtcs.fsf@LkoBDZeT.terraraq.uk>
<urn4sf$3gmn8$1@gonzo.revmaps.no-ip.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
Injection-Info: innmantic.terraraq.uk; posting-host="tunnel.sfere.anjou.terraraq.org.uk:172.17.207.6";
logging-data="52589"; mail-complaints-to="usenet@innmantic.terraraq.uk"
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Cancel-Lock: sha1:5PDukW07TRlERC+tVycEvC3K92s=
X-Face: h[Hh-7npe<<b4/eW[]sat,I3O`t8A`(ej.H!F4\8|;ih)`7{@:A~/j1}gTt4e7-n*F?.Rl^
F<\{jehn7.KrO{!7=:(@J~]<.[{>v9!1<qZY,{EJxg6?Er4Y7Ng2\Ft>Z&W?r\c.!4DXH5PWpga"ha
+r0NzP?vnz:e/knOY)PI-
X-Boydie: NO
 by: Richard Kettlewell - Wed, 28 Feb 2024 12:25 UTC

Jasen Betts <usenet@revmaps.no-ip.org> writes:
> Richard Kettlewell <invalid@invalid.invalid> wrote:
>> Jasen Betts <usenet@revmaps.no-ip.org> writes:
>>> X12 has been announced. But yeah could be years.
>>
>> Where?
>
> https://www.x.org/wiki/Development/X12/
>
> From that page it seems to be at the wishlist stage

That’s very much not a project announcement. It says:

This is not to say that there's an X12 project. There isn't. But if
one day there is...

--
https://www.greenend.org.uk/rjk/

Re: How to Start Wayland?

<17b806e5fc82b712$22335$1324222$802601b3@news.usenetexpress.com>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=2346&group=alt.os.linux#2346

  copy link   Newsgroups: alt.os.linux
From: nux...@linux.rocks (Nuxxie)
Subject: Re: How to Start Wayland?
Newsgroups: alt.os.linux
References: <17b28cc37037f803$115163$1276574$802601b3@news.usenetexpress.com> <op.2ixsj0cta3w0dxdave@hodgins.homeip.net> <17b29dc1501eb1ea$158586$2997033$802601b3@news.usenetexpress.com> <op.2ix9jryma3w0dxdave@hodgins.homeip.net> <uqfmva$22qga$1@dont-email.me> <uqfn3k$22qga$2@dont-email.me> <op.2i27cyeca3w0dxdave@hodgins.homeip.net> <urhnej$3dcmp$2@gonzo.revmaps.no-ip.org> <wwvbk83mtcs.fsf@LkoBDZeT.terraraq.uk> <urn4sf$3gmn8$1@gonzo.revmaps.no-ip.org> <wwvh6hs6aji.fsf@LkoBDZeT.terraraq.uk>
User-Agent: Pan/0.146 (Hic habitat felicitas; d7a48b4 gitlab.gnome.org/GNOME/pan.git)
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Lines: 16
Path: i2pn2.org!i2pn.org!news.chmurka.net!weretis.net!feeder6.news.weretis.net!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!feeder.usenetexpress.com!tr2.iad1.usenetexpress.com!news.usenetexpress.com!not-for-mail
Date: Wed, 28 Feb 2024 12:34:03 +0000
Nntp-Posting-Date: Wed, 28 Feb 2024 12:34:03 +0000
X-Received-Bytes: 1370
Organization: UsenetExpress - www.usenetexpress.com
X-Complaints-To: abuse@usenetexpress.com
Message-Id: <17b806e5fc82b712$22335$1324222$802601b3@news.usenetexpress.com>
 by: Nuxxie - Wed, 28 Feb 2024 12:34 UTC

On Wed, 28 Feb 2024 12:25:05 +0000, Richard Kettlewell wrote:

>
> That’s very much not a project announcement. It says:
>
> This is not to say that there's an X12 project. There isn't. But if
> one day there is...
>

It required nearly 20 years for Wayland to reach its present, somewhat
pitiful, state. How long will it take X12 to achieve all the lofty goals
stated within the article?

I would guess the 22nd century.

Re: How to Start Wayland?

<urnoqo$3vub7$1@dont-email.me>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=2357&group=alt.os.linux#2357

  copy link   Newsgroups: alt.os.linux
Path: i2pn2.org!i2pn.org!nntp.comgw.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: candycan...@candycanearter07.nomail.afraid (candycanearter07)
Newsgroups: alt.os.linux
Subject: Re: How to Start Wayland?
Date: Wed, 28 Feb 2024 17:00:09 -0000 (UTC)
Organization: the-candyden-of-code
Lines: 20
Message-ID: <urnoqo$3vub7$1@dont-email.me>
References: <17b28cc37037f803$115163$1276574$802601b3@news.usenetexpress.com>
<op.2ixsj0cta3w0dxdave@hodgins.homeip.net>
<17b29dc1501eb1ea$158586$2997033$802601b3@news.usenetexpress.com>
<op.2ix9jryma3w0dxdave@hodgins.homeip.net> <uqfmva$22qga$1@dont-email.me>
<uqfn3k$22qga$2@dont-email.me> <op.2i27cyeca3w0dxdave@hodgins.homeip.net>
<urhnej$3dcmp$2@gonzo.revmaps.no-ip.org>
<wwvbk83mtcs.fsf@LkoBDZeT.terraraq.uk>
<urn4sf$3gmn8$1@gonzo.revmaps.no-ip.org>
<wwvh6hs6aji.fsf@LkoBDZeT.terraraq.uk>
<17b806e5fc82b712$22335$1324222$802601b3@news.usenetexpress.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Wed, 28 Feb 2024 17:00:09 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="bcc2938c91bfdb63ab6b677b3a9adc0f";
logging-data="4192615"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX198n7Qt73ccnjb7kD6P2flYxdPXmU//R9aovz1ggRiPtw=="
User-Agent: slrn/pre1.0.4-9 (Linux)
Cancel-Lock: sha1:U263lf8S9MjFJtWIlGsjU2MPDME=
 by: candycanearter07 - Wed, 28 Feb 2024 17:00 UTC

On 2024-02-28, Nuxxie <nuxxie@linux.rocks> wrote:
> On Wed, 28 Feb 2024 12:25:05 +0000, Richard Kettlewell wrote:
>
>>
>> That’s very much not a project announcement. It says:
>>
>> This is not to say that there's an X12 project. There isn't. But if
>> one day there is...
>>
>
> It required nearly 20 years for Wayland to reach its present, somewhat
> pitiful, state. How long will it take X12 to achieve all the lofty goals
> stated within the article?
>
> I would guess the 22nd century.

Bit harsh, but X12 might take a while to develop. My guess is that X11
backwrds compatibility might be an issue.
--
user <candycane> is generated from /dev/urandom

Re: How to Start Wayland?

<urnv8f$1avi$1@dont-email.me>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=2365&group=alt.os.linux#2365

  copy link   Newsgroups: alt.os.linux
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: new...@immibis.com (immibis)
Newsgroups: alt.os.linux
Subject: Re: How to Start Wayland?
Date: Wed, 28 Feb 2024 19:49:51 +0100
Organization: A noiseless patient Spider
Lines: 19
Message-ID: <urnv8f$1avi$1@dont-email.me>
References: <17b28cc37037f803$115163$1276574$802601b3@news.usenetexpress.com>
<op.2ixsj0cta3w0dxdave@hodgins.homeip.net>
<17b29dc1501eb1ea$158586$2997033$802601b3@news.usenetexpress.com>
<op.2ix9jryma3w0dxdave@hodgins.homeip.net> <uqfmva$22qga$1@dont-email.me>
<uqfn3k$22qga$2@dont-email.me> <op.2i27cyeca3w0dxdave@hodgins.homeip.net>
<urhnej$3dcmp$2@gonzo.revmaps.no-ip.org>
<wwvbk83mtcs.fsf@LkoBDZeT.terraraq.uk>
<urn4sf$3gmn8$1@gonzo.revmaps.no-ip.org>
<wwvh6hs6aji.fsf@LkoBDZeT.terraraq.uk>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Wed, 28 Feb 2024 18:49:51 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="5aba75ac32f41fa1027b7412d6b902d3";
logging-data="44018"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19h8VbOWkablYwRH/ThGDGr"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:IPtXjdjXmsChvKuLvbogQjqqA2Q=
In-Reply-To: <wwvh6hs6aji.fsf@LkoBDZeT.terraraq.uk>
Content-Language: en-US
 by: immibis - Wed, 28 Feb 2024 18:49 UTC

On 28/02/24 13:25, Richard Kettlewell wrote:
> Jasen Betts <usenet@revmaps.no-ip.org> writes:
>> Richard Kettlewell <invalid@invalid.invalid> wrote:
>>> Jasen Betts <usenet@revmaps.no-ip.org> writes:
>>>> X12 has been announced. But yeah could be years.
>>>
>>> Where?
>>
>> https://www.x.org/wiki/Development/X12/
>>
>> From that page it seems to be at the wishlist stage
>
> That’s very much not a project announcement. It says:
>
> This is not to say that there's an X12 project. There isn't. But if
> one day there is...
>
There is an X12 project. It's called Wayland and it sucks in many ways.
Classic second system effect.

Re: How to Start Wayland?

<urp23m$bncr$1@dont-email.me>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=2372&group=alt.os.linux#2372

  copy link   Newsgroups: alt.os.linux
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: nos...@needed.invalid (Paul)
Newsgroups: alt.os.linux
Subject: Re: How to Start Wayland?
Date: Wed, 28 Feb 2024 23:44:38 -0500
Organization: A noiseless patient Spider
Lines: 27
Message-ID: <urp23m$bncr$1@dont-email.me>
References: <17b28cc37037f803$115163$1276574$802601b3@news.usenetexpress.com>
<op.2ixsj0cta3w0dxdave@hodgins.homeip.net>
<17b29dc1501eb1ea$158586$2997033$802601b3@news.usenetexpress.com>
<op.2ix9jryma3w0dxdave@hodgins.homeip.net> <uqfmva$22qga$1@dont-email.me>
<uqfn3k$22qga$2@dont-email.me> <op.2i27cyeca3w0dxdave@hodgins.homeip.net>
<urhnej$3dcmp$2@gonzo.revmaps.no-ip.org>
<wwvbk83mtcs.fsf@LkoBDZeT.terraraq.uk>
<urn4sf$3gmn8$1@gonzo.revmaps.no-ip.org>
<wwvh6hs6aji.fsf@LkoBDZeT.terraraq.uk> <urnv8f$1avi$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
Injection-Date: Thu, 29 Feb 2024 04:44:38 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="1d9d3f22fb8fd85bef526ae9f7fb9819";
logging-data="384411"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+PzhXSdvcCNj6N2esClaI9ZGIDhFRVa0w="
User-Agent: Ratcatcher/2.0.0.25 (Windows/20130802)
Cancel-Lock: sha1:yKy86ARMuxJlctZo0AND8+jkaaE=
Content-Language: en-US
In-Reply-To: <urnv8f$1avi$1@dont-email.me>
 by: Paul - Thu, 29 Feb 2024 04:44 UTC

On 2/28/2024 1:49 PM, immibis wrote:
> On 28/02/24 13:25, Richard Kettlewell wrote:
>> Jasen Betts <usenet@revmaps.no-ip.org> writes:
>>> Richard Kettlewell <invalid@invalid.invalid> wrote:
>>>> Jasen Betts <usenet@revmaps.no-ip.org> writes:
>>>>> X12 has been announced.  But yeah could be years.
>>>>
>>>> Where?
>>>
>>> https://www.x.org/wiki/Development/X12/
>>>
>>>  From that page it seems to be at the wishlist stage
>>
>> That’s very much not a project announcement. It says:
>>
>>    This is not to say that there's an X12 project. There isn't. But if
>>    one day there is...
>>
> There is an X12 project. It's called Wayland and it sucks in many ways. Classic second system effect.

At least you can get a diagram here.

https://upload.wikimedia.org/wikipedia/commons/2/2d/The_Linux_Graphics_Stack_and_glamor.svg

( https://www.wikiwand.com/en/Wayland_%28display_server_protocol%29 )

Paul

Re: How to Start Wayland?

<urpp3u$g53t$1@dont-email.me>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=2378&group=alt.os.linux#2378

  copy link   Newsgroups: alt.os.linux
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: new...@immibis.com (immibis)
Newsgroups: alt.os.linux
Subject: Re: How to Start Wayland?
Date: Thu, 29 Feb 2024 12:17:18 +0100
Organization: A noiseless patient Spider
Lines: 34
Message-ID: <urpp3u$g53t$1@dont-email.me>
References: <17b28cc37037f803$115163$1276574$802601b3@news.usenetexpress.com>
<op.2ixsj0cta3w0dxdave@hodgins.homeip.net>
<17b29dc1501eb1ea$158586$2997033$802601b3@news.usenetexpress.com>
<op.2ix9jryma3w0dxdave@hodgins.homeip.net> <uqfmva$22qga$1@dont-email.me>
<uqfn3k$22qga$2@dont-email.me> <op.2i27cyeca3w0dxdave@hodgins.homeip.net>
<urhnej$3dcmp$2@gonzo.revmaps.no-ip.org>
<wwvbk83mtcs.fsf@LkoBDZeT.terraraq.uk>
<urn4sf$3gmn8$1@gonzo.revmaps.no-ip.org>
<wwvh6hs6aji.fsf@LkoBDZeT.terraraq.uk> <urnv8f$1avi$1@dont-email.me>
<urp23m$bncr$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Thu, 29 Feb 2024 11:17:18 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="436e59215ee62f40efeb00358fd6eb0b";
logging-data="529533"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19KrXURTvuTmQfFINjVCa9E"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:qDZwlxqR+fR4wfACzVMgkT58RRw=
Content-Language: en-US
In-Reply-To: <urp23m$bncr$1@dont-email.me>
 by: immibis - Thu, 29 Feb 2024 11:17 UTC

On 29/02/24 05:44, Paul wrote:
> On 2/28/2024 1:49 PM, immibis wrote:
>> On 28/02/24 13:25, Richard Kettlewell wrote:
>>> Jasen Betts <usenet@revmaps.no-ip.org> writes:
>>>> Richard Kettlewell <invalid@invalid.invalid> wrote:
>>>>> Jasen Betts <usenet@revmaps.no-ip.org> writes:
>>>>>> X12 has been announced.  But yeah could be years.
>>>>>
>>>>> Where?
>>>>
>>>> https://www.x.org/wiki/Development/X12/
>>>>
>>>>  From that page it seems to be at the wishlist stage
>>>
>>> That’s very much not a project announcement. It says:
>>>
>>>    This is not to say that there's an X12 project. There isn't. But if
>>>    one day there is...
>>>
>> There is an X12 project. It's called Wayland and it sucks in many ways. Classic second system effect.
>
> At least you can get a diagram here.
>
> https://upload.wikimedia.org/wikipedia/commons/2/2d/The_Linux_Graphics_Stack_and_glamor.svg
>
> ( https://www.wikiwand.com/en/Wayland_%28display_server_protocol%29 )
>
> Paul

Seems pretty inaccurate. Most 3D game engines are either X or Wayland
clients. Most X clients use direct rendering most of the time, just like
Wayland clients. Aren't proprietary blobs part of DRM? Mesa 3D should be
stacked below Wayland servers and 3D game engines, since they depend
heavily on it.

1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor