Bashrc and other bash related files if I have switched to other shell?

|
haevaristo 2022-08-14 18:04:10
looking at all the examples online … i see that most people have several power states along with voltages reported on file pp_od_clk_voltage
haevaristo 2022-08-14 18:04:32
however mine, only reports 2 states and no voltages …e.g.
haevaristo 2022-08-14 18:04:44
archlinuxgroup-606616.jpg

haevaristo 2022-08-14 18:05:17
if however I check pp_power_profile_mode .. there seems to be more states …
haevaristo 2022-08-14 18:05:38
so I wonder, … what am I missing here to be able to change and modify voltages ?
haevaristo 2022-08-14 18:06:45
archlinuxgroup-606619.jpg
commands with voltages will fail on mine …such as
haevaristo 2022-08-14 18:07:21
(I have a XFX Radeon RX 6600 card btw)
haevaristo 2022-08-14 18:09:00
(also, I have installed AUR amdgpu_pro_installer and AUR mesa-git)
vampirepapi 2022-08-14 18:17:03
all the devs here what de/wm you guys use!?
cubementore 2022-08-14 18:18:43
vampirepapi 2022-08-14 18:17:03
all the devs here what de/wm you guys use!?

xfce4

C0rn3j 2022-08-14 18:19:54
vampirepapi 2022-08-14 18:17:03
all the devs here what de/wm you guys use!?

https://wiki.archlinux.org/title/Window_manager#List_of_window_managers
https://wiki.archlinux.org/title/Desktop_environment#List_of_desktop_environments

vampirepapi 2022-08-14 18:21:13
C0rn3j 2022-08-14 18:19:54
https://wiki.archlinux.org/title/Window_manager#List_of_window_managers
https://wiki.archlinux.org/title/Desktop_environment#List_of_desktop_environments

thanks ik, just asking for a recommendation.

vampirepapi 2022-08-14 18:21:29
C0rn3j 2022-08-14 18:19:54
https://wiki.archlinux.org/title/Window_manager#List_of_window_managers
https://wiki.archlinux.org/title/Desktop_environment#List_of_desktop_environments

btw what de/wm you use sir?

C0rn3j 2022-08-14 18:22:15
vampirepapi 2022-08-14 18:21:13
thanks ik, just asking for a recommendation.

And that’s going to net you these two lists.

broken_vortex 2022-08-14 18:25:53
Is it fine to remove .bashrc and other bash related files if I have switched to other shell?
cubementore 2022-08-14 18:26:28
yes
cubementore 2022-08-14 18:26:49
its actually mostly fine to remove .bashrc even if you are still on bash
broken_vortex 2022-08-14 18:27:23
Cool
broken_vortex 2022-08-14 18:27:34
and also what if I change the root shell?
broken_vortex 2022-08-14 18:27:44
Currently only changed for user
shamnad_sherief 2022-08-14 18:57:31
i managed to copy my root directory to an another hard drive. What other things to do to boot from that?
jonathn 2022-08-14 18:58:41
Install a boot loader, as per the installation guide.

If it doesn’t boot then provide more detail rather than asking hypothetical questions

Tony 2022-08-14 19:16:21
I am a n00b.
I removed my Win 11 SSD and put in another new SSD
and ran archinstall. My system is working.
I want to know, if the system recognizes the SSD and treats it as such (trim and all)
I saw a msg during install about enabling fstrim
Do I need to configure something myself to prevent disk wear out?
Please help
Tony 2022-08-14 19:18:14
I Googled and ran
cat /sys/block/sda/queue/rotational
Tony 2022-08-14 19:18:49
I got 0. So, it is a SSD but do I need to run/configure something
sarmong 2022-08-14 19:22:24
Hello, I want to run a script whenever I connect a bluetooth keyboard.

Here is /etc/udev/rules.d/10-local.rules

SUBSYSTEM==”input”, ACTION==”add”, ATTRS{address}==”cf:57:78:7e:88:32″, RUN+=”/etc/udev/refresh-kbd.sh”

Here is /etc/udev/refresh-kbd.sh

#!/usr/bin/env sh

xkbcomp ~/.config/xkb/config “$DISPLAY”

## Start cursor movement after 250ms and at 45 lines per second
xset r rate 250 45

This doesn’t work, what did I do wrong?

P.S. Can I do this for any keyboard I connect, not just the one with specific MAC address?

vampirepapi 2022-08-14 19:30:16
archlinuxgroup-606644.jpg
hello i use i3wm
and these fonts and app fonts are really small.
i thought increasing the dpi will help but its not working..
what should i do now?
C0rn3j 2022-08-14 19:38:47
Tony 2022-08-14 19:16:21
I am a n00b.
I removed my Win 11 SSD and put in another new SSD
and ran archinstall. My system is working.
I want to know, if the system recognizes the SSD and treats it as such (trim and all)
I saw a msg during install about enabling fstrim
Do I need to configure something myself to prevent disk wear out?
Please help

There’s no “disk wearout” on modern or even semi modern SSDs.

Tony 2022-08-14 19:41:01
C0rn3j 2022-08-14 19:38:47
There’s no “disk wearout” on modern or even semi modern SSDs.

Ok

Tony 2022-08-14 19:41:36
Thanks Martin
Zile995 2022-08-14 19:46:58
Tony 2022-08-14 19:18:49
I got 0. So, it is a SSD but do I need to run/configure something

https://wiki.archlinux.org/title/Solid_state_drive#Periodic_TRIM

Also check if SSD supports TRIM.
Users need to be certain that their SSD supports TRIM before attempting to use it. Data loss can occur otherwise!

emanicosia 2022-08-14 20:23:24
Onestly you like this setup?
onurbbr 2022-08-14 20:40:23
It’s actually a weird setup.
emanicosia 2022-08-14 20:41:16
I know that, im a noob
onurbbr 2022-08-14 20:41:19
archlinuxgroup-606654.jpg
That’s how mine is.
|