You are not logged in.

#1 2024-02-17 14:49:02

brownpaperbag
Member
Registered: 2024-02-07
Posts: 11

[SOLVED] KDE startup screen doesnt appear on external monitor

Hi everyone!

So Im using X11 with KDE and have nvidia card.
I tried Wayland but it seems to have like a lot of bugs.

So everything was fine when I installed KDE with kde-applications-meta package.
Then I realized that had to reainstall Arch and this time I chose kde-applications group.
And this time I got some weird bugs.

First thing that login screen only appears on my built in laptop monitor.
Also I cant swith language with my external keyboard so I do it with a mouse.
And another thing my bluetooth mouse doesnt work until I replug it.
Or and yet another bug, when I go to sleep mode and try to wake up my system and just show me black screen with cursor, so system seem to be working but I cant do anything and have to reboot it.

So again everything was fine with kde-applications-meta but I just dont need all apps from it.
Maybe something have been updated, I dont know.

I appreciate your help and thanks in advance, you are all wonderful smile

Last edited by brownpaperbag (2024-02-20 10:04:27)

Offline

#2 2024-02-17 19:02:12

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,273

Re: [SOLVED] KDE startup screen doesnt appear on external monitor

Aside from the splash screen none of your issues sound kde specific and kde-applications-meta package is just the group as a package, it doesn't inherently install anything differently.

Please refrain from shopping list threads, open a new one for each distinct issue.

I'll tackle the login screen first, I'm assuming this is a simpledrm snafu, so setup nvidia-drm.modeset=1  with the kernel parameter and early load modules to be extra sure: https://wiki.archlinux.org/title/NVIDIA … de_setting

If that didn't help post your xorg log and

sudo journalctl -b

https://wiki.archlinux.org/title/List_o … n_services

Offline

#3 2024-02-19 18:33:43

brownpaperbag
Member
Registered: 2024-02-07
Posts: 11

Re: [SOLVED] KDE startup screen doesnt appear on external monitor

Thanks for your answer!

So, I did as you said and it didnt do anything, but then i installed optimus-manager (yeah i have two video cards, i forgot to say) and chose to start with nvidia card everytime and it solives issue with loging screen.
So I guess sdmm used integrated graphic card.

Oh, and by the way optimus-manager solved my problem with low FPS cause I think my integrated card was used somehow even when external monitor was working cause I know for sure my intel card doesnt work with external monitor.

After reading wiki I solved most of my issues which I described above.

So right now I only have one annoying bug. After wake up from sleep I only see black screen on external monitor.
System is working and is working too hard cause fans become noisy. But I cant do anything, no keys combinations, nothing when I unplug external monitor, only pressing shutdown key helps.
Ive read about bug when sddm starts faster than NVIDIA drivers and added NVIDIA modules via mkinitcpio but it had no effect.

Offline

#4 2024-02-19 19:26:36

brownpaperbag
Member
Registered: 2024-02-07
Posts: 11

Re: [SOLVED] KDE startup screen doesnt appear on external monitor

After googling for several hours I came to conclusion that the best option is to downgrade nvidia drivers to 535.
But Im new to Arch so I dont understand how to do it without breaking everything.

Offline

#5 2024-02-19 22:36:23

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

Re: [SOLVED] KDE startup screen doesnt appear on external monitor

Oh, and by the way optimus-manager solved my problem with low FPS cause I think my integrated card was used somehow even when external monitor was working cause I know for sure my intel card doesnt work with external monitor.

https://wiki.archlinux.org/title/PRIME
Please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General


After wake up from sleep I only see black screen on external monitor.

https://wiki.archlinux.org/title/NVIDIA … er_suspend
https://download.nvidia.com/XFree86/Lin … ement.html

Offline

#6 2024-02-20 05:33:42

brownpaperbag
Member
Registered: 2024-02-07
Posts: 11

Re: [SOLVED] KDE startup screen doesnt appear on external monitor

Here is Xorg log with system goes to sleep mode and tries to wake up

https://pastebin.com/7HK88i8r

Tried this https://wiki.archlinux.org/title/NVIDIA … er_suspend
and it helped!

Thank you!

Offline

#7 2024-02-20 07:58:02

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

Re: [SOLVED] KDE startup screen doesnt appear on external monitor

[ 16460.238] (==) ServerLayout "layout"
[ 16460.238] (**) |-->Screen "nvidia" (0)
[ 16460.238] (**) |   |-->Monitor "<default monitor>"
[ 16460.238] (**) |   |-->Device "nvidia"
[ 16460.238] (**) |   |-->GPUDevice "integrated"
[ 16460.238] (==) No monitor specified for screen "nvidia".
	Using a default monitor configuration.
[ 16460.238] (**) |-->Inactive Device "integrated"

this looks like some optimus-manager config?
You're deliberately running on the nvidia GPU?

If no, get rid of that config

grep -r integrated /{etc,usr/share}/X11/xorg.conf*

And please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.

Offline

#8 2024-02-20 10:03:44

brownpaperbag
Member
Registered: 2024-02-07
Posts: 11

Re: [SOLVED] KDE startup screen doesnt appear on external monitor

Yes, Im using nvidia deliberately because only nvidia card have access to HDMI.

Also if anyone has issue like this Login KDE show overlapping login screens with multiple monitors
and you are using optimus-manager the solution to this problem

for next in $(xrandr --listmonitors | grep -E " *[0-9]+:.*" | cut -d" " -f6); do
  [ -z "$current" ] && current=$next && continue
  xrandr --output $current --auto --output $next --auto --right-of $current
  current=$next
done

you need to put here /etc/optimus-manager/xsetup-integrated.sh or here /etc/optimus-manager/xsetup-nvidia.sh o here /etc/optimus-manager/xsetup-hybrid.sh

Offline

#9 2024-02-20 12:34:44

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

Re: [SOLVED] KDE startup screen doesnt appear on external monitor

Using an output attached to the nvidia GPU requires it to be active, but not to run the server on it.
wrt your xrandr workaround there, please see https://wiki.archlinux.org/title/Multih … _xorg.conf

Offline

Board footer

Powered by FluxBB