So basically install nvidia driver and prime-run package, that’s it?

|
Oski146 2022-09-10 20:36:10
https://pastebin.com/V5uvsC29
jonathn 2022-09-10 20:38:01
Oski146 2022-09-10 20:36:10
https://pastebin.com/V5uvsC29

I don’t see baloo there, but there are other things like flatpak and bwrap. You should also check the end of the journal for the previous boot (journalctl -b-1) to see whether the hung service is mentioned.

Oski146 2022-09-10 20:38:45
i will chek journal and post it.
jonathn 2022-09-10 20:39:11
Oski146 2022-09-10 20:38:45
i will chek journal and post it.

Please don’t just post the full thing and expect me to read it – look at it yourself first

Angelo314 2022-09-10 20:39:11
archlinuxgroup-613863.jpg
shouldn’t here be only DNS servers IP? why there is the private IP which is the gateway?
Oski146 2022-09-10 20:39:26
jonathn 2022-09-10 20:39:11
Please don’t just post the full thing and expect me to read it – look at it yourself first

ok i will do

jonathn 2022-09-10 20:39:42
Angelo314 2022-09-10 20:39:11
archlinuxgroup-613863.jpg
shouldn’t here be only DNS servers IP? why there is the private IP which is the gateway?

Likely because the router is setting itself as the DNS resolver via DHCP. Pretty standard thing to happen.

Angelo314 2022-09-10 20:40:43
jonathn 2022-09-10 20:39:42
archlinuxgroup-613863.jpg
Likely because the router is setting itself as the DNS resolver via DHCP. Pretty standard thing to happen.

oh ok, if I want to use google 8.8.8.8 regardless I will just need to replace that line right

jonathn 2022-09-10 20:41:11
Angelo314 2022-09-10 20:40:43
archlinuxgroup-613863.jpg
oh ok, if I want to use google 8.8.8.8 regardless I will just need to replace that line right

Depends how you have configured your network. If you use e.g. Network Manager it’s better to change the setting there.

Angelo314 2022-09-10 20:42:15
jonathn 2022-09-10 20:41:11
archlinuxgroup-613863.jpg
Depends how you have configured your network. If you use e.g. Network Manager it’s better to change the setting there.

ok thx

Oski146 2022-09-10 20:48:15
at theend of the file its saying acpi action undefined
Oski146 2022-09-10 20:58:13
https://pastebin.com/6wxipBT5
Oski146 2022-09-10 21:11:07
i think it has something to do with plasma when i look at the file
Oski146 2022-09-10 22:44:46
When i do a
#sudo -i
# sync && reboot -f
It reboots fast as fuck and without it takes forever. Some people said online it could be avahi
Oski146 2022-09-10 22:46:02
And someone mentioned in the same Forum using sync && reboot -f with xxdiff
But how to and what does this do?
jonathn 2022-09-10 22:59:17
sync forces an fsync so pending writes to disk are flushed; try just that and reboot using the DE’s reboot option and see what happens
Oski146 2022-09-10 23:06:17
Ibtroed and it takes forever
Oski146 2022-09-10 23:06:45
I tried*
I really need help with this setup.
Oski146 2022-09-10 23:07:21
Shutdown the same…
il_muflone 2022-09-10 23:07:36
Nothing in the journal?
Oski146 2022-09-10 23:07:50
Oski146 2022-09-10 20:58:13
archlinuxgroup-613863.jpg
https://pastebin.com/6wxipBT5

I posted the journal here

Oski146 2022-09-10 23:08:09
But dont know what to look for
Oski146 2022-09-10 23:09:32
There are so many errors and warnings in it, it can be everything
il_muflone 2022-09-10 23:10:23
There’s only an unique message before the end which I cannot decipher
Oski146 2022-09-10 23:11:18
Okay but i posted everthing from the output
Oski146 2022-09-10 23:30:50
https://pastebin.com/A1yeKrr0 here the FULL output
il_muflone 2022-09-10 23:31:36
How about searching for that acpi error?
Oski146 2022-09-10 23:32:02
Oski146 2022-09-10 23:30:50
archlinuxgroup-613863.jpg
https://pastebin.com/A1yeKrr0 here the FULL output

on the end of this is timeout for wathdog 10minutes

Oski146 2022-09-10 23:34:09
i searched the whole document my eyes are burning searching for errors since 2 hours
KombaYo 2022-09-10 23:59:24
Hello people
I have a question i can’t find one proper answer for
Hybrid graphics intel hd4600/nvidia gtx850m on ASUS laptop
If i just install nvidia driver it won’t make discrete grafic work in any scenario. Nvidia prime mode or optimus manager don’t work with wayland and it’s not good solution from my knowledge…
What should i do if I’m ok with whole session going through intel and only if I need – to start for example kdenlive through nvidia?
jonathn 2022-09-11 00:05:46
KombaYo 2022-09-10 23:59:24
archlinuxgroup-613863.jpg
Hello people
I have a question i can’t find one proper answer for
Hybrid graphics intel hd4600/nvidia gtx850m on ASUS laptop
If i just install nvidia driver it won’t make discrete grafic work in any scenario. Nvidia prime mode or optimus manager don’t work with wayland and it’s not good solution from my knowledge…
What should i do if I’m ok with whole session going through intel and only if I need – to start for example kdenlive through nvidia?

If you install the NVIDIA driver then it will default to render offload, and you can run applications on the dGPU using e.g. the prime-run wrapper script. Additional tools like optimus-manager are generally not needed apart from specific use-cases.

KombaYo 2022-09-11 00:06:59
jonathn 2022-09-11 00:05:46
archlinuxgroup-613863.jpg
If you install the NVIDIA driver then it will default to render offload, and you can run applications on the dGPU using e.g. the prime-run wrapper script. Additional tools like optimus-manager are generally not needed apart from specific use-cases.

So basically install nvidia driver and prime-run package, that’s it?

jonathn 2022-09-11 00:07:35
Basically, yes. Obviously you need to install the correct driver package for your kernel, and the correct package that contains the wrapper script, but yes.
jonathn 2022-09-11 00:08:41
Worth reading the wiki page as it has more detail.
KombaYo 2022-09-11 00:09:13
jonathn 2022-09-11 00:07:35
archlinuxgroup-613863.jpg
Basically, yes. Obviously you need to install the correct driver package for your kernel, and the correct package that contains the wrapper script, but yes.

What’s the name of correct package that contains the wrapper script? Sorry for stupidness…

|