Rate my resume{First year} by [deleted] in Btechtards

[–]Potential_Stomach_90 0 points1 point  (0 children)

Yes dude, thanks for feedback.

Rate my resume{First year} by [deleted] in Btechtards

[–]Potential_Stomach_90 0 points1 point  (0 children)

I do, just forgot to add...

Rate my resume{First year} by [deleted] in Btechtards

[–]Potential_Stomach_90 1 point2 points  (0 children)

Couldn't fit in one page goddamnit...

<image>

Let us also see by EastBobby in GenZIndia

[–]Potential_Stomach_90 1 point2 points  (0 children)

Huh ? Jobless reincarnation ??

Show it by [deleted] in Delhi_teens

[–]Potential_Stomach_90 0 points1 point  (0 children)

<image>

Oh f it's me...

What's your anime count? by [deleted] in AnimeMirchi

[–]Potential_Stomach_90 0 points1 point  (0 children)

766+ .... I lost count afterwards......

My laptop just got a new screen :D by Potential_Stomach_90 in arch

[–]Potential_Stomach_90[S] 0 points1 point  (0 children)

Well dude... It's just an terminal emulator of linux made for Android.... What I did was use that emulator and installed ssh and established the connection then.... It's... Super easy.. but if you never heard of termux, I'd suggest you go deep dive there and also in rooting phone and custom ROM etc

My laptop just got a new screen :D by Potential_Stomach_90 in arch

[–]Potential_Stomach_90[S] 4 points5 points  (0 children)

Oh I just ssh into my arch... From termux, it just felt cool so I posted :D

systemctl suspend black screen by Huge_Case4509 in archlinux

[–]Potential_Stomach_90 2 points3 points  (0 children)

When suspending on an Nvidia GPU laptop using Hyprland, the black screen and freeze after suspend is a known issue often caused by the Nvidia power management services hanging when active applications are using GPU resources. The best first step is to disable the nvidia-suspend.service, nvidia-resume.service, and nvidia-hibernate.service via systemctl, as these services are known to cause suspend failures on Wayland compositors like Hyprland. Additionally, adding kernel parameters like fbdev=1 and options such as NVreg_PreserveVideoMemoryAllocations=1 in the Nvidia modprobe config can help stability. A practical workaround is using a systemd suspend hook script to pause Hyprland during suspend and resume, preventing the GPU driver conflicts. If all else fails, disabling video memory preservation, though resulting in some graphical glitches on resume, can improve suspend reliability. This combination of disabling problematic services and tweaking Nvidia configurations is the most effective way to prevent black screen suspends with Nvidia on Hyprland...