You are not logged in.
Hello! im currently using Arch linux, firefox and Brave crashes randomly, all what i do is watch videos and having whatsapp web, i searched a lot in the internet and all the "solutions" was to update the apps but i constantly update them and keeps happening. What can i do? Thanks
Offline
First and foremost: provide a https://wiki.archlinux.org/title/Core_d … _core_dump
Offline
Hi,
I run into serious issues with web browsers some time ago and got rid of it by adding the kernel parameter "ibt=off".
When using grub and you should edit the config manually, then add it to the "linux" line. I don't know where to add it, when using this auto-config-generator.
$ grep "Arch Linux threadirqs" /boot/grub/grub.cfg -A4
menuentry " Arch Linux threadirqs" {
search --no-floppy --set=root --label m1.archlinux
linux /boot/vmlinuz-linux root=/dev/disk/by-label/m1.archlinux ro threadirqs ibt=off ipv6.disable=1
initrd /boot/intel-ucode.img /boot/initramfs-linux.img
}
Oops, IIRC the ucode in the "initrd" line is obsolete.
When using syslinux, add it to the "APPEND" line. It's missing here since I used syslinux on an old machine, using older kernels.
$ grep "Arch Linux ^threadirqs" /boot/syslinux/syslinux.cfg -A3
MENU LABEL Arch Linux ^threadirqs
LINUX ../vmlinuz-linux
APPEND root=LABEL=s3.archlinux ro threadirqs
INITRD ../intel-ucode.img,../initramfs-linux.img
You can see, if the kernel parameter is used by running
$ cat /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-linux root=/dev/disk/by-label/m1.archlinux ro threadirqs ibt=off
Some info about my setup:
$ hwinfo --cpu | grep Model | sort -u
Model: 6.191.5 "13th Gen Intel(R) Core(TM) i3-13100"
$ hwinfo --gfxcard | grep -eModel -eModules
Model: "Intel VGA compatible controller"
Driver Modules: "i915"
$ echo $XDG_SESSION_TYPE
x11
$ wmctrl -m
Name: Openbox
Class:
PID: N/A
Window manager's "showing the desktop" mode: OFF
$ grep " Driver" /etc/X11/xorg.conf
Driver "modesetting"
I don't know if hardware video acceleration is relevant when using web browsers.
$ vainfo | head -4
Trying display: wayland
Trying display: x11
vainfo: VA-API version: 1.22 (libva 2.22.0)
vainfo: Driver version: Intel iHD driver for Intel(R) Gen Graphics - 24.3.2 ()
Regards,
Ralf
Offline
First and foremost: provide a https://wiki.archlinux.org/title/Core_d … _core_dump
here's a coredump of brave, the browser with most crashes
PID: 1182 (brave)
UID: 1000 (henry)
GID: 1000 (henry)
Signal: 11 (SEGV)
Timestamp: Mon 2024-09-09 18:06:38 CST (5 days ago)
Command Line: $'/opt/brave-bin/brave --type=gpu-process --crashpad-handler-pid=1144 --enable-crash-reporter=, --change-stack-guard-on-fork=enable --gpu-preferences=UAAAAAAAAAAgAAAEAAAAAAAAAAAAAAAAAABgAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAABAAAAAAAAAAEAAAAAAAAAAIAAAAAAAAAAgAAAAAAAAA --shared-files --field-trial-handle=3,i,14822143955992253583,382167108578627263,262144 --variations-seed-version=main@f9743a8ef8f98bd977f1f048bf6e8f1d65fd4cff'
Executable: /opt/brave-bin/brave
Control Group: /user.slice/user-1000.slice/session-2.scope
Unit: session-2.scope
Slice: user-1000.slice
Session: 2
Owner UID: 1000 (henry)
Boot ID: 847485446234456cb2b0cff17da7a723
Machine ID: 6652809806f04ab294adf96e166eea7a
Hostname: DeveloperBox
Storage: /var/lib/systemd/coredump/core.brave.1000.847485446234456cb2b0cff17da7a723.1182.1725926798000000.zst (present)
Size on Disk: 20.9M
Message: Process 1182 (brave) of user 1000 dumped core.
Stack trace of thread 1239:
#0 0x00005719a1b9a6b3 n/a (brave + 0x43ea6b3)
#1 0x00005719a1b9a322 n/a (brave + 0x43ea322)
#2 0x00005719a278045b n/a (brave + 0x4fd045b)
#3 0x00005719a3346f16 n/a (brave + 0x5b96f16)
#4 0x00005719a0e4d10a n/a (brave + 0x369d10a)
#5 0x00005719a0ac3662 n/a (brave + 0x3313662)
#6 0x00005719a0ab5d3f n/a (brave + 0x3305d3f)
#7 0x00005719a19ff5c6 n/a (brave + 0x424f5c6)
#8 0x00005719a0e35c9e n/a (brave + 0x3685c9e)
#9 0x00005719a0a3c7eb n/a (brave + 0x328c7eb)
#10 0x00005719a0a39add n/a (brave + 0x3289add)
#11 0x000074bccce15299 n/a (libglib-2.0.so.0 + 0x5d299)
#12 0x000074bccce77ec7 n/a (libglib-2.0.so.0 + 0xbfec7)
#13 0x000074bccce14795 g_main_context_iteration (libglib-2.0.so.0 + 0x5c795)
#14 0x00005719a0a37915 n/a (brave + 0x3287915)
#15 0x00005719a21c08bf n/a (brave + 0x4a108bf)
#16 0x00005719a21bff45 n/a (brave + 0x4a0ff45)
#17 0x00005719a21bfd78 n/a (brave + 0x4a0fd78)
#18 0x00005719a28ccae1 n/a (brave + 0x511cae1)
#19 0x00005719a28cd042 n/a (brave + 0x511d042)
#20 0x000074bccc10139d n/a (libc.so.6 + 0x9439d)
#21 0x000074bccc1862a4 __clone (libc.so.6 + 0x1192a4)
Stack trace of thread 1182:
#0 0x000074bccc17863d __poll (libc.so.6 + 0x10b63d)
#1 0x000074bccce77e0d n/a (libglib-2.0.so.0 + 0xbfe0d)
#2 0x000074bccce14795 g_main_context_iteration (libglib-2.0.so.0 + 0x5c795)
#3 0x00005719a0a37915 n/a (brave + 0x3287915)
#4 0x00005719a21c08bf n/a (brave + 0x4a108bf)
#5 0x00005719a21bff45 n/a (brave + 0x4a0ff45)
#6 0x00005719a28d5936 n/a (brave + 0x5125936)
#7 0x00005719a3478c12 n/a (brave + 0x5cc8c12)
#8 0x00005719a347d8e3 n/a (brave + 0x5ccd8e3)
#9 0x00005719a347e06a ChromeMain (brave + 0x5cce06a)
#10 0x000074bccc092e08 n/a (libc.so.6 + 0x25e08)
#11 0x000074bccc092ecc __libc_start_main (libc.so.6 + 0x25ecc)
#12 0x00005719a468aeea _start (brave + 0x6edaeea)
Stack trace of thread 1235:
#0 0x000074bccc1868b2 epoll_wait (libc.so.6 + 0x1198b2)
#1 0x00005719a0a31bbe n/a (brave + 0x3281bbe)
#2 0x00005719a21c08bf n/a (brave + 0x4a108bf)
#3 0x00005719a21bff45 n/a (brave + 0x4a0ff45)
#4 0x00005719a21bfd18 n/a (brave + 0x4a0fd18)
#5 0x00005719a28ccae1 n/a (brave + 0x511cae1)
#6 0x00005719a28cd042 n/a (brave + 0x511d042)
#7 0x000074bccc10139d n/a (libc.so.6 + 0x9439d)
#8 0x000074bccc1862a4 __clone (libc.so.6 + 0x1192a4)
Stack trace of thread 1238:
#0 0x000074bccc1868b2 epoll_wait (libc.so.6 + 0x1198b2)
#1 0x00005719a0a31bbe n/a (brave + 0x3281bbe)
#2 0x00005719a21c08bf n/a (brave + 0x4a108bf)
#3 0x00005719a21bff45 n/a (brave + 0x4a0ff45)
#4 0x00005719a21bfc79 n/a (brave + 0x4a0fc79)
#5 0x00005719a28ccae1 n/a (brave + 0x511cae1)
#6 0x00005719a28cd042 n/a (brave + 0x511d042)
#7 0x000074bccc10139d n/a (libc.so.6 + 0x9439d)
#8 0x000074bccc1862a4 __clone (libc.so.6 + 0x1192a4)
Stack trace of thread 1237:
#0 0x000074bccc0fda19 n/a (libc.so.6 + 0x90a19)
#1 0x000074bccc100479 pthread_cond_wait (libc.so.6 + 0x93479)
#2 0x00005719a10d4e06 n/a (brave + 0x3924e06)
#3 0x00005719a10d490d n/a (brave + 0x392490d)
#4 0x00005719a09dfa29 n/a (brave + 0x322fa29)
#5 0x00005719a09de5ed n/a (brave + 0x322e5ed)
#6 0x00005719a31d9ea0 n/a (brave + 0x5a29ea0)
#7 0x00005719a28cd042 n/a (brave + 0x511d042)
#8 0x000074bccc10139d n/a (libc.so.6 + 0x9439d)
#9 0x000074bccc1862a4 __clone (libc.so.6 + 0x1192a4)
Stack trace of thread 1236:
#0 0x000074bccc0fda19 n/a (libc.so.6 + 0x90a19)
#1 0x000074bccc100479 pthread_cond_wait (libc.so.6 + 0x93479)
#2 0x00005719a10d4e06 n/a (brave + 0x3924e06)
#3 0x00005719a10d490d n/a (brave + 0x392490d)
#4 0x00005719a09dfa29 n/a (brave + 0x322fa29)
#5 0x00005719a09de5ed n/a (brave + 0x322e5ed)
#6 0x00005719a31d9ea0 n/a (brave + 0x5a29ea0)
#7 0x00005719a28cd042 n/a (brave + 0x511d042)
#8 0x000074bccc10139d n/a (libc.so.6 + 0x9439d)
#9 0x000074bccc1862a4 __clone (libc.so.6 + 0x1192a4)
Stack trace of thread 1312:
#0 0x000074bccc0fda19 n/a (libc.so.6 + 0x90a19)
#1 0x000074bccc100479 pthread_cond_wait (libc.so.6 + 0x93479)
#2 0x00005719a10d4e06 n/a (brave + 0x3924e06)
#3 0x00005719a10d490d n/a (brave + 0x392490d)
#4 0x00005719a09dfa29 n/a (brave + 0x322fa29)
#5 0x00005719a31d9fbd n/a (brave + 0x5a29fbd)
#6 0x00005719a31d9ed5 n/a (brave + 0x5a29ed5)
#7 0x00005719a28cd042 n/a (brave + 0x511d042)
#8 0x000074bccc10139d n/a (libc.so.6 + 0x9439d)
#9 0x000074bccc1862a4 __clone (libc.so.6 + 0x1192a4)
Stack trace of thread 2197:
#0 0x000074bccc0fda19 n/a (libc.so.6 + 0x90a19)
#1 0x000074bccc100479 pthread_cond_wait (libc.so.6 + 0x93479)
#2 0x00005719a10d32b1 n/a (brave + 0x39232b1)
#3 0x00005719a0a2f5b4 n/a (brave + 0x327f5b4)
#4 0x00005719a21c08bf n/a (brave + 0x4a108bf)
#5 0x00005719a21bff45 n/a (brave + 0x4a0ff45)
#6 0x00005719a21bfd78 n/a (brave + 0x4a0fd78)
#7 0x00005719a28ccae1 n/a (brave + 0x511cae1)
#8 0x00005719a28cd042 n/a (brave + 0x511d042)
#9 0x000074bccc10139d n/a (libc.so.6 + 0x9439d)
#10 0x000074bccc1862a4 __clone (libc.so.6 + 0x1192a4)
Stack trace of thread 1234:
#0 0x000074bccc0fda19 n/a (libc.so.6 + 0x90a19)
#1 0x000074bccc1007e2 pthread_cond_timedwait (libc.so.6 + 0x937e2)
#2 0x00005719a10d4c34 n/a (brave + 0x3924c34)
#3 0x00005719a0a2f622 n/a (brave + 0x327f622)
#4 0x00005719a21c08bf n/a (brave + 0x4a108bf)
#5 0x00005719a21bff45 n/a (brave + 0x4a0ff45)
#6 0x00005719a21bfd78 n/a (brave + 0x4a0fd78)
#7 0x00005719a28ccae1 n/a (brave + 0x511cae1)
#8 0x00005719a28cd042 n/a (brave + 0x511d042)
#9 0x000074bccc10139d n/a (libc.so.6 + 0x9439d)
#10 0x000074bccc1862a4 __clone (libc.so.6 + 0x1192a4)
Stack trace of thread 1403:
#0 0x000074bccc0fda19 n/a (libc.so.6 + 0x90a19)
#1 0x000074bccc100479 pthread_cond_wait (libc.so.6 + 0x93479)
#2 0x00005719a10d4e06 n/a (brave + 0x3924e06)
#3 0x00005719a10d490d n/a (brave + 0x392490d)
#4 0x00005719a09dfa29 n/a (brave + 0x322fa29)
#5 0x00005719a31d9fbd n/a (brave + 0x5a29fbd)
#6 0x00005719a31d9ed5 n/a (brave + 0x5a29ed5)
#7 0x00005719a28cd042 n/a (brave + 0x511d042)
#8 0x000074bccc10139d n/a (libc.so.6 + 0x9439d)
#9 0x000074bccc1862a4 __clone (libc.so.6 + 0x1192a4)
ELF object binary architecture: AMD x86-64
PID: 27496 (brave)
UID: 1000 (henry)
GID: 1000 (henry)
Signal: 4 (ILL)
Timestamp: Mon 2024-09-09 18:07:48 CST (5 days ago)
Command Line: $'/opt/brave-bin/brave --type=renderer --crashpad-handler-pid=1144 --enable-crash-reporter=, --enable-distillability-service --origin-trial-public-key=bYUKPJoPnCxeNvu72j4EmPuK7tr1PAC7SHh8ld9Mw3E=,fMS4mpO6buLQ/QMd+zJmxzty/VQ6B1EUZqoCU04zoRU= --change-stack-guard-on-fork=enable --brave_session_token=12758337664961432931 --lang=en-US --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=102 --time-ticks-at-unix-epoch=-1725919772807542 --launch-time-ticks=6881947193 --shared-files=v8_context_snapshot_data:100 --field-trial-handle=3,i,14822143955992253583,382167108578627263,262144 --variations-seed-version=main@f9743a8ef8f98bd977f1f048bf6e8f1d65fd4cff'
Executable: /opt/brave-bin/brave
Control Group: /user.slice/user-1000.slice/session-2.scope
Unit: session-2.scope
Slice: user-1000.slice
Session: 2
Owner UID: 1000 (henry)
Boot ID: 847485446234456cb2b0cff17da7a723
Machine ID: 6652809806f04ab294adf96e166eea7a
Hostname: DeveloperBox
Storage: /var/lib/systemd/coredump/core.brave.1000.847485446234456cb2b0cff17da7a723.27496.1725926868000000.zst (present)
Size on Disk: 108.1M
Message: Process 27496 (brave) of user 1000 dumped core.
Stack trace of thread 195:
#0 0x00006520b8823e66 n/a (brave + 0xb559e66)
#1 0x00006520b87cff4f n/a (brave + 0xb505f4f)
#2 0x00006520b87c8dcc n/a (brave + 0xb4fedcc)
#3 0x00006520b87c9489 n/a (brave + 0xb4ff489)
#4 0x00006520b87c943f n/a (brave + 0xb4ff43f)
#5 0x00006520b87c866e n/a (brave + 0xb4fe66e)
#6 0x00006520b87e4579 n/a (brave + 0xb51a579)
#7 0x000071f8518a139d n/a (libc.so.6 + 0x9439d)
#8 0x000071f8519262a4 __clone (libc.so.6 + 0x1192a4)
Stack trace of thread 1:
#0 0x000071f85189da19 n/a (libc.so.6 + 0x90a19)
#1 0x000071f8518a07e2 pthread_cond_timedwait (libc.so.6 + 0x937e2)
#2 0x00006520b0beec34 n/a (brave + 0x3924c34)
#3 0x00006520b0549622 n/a (brave + 0x327f622)
#4 0x00006520b1cda8bf n/a (brave + 0x4a108bf)
#5 0x00006520b1cd9f45 n/a (brave + 0x4a0ff45)
#6 0x00006520b23ebac0 n/a (brave + 0x5121ac0)
#7 0x00006520b2f92c12 n/a (brave + 0x5cc8c12)
#8 0x00006520b2f978e3 n/a (brave + 0x5ccd8e3)
#9 0x00006520b2f9806a ChromeMain (brave + 0x5cce06a)
#10 0x000071f851832e08 n/a (libc.so.6 + 0x25e08)
#11 0x000071f851832ecc __libc_start_main (libc.so.6 + 0x25ecc)
#12 0x00006520b41a4eea _start (brave + 0x6edaeea)
Stack trace of thread 2:
#0 0x000071f8519268b2 epoll_wait (libc.so.6 + 0x1198b2)
#1 0x00006520b054bbbe n/a (brave + 0x3281bbe)
#2 0x00006520b1cda8bf n/a (brave + 0x4a108bf)
#3 0x00006520b1cd9f45 n/a (brave + 0x4a0ff45)
#4 0x00006520b1cd9d18 n/a (brave + 0x4a0fd18)
#5 0x00006520b23e6ae1 n/a (brave + 0x511cae1)
#6 0x00006520b23e7042 n/a (brave + 0x511d042)
#7 0x000071f8518a139d n/a (libc.so.6 + 0x9439d)
#8 0x000071f8519262a4 __clone (libc.so.6 + 0x1192a4)
Stack trace of thread 5:
#0 0x000071f8519268b2 epoll_wait (libc.so.6 + 0x1198b2)
#1 0x00006520b054bbbe n/a (brave + 0x3281bbe)
#2 0x00006520b1cda8bf n/a (brave + 0x4a108bf)
#3 0x00006520b1cd9f45 n/a (brave + 0x4a0ff45)
#4 0x00006520b1cd9c79 n/a (brave + 0x4a0fc79)
#5 0x00006520b23e6ae1 n/a (brave + 0x511cae1)
#6 0x00006520b23e7042 n/a (brave + 0x511d042)
#7 0x000071f8518a139d n/a (libc.so.6 + 0x9439d)
#8 0x000071f8519262a4 __clone (libc.so.6 + 0x1192a4)
Stack trace of thread 8:
#0 0x000071f85189da19 n/a (libc.so.6 + 0x90a19)
#1 0x000071f8518a0479 pthread_cond_wait (libc.so.6 + 0x93479)
#2 0x00006520b0beee06 n/a (brave + 0x3924e06)
#3 0x00006520b0bee90d n/a (brave + 0x392490d)
#4 0x00006520b04f9a29 n/a (brave + 0x322fa29)
#5 0x00006520b2cf3fbd n/a (brave + 0x5a29fbd)
#6 0x00006520b2cf3ed5 n/a (brave + 0x5a29ed5)
#7 0x00006520b23e7042 n/a (brave + 0x511d042)
#8 0x000071f8518a139d n/a (libc.so.6 + 0x9439d)
#9 0x000071f8519262a4 __clone (libc.so.6 + 0x1192a4)
Stack trace of thread 7:
#0 0x000071f85189da19 n/a (libc.so.6 + 0x90a19)
#1 0x000071f8518a0479 pthread_cond_wait (libc.so.6 + 0x93479)
#2 0x00006520b0bed2b1 n/a (brave + 0x39232b1)
#3 0x00006520b05495b4 n/a (brave + 0x327f5b4)
#4 0x00006520b1cda8bf n/a (brave + 0x4a108bf)
#5 0x00006520b1cd9f45 n/a (brave + 0x4a0ff45)
#6 0x00006520b1cd7f82 n/a (brave + 0x4a0df82)
#7 0x00006520b23e7042 n/a (brave + 0x511d042)
#8 0x000071f8518a139d n/a (libc.so.6 + 0x9439d)
#9 0x000071f8519262a4 __clone (libc.so.6 + 0x1192a4)
Stack trace of thread 13:
#0 0x000071f85189da19 n/a (libc.so.6 + 0x90a19)
#1 0x000071f8518a0479 pthread_cond_wait (libc.so.6 + 0x93479)
#2 0x00006520b0beee06 n/a (brave + 0x3924e06)
#3 0x00006520b0bee90d n/a (brave + 0x392490d)
#4 0x00006520b04f9a29 n/a (brave + 0x322fa29)
#5 0x00006520b04f85ed n/a (brave + 0x322e5ed)
#6 0x00006520b2cf3ea0 n/a (brave + 0x5a29ea0)
#7 0x00006520b23e7042 n/a (brave + 0x511d042)
#8 0x000071f8518a139d n/a (libc.so.6 + 0x9439d)
#9 0x000071f8519262a4 __clone (libc.so.6 + 0x1192a4)
Stack trace of thread 11:
#0 0x000071f85189da19 n/a (libc.so.6 + 0x90a19)
#1 0x000071f8518a0479 pthread_cond_wait (libc.so.6 + 0x93479)
#2 0x00006520b0beee06 n/a (brave + 0x3924e06)
#3 0x00006520b0bee90d n/a (brave + 0x392490d)
#4 0x00006520b04f9a29 n/a (brave + 0x322fa29)
#5 0x00006520b04f85ed n/a (brave + 0x322e5ed)
#6 0x00006520b2cf3ea0 n/a (brave + 0x5a29ea0)
#7 0x00006520b23e7042 n/a (brave + 0x511d042)
#8 0x000071f8518a139d n/a (libc.so.6 + 0x9439d)
#9 0x000071f8519262a4 __clone (libc.so.6 + 0x1192a4)
Stack trace of thread 12:
#0 0x000071f85189da19 n/a (libc.so.6 + 0x90a19)
#1 0x000071f8518a0479 pthread_cond_wait (libc.so.6 + 0x93479)
#2 0x00006520b0beee06 n/a (brave + 0x3924e06)
#3 0x00006520b0bee90d n/a (brave + 0x392490d)
#4 0x00006520b04f9a29 n/a (brave + 0x322fa29)
#5 0x00006520b04f85ed n/a (brave + 0x322e5ed)
#6 0x00006520b2cf3ea0 n/a (brave + 0x5a29ea0)
#7 0x00006520b23e7042 n/a (brave + 0x511d042)
#8 0x000071f8518a139d n/a (libc.so.6 + 0x9439d)
#9 0x000071f8519262a4 __clone (libc.so.6 + 0x1192a4)
Stack trace of thread 18:
#0 0x000071f85189da19 n/a (libc.so.6 + 0x90a19)
#1 0x000071f8518a0479 pthread_cond_wait (libc.so.6 + 0x93479)
#2 0x00006520b0bed2b1 n/a (brave + 0x39232b1)
#3 0x00006520b0beb434 n/a (brave + 0x3921434)
#4 0x00006520b7b36c95 n/a (brave + 0xa86cc95)
#5 0x00006520b18c7b7b n/a (brave + 0x45fdb7b)
#6 0x00006520b18c7a0c n/a (brave + 0x45fda0c)
#7 0x00006520b1781f5b n/a (brave + 0x44b7f5b)
#8 0x00006520b17824ac n/a (brave + 0x44b84ac)
#9 0x00006520b8a226cc n/a (brave + 0xb7586cc)
#10 0x00006520b183c340 n/a (brave + 0x4572340)
#11 0x00006520b183c8a8 n/a (brave + 0x45728a8)
#12 0x00006520b2e1f94f n/a (brave + 0x5b5594f)
#13 0x00006520b2e21684 n/a (brave + 0x5b57684)
#14 0x00006520b3127ff3 n/a (brave + 0x5e5dff3)
#15 0x00006520b22909e8 n/a (brave + 0x4fc69e8)
#16 0x00006520b096710a n/a (brave + 0x369d10a)
#17 0x00006520b05dd662 n/a (brave + 0x3313662)
#18 0x00006520b05cfd3f n/a (brave + 0x3305d3f)
#19 0x00006520b15195c6 n/a (brave + 0x424f5c6)
#20 0x00006520b094fc9e n/a (brave + 0x3685c9e)
#21 0x00006520b05567eb n/a (brave + 0x328c7eb)
#22 0x00006520b05495d5 n/a (brave + 0x327f5d5)
#23 0x00006520b1cda8bf n/a (brave + 0x4a108bf)
#24 0x00006520b1cd9f45 n/a (brave + 0x4a0ff45)
#25 0x00006520b1cd9d78 n/a (brave + 0x4a0fd78)
#26 0x00006520b23e6ae1 n/a (brave + 0x511cae1)
#27 0x00006520b23e7042 n/a (brave + 0x511d042)
#28 0x000071f8518a139d n/a (libc.so.6 + 0x9439d)
#29 0x000071f8519262a4 __clone (libc.so.6 + 0x1192a4)
Stack trace of thread 10:
#0 0x000071f85189da19 n/a (libc.so.6 + 0x90a19)
#1 0x000071f8518a0479 pthread_cond_wait (libc.so.6 + 0x93479)
#2 0x00006520b0beee06 n/a (brave + 0x3924e06)
#3 0x00006520b0bee90d n/a (brave + 0x392490d)
#4 0x00006520b04f9a29 n/a (brave + 0x322fa29)
#5 0x00006520b04f85ed n/a (brave + 0x322e5ed)
#6 0x00006520b2cf3ea0 n/a (brave + 0x5a29ea0)
#7 0x00006520b23e7042 n/a (brave + 0x511d042)
#8 0x000071f8518a139d n/a (libc.so.6 + 0x9439d)
#9 0x000071f8519262a4 __clone (libc.so.6 + 0x1192a4)
Stack trace of thread 9:
#0 0x000071f85189da19 n/a (libc.so.6 + 0x90a19)
#1 0x000071f8518a07e2 pthread_cond_timedwait (libc.so.6 + 0x937e2)
#2 0x00006520b0beec34 n/a (brave + 0x3924c34)
#3 0x00006520b357f1a9 n/a (brave + 0x62b51a9)
#4 0x00006520b7b6c774 n/a (brave + 0xa8a2774)
#5 0x00006520b23e7042 n/a (brave + 0x511d042)
#6 0x000071f8518a139d n/a (libc.so.6 + 0x9439d)
#7 0x000071f8519262a4 __clone (libc.so.6 + 0x1192a4)
Stack trace of thread 6:
#0 0x000071f85189da19 n/a (libc.so.6 + 0x90a19)
#1 0x000071f8518a0479 pthread_cond_wait (libc.so.6 + 0x93479)
#2 0x00006520b0bed2b1 n/a (brave + 0x39232b1)
#3 0x00006520b05495b4 n/a (brave + 0x327f5b4)
#4 0x00006520b1cda8bf n/a (brave + 0x4a108bf)
#5 0x00006520b1cd9f45 n/a (brave + 0x4a0ff45)
#6 0x00006520b1cd9d78 n/a (brave + 0x4a0fd78)
#7 0x00006520b23e6ae1 n/a (brave + 0x511cae1)
#8 0x00006520b23e7042 n/a (brave + 0x511d042)
#9 0x000071f8518a139d n/a (libc.so.6 + 0x9439d)
#10 0x000071f8519262a4 __clone (libc.so.6 + 0x1192a4)
Stack trace of thread 185:
#0 0x000071f85189da19 n/a (libc.so.6 + 0x90a19)
#1 0x000071f8518a0479 pthread_cond_wait (libc.so.6 + 0x93479)
#2 0x00006520b87e3e15 n/a (brave + 0xb519e15)
#3 0x000071f8518a139d n/a (libc.so.6 + 0x9439d)
#4 0x000071f8519262a4 __clone (libc.so.6 + 0x1192a4)
Stack trace of thread 192:
#0 0x000071f85189da19 n/a (libc.so.6 + 0x90a19)
#1 0x000071f8518a0479 pthread_cond_wait (libc.so.6 + 0x93479)
#2 0x00006520b87e3e15 n/a (brave + 0xb519e15)
#3 0x000071f8518a139d n/a (libc.so.6 + 0x9439d)
#4 0x000071f8519262a4 __clone (libc.so.6 + 0x1192a4)
Stack trace of thread 3:
#0 0x000071f85189da19 n/a (libc.so.6 + 0x90a19)
#1 0x000071f8518a07e2 pthread_cond_timedwait (libc.so.6 + 0x937e2)
#2 0x00006520b0beec34 n/a (brave + 0x3924c34)
#3 0x00006520b0bee90d n/a (brave + 0x392490d)
#4 0x00006520b04f9433 n/a (brave + 0x322f433)
#5 0x00006520b04f85ed n/a (brave + 0x322e5ed)
#6 0x00006520b2cf3ea0 n/a (brave + 0x5a29ea0)
#7 0x00006520b23e7042 n/a (brave + 0x511d042)
#8 0x000071f8518a139d n/a (libc.so.6 + 0x9439d)
#9 0x000071f8519262a4 __clone (libc.so.6 + 0x1192a4)
Stack trace of thread 189:
#0 0x000071f85189da19 n/a (libc.so.6 + 0x90a19)
#1 0x000071f8518a0479 pthread_cond_wait (libc.so.6 + 0x93479)
#2 0x00006520b87e3e15 n/a (brave + 0xb519e15)
#3 0x000071f8518a139d n/a (libc.so.6 + 0x9439d)
#4 0x000071f8519262a4 __clone (libc.so.6 + 0x1192a4)
Stack trace of thread 19:
#0 0x000071f85189da19 n/a (libc.so.6 + 0x90a19)
#1 0x000071f8518a0479 pthread_cond_wait (libc.so.6 + 0x93479)
#2 0x00006520b0beee06 n/a (brave + 0x3924e06)
#3 0x00006520b0bee90d n/a (brave + 0x392490d)
#4 0x00006520b04f9a29 n/a (brave + 0x322fa29)
#5 0x00006520b04f85ed n/a (brave + 0x322e5ed)
#6 0x00006520b2cf3ea0 n/a (brave + 0x5a29ea0)
#7 0x00006520b23e7042 n/a (brave + 0x511d042)
#8 0x000071f8518a139d n/a (libc.so.6 + 0x9439d)
#9 0x000071f8519262a4 __clone (libc.so.6 + 0x1192a4)
Stack trace of thread 17:
#0 0x000071f85189da19 n/a (libc.so.6 + 0x90a19)
#1 0x000071f8518a0479 pthread_cond_wait (libc.so.6 + 0x93479)
#2 0x00006520b0bed2b1 n/a (brave + 0x39232b1)
#3 0x00006520b05495b4 n/a (brave + 0x327f5b4)
#4 0x00006520b1cda8bf n/a (brave + 0x4a108bf)
#5 0x00006520b1cd9f45 n/a (brave + 0x4a0ff45)
#6 0x00006520b1cd9d78 n/a (brave + 0x4a0fd78)
#7 0x00006520b23e6ae1 n/a (brave + 0x511cae1)
#8 0x00006520b23e7042 n/a (brave + 0x511d042)
#9 0x000071f8518a139d n/a (libc.so.6 + 0x9439d)
#10 0x000071f8519262a4 __clone (libc.so.6 + 0x1192a4)
Stack trace of thread 4:
#0 0x000071f85189da19 n/a (libc.so.6 + 0x90a19)
#1 0x000071f8518a0479 pthread_cond_wait (libc.so.6 + 0x93479)
#2 0x00006520b0beee06 n/a (brave + 0x3924e06)
#3 0x00006520b0bee90d n/a (brave + 0x392490d)
#4 0x00006520b04f9a29 n/a (brave + 0x322fa29)
#5 0x00006520b04f85ed n/a (brave + 0x322e5ed)
#6 0x00006520b2cf3ea0 n/a (brave + 0x5a29ea0)
#7 0x00006520b23e7042 n/a (brave + 0x511d042)
#8 0x000071f8518a139d n/a (libc.so.6 + 0x9439d)
#9 0x000071f8519262a4 __clone (libc.so.6 + 0x1192a4)
Stack trace of thread 15:
#0 0x000071f85189da19 n/a (libc.so.6 + 0x90a19)
#1 0x000071f8518a0479 pthread_cond_wait (libc.so.6 + 0x93479)
#2 0x00006520b0beee06 n/a (brave + 0x3924e06)
#3 0x00006520b0bee90d n/a (brave + 0x392490d)
#4 0x00006520b04f9a29 n/a (brave + 0x322fa29)
#5 0x00006520b04f85ed n/a (brave + 0x322e5ed)
#6 0x00006520b2cf3ea0 n/a (brave + 0x5a29ea0)
#7 0x00006520b23e7042 n/a (brave + 0x511d042)
#8 0x000071f8518a139d n/a (libc.so.6 + 0x9439d)
#9 0x000071f8519262a4 __clone (libc.so.6 + 0x1192a4)
Stack trace of thread 190:
#0 0x000071f85189da19 n/a (libc.so.6 + 0x90a19)
#1 0x000071f8518a0479 pthread_cond_wait (libc.so.6 + 0x93479)
#2 0x00006520b87e3e15 n/a (brave + 0xb519e15)
#3 0x000071f8518a139d n/a (libc.so.6 + 0x9439d)
#4 0x000071f8519262a4 __clone (libc.so.6 + 0x1192a4)
Stack trace of thread 194:
#0 0x000071f85189da19 n/a (libc.so.6 + 0x90a19)
#1 0x000071f8518a0479 pthread_cond_wait (libc.so.6 + 0x93479)
#2 0x00006520b87e3e15 n/a (brave + 0xb519e15)
#3 0x000071f8518a139d n/a (libc.so.6 + 0x9439d)
#4 0x000071f8519262a4 __clone (libc.so.6 + 0x1192a4)
Stack trace of thread 40:
#0 0x000071f85189da19 n/a (libc.so.6 + 0x90a19)
#1 0x000071f8518a0479 pthread_cond_wait (libc.so.6 + 0x93479)
#2 0x00006520b0beee06 n/a (brave + 0x3924e06)
#3 0x00006520b0bee90d n/a (brave + 0x392490d)
#4 0x00006520b04f9a29 n/a (brave + 0x322fa29)
#5 0x00006520b2cf3fbd n/a (brave + 0x5a29fbd)
#6 0x00006520b2cf3ed5 n/a (brave + 0x5a29ed5)
#7 0x00006520b23e7042 n/a (brave + 0x511d042)
#8 0x000071f8518a139d n/a (libc.so.6 + 0x9439d)
#9 0x000071f8519262a4 __clone (libc.so.6 + 0x1192a4)
Stack trace of thread 16:
#0 0x000071f85189da19 n/a (libc.so.6 + 0x90a19)
#1 0x000071f8518a0479 pthread_cond_wait (libc.so.6 + 0x93479)
#2 0x00006520b0beee06 n/a (brave + 0x3924e06)
#3 0x00006520b0bee90d n/a (brave + 0x392490d)
#4 0x00006520b04f9a29 n/a (brave + 0x322fa29)
#5 0x00006520b04f85ed n/a (brave + 0x322e5ed)
#6 0x00006520b2cf3ea0 n/a (brave + 0x5a29ea0)
#7 0x00006520b23e7042 n/a (brave + 0x511d042)
#8 0x000071f8518a139d n/a (libc.so.6 + 0x9439d)
#9 0x000071f8519262a4 __clone (libc.so.6 + 0x1192a4)
Stack trace of thread 187:
#0 0x000071f85189da19 n/a (libc.so.6 + 0x90a19)
#1 0x000071f8518a0479 pthread_cond_wait (libc.so.6 + 0x93479)
#2 0x00006520b87e3e15 n/a (brave + 0xb519e15)
#3 0x000071f8518a139d n/a (libc.so.6 + 0x9439d)
#4 0x000071f8519262a4 __clone (libc.so.6 + 0x1192a4)
Stack trace of thread 30:
#0 0x000071f85189da19 n/a (libc.so.6 + 0x90a19)
#1 0x000071f8518a07e2 pthread_cond_timedwait (libc.so.6 + 0x937e2)
#2 0x00006520b0beec34 n/a (brave + 0x3924c34)
#3 0x00006520b0bee90d n/a (brave + 0x392490d)
#4 0x00006520b04f9a29 n/a (brave + 0x322fa29)
#5 0x00006520b04f85ed n/a (brave + 0x322e5ed)
#6 0x00006520b2cf3ea0 n/a (brave + 0x5a29ea0)
#7 0x00006520b23e7042 n/a (brave + 0x511d042)
#8 0x000071f8518a139d n/a (libc.so.6 + 0x9439d)
#9 0x000071f8519262a4 __clone (libc.so.6 + 0x1192a4)
Stack trace of thread 193:
#0 0x000071f85189da19 n/a (libc.so.6 + 0x90a19)
#1 0x000071f8518a0479 pthread_cond_wait (libc.so.6 + 0x93479)
#2 0x00006520b87e3e15 n/a (brave + 0xb519e15)
#3 0x000071f8518a139d n/a (libc.so.6 + 0x9439d)
#4 0x000071f8519262a4 __clone (libc.so.6 + 0x1192a4)
Stack trace of thread 196:
#0 0x000071f85189da19 n/a (libc.so.6 + 0x90a19)
#1 0x000071f8518a0479 pthread_cond_wait (libc.so.6 + 0x93479)
#2 0x00006520b87e3e15 n/a (brave + 0xb519e15)
#3 0x000071f8518a139d n/a (libc.so.6 + 0x9439d)
#4 0x000071f8519262a4 __clone (libc.so.6 + 0x1192a4)
Stack trace of thread 186:
#0 0x000071f85189da19 n/a (libc.so.6 + 0x90a19)
#1 0x000071f8518a0479 pthread_cond_wait (libc.so.6 + 0x93479)
#2 0x00006520b87e3e15 n/a (brave + 0xb519e15)
#3 0x000071f8518a139d n/a (libc.so.6 + 0x9439d)
#4 0x000071f8519262a4 __clone (libc.so.6 + 0x1192a4)
Stack trace of thread 14:
#0 0x000071f85189da19 n/a (libc.so.6 + 0x90a19)
#1 0x000071f8518a0479 pthread_cond_wait (libc.so.6 + 0x93479)
#2 0x00006520b0beee06 n/a (brave + 0x3924e06)
#3 0x00006520b0bee90d n/a (brave + 0x392490d)
#4 0x00006520b04f9a29 n/a (brave + 0x322fa29)
#5 0x00006520b04f85ed n/a (brave + 0x322e5ed)
#6 0x00006520b2cf3ea0 n/a (brave + 0x5a29ea0)
#7 0x00006520b23e7042 n/a (brave + 0x511d042)
#8 0x000071f8518a139d n/a (libc.so.6 + 0x9439d)
#9 0x000071f8519262a4 __clone (libc.so.6 + 0x1192a4)
Stack trace of thread 188:
#0 0x000071f85189da19 n/a (libc.so.6 + 0x90a19)
#1 0x000071f8518a0479 pthread_cond_wait (libc.so.6 + 0x93479)
#2 0x00006520b87e3e15 n/a (brave + 0xb519e15)
#3 0x000071f8518a139d n/a (libc.so.6 + 0x9439d)
#4 0x000071f8519262a4 __clone (libc.so.6 + 0x1192a4)
Stack trace of thread 20:
#0 0x000071f85189da19 n/a (libc.so.6 + 0x90a19)
#1 0x000071f8518a0479 pthread_cond_wait (libc.so.6 + 0x93479)
#2 0x00006520b0beee06 n/a (brave + 0x3924e06)
#3 0x00006520b0bee90d n/a (brave + 0x392490d)
#4 0x00006520b04f9a29 n/a (brave + 0x322fa29)
#5 0x00006520b04f85ed n/a (brave + 0x322e5ed)
#6 0x00006520b2cf3ea0 n/a (brave + 0x5a29ea0)
#7 0x00006520b23e7042 n/a (brave + 0x511d042)
#8 0x000071f8518a139d n/a (libc.so.6 + 0x9439d)
#9 0x000071f8519262a4 __clone (libc.so.6 + 0x1192a4)
Stack trace of thread 198:
#0 0x000071f85189da19 n/a (libc.so.6 + 0x90a19)
#1 0x000071f8518a0479 pthread_cond_wait (libc.so.6 + 0x93479)
#2 0x00006520b0bed2b1 n/a (brave + 0x39232b1)
#3 0x00006520b05495b4 n/a (brave + 0x327f5b4)
#4 0x00006520b1cda8bf n/a (brave + 0x4a108bf)
#5 0x00006520b1cd9f45 n/a (brave + 0x4a0ff45)
#6 0x00006520b1cd9d78 n/a (brave + 0x4a0fd78)
#7 0x00006520b23e6ae1 n/a (brave + 0x511cae1)
#8 0x00006520b23e7042 n/a (brave + 0x511d042)
#9 0x000071f8518a139d n/a (libc.so.6 + 0x9439d)
#10 0x000071f8519262a4 __clone (libc.so.6 + 0x1192a4)
Stack trace of thread 191:
#0 0x000071f85189da19 n/a (libc.so.6 + 0x90a19)
#1 0x000071f8518a0479 pthread_cond_wait (libc.so.6 + 0x93479)
#2 0x00006520b87e3e15 n/a (brave + 0xb519e15)
#3 0x000071f8518a139d n/a (libc.so.6 + 0x9439d)
#4 0x000071f8519262a4 __clone (libc.so.6 + 0x1192a4)
Stack trace of thread 39:
#0 0x000071f85189da19 n/a (libc.so.6 + 0x90a19)
#1 0x000071f8518a07e2 pthread_cond_timedwait (libc.so.6 + 0x937e2)
#2 0x00006520b0beec34 n/a (brave + 0x3924c34)
#3 0x00006520b0549622 n/a (brave + 0x327f622)
#4 0x00006520b1cda8bf n/a (brave + 0x4a108bf)
#5 0x00006520b1cd9f45 n/a (brave + 0x4a0ff45)
#6 0x00006520b1cd7f82 n/a (brave + 0x4a0df82)
#7 0x00006520b23e7042 n/a (brave + 0x511d042)
#8 0x000071f8518a139d n/a (libc.so.6 + 0x9439d)
#9 0x000071f8519262a4 __clone (libc.so.6 + 0x1192a4)
Stack trace of thread 197:
#0 0x000071f851918c5a read (libc.so.6 + 0x10bc5a)
#1 0x00006520b1693390 n/a (brave + 0x43c9390)
#2 0x00006520b23e2116 n/a (brave + 0x5118116)
#3 0x00006520b23e7042 n/a (brave + 0x511d042)
#4 0x000071f8518a139d n/a (libc.so.6 + 0x9439d)
#5 0x000071f8519262a4 __clone (libc.so.6 + 0x1192a4)
ELF object binary architecture: AMD x86-64
also firefox crashes a lot but it seems that doesnt have coredumps.
btw the hanging issue was solved (i hope) really not sure what i did.
Last edited by HenryStickman420 (2024-09-15 02:28:18)
Offline
Hi,
I run into serious issues with web browsers some time ago and got rid of it by adding the kernel parameter "ibt=off".
When using grub and you should edit the config manually, then add it to the "linux" line. I don't know where to add it, when using this auto-config-generator.
$ grep "Arch Linux threadirqs" /boot/grub/grub.cfg -A4 menuentry " Arch Linux threadirqs" { search --no-floppy --set=root --label m1.archlinux linux /boot/vmlinuz-linux root=/dev/disk/by-label/m1.archlinux ro threadirqs ibt=off ipv6.disable=1 initrd /boot/intel-ucode.img /boot/initramfs-linux.img }
Oops, IIRC the ucode in the "initrd" line is obsolete.
When using syslinux, add it to the "APPEND" line. It's missing here since I used syslinux on an old machine, using older kernels.
$ grep "Arch Linux ^threadirqs" /boot/syslinux/syslinux.cfg -A3 MENU LABEL Arch Linux ^threadirqs LINUX ../vmlinuz-linux APPEND root=LABEL=s3.archlinux ro threadirqs INITRD ../intel-ucode.img,../initramfs-linux.img
You can see, if the kernel parameter is used by running
$ cat /proc/cmdline BOOT_IMAGE=/boot/vmlinuz-linux root=/dev/disk/by-label/m1.archlinux ro threadirqs ibt=off
Some info about my setup:
$ hwinfo --cpu | grep Model | sort -u Model: 6.191.5 "13th Gen Intel(R) Core(TM) i3-13100" $ hwinfo --gfxcard | grep -eModel -eModules Model: "Intel VGA compatible controller" Driver Modules: "i915" $ echo $XDG_SESSION_TYPE x11 $ wmctrl -m Name: Openbox Class: PID: N/A Window manager's "showing the desktop" mode: OFF $ grep " Driver" /etc/X11/xorg.conf Driver "modesetting"
I don't know if hardware video acceleration is relevant when using web browsers.
$ vainfo | head -4 Trying display: wayland Trying display: x11 vainfo: VA-API version: 1.22 (libva 2.22.0) vainfo: Driver version: Intel iHD driver for Intel(R) Gen Graphics - 24.3.2 ()
Regards,
Ralf
Hi! thanks for the reply, im gonna try it. Thanks, we'll be in touch
Offline
Please avoid full quotes.
Brave segfaults somewhere in its private stack and is stripped of all symbols, a FF coredump might be more telling - how does it "crash"?
Is this on X11 or wayland? In case of X11 please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General and in case of wayland: native wayland clients or xwayland? And test teh stability on an X11 session.
Offline
Brave segfaults somewhere in its private stack and is stripped of all symbols, a FF coredump might be more telling - how does it "crash"?
well, im normally watching videos, browsing on pages and then suddenly the "aww snap something went wrong while displaying this website " page appears, in firefox is even worse, the browser directly closes itself with a window saying that firefox crashed
In case of X11 please post your Xorg log
here is:
[ 6.409]
X.Org X Server 1.21.1.13
X Protocol Version 11, Revision 0
[ 6.409] Current Operating System: Linux DeveloperBox 6.10.9-arch1-2 #1 SMP PREEMPT_DYNAMIC Tue, 10 Sep 2024 14:37:32 +0000 x86_64
[ 6.409] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=4ae3ffbd-5485-4c9e-87b2-c87c624a45ac rw zswap.enabled=0 rootfstype=ext4 ibt=off loglevel=3 quiet
[ 6.409]
[ 6.409] Current version of pixman: 0.43.4
[ 6.409] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 6.409] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 6.409] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Sep 16 07:32:56 2024
[ 6.411] (==) Using config file: "/etc/X11/xorg.conf"
[ 6.411] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 6.411] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 6.412] (==) ServerLayout "Layout0"
[ 6.412] (**) |-->Screen "Screen0" (0)
[ 6.412] (**) | |-->Monitor "Monitor0"
[ 6.412] (**) | |-->Device "Device0"
[ 6.412] (**) |-->Input Device "Keyboard0"
[ 6.412] (**) |-->Input Device "Mouse0"
[ 6.412] (**) Allowing byte-swapped clients
[ 6.412] (==) Automatically adding devices
[ 6.412] (==) Automatically enabling devices
[ 6.412] (==) Automatically adding GPU devices
[ 6.412] (==) Automatically binding GPU devices
[ 6.412] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 6.412] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 6.412] Entry deleted from font path.
[ 6.413] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
[ 6.413] Entry deleted from font path.
[ 6.413] (Run 'mkfontdir' on "/usr/share/fonts/TTF").
[ 6.413] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 6.413] Entry deleted from font path.
[ 6.413] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 6.413] Entry deleted from font path.
[ 6.413] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[ 6.413] Entry deleted from font path.
[ 6.413] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[ 6.413] Entry deleted from font path.
[ 6.413] (==) FontPath set to:
[ 6.413] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 6.413] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 6.413] (WW) Disabling Keyboard0
[ 6.413] (WW) Disabling Mouse0
[ 6.413] (II) Module ABI versions:
[ 6.413] X.Org ANSI C Emulation: 0.4
[ 6.413] X.Org Video Driver: 25.2
[ 6.413] X.Org XInput driver : 24.4
[ 6.413] X.Org Server Extension : 10.0
[ 6.413] (++) using VT number 7
[ 6.413] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 6.414] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 6.414] (II) Platform probe for /sys/devices/pci0000:00/0000:00:03.1/0000:04:00.0/drm/card1
[ 6.414] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 6.414] (II) Platform probe for /sys/devices/pci0000:00/0000:00:03.1/0000:04:00.0/simple-framebuffer.0/drm/card0
[ 6.418] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[ 6.420] (--) PCI:*(4@0:0:0) 10de:2187:1043:8750 rev 161, Mem @ 0xfb000000/16777216, 0xd0000000/268435456, 0xe0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[ 6.420] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 6.420] (II) LoadModule: "glx"
[ 6.420] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 6.433] (II) Module glx: vendor="X.Org Foundation"
[ 6.433] compiled for 1.21.1.13, module version = 1.0.0
[ 6.433] ABI class: X.Org Server Extension, version 10.0
[ 6.433] (II) LoadModule: "nvidia"
[ 6.433] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 6.440] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 6.440] compiled for 1.6.99.901, module version = 1.0.0
[ 6.440] Module class: X.Org Video Driver
[ 6.441] (II) NVIDIA dlloader X Driver 560.35.03 Fri Aug 16 21:25:43 UTC 2024
[ 6.441] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 6.444] (II) Loading sub module "fb"
[ 6.444] (II) LoadModule: "fb"
[ 6.444] (II) Module "fb" already built-in
[ 6.444] (II) Loading sub module "wfb"
[ 6.444] (II) LoadModule: "wfb"
[ 6.444] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 6.445] (II) Module wfb: vendor="X.Org Foundation"
[ 6.445] compiled for 1.21.1.13, module version = 1.0.0
[ 6.445] ABI class: X.Org ANSI C Emulation, version 0.4
[ 6.446] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[ 6.446] (==) NVIDIA(0): RGB weight 888
[ 6.446] (==) NVIDIA(0): Default visual is TrueColor
[ 6.446] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 6.446] (**) NVIDIA(0): Enabling 2D acceleration
[ 6.446] (II) Loading sub module "glxserver_nvidia"
[ 6.446] (II) LoadModule: "glxserver_nvidia"
[ 6.446] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[ 6.546] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[ 6.546] compiled for 1.6.99.901, module version = 1.0.0
[ 6.546] Module class: X.Org Server Extension
[ 6.546] (II) NVIDIA GLX Module 560.35.03 Fri Aug 16 21:27:48 UTC 2024
[ 6.546] (II) NVIDIA: The X server supports PRIME Render Offload.
[ 7.774] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:4:0:0
[ 7.774] (--) NVIDIA(0): DFP-0
[ 7.774] (--) NVIDIA(0): DFP-1
[ 7.774] (--) NVIDIA(0): DFP-2
[ 7.774] (--) NVIDIA(0): DFP-3
[ 7.774] (--) NVIDIA(0): DFP-4 (boot)
[ 7.774] (--) NVIDIA(0): DFP-5
[ 7.780] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce GTX 1650 SUPER (TU116-A) at
[ 7.780] (II) NVIDIA(0): PCI:4:0:0 (GPU-0)
[ 7.780] (--) NVIDIA(0): Memory: 4194304 kBytes
[ 7.780] (--) NVIDIA(0): VideoBIOS: 90.16.46.00.d5
[ 7.780] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 7.780] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 7.780] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 7.780] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[ 7.780] (--) NVIDIA(GPU-0):
[ 7.780] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 7.780] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[ 7.780] (--) NVIDIA(GPU-0): DFP-1: 2660.0 MHz maximum pixel clock
[ 7.780] (--) NVIDIA(GPU-0):
[ 7.780] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 7.780] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 7.780] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 7.780] (--) NVIDIA(GPU-0):
[ 7.781] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 7.781] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[ 7.781] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[ 7.781] (--) NVIDIA(GPU-0):
[ 7.782] (--) NVIDIA(GPU-0): Asustek Computer Inc VG30VQL1A (DFP-4): connected
[ 7.782] (--) NVIDIA(GPU-0): Asustek Computer Inc VG30VQL1A (DFP-4): Internal DisplayPort
[ 7.782] (--) NVIDIA(GPU-0): Asustek Computer Inc VG30VQL1A (DFP-4): 2660.0 MHz maximum pixel clock
[ 7.782] (--) NVIDIA(GPU-0):
[ 7.785] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 7.785] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[ 7.785] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[ 7.785] (--) NVIDIA(GPU-0):
[ 7.833] (==) NVIDIA(0):
[ 7.833] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[ 7.833] (==) NVIDIA(0): will be used as the requested mode.
[ 7.833] (==) NVIDIA(0):
[ 7.834] (II) NVIDIA(0): Validated MetaModes:
[ 7.834] (II) NVIDIA(0): "DFP-4:nvidia-auto-select"
[ 7.834] (II) NVIDIA(0): Virtual screen size determined to be 2560 x 1080
[ 7.889] (--) NVIDIA(0): DPI set to (94, 94); computed from "UseEdidDpi" X config
[ 7.889] (--) NVIDIA(0): option
[ 7.889] (**) NVIDIA(G0): Depth 24, (--) framebuffer bpp 32
[ 7.889] (==) NVIDIA(G0): RGB weight 888
[ 7.889] (==) NVIDIA(G0): Default visual is TrueColor
[ 7.889] (==) NVIDIA(G0): Using gamma correction (1.0, 1.0, 1.0)
[ 7.889] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[ 7.889] (**) NVIDIA(G0): Option "AllowEmptyInitialConfiguration"
[ 7.889] (**) NVIDIA(G0): Enabling 2D acceleration
[ 7.889] (II) NVIDIA: The X server supports PRIME Render Offload.
[ 7.889] (EE) NVIDIA(GPU-1): Failed to initialize the NVIDIA graphics device!
[ 7.889] (EE) NVIDIA(G0): Failing initialization of X screen
[ 7.889] (II) UnloadModule: "nvidia"
[ 7.889] (II) UnloadSubModule: "wfb"
[ 7.889] (EE) NVIDIA(GPU-1): Failed to initialize the NVIDIA graphics device!
[ 7.889] (II) NVIDIA(GPU-1): Deleting GPU-1
[ 7.891] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[ 7.891] (II) NVIDIA: access.
[ 7.902] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 7.902] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
[ 7.902] (II) NVIDIA(0): configuration option may not be set correctly. When the
[ 7.902] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
[ 7.902] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
[ 7.902] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
[ 7.902] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
[ 7.902] (II) NVIDIA(0): Config Options in the README.
[ 7.918] (II) NVIDIA(0): Setting mode "DFP-4:nvidia-auto-select"
[ 8.030] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 8.030] (==) NVIDIA(0): Backing store enabled
[ 8.030] (==) NVIDIA(0): Silken mouse enabled
[ 8.030] (**) NVIDIA(0): DPMS enabled
[ 8.030] (II) Loading sub module "dri2"
[ 8.030] (II) LoadModule: "dri2"
[ 8.031] (II) Module "dri2" already built-in
[ 8.031] (II) NVIDIA(0): [DRI2] Setup complete
[ 8.031] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 8.031] (II) Initializing extension Generic Event Extension
[ 8.031] (II) Initializing extension SHAPE
[ 8.031] (II) Initializing extension MIT-SHM
[ 8.031] (II) Initializing extension XInputExtension
[ 8.031] (II) Initializing extension XTEST
[ 8.031] (II) Initializing extension BIG-REQUESTS
[ 8.031] (II) Initializing extension SYNC
[ 8.031] (II) Initializing extension XKEYBOARD
[ 8.031] (II) Initializing extension XC-MISC
[ 8.031] (II) Initializing extension SECURITY
[ 8.031] (II) Initializing extension XFIXES
[ 8.031] (II) Initializing extension RENDER
[ 8.031] (II) Initializing extension RANDR
[ 8.031] (II) Initializing extension COMPOSITE
[ 8.031] (II) Initializing extension DAMAGE
[ 8.031] (II) Initializing extension MIT-SCREEN-SAVER
[ 8.032] (II) Initializing extension DOUBLE-BUFFER
[ 8.032] (II) Initializing extension RECORD
[ 8.032] (II) Initializing extension DPMS
[ 8.032] (II) Initializing extension Present
[ 8.032] (II) Initializing extension DRI3
[ 8.032] (II) Initializing extension X-Resource
[ 8.032] (II) Initializing extension XVideo
[ 8.032] (II) Initializing extension XVideo-MotionCompensation
[ 8.032] (II) Initializing extension GLX
[ 8.032] (II) Initializing extension GLX
[ 8.032] (II) Indirect GLX disabled.
[ 8.032] (II) GLX: Another vendor is already registered for screen 0
[ 8.032] (II) Initializing extension XFree86-VidModeExtension
[ 8.032] (II) Initializing extension XFree86-DGA
[ 8.032] (II) Initializing extension XFree86-DRI
[ 8.032] (II) Initializing extension DRI2
[ 8.032] (II) Initializing extension NV-GLX
[ 8.032] (II) Initializing extension NV-CONTROL
[ 8.032] (II) Initializing extension XINERAMA
[ 8.144] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 8.144] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 8.144] (**) Power Button: Applying InputClass "system-keyboard"
[ 8.144] (II) LoadModule: "libinput"
[ 8.144] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 8.147] (II) Module libinput: vendor="X.Org Foundation"
[ 8.147] compiled for 1.21.1.13, module version = 1.4.0
[ 8.147] Module class: X.Org XInput Driver
[ 8.147] ABI class: X.Org XInput driver, version 24.4
[ 8.147] (II) Using input driver 'libinput' for 'Power Button'
[ 8.147] (**) Power Button: always reports core events
[ 8.147] (**) Option "Device" "/dev/input/event1"
[ 8.155] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 8.155] (II) event1 - Power Button: device is a keyboard
[ 8.155] (II) event1 - Power Button: device removed
[ 8.173] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[ 8.173] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 8.173] (**) Option "xkb_model" "pc105+inet"
[ 8.173] (**) Option "xkb_layout" "us"
[ 8.173] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 8.186] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 8.186] (II) event1 - Power Button: device is a keyboard
[ 8.186] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[ 8.186] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 8.186] (**) Power Button: Applying InputClass "system-keyboard"
[ 8.186] (II) Using input driver 'libinput' for 'Power Button'
[ 8.186] (**) Power Button: always reports core events
[ 8.186] (**) Option "Device" "/dev/input/event0"
[ 8.187] (II) event0 - Power Button: is tagged by udev as: Keyboard
[ 8.187] (II) event0 - Power Button: device is a keyboard
[ 8.187] (II) event0 - Power Button: device removed
[ 8.226] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[ 8.226] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[ 8.226] (**) Option "xkb_model" "pc105+inet"
[ 8.226] (**) Option "xkb_layout" "us"
[ 8.226] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 8.227] (II) event0 - Power Button: is tagged by udev as: Keyboard
[ 8.227] (II) event0 - Power Button: device is a keyboard
[ 8.228] (II) config/udev: Adding input device BY Tech Gaming Keyboard (/dev/input/event16)
[ 8.228] (**) BY Tech Gaming Keyboard: Applying InputClass "libinput keyboard catchall"
[ 8.228] (**) BY Tech Gaming Keyboard: Applying InputClass "system-keyboard"
[ 8.228] (II) Using input driver 'libinput' for 'BY Tech Gaming Keyboard'
[ 8.228] (**) BY Tech Gaming Keyboard: always reports core events
[ 8.228] (**) Option "Device" "/dev/input/event16"
[ 8.229] (II) event16 - BY Tech Gaming Keyboard: is tagged by udev as: Keyboard
[ 8.229] (II) event16 - BY Tech Gaming Keyboard: device is a keyboard
[ 8.229] (II) event16 - BY Tech Gaming Keyboard: device removed
[ 8.256] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:01:00.0/usb1/1-2/1-2:1.0/0003:258A:010C.0003/input/input18/event16"
[ 8.256] (II) XINPUT: Adding extended input device "BY Tech Gaming Keyboard" (type: KEYBOARD, id 8)
[ 8.256] (**) Option "xkb_model" "pc105+inet"
[ 8.256] (**) Option "xkb_layout" "us"
[ 8.256] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 8.257] (II) event16 - BY Tech Gaming Keyboard: is tagged by udev as: Keyboard
[ 8.258] (II) event16 - BY Tech Gaming Keyboard: device is a keyboard
[ 8.258] (II) config/udev: Adding input device BY Tech Gaming Keyboard System Control (/dev/input/event17)
[ 8.258] (**) BY Tech Gaming Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[ 8.258] (**) BY Tech Gaming Keyboard System Control: Applying InputClass "system-keyboard"
[ 8.258] (II) Using input driver 'libinput' for 'BY Tech Gaming Keyboard System Control'
[ 8.258] (**) BY Tech Gaming Keyboard System Control: always reports core events
[ 8.258] (**) Option "Device" "/dev/input/event17"
[ 8.259] (II) event17 - BY Tech Gaming Keyboard System Control: is tagged by udev as: Keyboard
[ 8.259] (II) event17 - BY Tech Gaming Keyboard System Control: device is a keyboard
[ 8.259] (II) event17 - BY Tech Gaming Keyboard System Control: device removed
[ 8.273] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:01:00.0/usb1/1-2/1-2:1.1/0003:258A:010C.0004/input/input19/event17"
[ 8.273] (II) XINPUT: Adding extended input device "BY Tech Gaming Keyboard System Control" (type: KEYBOARD, id 9)
[ 8.273] (**) Option "xkb_model" "pc105+inet"
[ 8.273] (**) Option "xkb_layout" "us"
[ 8.273] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 8.274] (II) event17 - BY Tech Gaming Keyboard System Control: is tagged by udev as: Keyboard
[ 8.274] (II) event17 - BY Tech Gaming Keyboard System Control: device is a keyboard
[ 8.275] (II) config/udev: Adding input device BY Tech Gaming Keyboard Consumer Control (/dev/input/event18)
[ 8.275] (**) BY Tech Gaming Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 8.275] (**) BY Tech Gaming Keyboard Consumer Control: Applying InputClass "system-keyboard"
[ 8.275] (II) Using input driver 'libinput' for 'BY Tech Gaming Keyboard Consumer Control'
[ 8.275] (**) BY Tech Gaming Keyboard Consumer Control: always reports core events
[ 8.275] (**) Option "Device" "/dev/input/event18"
[ 8.276] (II) event18 - BY Tech Gaming Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 8.276] (II) event18 - BY Tech Gaming Keyboard Consumer Control: device is a keyboard
[ 8.276] (II) event18 - BY Tech Gaming Keyboard Consumer Control: device removed
[ 8.290] (II) libinput: BY Tech Gaming Keyboard Consumer Control: needs a virtual subdevice
[ 8.290] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:01:00.0/usb1/1-2/1-2:1.1/0003:258A:010C.0004/input/input20/event18"
[ 8.290] (II) XINPUT: Adding extended input device "BY Tech Gaming Keyboard Consumer Control" (type: MOUSE, id 10)
[ 8.290] (**) Option "AccelerationScheme" "none"
[ 8.290] (**) BY Tech Gaming Keyboard Consumer Control: (accel) selected scheme none/0
[ 8.290] (**) BY Tech Gaming Keyboard Consumer Control: (accel) acceleration factor: 2.000
[ 8.290] (**) BY Tech Gaming Keyboard Consumer Control: (accel) acceleration threshold: 4
[ 8.291] (II) event18 - BY Tech Gaming Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 8.291] (II) event18 - BY Tech Gaming Keyboard Consumer Control: device is a keyboard
[ 8.292] (II) config/udev: Adding input device BY Tech Gaming Keyboard (/dev/input/event19)
[ 8.292] (**) BY Tech Gaming Keyboard: Applying InputClass "libinput keyboard catchall"
[ 8.292] (**) BY Tech Gaming Keyboard: Applying InputClass "system-keyboard"
[ 8.292] (II) Using input driver 'libinput' for 'BY Tech Gaming Keyboard'
[ 8.292] (**) BY Tech Gaming Keyboard: always reports core events
[ 8.292] (**) Option "Device" "/dev/input/event19"
[ 8.293] (II) event19 - BY Tech Gaming Keyboard: is tagged by udev as: Keyboard
[ 8.293] (II) event19 - BY Tech Gaming Keyboard: device is a keyboard
[ 8.293] (II) event19 - BY Tech Gaming Keyboard: device removed
[ 8.306] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:01:00.0/usb1/1-2/1-2:1.1/0003:258A:010C.0004/input/input22/event19"
[ 8.306] (II) XINPUT: Adding extended input device "BY Tech Gaming Keyboard" (type: KEYBOARD, id 11)
[ 8.306] (**) Option "xkb_model" "pc105+inet"
[ 8.306] (**) Option "xkb_layout" "us"
[ 8.306] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 8.307] (II) event19 - BY Tech Gaming Keyboard: is tagged by udev as: Keyboard
[ 8.307] (II) event19 - BY Tech Gaming Keyboard: device is a keyboard
[ 8.308] (II) config/udev: Adding input device BY Tech Gaming Keyboard Mouse (/dev/input/event20)
[ 8.308] (**) BY Tech Gaming Keyboard Mouse: Applying InputClass "libinput pointer catchall"
[ 8.308] (II) Using input driver 'libinput' for 'BY Tech Gaming Keyboard Mouse'
[ 8.308] (**) BY Tech Gaming Keyboard Mouse: always reports core events
[ 8.308] (**) Option "Device" "/dev/input/event20"
[ 8.309] (II) event20 - BY Tech Gaming Keyboard Mouse: is tagged by udev as: Mouse
[ 8.309] (II) event20 - BY Tech Gaming Keyboard Mouse: device is a pointer
[ 8.309] (II) event20 - BY Tech Gaming Keyboard Mouse: device removed
[ 8.340] (II) libinput: BY Tech Gaming Keyboard Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 8.340] (II) libinput: BY Tech Gaming Keyboard Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 8.340] (II) libinput: BY Tech Gaming Keyboard Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 8.340] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:01:00.0/usb1/1-2/1-2:1.1/0003:258A:010C.0004/input/input23/event20"
[ 8.340] (II) XINPUT: Adding extended input device "BY Tech Gaming Keyboard Mouse" (type: MOUSE, id 12)
[ 8.340] (**) Option "AccelerationScheme" "none"
[ 8.340] (**) BY Tech Gaming Keyboard Mouse: (accel) selected scheme none/0
[ 8.340] (**) BY Tech Gaming Keyboard Mouse: (accel) acceleration factor: 2.000
[ 8.340] (**) BY Tech Gaming Keyboard Mouse: (accel) acceleration threshold: 4
[ 8.341] (II) event20 - BY Tech Gaming Keyboard Mouse: is tagged by udev as: Mouse
[ 8.341] (II) event20 - BY Tech Gaming Keyboard Mouse: device is a pointer
[ 8.342] (II) config/udev: Adding input device BY Tech Gaming Keyboard Mouse (/dev/input/mouse1)
[ 8.342] (II) No input driver specified, ignoring this device.
[ 8.342] (II) This device may have been added with another device file.
[ 8.342] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event3)
[ 8.342] (II) No input driver specified, ignoring this device.
[ 8.342] (II) This device may have been added with another device file.
[ 8.342] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event4)
[ 8.342] (II) No input driver specified, ignoring this device.
[ 8.342] (II) This device may have been added with another device file.
[ 8.343] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event5)
[ 8.343] (II) No input driver specified, ignoring this device.
[ 8.343] (II) This device may have been added with another device file.
[ 8.343] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event6)
[ 8.343] (II) No input driver specified, ignoring this device.
[ 8.343] (II) This device may have been added with another device file.
[ 8.343] (II) config/udev: Adding input device Logitech G502 X (/dev/input/event14)
[ 8.343] (**) Logitech G502 X: Applying InputClass "libinput pointer catchall"
[ 8.343] (II) Using input driver 'libinput' for 'Logitech G502 X'
[ 8.343] (**) Logitech G502 X: always reports core events
[ 8.343] (**) Option "Device" "/dev/input/event14"
[ 8.401] (II) event14 - Logitech G502 X: is tagged by udev as: Mouse
[ 8.401] (II) event14 - Logitech G502 X: device set to 1600 DPI
[ 8.401] (II) event14 - Logitech G502 X: device is a pointer
[ 8.402] (II) event14 - Logitech G502 X: device removed
[ 8.433] (II) libinput: Logitech G502 X: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 8.433] (II) libinput: Logitech G502 X: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 8.433] (II) libinput: Logitech G502 X: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 8.433] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:06:00.3/usb5/5-1/5-1:1.0/0003:046D:C099.0001/input/input14/event14"
[ 8.433] (II) XINPUT: Adding extended input device "Logitech G502 X" (type: MOUSE, id 13)
[ 8.433] (**) Option "AccelerationScheme" "none"
[ 8.433] (**) Logitech G502 X: (accel) selected scheme none/0
[ 8.433] (**) Logitech G502 X: (accel) acceleration factor: 2.000
[ 8.433] (**) Logitech G502 X: (accel) acceleration threshold: 4
[ 8.491] (II) event14 - Logitech G502 X: is tagged by udev as: Mouse
[ 8.491] (II) event14 - Logitech G502 X: device set to 1600 DPI
[ 8.491] (II) event14 - Logitech G502 X: device is a pointer
[ 8.493] (II) config/udev: Adding input device Logitech G502 X (/dev/input/mouse0)
[ 8.493] (II) No input driver specified, ignoring this device.
[ 8.493] (II) This device may have been added with another device file.
[ 8.494] (II) config/udev: Adding input device Logitech G502 X Keyboard (/dev/input/event15)
[ 8.494] (**) Logitech G502 X Keyboard: Applying InputClass "libinput keyboard catchall"
[ 8.494] (**) Logitech G502 X Keyboard: Applying InputClass "system-keyboard"
[ 8.494] (II) Using input driver 'libinput' for 'Logitech G502 X Keyboard'
[ 8.494] (**) Logitech G502 X Keyboard: always reports core events
[ 8.494] (**) Option "Device" "/dev/input/event15"
[ 8.496] (II) event15 - Logitech G502 X Keyboard: is tagged by udev as: Keyboard
[ 8.496] (II) event15 - Logitech G502 X Keyboard: device is a keyboard
[ 8.497] (II) event15 - Logitech G502 X Keyboard: device removed
[ 8.526] (II) libinput: Logitech G502 X Keyboard: needs a virtual subdevice
[ 8.526] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:06:00.3/usb5/5-1/5-1:1.1/0003:046D:C099.0002/input/input15/event15"
[ 8.526] (II) XINPUT: Adding extended input device "Logitech G502 X Keyboard" (type: MOUSE, id 14)
[ 8.526] (**) Option "AccelerationScheme" "none"
[ 8.526] (**) Logitech G502 X Keyboard: (accel) selected scheme none/0
[ 8.526] (**) Logitech G502 X Keyboard: (accel) acceleration factor: 2.000
[ 8.526] (**) Logitech G502 X Keyboard: (accel) acceleration threshold: 4
[ 8.528] (II) event15 - Logitech G502 X Keyboard: is tagged by udev as: Keyboard
[ 8.529] (II) event15 - Logitech G502 X Keyboard: device is a keyboard
[ 8.530] (II) config/udev: Adding input device HD-Audio Generic Line Out Front (/dev/input/event10)
[ 8.530] (II) No input driver specified, ignoring this device.
[ 8.530] (II) This device may have been added with another device file.
[ 8.530] (II) config/udev: Adding input device HD-Audio Generic Line Out Surround (/dev/input/event11)
[ 8.530] (II) No input driver specified, ignoring this device.
[ 8.530] (II) This device may have been added with another device file.
[ 8.531] (II) config/udev: Adding input device HD-Audio Generic Line Out CLFE (/dev/input/event12)
[ 8.531] (II) No input driver specified, ignoring this device.
[ 8.531] (II) This device may have been added with another device file.
[ 8.531] (II) config/udev: Adding input device HD-Audio Generic Front Headphone (/dev/input/event13)
[ 8.531] (II) No input driver specified, ignoring this device.
[ 8.531] (II) This device may have been added with another device file.
[ 8.532] (II) config/udev: Adding input device HD-Audio Generic Front Mic (/dev/input/event7)
[ 8.532] (II) No input driver specified, ignoring this device.
[ 8.532] (II) This device may have been added with another device file.
[ 8.532] (II) config/udev: Adding input device HD-Audio Generic Rear Mic (/dev/input/event8)
[ 8.532] (II) No input driver specified, ignoring this device.
[ 8.532] (II) This device may have been added with another device file.
[ 8.533] (II) config/udev: Adding input device HD-Audio Generic Line (/dev/input/event9)
[ 8.533] (II) No input driver specified, ignoring this device.
[ 8.533] (II) This device may have been added with another device file.
[ 8.534] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
[ 8.534] (II) No input driver specified, ignoring this device.
[ 8.534] (II) This device may have been added with another device file.
[ 8.544] (**) BY Tech Gaming Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 8.544] (**) BY Tech Gaming Keyboard Consumer Control: Applying InputClass "system-keyboard"
[ 8.544] (II) Using input driver 'libinput' for 'BY Tech Gaming Keyboard Consumer Control'
[ 8.544] (**) BY Tech Gaming Keyboard Consumer Control: always reports core events
[ 8.544] (**) Option "Device" "/dev/input/event18"
[ 8.544] (II) libinput: BY Tech Gaming Keyboard Consumer Control: is a virtual subdevice
[ 8.544] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:01:00.0/usb1/1-2/1-2:1.1/0003:258A:010C.0004/input/input20/event18"
[ 8.544] (II) XINPUT: Adding extended input device "BY Tech Gaming Keyboard Consumer Control" (type: KEYBOARD, id 15)
[ 8.544] (**) Option "xkb_model" "pc105+inet"
[ 8.544] (**) Option "xkb_layout" "us"
[ 8.544] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 8.544] (**) Logitech G502 X Keyboard: Applying InputClass "libinput keyboard catchall"
[ 8.544] (**) Logitech G502 X Keyboard: Applying InputClass "system-keyboard"
[ 8.544] (II) Using input driver 'libinput' for 'Logitech G502 X Keyboard'
[ 8.544] (**) Logitech G502 X Keyboard: always reports core events
[ 8.544] (**) Option "Device" "/dev/input/event15"
[ 8.544] (II) libinput: Logitech G502 X Keyboard: is a virtual subdevice
[ 8.544] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:06:00.3/usb5/5-1/5-1:1.1/0003:046D:C099.0002/input/input15/event15"
[ 8.544] (II) XINPUT: Adding extended input device "Logitech G502 X Keyboard" (type: KEYBOARD, id 16)
[ 8.545] (**) Option "xkb_model" "pc105+inet"
[ 8.545] (**) Option "xkb_layout" "us"
[ 8.545] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 92.245] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 92.245] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 92.245] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[ 92.245] (--) NVIDIA(GPU-0):
[ 92.245] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 92.245] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[ 92.245] (--) NVIDIA(GPU-0): DFP-1: 2660.0 MHz maximum pixel clock
[ 92.245] (--) NVIDIA(GPU-0):
[ 92.246] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 92.246] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 92.246] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 92.246] (--) NVIDIA(GPU-0):
[ 92.246] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 92.246] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[ 92.246] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[ 92.246] (--) NVIDIA(GPU-0):
[ 92.249] (--) NVIDIA(GPU-0): Asustek Computer Inc VG30VQL1A (DFP-4): connected
[ 92.249] (--) NVIDIA(GPU-0): Asustek Computer Inc VG30VQL1A (DFP-4): Internal DisplayPort
[ 92.249] (--) NVIDIA(GPU-0): Asustek Computer Inc VG30VQL1A (DFP-4): 2660.0 MHz maximum pixel clock
[ 92.249] (--) NVIDIA(GPU-0):
[ 92.252] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 92.252] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[ 92.252] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[ 92.252] (--) NVIDIA(GPU-0):
[ 92.252] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 92.252] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 92.252] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[ 92.252] (--) NVIDIA(GPU-0):
[ 92.252] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 92.252] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[ 92.252] (--) NVIDIA(GPU-0): DFP-1: 2660.0 MHz maximum pixel clock
[ 92.252] (--) NVIDIA(GPU-0):
[ 92.253] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 92.253] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 92.253] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 92.253] (--) NVIDIA(GPU-0):
[ 92.253] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 92.253] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[ 92.253] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[ 92.253] (--) NVIDIA(GPU-0):
[ 92.255] (--) NVIDIA(GPU-0): Asustek Computer Inc VG30VQL1A (DFP-4): connected
[ 92.255] (--) NVIDIA(GPU-0): Asustek Computer Inc VG30VQL1A (DFP-4): Internal DisplayPort
[ 92.255] (--) NVIDIA(GPU-0): Asustek Computer Inc VG30VQL1A (DFP-4): 2660.0 MHz maximum pixel clock
[ 92.255] (--) NVIDIA(GPU-0):
[ 92.258] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 92.258] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[ 92.258] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[ 92.258] (--) NVIDIA(GPU-0):
[ 92.294] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 92.294] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 92.294] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[ 92.294] (--) NVIDIA(GPU-0):
[ 92.294] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 92.294] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[ 92.294] (--) NVIDIA(GPU-0): DFP-1: 2660.0 MHz maximum pixel clock
[ 92.294] (--) NVIDIA(GPU-0):
[ 92.294] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 92.294] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 92.294] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 92.294] (--) NVIDIA(GPU-0):
[ 92.294] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 92.294] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[ 92.294] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[ 92.295] (--) NVIDIA(GPU-0):
[ 92.297] (--) NVIDIA(GPU-0): Asustek Computer Inc VG30VQL1A (DFP-4): connected
[ 92.297] (--) NVIDIA(GPU-0): Asustek Computer Inc VG30VQL1A (DFP-4): Internal DisplayPort
[ 92.297] (--) NVIDIA(GPU-0): Asustek Computer Inc VG30VQL1A (DFP-4): 2660.0 MHz maximum pixel clock
[ 92.297] (--) NVIDIA(GPU-0):
[ 92.300] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 92.300] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[ 92.300] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[ 92.300] (--) NVIDIA(GPU-0):
[ 92.788] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 92.788] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 92.788] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[ 92.788] (--) NVIDIA(GPU-0):
[ 92.788] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 92.788] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[ 92.788] (--) NVIDIA(GPU-0): DFP-1: 2660.0 MHz maximum pixel clock
[ 92.788] (--) NVIDIA(GPU-0):
[ 92.789] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 92.789] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 92.789] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 92.789] (--) NVIDIA(GPU-0):
[ 92.789] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 92.789] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[ 92.789] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[ 92.789] (--) NVIDIA(GPU-0):
[ 92.792] (--) NVIDIA(GPU-0): Asustek Computer Inc VG30VQL1A (DFP-4): connected
[ 92.792] (--) NVIDIA(GPU-0): Asustek Computer Inc VG30VQL1A (DFP-4): Internal DisplayPort
[ 92.792] (--) NVIDIA(GPU-0): Asustek Computer Inc VG30VQL1A (DFP-4): 2660.0 MHz maximum pixel clock
[ 92.792] (--) NVIDIA(GPU-0):
[ 92.795] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 92.795] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[ 92.795] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[ 92.795] (--) NVIDIA(GPU-0):
[ 93.057] (II) NVIDIA(0): Setting mode "DP-2: 2560x1080_200 @2560x1080 +0+0 {ViewPortIn=2560x1080, ViewPortOut=2560x1080+0+0}"
[ 93.575] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 93.575] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 93.575] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[ 93.575] (--) NVIDIA(GPU-0):
[ 93.575] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 93.575] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[ 93.575] (--) NVIDIA(GPU-0): DFP-1: 2660.0 MHz maximum pixel clock
[ 93.575] (--) NVIDIA(GPU-0):
[ 93.575] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 93.575] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 93.575] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 93.575] (--) NVIDIA(GPU-0):
[ 93.576] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 93.576] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[ 93.576] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[ 93.576] (--) NVIDIA(GPU-0):
[ 93.577] (--) NVIDIA(GPU-0): Asustek Computer Inc VG30VQL1A (DFP-4): connected
[ 93.577] (--) NVIDIA(GPU-0): Asustek Computer Inc VG30VQL1A (DFP-4): Internal DisplayPort
[ 93.577] (--) NVIDIA(GPU-0): Asustek Computer Inc VG30VQL1A (DFP-4): 2660.0 MHz maximum pixel clock
[ 93.577] (--) NVIDIA(GPU-0):
[ 93.579] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 93.579] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[ 93.579] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[ 93.579] (--) NVIDIA(GPU-0):
[ 93.928] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 93.928] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 93.928] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[ 93.928] (--) NVIDIA(GPU-0):
[ 93.928] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 93.928] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[ 93.928] (--) NVIDIA(GPU-0): DFP-1: 2660.0 MHz maximum pixel clock
[ 93.928] (--) NVIDIA(GPU-0):
[ 93.928] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 93.928] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 93.928] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 93.928] (--) NVIDIA(GPU-0):
[ 93.928] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 93.928] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[ 93.928] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[ 93.928] (--) NVIDIA(GPU-0):
[ 93.929] (--) NVIDIA(GPU-0): Asustek Computer Inc VG30VQL1A (DFP-4): connected
[ 93.929] (--) NVIDIA(GPU-0): Asustek Computer Inc VG30VQL1A (DFP-4): Internal DisplayPort
[ 93.929] (--) NVIDIA(GPU-0): Asustek Computer Inc VG30VQL1A (DFP-4): 2660.0 MHz maximum pixel clock
[ 93.929] (--) NVIDIA(GPU-0):
[ 93.932] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 93.932] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[ 93.932] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[ 93.932] (--) NVIDIA(GPU-0):
actually i tried the fix of Ralf, and i thought it did work but didnt.
Offline
"ibt=off" isn't required since ages, but please enable https://wiki.archlinux.org/title/NVIDIA … de_setting - use the "nvidia_drm.modeset=1" kernel parameter (modprobe.conf won't do!) so
[ 6.414] (II) Platform probe for /sys/devices/pci0000:00/0000:00:03.1/0000:04:00.0/simple-framebuffer.0/drm/card0
we can get rid of that thing and
[ 6.411] (==) Using config file: "/etc/X11/xorg.conf"
remove that file.
the browser directly closes itself with a window saying that firefox crashed
There's gonna be a stacktrace of that in either coredumpctl or at least the system journal or FF offers you to post some debug information?
Offline
use the "nvidia_drm.modeset=1" kernel parameter (modprobe.conf won't do!)
i enable it with the "grub_cmdline_linux_default" and i get the Y with
# cat /sys/module/nvidia_drm/parameters/modeset
so its added, and then i removed the xorg.conf
what should i do now?
Offline
Make sure the "simple-framebuffer" device no longer shows up in your xorg log and wait for the next crash - ideally not brave.
Do you get chromium to crash like brave does?
Offline
Sorry I saw it wrong(edited)
Last edited by HenTaku030 (2024-09-18 15:21:59)
Offline
Do you get chromium to crash like brave does?
i've never installed chromium, but im using firefox and didnt crashed so far. i could try chromium but i would be fine using firefox.
Offline
The subject says "web browsers in general" - is it actually or just brave?
The thing about chromium is that brave is a binary-only chromium derivate.
If the same peoblem affects chromium, we'll hopefully get a better backtrace.
If it *exclusively* affects brave, you might face some ABI incompatibility.
Is brave one of those, https://aur.archlinux.org/packages?K=brave or some snapdockflatschpak container?
Have you tried one of the others AUR packages (nightly/beta) and/or is your current installation at least up-to-date?
Offline
The subject says "web browsers in general" - is it actually or just brave?
well maybe i didnt make myself clear, firefox used to crash a lot, then i moved to brave and crashes even more, i didnt tried chromium yet so i cant tell if it crashes or not, sorry for the misunderstanding
Is brave one of those, https://aur.archlinux.org/packages?K=brave or some snapdockflatschpak container?
its installed using the package brave-bin in the AUR, i could try the nightly build, or try chromium for testing
im sorry, i didnt covered all my options before posting. i'll keep in mind before posting
Offline
firefox used to crash a lot
im using firefox and didnt crashed so far
Offline
i know its sounds very confusing, look:
in the very beginning firefox used to crash a lot, then i did this
use the "nvidia_drm.modeset=1" kernel parameter (modprobe.conf won't do!)
and then firefox stopped crashing, so that fix worked, but didnt work for brave, that's why i kept replying, i want to use brave too for html development purposes.
Offline