You are not logged in.
Recently did a fresh install but I have been having issues with X. I installed plasma kde and its working great through wayland but I can't seem to get the x11 version to start at all.
It might have something to do with the amd and nvidia card both in the workstation. I installed all the open drivers but don't have any of the closed source ones installed right now and no I am not using a display manager like SDDM (its installed but disabled).
When I try to run startplasma-x11 it returns $DISPLAY is not set or cannot connect to the X server.
Offline
if wayland works great, why do you want to get X11 working? Xwayland does not require a working X11 environment.
Next weeks Plasma update to 6.4 further splits the X11 dependencies into separate packages in preparation for droping X11 completely in some later update.
Last edited by BS86 (2025-06-11 09:06:10)
Offline
Have you done what it says in the Starting from console section here?
Ryzen 7 9850X3D | AMD 7800XT | KDE Plasma
Offline
@BS86 if you look closely at the OPs post, you'll realize that this is not a problem w/ "plasma doesn't work on X11"
There's an obvious mistake in the OPs approach what, regardless of their motives, shifts the topic to "learn to read documentations and don't type random stuff into a shell".
Glancing over that by steering the OPs preferences is a disservice and will only result in the OP making worse mistakes on plasma/wayland.
Offline
Hey thanks for the replies although I agree I prefer Wayland and do typically use it I do have some specific software that requires an X11 environment no exceptions.
And yeah I did follow the commands to start it from console this way: https://wiki.archlinux.org/title/KDE
But when I do that method the desktop seems to be fully black with just my cursor showing. It looks like its trying to make windows since I can the frames but that's it.
Offline
software that requires an X11 environment no exceptions
for the most part is expected to run on xwayland (screenrecorder etc. probably aside)
when I do that method the desktop seems to be fully black with just my cursor showing… I can the frames but that's it.
I assume there's a "see" missing?
Please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General
Offline
When you get to the black screen with a mouse if you press ctrl + alt + t
It will be interesting if that actually opens a terminal I’ve seen that happen before when in the state you describe.
If it does open a terminal, try running:
plasmashell --replaceSee if that does anything.
Otherwise can you share the journal logs from a session where this happened please?
Ryzen 7 9850X3D | AMD 7800XT | KDE Plasma
Offline
yes there was a see missing sry I just woke up here is the log:
https://pastebin.com/5WpMsRkA
Offline
Tried to run plasmashell --replace in a terminal (the terminal was partially invisible) but unfortunately that did not seem to do much
Offline
Remove xf86-video-nouveau, your Ada chip isn't supported (actually all xf86-video packages aside maybe xf86-video-amdgpu)
[ 104.554] (II) modeset(0): glamor X acceleration enabled on zink Vulkan 1.4(NVIDIA GeForce RTX 2060 (NVK TU106) (MESA_NVK))Consider using the binary nvidia driver (though 575xx specifically has some serious issues right now) or see https://bbs.archlinux.org/viewtopic.php … 0#p2245680
Export either of those variables or make sure to have vulkan-nouveau installed
Wayland is running on the AMD GPU?
qdbus6 org.kde.KWin /KWin supportInformationOffline
Removed all the xf86-video packages except xf86-video-amdgpu and yes when I run wayland it is running on the AMD GPU (its the main one I use the nvidia one I don't really use that often)
I also disabled zink and yes I have vulkan-nouveau installed but still having same issues with black screen
Offline
What's the output of "qdbus6 org.kde.KWin /KWin supportInformation" in either context?
the terminal was partially invisible
What happens if you disable the compositor? (SHIFT+Alt+F12)
What happens if you run the X11 server on the amd gpu?
https://wiki.archlinux.org/title/PRIME#Configuration
(idk why it's even defaulting to nvidia, probably because the simpledrm inverting the cards - try to add "nvidia_drm.modeset=1" to the https://wiki.archlinux.org/title/Kernel_parameters - you should not have to use an Xorg config to steer the preferences.
Since you've one monitor attached to each GPU: you're looking at both screens in both environments, right?
There's one more thing, https://wiki.archlinux.org/title/KDE#Un … lution_set
Since xf86-video-amdgpu will rename the outputs, that might be an issue (but in that case you'd not see even a mouse cursor on one of the monitors)
Offline
Disabling the compositor (SHIFT+Alt+F12) "worked" but seems buggy I am getting visuals and can make new windows but it seems very laggy
Offline
Here is the output for the command qdbus6 org.kde.KWin /KWin supportInformation on the X session after I killed the compositor
https://pastebin.com/BE9BLs2y
Offline
it seems very laggy
What happens if you run the X11 server on the amd gpu?
https://wiki.archlinux.org/title/PRIME#Configuration
(idk why it's even defaulting to nvidia, probably because the simpledrm inverting the cards - try to add "nvidia_drm.modeset=1" to the https://wiki.archlinux.org/title/Kernel_parameters - you should not have to use an Xorg config to steer the preferences.
The supportInformation make more sense w/ the compositor active, you can in doubt schedule them ("sleep 5; qdbus6 …") and toggle the compositor back on.
Have you btw. considered nvidia or nvidia-open instead of nouveau?
Offline
Ok I will try to grab that but honestly about the nvidia or nvidia-open thing I never really plan on using that gpu when I am just doing things on the system normally thats more for virtualization
Offline
Ok this one should be different:
https://pastebin.com/F9K8ebmj
Offline
I have not fully killed the nvidia gpu yet because I don't have anything setup that needs me to do that but I never really use it/want to for my actual desktop/kde
Offline
OpenGL renderer string: zink Vulkan 1.4(AMD Radeon RX 6700 XT (RADV NAVI22) (MESA_RADV))Please post an updated xorg log, do you still have the original issues?
What happens if you
export MESA_LOADER_DRIVER_OVERRIDE=radeonsiDo you have https://archlinux.org/packages/extra/x8 … an-radeon/ installed?
Offline
I do have vulkan-radeon installed I will try to post an xorg log in a sec
Offline
Here this should be it:
https://pastebin.com/A8zEjSzP
Offline
as for issues with X currently I still can't seem to have the compositor running when I am using x11 kde
Offline
It's gotten worse, you're now using zink on nouveau.
[ 49.401] (II) modeset(0): glamor X acceleration enabled on zink Vulkan 1.4(NVIDIA GeForce RTX 2060 (NVK TU106) (MESA_NVK))Because of the hybrid graphics, do NOT export MESA_LOADER_DRIVER_OVERRIDE but instead try "export NOUVEAU_USE_ZINK=0"
Also make sure to have vulkan-nouveau installed as well
Also you're currently (still) not running on the AMD GPU, https://wiki.archlinux.org/title/PRIME#Configuration - if you struggle to apply that to your system, please ask back.
Offline
I do have vulkan-nouveau installed tried using "export NOUVEAU_USE_ZINK=0" but now I can't seem to properly start the session at all.
I am a bit confused however with the prime solution would it be better to just disable the Nvidia card outright instead of having it do some of the work?
Offline
Because I pretty much never use it on my main system more just for passthroughs and what not
Offline