You are not logged in.

#26 2023-07-04 13:15:51

MAYBL8
Member
From: Florida USA
Registered: 2022-01-14
Posts: 386
Website

Re: [SOLVED] I want to have a pure wayland system

Ok guys thanks for sticking in here with me on this.

There is allot to go through so let me first start with addressing Seth's issues.

I did not have nvidia installed .
So I installed it and drm was not set.
Got through that:

[demo@archlinux ~]$ sudo cat /sys/module/nvidia_drm/parameters/modeset
[sudo] password for demo:
Y
[root@archlinux demo]# lsmod | grep nvidia_drm
nvidia_drm             94208  4
nvidia_modeset       1556480  2 nvidia_drm

I noticed that after i installed nvidia and before drm was working everything was taking longer to start.
After drm everything started instantly. By everything I mean applications like alacritty, browser, dolpin, etc.

Also after installing drm and nvidia I tried startplasma-wayland in tty and still hangs but ctrl c gets me back and I can still toggle back and forth from tty1 to tty 3


Ok next post will deal with the strace work.

Online

#27 2023-07-04 13:23:51

MAYBL8
Member
From: Florida USA
Registered: 2022-01-14
Posts: 386
Website

Re: [SOLVED] I want to have a pure wayland system

I create the web page
http://ix.io/4zJn

ly is no longer installed.  I am just using sddm.

Let me know if you want me to install ly again.
Thanks

Online

#28 2023-07-04 13:32:31

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,081

Re: [SOLVED] I want to have a pure wayland system

The session-status from an SDDM login doesn't help, the relevant context is when you're trying to start plasma from the console.

Offline

#29 2023-07-04 13:38:47

MAYBL8
Member
From: Florida USA
Registered: 2022-01-14
Posts: 386
Website

Re: [SOLVED] I want to have a pure wayland system

Sorry didn't understand you wanted it from tty
Here it is
http://ix.io/4zJt

Online

#30 2023-07-04 13:43:39

3beb6e7c46a615a
Member
Registered: 2021-03-27
Posts: 165

Re: [SOLVED] I want to have a pure wayland system

I'm sorry to interject, but I skimmed the thread and started wondering what this TTY exercise is for.  As far as I understood the previous posts, at some point the you could launch a Plasma Wayland session from sddm?

If it's just about getting sddm onto wayland (just guessing from the thread title), that's just a matter of configuration. Sddm supports wayland since the last release.

The wikipage on sddm has the corresponding instructions.

Offline

#31 2023-07-04 13:49:44

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,081

Re: [SOLVED] I want to have a pure wayland system

Why is the tty a pts?

Offline

#32 2023-07-04 13:57:00

MAYBL8
Member
From: Florida USA
Registered: 2022-01-14
Posts: 386
Website

Re: [SOLVED] I want to have a pure wayland system

Maybe I didn't understand.
I was running tty by doing CTRL-ALT-F3  after logging in with sddm.

Do I need to to jump to tty before I use sddm?

Online

#33 2023-07-04 14:03:09

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 30,456
Website

Re: [SOLVED] I want to have a pure wayland system

