You are not logged in.
When I start the computer and enter my password on the login screen and press enter, it stays on a black screen until I press the power button and turn off the device. I cannot switch between TTYs.
-Laptop :
Clevo NH55HKQ (Seller Monster)
-kernel :
6.7.6-arch1-1
-Gnome Version :
45.4
Last edited by Hakanbaban53 (2024-05-09 06:25:17)
Offline
until I press the power button and turn off the device
Don't do that, https://wiki.archlinux.org/title/Keyboa … el_(SysRq)
Try to boot the multi-user.target (2nd link below) and post your system journal from there
sudo journalctl -b | curl -F 'file=@-' 0x0.stIf you've an elderly radeon chip, see https://bbs.archlinux.org/viewtopic.php?id=292952 and https://wiki.archlinux.org/title/AMDGPU … K)_support
Offline
Is this an Optimus setup or nvidia card only? Sounds like simpledrm, enable modesetting on the nvidia driver: https://wiki.archlinux.org/title/NVIDIA … de_setting
If that's not it, post a full journal of a faulty boot (I'm assuming you can switch TTYs before logon? Otherwise boot with the systemd.unit=multi-user.target kernel parameter to get sent to a TTY and post the following command with -b-1 instead)
sudo journalctl -bhttps://wiki.archlinux.org/title/List_o … n_services
FFF... at least I think I've found that it shouldn't be the radeon issue ![]()
Last edited by V1del (2024-02-25 21:40:21)
Offline
Is this an Optimus setup or nvidia card only?
I use the Optimus with bumblebee.
I'm assuming you can switch TTYs before logon?
Yes, I can.
I have a RTX 3050 Ti laptop GPU and intel 11800H laptop CPU
Don't do that
Thank you for the info.
Edit: I don't hold the power button. When I click the power button its power off like normally ( I see the stopping the all services.). But nothing works except the power button.
This is the journal output:
The output
Last edited by Hakanbaban53 (2024-02-26 07:59:01)
Offline
Feb 26 09:19:16 Hakan-Arch kernel: [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
Feb 26 09:19:16 Hakan-Arch kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer deviceIs this an Optimus setup or nvidia card only? Sounds like simpledrm, enable modesetting on the nvidia driver: https://wiki.archlinux.org/title/NVIDIA … de_setting
But also update, https://bbs.archlinux.org/viewtopic.php?id=293112
I use the Optimus with bumblebee.
There's no trace ob bumblebee in your journal, you're running on wayland and you don't want to use bumblebee at all anyway.
Offline
There's no trace ob bumblebee in your journal.
Sorry for that. I use tlp and when I start laptop on battery power nvidia driver not loading. heres the new journal output:
The new output
And this "printenv | curl -F 'file=@-' 0x0.st" Output
But also update, https://bbs.archlinux.org/viewtopic.php?id=293112
This is the same problem I'm having.
Edit: I downloaded the nvidia driver from here:
Nvidia
I downloaded the Bumblebee driver from here:
Bumblebee
new Journal output
The new output
new Environments outputs
The new output Env
Last edited by Hakanbaban53 (2024-02-26 09:55:51)
Offline
I downloaded the nvidia driver from here:
No, you followed some random tutorial to install them.
https://wiki.archlinux.org/title/Nvidia
I downloaded the Bumblebee driver from here:
Repeat after me: YOU DO NOT WANT TO USE BUMBLEBEE.
It's a relic from the yonder years of yore, before nvidia had proper PRIME support.
Get rid of that, update your system and report on the status quo.
Also see https://wiki.archlinux.org/title/GDM#Wa … DIA_driver
Offline
Thank you for help!
Now I installing from Arch wiki if get another error I will open a new topic.
Offline