β prev | next β
neovimka 2022-08-13 21:18:53
I read arch wiki, there written that I should change .xinitrc or .xprofile, but I tried everything and nothings helped
jonathn 2022-08-13 21:37:48
neovimka 2022-08-13 20:55:20
Hello, I installed arch linux and dwm, im starting dwm via .xinitrc with exec dwm
now I wanna exec command like “xinput -set-props… ” to change my mouse sensitivity, but when i’m adding the following string in .xinitrc:
xinput -set-props 13 291 -0.6
nothing changes, no display managers installed, help me please…
Your syntax is incorrect, it should be xinput set-prop . https://wiki.archlinux.org/title/Xinput#Set_device_properties
il_muflone 2022-08-13 21:46:47
it was
haevaristo 2022-08-13 23:25:54
Hi, trying to downgrade nvidia drivers but cant get them to run … currently downgrading packages nvidia nvidia-utils and nvidia-settings (using downgrade AUR) … is there something I am missing ? Do I need to downgrade the kernel as well ?
il_muflone 2022-08-13 23:34:00
haevaristo 2022-08-13 23:25:54
Hi, trying to downgrade nvidia drivers but cant get them to run … currently downgrading packages nvidia nvidia-utils and nvidia-settings (using downgrade AUR) … is there something I am missing ? Do I need to downgrade the kernel as well ?
The Nvidia package offers modules for the matching Linux package
So you have to install them at the same period or use nvidia-dkms
MasterDevX 2022-08-13 23:44:28
I’m using NVidia proprietary drivers and have nvidia-suspend and nvidia-resume services enabled and sometimes when I suspend I get the kernel panic.
There are some interesting entries from journalctl:
Aug 13 21:09:41 archlinux systemd[1]: Starting NVIDIA system suspend actions…
Aug 13 21:09:41 archlinux suspend[10477]: nvidia-suspend.service
Aug 13 21:09:41 archlinux kernel: BUG: kernel NULL pointer dereference, address: 0000000000000000
Aug 13 21:09:41 archlinux kernel: #PF: supervisor read access in kernel mode
Aug 13 21:09:41 archlinux kernel: #PF: error_code(0x0000) – not-present page
… kernel panic stuff goes here …
Aug 13 21:09:41 archlinux kernel: note: nvidia-sleep.sh[10478] exited with preempt_count 1
Aug 13 21:09:41 archlinux kernel: audit: type=1130 audit(1660414181.754:141): pid=1 uid=0 auid=4294967295 ses=4294967295 msg=’unit=nvidia-suspend comm=”systemd” exe=”/usr/lib/systemd/systemd” hostname=? addr=? terminal=? res=failed’
Aug 13 21:09:41 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg=’unit=nvidia-suspend comm=”systemd” exe=”/usr/lib/systemd/systemd” hostname=? addr=? terminal=? res=failed’
Aug 13 21:09:41 archlinux systemd[1]: nvidia-suspend.service: Main process exited, code=killed, status=9/KILL
Aug 13 21:09:41 archlinux systemd[1]: nvidia-suspend.service: Failed with result ‘signal’.
Aug 13 21:09:41 archlinux systemd[1]: Failed to start NVIDIA system suspend actions.
Anyone knows what can cause this thing?
JF049 2022-08-13 23:48:25
It literally says BUG: kernel NULL pointer dereference, so either the driver does its shenanigans so it makes the kernel call an exception routine, or your linux kernel has been broken for some reason
MasterDevX 2022-08-14 00:07:48
I’ve disabled nvidia-resume and set up VRAM preservation by adding NVreg_PreserveVideoMemoryAllocations=1 option to nvidia kernel module and the problem seems gone
jonathn 2022-08-14 00:08:20
MasterDevX 2022-08-14 00:07:48
I’ve disabled nvidia-resume and set up VRAM preservation by adding NVreg_PreserveVideoMemoryAllocations=1 option to nvidia kernel module and the problem seems gone
Which driver version, which kernel, and which GPU?
MasterDevX 2022-08-14 00:09:06
jonathn 2022-08-14 00:08:20
Which driver version, which kernel, and which GPU?
MX110 @ 515.65.01
MasterDevX 2022-08-14 00:09:35
And 5.18.16-arch1-1 kernel
jonathn 2022-08-14 00:11:04
I’ve never heard good things about any MX* series GPUs…
jonathn 2022-08-14 00:13:02
MasterDevX 2022-08-14 00:09:06
MX110 @ 515.65.01
I’d also recommend trying the 510xx driver and the nvidia-vulkan driver to see if they’re more reliable. Some people/GPUs seem to have issues with 515xx.
queerphobic 2022-08-14 00:14:52
22.5 perfect BMI here
haevaristo 2022-08-14 00:21:46
il_muflone 2022-08-13 23:34:00
The Nvidia package offers modules for the matching Linux package
So you have to install them at the same period or use nvidia-dkms
humm.. are there any instructions somewhere on where to use nvidia dkms ?
haevaristo 2022-08-14 00:23:45
il_muflone 2022-08-13 23:34:00
The Nvidia package offers modules for the matching Linux package
So you have to install them at the same period or use nvidia-dkms
also, how do I check which packages match with which kernel ?
C0rn3j 2022-08-14 00:28:59
haevaristo 2022-08-14 00:23:45
also, how do I check which packages match with which kernel ?
Just use dkms, really
haevaristo 2022-08-14 00:32:02
C0rn3j 2022-08-14 00:28:59
Just use dkms, really
ok… are there any good instructions online ?
C0rn3j 2022-08-14 00:33:26
haevaristo 2022-08-14 00:32:02
ok… are there any good instructions online ?
Nvidia page on Arch wiki
haevaristo 2022-08-14 00:34:41
C0rn3j 2022-08-14 00:33:26
Nvidia page on Arch wiki
thnx
JF049 2022-08-14 00:36:44
haevaristo 2022-08-14 00:34:41
thnx
https://wiki.archlinux.org/title/Dynamic_Kernel_Module_Support
https://wiki.archlinux.org/title/NVIDIA
In short, you install dkms package, then any nvidia-dkms version you need which is compatible with your GPU. Then reboot.
Don’t forget to read these articles π
haevaristo 2022-08-14 00:37:47
thanks.. I am going through them now .. if I come across something I can’t understand ill drop a message ! π
ηεΏηεηηΎ€δΌπ¨π³ 2022-08-14 00:47:23
Is there a tool to manage hundreds of vps at the same time, execute commands in batches, log in using passwords instead of keys
jonathn 2022-08-14 00:55:53
ηεΏηεηηΎ€δΌπ¨π³ 2022-08-14 00:47:23
Is there a tool to manage hundreds of vps at the same time, execute commands in batches, log in using passwords instead of keys
Ansible
ShiningPone πππ π΄ 2022-08-14 00:58:56
ηεΏηεηηΎ€δΌπ¨π³ 2022-08-14 00:47:23
Is there a tool to manage hundreds of vps at the same time, execute commands in batches, log in using passwords instead of keys
Ansible
ShiningPone πππ π΄ 2022-08-14 00:59:26
Super easy and quick to learn
ShiningPone πππ π΄ 2022-08-14 00:59:44
Available on most distros in the repositories
ηεΏηεηηΎ€δΌπ¨π³ 2022-08-14 01:09:29
ok thank
ηεΏηεηηΎ€δΌπ¨π³ 2022-08-14 01:10:17
ShiningPone πππ π΄ 2022-08-14 00:59:44
Available on most distros in the repositories
Is it possible to log in with a password? instead of the key
C0rn3j 2022-08-14 01:10:42
ηεΏηεηηΎ€δΌπ¨π³ 2022-08-14 01:10:17
Is it possible to log in with a password? instead of the key
Doubt, use keys.
ηεΏηεηηΎ€δΌπ¨π³ 2022-08-14 01:12:52
use keys is not a good ideaπ
ηεΏηεηηΎ€δΌπ¨π³ 2022-08-14 01:13:13
i like passwords
C0rn3j 2022-08-14 01:13:15
On the contrary, using passwords is a terrible idea
ηεΏηεηηΎ€δΌπ¨π³ 2022-08-14 01:13:57
C0rn3j 2022-08-14 01:13:15
On the contrary, using passwords is a terrible idea
π That needs to set a lot of keys
ηεΏηεηηΎ€δΌπ¨π³ 2022-08-14 01:14:10
on each vps
β prev | next β