Hi all,
I decided to do a clean install,
Has the installer has changed??? it seems to be a more linear and step to step question with no menu <3
Then all install goes through well ( btrfs, linux kernel, auto partition, i3-gaps, default GPU drivers )
while it goes there first boot, I am getting a flashing cursor to where it seems it tries to load the display manager.
My assumption is that the GPU doesn’t play well with the drivers and I am getting a black screen and flashing cursor on the top left.
Any suggestions? I sware to god I did solve that before but I couldn’t remember how
1 Like
I kind of love it when I solve my own posts
the solution is taken from GitHub - Hvassaa/arch-dell-xps-7590-with-nvidia: My setup for arch on the dell xps 7590
which is taken from the Arch wiki
Fix GDM hanging on boot ( or any Display manager for that matter )
See GDM - ArchWiki
Add intel_agp i915
modules to the array modules in /etc/mkinitcpio.conf
, so you end up with
MODULES=(intel_agp i915)
plus whatever else you had before or need.
Then regenerate initramfs:
# mkinitcpio -P
reboot and you get the display manager working.
I am not sure I understand the reasons that this works.
If anyone does, please do let me know
altman
January 30, 2022, 1:14pm
#3
Glad that you fixed it yourself @stilia.johny
It might help other members as well .
would you know why that was needed?
altman
January 30, 2022, 3:02pm
#5
No idea @stilia.johny
Wonder if it has to do with the gpu the way it s stated in your link .
I might be wrong but I think it forces the Intel GPU ???
altman
February 10, 2022, 11:14pm
#8
stilia.johny:
(intel_agp i915)
Yep, by adding this in the module section.
If it s working properly that way, I would leave it as it is. But it s only me.
altman
February 12, 2022, 12:01pm
#11
Lol, reminds me years ago on my Linux beginnings !
1 Like
chroot
February 12, 2022, 12:04pm
#12
One of my systems.
$ sudo tune2fs -l /dev/sda3 | grep created
Password:
Filesystem created: Wed Nov 21 20:15:04 2012
1 Like
altman
February 12, 2022, 12:07pm
#13
Oh, impressive @chroot , is that your server install by any chance ! Very good.
chroot
February 12, 2022, 12:09pm
#14
It’s a workstation. One of the earliest machines powered by an Intel i7.
altman
February 12, 2022, 12:10pm
#15
Cool, like these Intel i7s
thats only because I am repeatedly trying to get my provisioning right