You are not logged in.
Pages: 1
Hi.
I'm trying to start another plasma session in tty3. After running startx, loading screen shows up and after some time black screen with cross cursor. If i try pressing shutdown button in start menu, screen with shutdown options will show up on the tty3 instead of current session.
I followed the guides:
https://wiki.archlinux.org/title/Xinit
https://wiki.archlinux.org/title/KDE
- I copied /etc/X11/xinit/xinitrc to ~/.xinitrc
- Replaced last part of executions
twm &
xclock -geometry 50x50-1+1 &
xterm -geometry 80x50+494+51 &
xterm -geometry 80x20+494-0 &
exec xterm -geometry 80x66+0+0 -name loginwith:
DESKTOP_SESSION=plasma
/usr/lib/plasma-dbus-run-session-if-needed startplasma-x11- Edited /etc/X11/Xwrapper.conf with
allowed_users=anybody
needs_root_rights=noLast edited by UndefFox (2024-01-02 15:01:06)
Offline
I'm trying to start another plasma session in tty3.
Stressed the relevant part.
pressing shutdown button in start menu, screen with shutdown options will show up on the tty3
I assume you're trying to run the session for the same user that holds the first one?
Try to unconditionally "dbus-launch startplasma-x11", otherwise both sessions will share the same session bus, ie. you're trying to run the same session on different TTYs (hence the shutdown dialog goes to the wrong display)
Offline
Yes, it works now. But here another problem (idk if i need to start another thread). Initially i tried to start xrdp and to check if it could start session i used startx, and now session is working, but when i try to connect it's still not showing desktop. I can run programs and widnwos are visible, but not desktop.
Packages that i use:
xrdp-git
xorg-xrdp-nvidia
I've already did:
- sat Xorg and xrdp/xorg.conf to /usr/lib/Xorg and xrdp/xorg_nvidia.conf
- In latest version waitforx is not working and i used method suggested here https://github.com/neutrinolabs/xrdp/is … 1710163813
Any idea on why desktop is not visible while programs are?
Offline
i need to start another thread
Post the xorg log of the second session and check "glxinfo -B"; I'd not be surprised if this now runs on software GL and xorg-xrdp-nvidia might be a problem.
Does eg. a parallel openbox session show up as expected?
Offline
idk if i need to start another thread
Please do. Mark this one as solved as well.
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
I created new topic: https://bbs.archlinux.org/viewtopic.php?id=291580
Offline
Pages: 1