Your steps are appropriate, but the loginctl output for "TTY:" doesn't make sense.  And whatever's causing that oddity is almost certainly the cause of the other problems (I'd speculate that perhaps startkde is actually running, but under a pty somewhere else ... prehaps nested under the running plasma session launched from sddm).  After you Ctrl-Alt-F3 (and log in to the tty) what is the output of `tty`?

Another good test, too, would be to try `startplasma-wayland` from a tty without sddm running at all (and no other graphical session running at all).  It's possible (due to reliance on dbus) that the "new" plasma session actually connects into the existing one (this would be a bug / design flaw, but it would be a *very* common design flaw of much modern software).

Last edited by Trilby (2023-07-04 14:06:40)


"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman

Offline

#34 2023-07-04 14:19:12

MAYBL8
Member
From: Florida USA
Registered: 2022-01-14
Posts: 386
Website

Re: [SOLVED] I want to have a pure wayland system

OK you guys are too fast for me. 
I'm trying to keep up.

First at the sddm login screen I jumped to tty without logging in and I got this

archlinux login:demo
Password:
Last login Tue Jul 4 09:51:06 on pts/0
[demo@archlinux ~]$ startplasma-wayland
org.kde.startup: "kdeinit5_shutdown" () exited with code 255
startplasma-wayland: Shutting down...
startplasmacompositor: Shutting down...
startplasmacompositor: Done

I then ran the loginctl command and generated this page:
http://ix.io/4zJA

After logging in and CTRL-ALT-F3  I get:

/dev/pts/0

Online

#35 2023-07-04 15:11:25

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,081

Re: [SOLVED] I want to have a pure wayland system

Try to only boot the multi-user.target, 2nd link below.
But I really don't like that your tty's are all pts, please post your complete system journal for the boot:

sudo journalctl -b | curl -F 'f:1=<-' ix.io

Offline

#36 2023-07-04 15:18:41

MAYBL8
Member
From: Florida USA
Registered: 2022-01-14
Posts: 386
Website

Re: [SOLVED] I want to have a pure wayland system

Here is this:
http://ix.io/4zK6

I will next work on the multi user target

Online

#37 2023-07-04 15:26:49

MAYBL8
Member
From: Florida USA
Registered: 2022-01-14
Posts: 386
Website

Re: [SOLVED] I want to have a pure wayland system

I think we have success finally.

I ran the command to set the multiuser target.
Rebooted
Was sitting at a tty screen with a login prompt.

Ran  startplasma-wayland and was int plasma.

Yea

Now what do i do or what command would you like me to run?
Thanks

Online

#38 2023-07-04 15:39:26

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 30,456
Website

Re: [SOLVED] I want to have a pure wayland system

MAYBL8 wrote:

Now what do i do or what command would you like me to run?

If that was successful, what need is there to do anything else?  Is this how you want to run plasma, or what else are you looking for?

It sounds like the previous problems were due to SDDM running.  There's some curiosity making me want to know exactly how SDDM screwed things up in that way, but it's not much of a surprise to me that it did: DMs primary reason for existence is to break things in very odd ways.

Last edited by Trilby (2023-07-04 15:40:42)


"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman

Offline

#39 2023-07-04 15:50:55

MAYBL8
Member
From: Florida USA
Registered: 2022-01-14
Posts: 386
Website

Re: [SOLVED] I want to have a pure wayland system

Trilby wrote:
MAYBL8 wrote:

Now what do i do or what command would you like me to run?

If that was successful, what need is there to do anything else?  Is this how you want to run plasma, or what else are you looking for?

It sounds like the previous problems were due to SDDM running.  There's some curiosity making me want to know exactly how SDDM screwed things up in that way, but it's not much of a surprise to me that it did: DMs primary reason for existence is to break things in very odd ways.

So  my subject was I want to have a pure wayland system.
If after all of this there is nothing else to do then I am fine with that. I will start playing around with other wayland testing.

Since I have this system running I don't mind testing anything you want. I don't know if I am one of the few Arch users doing this so I don't mind being a guinea pig.

With the system starting this way I will run a script to launch  startplasma-wayland.
See about removing SDDM since I'm not using it.

Thanks to all for the help . I will mark this [SOLVED] unless you want me to keep it open.

Online

#40 2023-07-05 03:52:19

Ferdinand
Member
From: Norway
Registered: 2020-01-02
Posts: 338

Re: [SOLVED] I want to have a pure wayland system

Mark it solved, MAYBL8 - you touched on a lot of stuff here, that may be helpful for others too, especially since you're most likely not alone in pursuing a pure Wayland system smile

In your endeavours, I recommend checking out Wayfire too - it's cool, with flaming windows and stuff big_smile

Offline

#41 2023-07-05 04:03:09

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 30,456
Website

Re: [SOLVED] I want to have a pure wayland system

I've had "pure wayland" for over 2 years.  There's not much to it, just don't install X-anything (unless you cound xkbcommon).


"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman

Offline

#42 2023-07-05 05:26:15

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,081

Re: [SOLVED] I want to have a pure wayland system

Out of curiosity, is the tty still a pts when not starting SDDM?

Offline

#43 2023-07-05 11:54:35

MAYBL8
Member
From: Florida USA
Registered: 2022-01-14
Posts: 386
Website

Re: [SOLVED] I want to have a pure wayland system

tty is tty now

http://ix.io/4zOb

Online

#44 2025-12-22 08:34:34

millus
Member
Registered: 2019-07-21
Posts: 244

Re: [SOLVED] I want to have a pure wayland system

MAYBL8 wrote:

I feel so intimidated to ask questions here because I am trying to learn but then get yelled at if I don't do the right thing or know everything.

Haha bro don't worry about this! I know what you mean, when you are new here you may sometimes get the feeling like some fascist inquisitor is on the other end who's insiniuating that you must be a lazy pig wasting everyone's time despite you having been googling and reading stuff for 5 h using up a LOT of time to work around things that just don't work out of the box as you'd expect them to because you forgot to attach internal spaceship log #3.5.AC-7n. But that's just a misconception because of the difference in mindset of a newbie and ppl who have seen it all and do it as daily routine. Don't worry tho and just carry on, people are actually really helpful and you got a bunch of pros here, unlike on many other forums, we all went through the process.

I'd specifically recommend the two imo greatest ppl on these forums who not only know Arch inside out and try to help everyone but are also great at handling fragile newbs as they will always be supa chill even if you make sloppy mistakes ^^: V1del and seth.

Last edited by millus (2025-12-22 09:14:15)

Offline

#45 2025-12-22 09:59:05

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 14,951

Re: [SOLVED] I want to have a pure wayland system

Moderator Note
https://wiki.archlinux.org/title/Genera … bumping%22

Closing this old thread.


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

Offline

Board footer

Powered by FluxBB