SolDoesTech / HyprV2

An improved hyprland deployment - collection of dot config files for hyprland with a simple install script for a fresh Arch linux with yay
356 stars 87 forks source link

Login is successful, but I drop back to the login screen #14

Closed BSDGuyShawn closed 1 year ago

BSDGuyShawn commented 1 year ago

As mentioned in https://github.com/SolDoesTech/HyprV2/issues/13 I had an issue compiling waybar. I swapped out for waybar-hyprland-git as recommended and the rest of the install was uneventful.

When logging in the login completes successfully but I drop back to the login screen.

I am installing on a MacBook Pro - the first generation with the Retina display.

Any help is appreciated. Just let me know what you need from my end. I am new to Arch but am familiar with other Linux distros.

MarceloNogueiraGit commented 1 year ago

Hi, I'll try to be understandable with my comment, I'm did a installation of hyprv2 following the YouTube video, and I get stuck on login manager, I put the password and goes back to the login manager, my config it's a full amd computer, r5 5600x, rx 6600xt, 32gb ram ddr4 3200mhz, 1Tb lenovo sata 2.5 ssd, corsair ps cx650w, anyone knows how to fix that, or if my computer is not compatible?

SolDoesTech commented 1 year ago

Hello, please switch TTY with CTRL+ALT+F3 or F4 and login from a console then type Hyprland with a capital H. see if that launches Hyprland for you.

BSDGuyShawn commented 1 year ago

Hello, please switch TTY with CTRL+ALT+F3 or F4 and login from a console then type Hyprland with a capital H. see if that launches Hyprland for you.

It does launch Hyprland but it is not really usable. display is funky. The shortcut keys do work and I have installed and used MS Edge as a browser and could use that, although screen placement is not correct and I can't move anything with my mouse.

SolDoesTech commented 1 year ago

Are you using a VM?

BSDGuyShawn commented 1 year ago

Are you using a VM?

No sir. I am installing on bare metal. It is a MacBook Pro laptop. No dual boot or bootcamp or anything just a straight install like would be done on any other machine.

SolDoesTech commented 1 year ago

I noticed that in your original comment but had to confirm since this behavior is similar to what I see on a VM. If you do an ls -la in your home directory do you have a .start-hypr-nvidia or a .start- hypr-amd ? if its the -amd can you try executing it.

BSDGuyShawn commented 1 year ago

I am working at the moment but will take a look once I am off for the day.

MarceloNogueiraGit commented 1 year ago

Hello, please switch TTY with CTRL+ALT+F3 or F4 and login from a console then type Hyprland with a capital H. see if that launches Hyprland for you.

That way doesn't work for me, console says that Hyprland not found

SolDoesTech commented 1 year ago

hmm yeah something went wrong for sure in the install, which explains why there are so many issues. please execute "sudo pacman -S hyprland" and see if that installs it

just632 commented 1 year ago

Same issue on my Laptop Logging in from the Wayland login screen crashes and returns me back to the login screen And Wayland command from tty is not recognized by bash Any suggestions?

SolDoesTech commented 1 year ago

Any chance I can get you guys to try out V3 instead of V2 and see if that works any better? https://github.com/SolDoesTech/HyprV3

BSDGuyShawn commented 1 year ago

Any chance I can get you guys to try out V3 instead of V2 and see if that works any better? https://github.com/SolDoesTech/HyprV3

I tried V3 over lunch. It dumps me to a black screen, and I can't get to any of the virtual terminals. I did see a message that my card isn't supported and will be ignored so I rebooted to the install media, mounted / and /boot under /mnt and used arch-chroot to remove all nvidia drivers and installed the nouveau driver as outlined here: https://wiki.archlinux.org/title/nouveau

I now get a desktop session, can switch between V1, V2 and V3.

I am sure my issues are a result of being on an older MacBook Pro - The first model with the Retina Display.

SolDoesTech commented 1 year ago

ok well glad you got it working and thanks for the feedback about the drivers. I may need to add that as an option during the install..

BSDGuyShawn commented 1 year ago

My issue was addressed so I am going to close this out.