#[Solved!!!] need help with arch installation
2230 messages · Page 3 of 3 (latest)
like so?
yeah
So I would type that in the ini
xrandr --output DP-3 --mode 2560x1440 --rate 165
Is xinitrc even ran when using a DM?
Does this look correct?
make it 165 since u said ur screen is 165hz
instead of that 144
Changed it
save and restart
did she install a dm ?
Yeah
@tranquil cedar did it work ?
Yea
well if its still stcuk then boot to the arch iso and mount ur partitions and remove that line from .initrc and it will be fine
Oki
You should try accessing a TTY first
Already tried it did nothing
Hm
So I have to remount my partitions each time I enter the iso
just to remove the line we added
So would I do mount /dev/nvme0n1p2?
mount /dev/nvme0n1p1 /mnt/boot
mount /dev/nvme0n1p2 /mnt
arch-chroot /mnt
nano .xinitrc
Oki
@dense tartan chroot is fine yea ? just making sure
Tf
can u show me lsblk ?
they need to mount the root first
before the boot
ah
So what order do I do?
mount /dev/nvme0n1p2 /mnt
mount /dev/nvme0n1p1 /mnt/boot
There we go
maybe exit from chroot then then type sudo nano .xinitrc
no just type exit then sudo nano .xinitrc
huh ? thats really strange..wait
Hm?
tf is wrong uh..wait
Should I try it in chroot?
yea give it a try
Nope still nothing
Maybe we werent supposed to do it in nano but jus the terminal?
Bc xrandr is the program ye?
it is but it cant be open with gui..u can manage it with terminal
isn't it in their home directory?
Yeah Jodi is helping
Did this get fixed?
Jodi helped and it was thru a lotta gpu troubleshooting tomfoolery
Ah but it's working now after the troubleshooting?
Mhm
So what's the issue right now?
we can fix that
Lmfao
Based off the message history it seemed you switched back to SDDM?
rm -rf / --no-preserve-root
Probably a good idea lol
Sorry, I just went into autopilot during the install lol
Yeh def
I'm now back
Cool
Welp I'm gonna be in vc
So do your games seem to be working?
Nice!
Devil Daggers isnt green anymore lmfao
Wonder what was going on before
Probs somethin todo with the drivers
Maybe
Dead estate is working tooo
Sweet
Based game
Wdym it's not green
That's odd lol
I've been thru hell and back tryna get arch to cooperate and its been worth it
I thought it might've been a Wayland thing last time, so that's why I checked you were running Xorg earlier
Well it was connected jus to Nvidia
And then something else I cant remember the name of'
Yeah who knows, it's working now and that's what matters
Yeah, well I do hear Pop!_OS is good tbh, but it is really satisfying to get an arch installation set up and working how you like it
No kidding
Ok so each time I boot into kde I have to replug in my mouse anyway I can fix that>
?**
Or will I jus have to suffer thru that
@safe wagon
I have no idea, can't see anything on openrazer's site
Maybe you should open an issue on their GitHub page
Alrighty thanks
Oh I figured it out I needa install an application that actually makes use of open razer
So wait after I install anything razer I have to regen the grub shiz ye?
Or no?
@sacred talon could you elaborate on what constitutes regenin grub files?
sudo grub-mkconfig -o /boot/grub/grub.cfg
Would I have to do that each time I use yay -S?
You shouldn't have to since it's a dkms module, it's not built into the kernel or initramfs or anything
Ahh alrighty
No
You only need to regen grub when you make changes to your kernel
so after updating it or removing something from mkinitcpio (your initramfs)
ahh alrighty thanks for the clarification :3
no?
you should very rarely need to regenerate your grub config
as far as ik it should only be only when changing anythin in the kernel
Yeah? When did I say anything else
You need to regenerate the grub config any time you change your kernel or your initramfs
If by change, you mean update, no, you don't
What are you talking about
If you update your kernel or initramfs, your bootloader won't use it until you regenerate the grub config
well..updating kernel doesnt require regenerating grub
It doesn't require it but you will be using the old version then
yeah
maybe arch doesn't keep old kernel versions around
Usually it's name would be prefixed by it's version so you'd need to update grub to get it to see the new file
it only does if you configure it
nope..cause ive had issues with old kernel and after updating it ..it worked perfectly fine without regenerating grub
yea exactly
It has the same file name, it will use it
Then yeah since arch only keeps the latest kernel and initramfs you only need to regen grub if you changed your grub config ig
Welp I have more issues now
I have a sneaking suspicion it had something to do with razer
what have u done to get at this
Nothing I think sddm broke
cant u just use tty ? or u just dont like it at all ?
I was able to login thru the broken sddm
i mean tty to login everytime u reboot..and disable sddm..but if ur uncomfy with that then im not sure
I think maybe starting it thru startx might’ve been what it was doing
Bc each time I boot into kde it shows the screen which I saw when I booted thru startx
so when u type startx u also get the sddm ?
Mhm
ig u should disable sddm then since u already use startx to boot to kde
But I dont wanna use startx I wanna use sddm
well not sure about that, ask jodi she might help u with that and disable tty from appearing once u boot up
No its not tty appearing its legit like automatically
Not autologin but keeping the session or something
My graphics driver seems to have panicked
The theme might be messed up
So that might be what thru my graphics driver ina loop?
Did you do anything before this happened?
Yeah that could definitely do it, I don't have experience with sddm theming but that doesn't sound unlikely
Try switching back to the default theme
I'd personally try uninstalling the theme, idk how but there's probably some ~/.local/share/sddm` directory with themes
If you can get back to the GUI theme selector you can try that but if it caused this idk if you should trust it to clean it up
Meaning?
What?
whats unclear about what she said ?
So she was saying In shouldnt trust the gui to remove the theme that caused this
Just try the GUI and if that doesn't work manually remove it
I mean it seems to have removed it should I try rebooting?
Sure
Thru the systemctl reboot ya?
That works
You can just do sudo reboot, it's the same
in fact its literally the same file
Interesting
At least I can tell I'm starting to familiarize myself with this stuff
shutdown -r now 
I dont trust you on that one lmfao
its restart
fun fact this is also the same as systemctl
uh
Yayy I'm learning
you can also just use the restart option from plasma lol
wow learning how to reboot and shutdown...u kidding right ?
(if you are wondering how this works, look at the systemctl source code. It checks if the executable name is "reboot" or "shutdown" or "init" and does different stuff depending on it, which is stupid but it's cool)
I mean different way to do the same thing lol
Do you know about the false command though
Its probably the most useful one
I dont know bout it enlighten me
it does 1 thing: returns 1 as it's error code
That is all
Its completely useless and is mandated to be included in every Linux (or posix) system which is nice
Its just a word for customizing how your desktop looks
comes from race car driving I think
Maybe ina bit I'd want some help ricing my desktop
yt n google are ur friends cause its a personal preference
Ok network manager is refusing to work
Can you elaborate?
So basically whenever I go into connection in system settings its not showing my connection to my wifi even tho I'm using wifi
@tranquil cedar does ping google.com work
idk blame plasma, it has nothing to do with network manager
You don't have any other network software enabled, right?
Yeah I dont
Can you show the output of systemctl status NetworkManager?
she doesnt use NM as i remember, she uses dhcpcd.
well they just said this
dont think she installed nm cuase last time she was installing arch plasma she installed the dhcpcd and internet was working fine
If she uses wifi she would probably either be using iwd or network manager
If she isn't using network manager that makes sense since the kde tool only sees stuff network manager reports
Last I remember, I'm pretty sure she was using iwd with dhcpcd
Then yeah that's why it doesnt work
Technically you can use iwd as a backend to network manager if you want the GUI to work
I don't remember for sure