Do I need install Intel UHD graphics card?

|
VIhuda 2022-08-07 14:51:50
C.UTF-8
en_US.UTF-8
Arsalan Rezazadeh 2022-08-07 14:53:01
il_muflone 2022-08-07 14:49:24
use

systemd-analyze –critical-chain
to better understand where hangs

graphical.target @7.400s
└─multi-user.target @7.399s
└─tor.service @4.842s +2.178s
└─network.target @4.644s
└─wpa_supplicant.service @8.897s +73ms
└─dbus.service @3.473s +417ms
└─basic.target @3.462s
└─sockets.target @3.461s
└─dbus.socket @3.460s
└─sysinit.target @3.453s
└─systemd-backlight@leds:dell::kbd_backlight.service @9.051s +667ms
└─system-systemdx2dbacklight.slice @3.093s
└─system.slice
└─-.slice

il_muflone 2022-08-07 14:54:10
Arsalan Rezazadeh 2022-08-07 14:53:01
graphical.target @7.400s
└─multi-user.target @7.399s
└─tor.service @4.842s +2.178s
└─network.target @4.644s
└─wpa_supplicant.service @8.897s +73ms
└─dbus.service @3.473s +417ms
└─basic.target @3.462s
└─sockets.target @3.461s
└─dbus.socket @3.460s
└─sysinit.target @3.453s
└─systemd-backlight@leds:dell::kbd_backlight.service @9.051s +667ms
└─system-systemdx2dbacklight.slice @3.093s
└─system.slice
└─-.slice

your tor.service seems slowing down your boot

he19260817 2022-08-07 14:56:17
il_muflone 2022-08-07 14:49:24
use

systemd-analyze –critical-chain
to better understand where hangs

systemd-analyze critical-chain ?

il_muflone 2022-08-07 14:57:13
he19260817 2022-08-07 14:56:17
systemd-analyze critical-chain ?

yep, correct but the OP has got the point

Arsalan Rezazadeh 2022-08-07 14:58:11
il_muflone 2022-08-07 14:54:10
your tor.service seems slowing down your boot

archlinuxgroup-605022.jpg
the problem is this services

il_muflone 2022-08-07 14:58:51
Arsalan Rezazadeh 2022-08-07 14:58:11
the problem is this services

maybe they are delayed for something else

check the chain

C0rn3j 2022-08-07 14:59:45
VIhuda 2022-08-07 14:51:50
C.UTF-8
en_US.UTF-8

Your locale seems fine

ariefr 2022-08-07 15:00:26
VIhuda 2022-08-07 14:19:27
I have uncommented “en_US.UTF-8 UTF-8”

sudo locale-gen
reboot

VIhuda 2022-08-07 15:14:21
ariefr 2022-08-07 15:00:26
sudo locale-gen
reboot

yeah still no luck 😔

ariefr 2022-08-07 15:14:47
VIhuda 2022-08-07 15:14:21
yeah still no luck 😔

can you show me how is it looks like

VIhuda 2022-08-07 15:20:46
ariefr 2022-08-07 15:14:47
can you show me how is it looks like

w8

VIhuda 2022-08-07 15:25:31
ariefr 2022-08-07 15:14:47
can you show me how is it looks like

archlinuxgroup-605029.jpg
an example of my issue is this one:
as you see, when my command + Prompt length exceeds the width of terminal emulator, it rewrites the same line instead of going to the next.

VIhuda 2022-08-07 15:25:49
lemme try to get an example of the other issue
VIhuda 2022-08-07 15:28:09
archlinuxgroup-605031.jpg
another example is this. I’m trying to edit the command I just wrote but look where the cursor is. It doesn’t go back anymore than that.
Al tough it’s actually at the beginning of the line and I can edit it blindly and it works, it has this peculiar visual problem.
VIhuda 2022-08-07 15:29:04
VIhuda 2022-08-07 15:28:09
another example is this. I’m trying to edit the command I just wrote but look where the cursor is. It doesn’t go back anymore than that.
Al tough it’s actually at the beginning of the line and I can edit it blindly and it works, it has this peculiar visual problem.

that’s where the cursor goes after hitting HOME button on the keyboard.

ariefr 2022-08-07 15:33:47
VIhuda 2022-08-07 15:25:31
an example of my issue is this one:
as you see, when my command + Prompt length exceeds the width of terminal emulator, it rewrites the same line instead of going to the next.

what is
echo $PS1

VIhuda 2022-08-07 15:34:31
ariefr 2022-08-07 15:33:47
what is
echo $PS1

e[1;32mw> e[0m

cubementore 2022-08-07 15:35:22
VIhuda 2022-08-07 09:50:35
There is something very weird going on with my terminals. At first I thought it’s just Alacritty, but Kitty had the same issue as well. Here are the two most annoying things I’ve noticed so far:
1) when I am writing a command that is longer than the width of the terminal emulator, the rest of the command will be overwritten on the same line from the beginning of the line.
2) When I am editing a command that I executed before, when pressing the Home button the cursor doesn’t go to the beginning of the line, instead it stops around 8 characters after the Prompt.

NOTE that although these visual issues happen to be on nerve, the commands I write still work correctly.

At first I thought It might be a problem with BASH (it still may be) since I have changed the PROMPT (obviously, who doesn’t?) So I changed it back to the default and the issues happened relatively less then It got worse again.

Any ideas on what may be causing this? what do I even look up? Has anyone heard of or experienced this themselves?
thx in advance

archlinuxgroup-605035.jpg
your prompt might be a bit broken, you need to [] every escape sequence (e.g. color) to tell bash that specific chars are zero-width – kinda like this

jessicacruz0 2022-08-07 15:36:01
What kernel should I use?
jessicacruz0 2022-08-07 15:36:26
I’m new in arc 😄
il_muflone 2022-08-07 15:36:44
Whatever
jessicacruz0 2022-08-07 15:36:50
The lts one or not
cubementore 2022-08-07 15:36:53
jessicacruz0 2022-08-07 15:36:01
What kernel should I use?

depends on hardware. do you have an nvidia GPU?

jessicacruz0 2022-08-07 15:37:00
Yes
cubementore 2022-08-07 15:37:06
use linux-lts
jessicacruz0 2022-08-07 15:37:11
Nvidia 1650ti
ariefr 2022-08-07 15:37:19
jessicacruz0 2022-08-07 15:36:50
The lts one or not

lts

C0rn3j 2022-08-07 15:37:20
cubementore 2022-08-07 15:37:06
use linux-lts

That’s a very curious reason to use LTS kernel.

VIhuda 2022-08-07 15:37:35
cubementore 2022-08-07 15:35:22
your prompt might be a bit broken, you need to [] every escape sequence (e.g. color) to tell bash that specific chars are zero-width – kinda like this

That’s most likely the actual reason for my issues. thx lemme check if it solves it

C0rn3j 2022-08-07 15:38:07
jessicacruz0 2022-08-07 15:36:50
The lts one or not

Normally you’d use normal stable kernel, LTS as a backup if the stable breaks.

il_muflone 2022-08-07 15:38:55
I use them interchangeably, to make sure both work
jessicacruz0 2022-08-07 15:39:07
So pacstrap /mnt base base-devel linux-lts linux-firmware intel-ucode Am I right?
ariefr 2022-08-07 15:39:41
jessicacruz0 2022-08-07 15:39:07
So pacstrap /mnt base base-devel linux-lts linux-firmware intel-ucode Am I right?

you are missing: networkmanager nano

jessicacruz0 2022-08-07 15:39:52
ariefr 2022-08-07 15:39:41
you are missing: networkmanager nano

Do I need install Intel UHD graphics card?

|