Re: [gentoo-user] New install - Wayland and graphical login

2021-06-21 Thread Michael
On Monday, 21 June 2021 17:27:31 BST Wols Lists wrote:
> What happens when you get to the end of the handbook?
> 
> I want to get a working Wayland setup with a (multi-user) graphical
> login. When I set my old system up ($DEITY knows how long ago) I seem to
> remember a page on setting up X, and all sorts of stuff.
> 
> Now, you seem to get dumped at working tty1 prompt, and then the
> *helpful* documentation JUST STOPS. It doesn't even point you at
> anything! (Yes it points you at the portage page about how to maintain
> your system, but that isn't much use if you can't DO anything with the
> system...)
> 
> I've found the page on Wayland, but it just says "set this use flag and
> install two packages".
> 
> Where's the documentation that tells me what I need, and how to set it
> up, please ...
> 
> Cheers,
> Wol

Have you tried using a Display Manager?  Some of my systems won't work with 
Wayland, but I haven't spent time to find out why all I get with them is a 
black screen.

Anyway, from a VT you'd run something like:

XDG_SESSION_TYPE=wayland dbus-run-session startplasma-wayland

or 

XDG_SESSION_TYPE=wayland dbus-run-session gnome-session


signature.asc
Description: This is a digitally signed message part.


[gentoo-user] New install - Wayland and graphical login

2021-06-21 Thread Wols Lists
What happens when you get to the end of the handbook?

I want to get a working Wayland setup with a (multi-user) graphical
login. When I set my old system up ($DEITY knows how long ago) I seem to
remember a page on setting up X, and all sorts of stuff.

Now, you seem to get dumped at working tty1 prompt, and then the
*helpful* documentation JUST STOPS. It doesn't even point you at
anything! (Yes it points you at the portage page about how to maintain
your system, but that isn't much use if you can't DO anything with the
system...)

I've found the page on Wayland, but it just says "set this use flag and
install two packages".

Where's the documentation that tells me what I need, and how to set it
up, please ...

Cheers,
Wol



Re: [SOLVED] [gentoo-user] New install - root is mounted read-only

2021-06-21 Thread Wols Lists
On 18/06/21 10:31, Adam Carter wrote:
> On Fri, Jun 18, 2021 at 7:15 PM Wols Lists  > wrote:
> 
> I've started tackling my new build again, and when it boots root is
> read-only. Hopefully I've just missed something stupid, but how to I get
> it to transition read-write?
> 
> 
> Weird - here's my fstab and dmesg entries if you want to compare;
> # 
> /dev/nvme0n1p1 /boot vfat noauto 1 2
> /dev/nvme0n1p2 / ext4 noatime 0 1
> 
I hadn't updated fstab - there weren't any entries in it.

As soon as I added the root file system, it remounted fine and it all
works. Now to get Wayland working ... :-) (and write a custom systemd to
start dm-integrity and make my home partition appear ...)

Cheers,
Wol