Hi there. I’ve recently installed ArchLabs on my Laptop (for testing) and found it quite nice. That way, I also wanted to get it running on my desktop. I tried using the same flash drive as I did for the laptop - ArchLabs boots and the Desktop appears. However, the hello/welcome script is not visible and the desktop is not functionable. Cursor etc. moves. The actual welcome window appears to be there (mouse cursor changes to the type-thingy and also the drag thing when i move across certain parts), but its invisible and the desktop is not working.
I wondered if I could just install it via CLI, al-installer works just fine there I feel but yet I doubt that that would fix my issue.
I’ve seen another dead-thread about this here that’s why I’m creating a new one, hope that’s okay.
May these informations help along, if anything further needed, ask me:
PC Specs:
i7-3770
RX560
Custom HP Mainboard (from an HP Compaq 8300 CMT)
28GB of DDR3-RAM (yes thats a weird one).
ArchLabs ISO ver: 2018.05
If anything further is needed I’ll be there and there might be a chance to get this resolved, seen from the other thread I’m not the only one to get this.
Your laptop has a video card¿?
In my case, i have laptop with nvidia video card and in some distros it crashed because drivers for my video card isnt install.
Well at first I wouldnt expect that to be the issue because the desktop actually appears, but if it’s that, what would you say to get around? My CPU actually has an integrated one as well but I cannot use it - nor do I want to.
@kyu, ^ that is the testing iso. My suggestion, if you want to go ahead with the one in your USB, is to run an update via terminal (sudo pacman -Syu) before running the installer.
Welcome to the forum, btw.
Please try the latest iso linked by @altman above, if you are still experiencing issues, I can (hopefully) get it resolved.
I’m not sure whether the HP board could be the issue, or what else could be causing this, possibly an Xorg config file in /etc/X11/xorg.conf.d/.
If you know how to install Arch then most of the setup is fairly straight forward, the main difference being instead of running pacstrap we just unpack the squash file system with rsync
# MOUNTPOINT is the root mountpoint of the partition, usually /mnt
rsync -a --info=progress2 /run/archiso/sfs/airootfs/ /MOUNTPOINT/
I can possibly create a walkthrough of how to do a manual install if there is some demand for it.
I’ve had issues with both .05 & .06 being able to reboot after installing apps through al-hello. Yet @natemaia and some others are working just fine. I am wondering because we can’t set partitions to journal may be the issue, especially when you have an Intel motherboard, which is similar to the Hp motherboard. I can’t get back to the desktop because it hangs after grub choice. Could also be an Xorg issue of not getting to the xstart command? I am gonna try installing .07 on a spare partition and see if I can pinpoint the issue, that’s if there’s any issues, and use @natemaia debug script to see if that finds the failure.
Short update; With the new test iso everything seems to work (regarding the liveiso, install worked, all boots etc.). By now I’m just fighting with some weird screen and workspace displacements in my dual monitor setup. All kinda strange - is there something known to it?
It really depends on what gpu manufacturer you have.
My personal experience is only with nvidia and intel integrated graphics, both of which the way I set things up is by creating an xorg config. In my case I use a system wide config /etc/X11/xorg.conf but you can also do so individually by creating the directory /etc/X11/xorg.conf.d/… configs here should be named as follows
20-nvidia.conf
20-amdgpu.conf
20-intel.conf
You really want to read the wiki as all I’m doing is stating the same thing