You are not logged in.

#1 2025-05-29 11:56:27

bettyblue
Member
Registered: 2025-02-08
Posts: 14

[SOLVED] Firefox crashes in full screen if hardware acc is enabled

Hi,

Entering full screen mode on e.g. YouTube or Twitch videos crashes Firefox if hardware acceleration is enabled. Disabling hardware acceleration fixes the issue.

I can see the following output in terminal:

[GFX1-]: (gnome) Wayland protocol error: [destroyed object]: error 7: failed to import supplied dmabufs: Could not bind the given EGLImage to a CoglTexture2D

ExceptionHandler::GenerateDump attempting to generate:/home/xxx/.mozilla/firefox/ipxar0kw.default-release/minidumps/6f667667-cbd3-f68b-512f-2163b7b23d6b.dmp
ExceptionHandler::GenerateDump cloned child 12153
ExceptionHandler::SendContinueSignalToChild sent continue signal to child
ExceptionHandler::WaitForContinueSignal waiting for continue signal...
ExceptionHandler::GenerateDump minidump generation succeeded
Exiting due to channel error.
Exiting due to channel error.
Exiting due to channel error.
Exiting due to channel error.
Exiting due to channel error.
Exiting due to channel error.
Exiting due to channel error.
Exiting due to channel error.

My graphics card is GeForce RTX 3060 Ti Lite Hash Rate and I have nvidia drivers installed.

Anyone have any ideas what I could investigate to narrow the problem down?

Thanks.

SOLUTION: I'm a dumbass and connected my display port to the integrated graphics card rather than my 3060.

Last edited by bettyblue (2025-05-30 22:17:03)

Offline

#2 2025-05-29 12:01:31

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 14,487

Re: [SOLVED] Firefox crashes in full screen if hardware acc is enabled

My graphics card is GeForce RTX 3060 Ti Lite Hash Rate and I have nvidia drivers installed.

are you using nvida or nvidia-open ?


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

Offline

#3 2025-05-29 12:07:02

bettyblue
Member
Registered: 2025-02-08
Posts: 14

Re: [SOLVED] Firefox crashes in full screen if hardware acc is enabled

Lone_Wolf wrote:

My graphics card is GeForce RTX 3060 Ti Lite Hash Rate and I have nvidia drivers installed.

are you using nvida or nvidia-open ?

I am using nvidia. Followed installation guidelines on https://wiki.archlinux.org/title/NVIDIA

Offline

#4 2025-05-29 12:25:57

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 14,487

Re: [SOLVED] Firefox crashes in full screen if hardware acc is enabled

The table there can be confusing.

Your RTX 3060 Ti is from the NV170 ampere family which is the generation after Turing.
In july 2024 nvidia posted this :

https://developer.nvidia.com/blog/nvidia-transitions-fully-towards-open-source-gpu-kernel-modules/ wrote:

For newer GPUs from the Turing, Ampere, Ada Lovelace, or Hopper architectures, NVIDIA recommends switching to the open-source GPU kernel modules.

Please switch to nvidia-open driver.


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

Offline

#5 2025-05-29 12:43:49

bettyblue
Member
Registered: 2025-02-08
Posts: 14

Re: [SOLVED] Firefox crashes in full screen if hardware acc is enabled

Lone_Wolf wrote:

The table there can be confusing.

Your RTX 3060 Ti is from the NV170 ampere family which is the generation after Turing.
In july 2024 nvidia posted this :

https://developer.nvidia.com/blog/nvidia-transitions-fully-towards-open-source-gpu-kernel-modules/ wrote:

For newer GPUs from the Turing, Ampere, Ada Lovelace, or Hopper architectures, NVIDIA recommends switching to the open-source GPU kernel modules.

Please switch to nvidia-open driver.


Yeah, the table is a bit misleading on that Wiki page. Ok, I installed nvidia-open and rebooted my computer.

➜ sudo dmesg | grep -i nvidia
[    5.233543] nvidia: loading out-of-tree module taints kernel.
[    5.233550] nvidia: module verification failed: signature and/or required key missing - tainting kernel
[    5.278369] nvidia-nvlink: Nvlink Core is being initialized, major device number 238
[    5.279144] nvidia 0000:01:00.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=none
[    5.326346] NVRM: loading NVIDIA UNIX Open Kernel Module for x86_64  570.153.02  Release Build  (archlinux-builder@echo archlinux)  
[    5.507066] nvidia-modeset: Loading NVIDIA UNIX Open Kernel Mode Setting Driver for x86_64  570.153.02  Release Build  (archlinux-builder@echo archlinux)  
[    5.509980] [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
[    5.541144] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0/input13
[    5.541184] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0/input14
[    5.541221] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0/input15
[    5.541252] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0/input16
[    6.943112] [drm] Initialized nvidia-drm 0.0.0 for 0000:01:00.0 on minor 0
[    6.943118] nvidia 0000:01:00.0: vgaarb: deactivate vga console
[    6.944100] nvidia 0000:01:00.0: [drm] Cannot find any crtc or sizes

Firefox still crashes when entering full screen mode:

➜ firefox
[GFX1-]: (gnome) Wayland protocol error: [destroyed object]: error 7: failed to import supplied dmabufs: Could not bind the given EGLImage to a CoglTexture2D

ExceptionHandler::GenerateDump attempting to generate:/home/xxx/.mozilla/firefox/ipxar0kw.default-release/minidumps/579c9a76-986d-bd28-2be6-fa41eafb5963.dmp
ExceptionHandler::GenerateDump cloned child 5626
ExceptionHandler::WaitForContinueSignal waiting for continue signal...
ExceptionHandler::SendContinueSignalToChild sent continue signal to child
ExceptionHandler::GenerateDump minidump generation succeeded
Exiting due to channel error.
Exiting due to channel error.
Exiting due to channel error.
Exiting due to channel error.
Exiting due to channel error.
Exiting due to channel error.
Exiting due to channel error.
Exiting due to channel error.

Offline

#6 2025-05-29 14:42:52

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 71,023

Re: [SOLVED] Firefox crashes in full screen if hardware acc is enabled

137+ regression?
https://bbs.archlinux.org/viewtopic.php?id=305000

Does FF leave behind a https://wiki.archlinux.org/title/Core_d … _core_dump ?
Can you play videos w/

mpv -vo gpu --hwdec=vaapi /home/xxx/means/its/porn.mp4

?

Offline

#7 2025-05-29 15:38:54

bettyblue
Member
Registered: 2025-02-08
Posts: 14

Re: [SOLVED] Firefox crashes in full screen if hardware acc is enabled

seth wrote:

137+ regression?
https://bbs.archlinux.org/viewtopic.php?id=305000

Does FF leave behind a https://wiki.archlinux.org/title/Core_d … _core_dump ?
Can you play videos w/

mpv -vo gpu --hwdec=vaapi /home/xxx/means/its/porn.mp4

?

I replicated this problem multiple times today, but

coredumpctl list

does not show any core dumps from Firefox from today.

I can play videos with mpv:

~/Videos 
➜ mpv -vo gpu --hwdec=vaapi Top.Gun.Maverick.2022.BDRip.x264.AAC.LT.EN.RU.LTSubs-Morpheus.mkv 
● Video  --vid=1  --vlang=eng  (h264 1920x1012 23.976 fps) [default]
● Audio  --aid=1  --alang=lit  '[SDI Media]' (aac 6ch 48000 Hz) [default]
○ Audio  --aid=2  --alang=eng  (aac 6ch 48000 Hz)
○ Audio  --aid=3  --alang=rus  (aac 6ch 48000 Hz)
○ Subs   --sid=1  --slang=lit  'prof.' (subrip)
○ Subs   --sid=2  --slang=eng  (subrip)
File tags:
 Title: Top Gun: Maverick (2022)-Morpheus
AO: [pipewire] 48000Hz 5.1 6ch floatp
VO: [gpu] 1920x1012 yuv420p
[ffmpeg/audio] aac: env_facs_q 255 is invalid
AV: 00:31:17 / 02:10:14 (24%) A-V:  0.000
Exiting... (Quit)

Offline

#8 2025-05-29 16:26:25

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 71,023

Re: [SOLVED] Firefox crashes in full screen if hardware acc is enabled

VO: [gpu] 1920x1012 yuv420p

doesn't indicate hw acceleration (let alone vaapi) is used.

vainfo

and you can check "nvidia-smi" to see whether the GPU is involved there (the process will likely use it no matter what, the question is whether also for video decoding)

Offline

#9 2025-05-29 16:39:37

bettyblue
Member
Registered: 2025-02-08
Posts: 14

Re: [SOLVED] Firefox crashes in full screen if hardware acc is enabled

seth wrote:

VO: [gpu] 1920x1012 yuv420p

doesn't indicate hw acceleration (let alone vaapi) is used.

vainfo

and you can check "nvidia-smi" to see whether the GPU is involved there (the process will likely use it no matter what, the question is whether also for video decoding)

nvidia-smi:

➜ nvidia-smi
Thu May 29 18:32:29 2025       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 570.153.02             Driver Version: 570.153.02     CUDA Version: 12.8     |
|-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA GeForce RTX 3060 Ti     Off |   00000000:01:00.0 Off |                  N/A |
| 54%   47C    P8             10W /  240W |     715MiB /   8192MiB |      0%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+
                                                                                         
+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A            1291      G   /usr/bin/gnome-shell                    226MiB |
|    0   N/A  N/A            1410      G   /usr/bin/Xwayland                         4MiB |
|    0   N/A  N/A            1848      G   /opt/zen-browser-bin/zen-bin              4MiB |
|    0   N/A  N/A           24911      G   /usr/lib/firefox/firefox                204MiB |
|    0   N/A  N/A           36673    C+G   mpv                                     128MiB |
+-----------------------------------------------------------------------------------------+

I have also just noticed that Firefox creates its own crash dmp files under "/home/xxx/.mozilla/firefox/Crash Reports/pending".

Running "minidump-stackwalk" on the dump file shows:

Operating system: Linux
                  6.14.7-arch2-1 #1 SMP PREEMPT_DYNAMIC Thu, 22 May 2025 05:37:49 +0000
CPU: amd64
     family 6 model 151 stepping 2
     16 CPUs
Linux arch  -  (Arch Linux)

Crash reason:  SIGSEGV / SEGV_MAPERR
Crash address: 0x0000000000000000 **
    ** Null pointer detected with offset: 0x0000000000000000
Crashing instruction: `mov qword [r14], rax`
Memory accessed by instruction:
  0. Address: 0x0000000000000000
     Size: 8
     Access type: Write
No instruction pointer update by instruction
Process uptime: not available

Linux memory map count: 2543

Thread 0 firefox (crashed) - tid: 22596
 0  libxul.so!MOZ_CrashSequence(void*, long) [Assertions.h : 248]
    Found by: inlining
 1  libxul.so!MOZ_Crash(char const*, int, char const*) [Assertions.h : 381]
    Found by: inlining
 2  libxul.so!mozilla::widget::WlLogHandler(char const*, __va_list_tag*) [nsWaylandDisplay.cpp : 634 + 0xf]
     rax = 0x000000000000027c    rdx = 0x0000000000000013
     rcx = 0x00005630cf293d50    rbx = 0x00007ff23002cf30
     rsi = 0x00007ff1e6f4d420    rdi = 0x00007fff9159cd50
     rbp = 0x00007fff9159d940    rsp = 0x00007fff9159d2c0
      r8 = 0x00005630cf1e0890     r9 = 0x0000000000000000
     r10 = 0x0000000000000000    r11 = 0x00005630cf1e75d0
     r12 = 0x00007ff2300e1370    r13 = 0x0000000000000007
     r14 = 0x0000000000000000    r15 = 0x00007fff9159d2c8
     rip = 0x00007ff228460c67
    Found by: given as instruction pointer in context
 3  libwayland-client.so.0!wl_log [wayland-util.c : 463 + 0x5]
     rbx = 0x0000000000000000    rbp = 0x00007fff9159d940
     rsp = 0x00007fff9159d870    r12 = 0x00007ff2300e1370
     r13 = 0x0000000000000007    r14 = 0x00007fff9159db60
     r15 = 0x00007ff1e95beab0    rip = 0x00007ff2302044fe
    Found by: call frame info
 4  libwayland-client.so.0!display_handle_error [wayland-client.c : 1099 + 0x12]
     rbx = 0x0000000000000000    rbp = 0x00007fff9159d990
     rsp = 0x00007fff9159d950    r12 = 0x00007ff2300e1370
     r13 = 0x0000000000000007    r14 = 0x00007fff9159db60
     r15 = 0x00007ff1e95beab0    rip = 0x00007ff230204aab
    Found by: call frame info
 5  libffi.so.8!ffi_call_unix64 [unix64.S : 104 + 0x2]
     rbx = 0x00007fff9159dba8    rbp = 0x00007fff9159d9a0
     rsp = 0x00007fff9159d9a0    r12 = 0x00007fff9159d9a0
     r13 = 0x00007fff9159dc58    r14 = 0x00007fff9159db60
     r15 = 0x00007ff1e95beab0    rip = 0x00007ff22d5b9976
    Found by: call frame info
 6  libffi.so.8!ffi_call_int [ffi64.c : 676 + 0x1c]
     rbx = 0x00007fff9159dba8    rbp = 0x00007fff9159dab0
     rsp = 0x00007fff9159d9c0    r12 = 0x00007fff9159d9a0
     r13 = 0x00007fff9159dc58    r14 = 0x00007fff9159db60
     r15 = 0x00007ff1e95beab0    rip = 0x00007ff22d5b613c
    Found by: call frame info
 7  libffi.so.8!ffi_call [ffi64.c : 713 + 0x13]
     rbx = 0x0000000000000005    rbp = 0x00007fff9159db20
     rsp = 0x00007fff9159dac0    r12 = 0x0000000000000005
     r13 = 0x00007fff9159db80    r14 = 0x00007fff9159db60
     r15 = 0x0000000000000010    rip = 0x00007ff22d5b8f0e
    Found by: call frame info
 8  libwayland-client.so.0!wl_closure_invoke [connection.c : 1228 + 0x11]
     rbx = 0x00007ff1e95bea80    rbp = 0x00007fff9159dd20
     rsp = 0x00007fff9159db30    r12 = 0x00007fff9159db60
     r13 = 0x00007fff9159dc58    r14 = 0x00007fff9159db98
     r15 = 0x00007ff1e95beab0    rip = 0x00007ff230205910
    Found by: call frame info
 9  libwayland-client.so.0!dispatch_event [wayland-client.c : 1674 + 0x11]
     rbx = 0x00007ff1e95beb38    rbp = 0x00007fff9159dd80
     rsp = 0x00007fff9159dd30    r12 = 0x00007ff2300e1498
     r13 = 0x00007ff2300e1438    r14 = 0x00007ff1e95bea80
     r15 = 0x00007ff2300e1370    rip = 0x00007ff230206199
    Found by: call frame info
10  libwayland-client.so.0!dispatch_queue [wayland-client.c : 1813]
    Found by: inlining
11  libwayland-client.so.0!wl_display_dispatch_queue_pending [wayland-client.c : 2062 + 0x1f]
     rbx = 0x00007ff2300e1370    rbp = 0x00007fff9159ddd0
     rsp = 0x00007fff9159dd90    r12 = 0x0000000000000000
     r13 = 0x00007ff2300e1438    r14 = 0x00007ff2300e1468
     r15 = 0x00007ff2300e1498    rip = 0x00007ff23020654b
    Found by: call frame info
12  libgdk-3.so.0!_gdk_wayland_display_queue_events [gdkeventsource.c : 201 + 0xc]
     rbx = 0x00007ff22092be80    rbp = 0x00007fff9159ddf0
     rsp = 0x00007fff9159dde0    r12 = 0x00007ff230036900
     r13 = 0x00007ff22e0e8ff7    r14 = 0x0000000000000000
     r15 = 0x00007ff230003a70    rip = 0x00007ff22e16dfc1
    Found by: call frame info
13  libgdk-3.so.0!gdk_display_get_event [gdkdisplay.c : 442 + 0xa]
     rbx = 0x00007ff230036c00    rbp = 0x00007fff9159de10
     rsp = 0x00007fff9159de00    r12 = 0x00007ff230036900
     r13 = 0x00007ff22e0e8ff7    r14 = 0x0000000000000000
     r15 = 0x00007ff230003a70    rip = 0x00007ff22e13829b
    Found by: call frame info
14  libgdk-3.so.0!gdk_event_source_dispatch [gdkeventsource.c : 120 + 0x8]
     rbx = 0x00007ff230036c00    rbp = 0x00007fff9159de30
     rsp = 0x00007fff9159de20    r12 = 0x0000000000000000
     r13 = 0x00007ff22e0e8ff7    r14 = 0x0000000000000000
     r15 = 0x00007ff230003a70    rip = 0x00007ff22e1768a0
    Found by: call frame info
15  libglib-2.0.so.0!g_main_dispatch [gmain.c : 3398 + 0x2]
     rbx = 0x00007ff22092be80    rbp = 0x00007fff9159dee0
     rsp = 0x00007fff9159de40    r12 = 0x0000000000000000
     r13 = 0x00007ff22e0e8ff7    r14 = 0x0000000000000000
     r15 = 0x00007ff230003a70    rip = 0x00007ff22e01c87d
    Found by: call frame info
16  libglib-2.0.so.0!g_main_context_dispatch_unlocked [gmain.c : 4249]
    Found by: inlining
17  libglib-2.0.so.0!g_main_context_iterate_unlocked [gmain.c : 4314 + 0x16]
     rbx = 0x00007ff2300df390    rbp = 0x00007fff9159df80
     rsp = 0x00007fff9159def0    r12 = 0x0000000000000001
     r13 = 0x0000000000000001    r14 = 0x0000000000000004
     r15 = 0x00007ff213faca40    rip = 0x00007ff22e01dcd7
    Found by: call frame info
18  libglib-2.0.so.0!g_main_context_iteration [gmain.c : 4379 + 0x15]
     rbx = 0x00007ff2300df390    rbp = 0x00007fff9159dfa0
     rsp = 0x00007fff9159df90    r12 = 0x0000000000000001
     r13 = 0x00007ff21d4b4488    r14 = 0x0000000000000000
     r15 = 0x00007ff2306ed9a0    rip = 0x00007ff22e01dee5
    Found by: call frame info
19  libxul.so!nsAppShell::ProcessNextNativeEvent(bool) [nsAppShell.cpp : 561]
    Found by: inlining
20  libxul.so!nsBaseAppShell::DoProcessNextNativeEvent(bool) [nsBaseAppShell.cpp : 131]
    Found by: inlining
21  libxul.so!nsBaseAppShell::OnProcessNextEvent(nsIThreadInternal*, bool) [nsBaseAppShell.cpp : 267]
    Found by: inlining
22  libxul.so!{virtual override thunk({offset(-8)}, nsBaseAppShell::OnProcessNextEvent(nsIThreadInternal*, bool))} [nsBaseAppShell.cpp : 0]
    Found by: inlining
23  libxul.so!nsThread::ProcessNextEvent(bool, bool*) [nsThread.cpp : 1098]
    Found by: inlining
24  libxul.so!NS_ProcessNextEvent(nsIThread*, bool) [nsThreadUtils.cpp : 480 + 0x37d]
     rbx = 0x00007ff2300fbf80    rbp = 0x0000000000000000
     rsp = 0x00007fff9159dfb0    r12 = 0x00007ff223dfe0b0
     r13 = 0x00007ff21d4b4488    r14 = 0x0000000000000000
     r15 = 0x00007ff2306ed9a0    rip = 0x00007ff223df9b08
    Found by: call frame info
25  libxul.so!mozilla::ipc::MessagePump::Run(base::MessagePump::Delegate*) [MessagePump.cpp : 107 + 0x9]
     rbx = 0x00007ff21d443880    rbp = 0x0000000000000000
     rsp = 0x00007fff9159e1f0    r12 = 0x00005630cf283ce0
     r13 = 0x00007ff21d4438a0    r14 = 0x00007ff23005f200
     r15 = 0x0000000000000000    rip = 0x00007ff223df80e5
    Found by: call frame info
26  libxul.so!MessageLoop::RunInternal() [message_loop.cc : 369]
    Found by: inlining
27  libxul.so!MessageLoop::RunHandler() [message_loop.cc : 362]
    Found by: inlining
28  libxul.so!MessageLoop::Run() [message_loop.cc : 344]
    Found by: inlining
29  libxul.so!nsBaseAppShell::Run() [nsBaseAppShell.cpp : 148 + 0x3e]
     rbx = 0x00007ff21d4b4480    rbp = 0x0000000000000000
     rsp = 0x00007fff9159e3a0    r12 = 0x00007ff217df1100
     r13 = 0x00007fff9159e490    r14 = 0x00007ff2300fbf80
     r15 = 0x00007fff9159e3a8    rip = 0x00007ff2257c8dee
    Found by: call frame info
30  libxul.so!nsAppShell::Run() [nsAppShell.cpp : 539 + 0x4]
     rbx = 0x00007ff21d343a20    rbp = 0x0000000080004005
     rsp = 0x00007fff9159e3f0    r12 = 0x00007ff217df1100
     r13 = 0x00007fff9159e490    r14 = 0x00005630cf293ce8
     r15 = 0x00007ff21d4b4480    rip = 0x00007ff2257c8bfe
    Found by: call frame info
31  libxul.so!nsAppStartup::Run() [nsAppStartup.cpp : 291 + 0x5]
     rbx = 0x00007ff217df1100    rbp = 0x0000000080004005
     rsp = 0x00007fff9159e430    r12 = 0x00007ff217df1100
     r13 = 0x00007fff9159e490    r14 = 0x00007ff21d492040
     r15 = 0x00007ff2209ea610    rip = 0x00007ff2257926b5
    Found by: call frame info
32  libxul.so!XREMain::XRE_mainRun() [nsAppRunner.cpp : 5891 + 0x9]
     rbx = 0x0000000000000001    rbp = 0x0000000080004005
     rsp = 0x00007fff9159e460    r12 = 0x00007ff217df1100
     r13 = 0x00007fff9159e490    r14 = 0x00007ff21d492040
     r15 = 0x00007ff2209ea610    rip = 0x00007ff225d22189
    Found by: call frame info
33  libxul.so!XREMain::XRE_main(int, char**, mozilla::BootstrapConfig const&) [nsAppRunner.cpp : 6136 + 0x7]
     rbx = 0x00007fff9159e5f0    rbp = 0x0000000000000001
     rsp = 0x00007fff9159e580    r12 = 0x00007ff2300c03a0
     r13 = 0x00007ff23002d9d0    r14 = 0x00007ff220931128
     r15 = 0x0000000000000000    rip = 0x00007ff225d20a4c
    Found by: call frame info
34  libxul.so!XRE_main(int, char**, mozilla::BootstrapConfig const&) [nsAppRunner.cpp : 6209 + 0x7]
     rbx = 0x00007fff9159f938    rbp = 0x0000000000000003
     rsp = 0x00007fff9159e5f0    r12 = 0x0000000000000000
     r13 = 0x0000000000000001    r14 = 0x00007fff9159e5f0
     r15 = 0x00007fff9159f928    rip = 0x00007ff225d1f07d
    Found by: call frame info
35  firefox!do_main(int, char**, char**) [nsBrowserApp.cpp : 232]
    Found by: inlining
36  firefox!main [nsBrowserApp.cpp : 464 + 0x75]
     rbx = 0x00007fff9159f938    rbp = 0x0000000000000003
     rsp = 0x00007fff9159e7b0    r12 = 0x0000000000000000
     r13 = 0x0000000000000001    r14 = 0x0000000000000001
     r15 = 0x00007fff9159f928    rip = 0x00005630cf24cfd3
    Found by: call frame info
37  libc.so.6!__libc_start_call_main [libc_start_call_main.h : 58 + 0x16]
     rbx = 0x0000000000000000    rbp = 0x00007fff9159f8a0
     rsp = 0x00007fff9159f810    r12 = 0x00007fff9159f928
     r13 = 0x0000000000000001    r14 = 0x00007ff2308c2000
     r15 = 0x00005630cf28ef90    rip = 0x00007ff2302376b5
    Found by: call frame info
38  libc.so.6!__libc_start_main_alias_2 [libc-start.c : 360 + 0xe]
     rbx = 0x0000000000000000    rbp = 0x00007fff9159f900
     rsp = 0x00007fff9159f8b0    r12 = 0x00007fff9159f928
     r13 = 0x0000000000000001    r14 = 0x00007ff2308c2000
     r15 = 0x00005630cf28ef90    rip = 0x00007ff230237769
    Found by: call frame info
39  firefox!_start + 0x24
     rbx = 0x0000000000000000    rbp = 0x0000000000000000
     rsp = 0x00007fff9159f910    r12 = 0x00005630cf250930
     r13 = 0x00007fff9159f920    r14 = 0x0000000000000000
     r15 = 0x0000000000000000    rip = 0x00005630cf250955
    Found by: call frame info
40  0x7fff9159f917
     rbx = 0x0000000000000000    rbp = 0x0000000000000000
     rsp = 0x00007fff9159f918    r12 = 0x00005630cf250930
     r13 = 0x00007fff9159f920    r14 = 0x0000000000000000
     r15 = 0x0000000000000000    rip = 0x00007fff9159f918
    Found by: call frame info

Looks like a null pointer dereference in libxul.so library?

Last edited by bettyblue (2025-05-29 17:23:15)

Offline

#10 2025-05-30 07:07:08

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 71,023

Re: [SOLVED] Firefox crashes in full screen if hardware acc is enabled

I suspect the money is in

3  libwayland-client.so.0!wl_log [wayland-util.c : 463 + 0x5]
     rbx = 0x0000000000000000    rbp = 0x00007fff9159d940
     rsp = 0x00007fff9159d870    r12 = 0x00007ff2300e1370
     r13 = 0x0000000000000007    r14 = 0x00007fff9159db60
     r15 = 0x00007ff1e95beab0    rip = 0x00007ff2302044fe
    Found by: call frame info
 4  libwayland-client.so.0!display_handle_error [wayland-client.c : 1099 + 0x12]
     rbx = 0x0000000000000000    rbp = 0x00007fff9159d990
     rsp = 0x00007fff9159d950    r12 = 0x00007ff2300e1370
     r13 = 0x0000000000000007    r14 = 0x00007fff9159db60
     r15 = 0x00007ff1e95beab0    rip = 0x00007ff230204aab

Does this happen w/ gnome on X11 (nb. that apparently mutter 48.3-1 has a bug stealing your mouse in X11 contexts, make sure to use 48.3-2) resp. some other wayland compositor (weston, sway, hyprland, enlightnement…)?

Offline

#11 2025-05-30 14:04:32

bettyblue
Member
Registered: 2025-02-08
Posts: 14

Re: [SOLVED] Firefox crashes in full screen if hardware acc is enabled

seth wrote:

I suspect the money is in

3  libwayland-client.so.0!wl_log [wayland-util.c : 463 + 0x5]
     rbx = 0x0000000000000000    rbp = 0x00007fff9159d940
     rsp = 0x00007fff9159d870    r12 = 0x00007ff2300e1370
     r13 = 0x0000000000000007    r14 = 0x00007fff9159db60
     r15 = 0x00007ff1e95beab0    rip = 0x00007ff2302044fe
    Found by: call frame info
 4  libwayland-client.so.0!display_handle_error [wayland-client.c : 1099 + 0x12]
     rbx = 0x0000000000000000    rbp = 0x00007fff9159d990
     rsp = 0x00007fff9159d950    r12 = 0x00007ff2300e1370
     r13 = 0x0000000000000007    r14 = 0x00007fff9159db60
     r15 = 0x00007ff1e95beab0    rip = 0x00007ff230204aab

Does this happen w/ gnome on X11 (nb. that apparently mutter 48.3-1 has a bug stealing your mouse in X11 contexts, make sure to use 48.3-2) resp. some other wayland compositor (weston, sway, hyprland, enlightnement…)?

It does not crash if I log into Gnome with Xorg. I guess this is a good indication that this must be a Wayland problem?

Offline

#12 2025-05-30 14:26:11

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 71,023

Re: [SOLVED] Firefox crashes in full screen if hardware acc is enabled

At least it's related to gnomes wayland compositor, have you tried a different one?

Offline

#13 2025-05-30 15:09:25

bettyblue
Member
Registered: 2025-02-08
Posts: 14

Re: [SOLVED] Firefox crashes in full screen if hardware acc is enabled

seth wrote:

At least it's related to gnomes wayland compositor, have you tried a different one?

I tried weston and it does not crash.

Offline

#14 2025-05-30 15:24:17

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 71,023

Re: [SOLVED] Firefox crashes in full screen if hardware acc is enabled

[    6.944100] nvidia 0000:01:00.0: [drm] Cannot find any crtc or sizes

Is this a hybrid system?
Please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General

Offline

#15 2025-05-30 15:46:19

bettyblue
Member
Registered: 2025-02-08
Posts: 14

Re: [SOLVED] Firefox crashes in full screen if hardware acc is enabled

seth wrote:

[    6.944100] nvidia 0000:01:00.0: [drm] Cannot find any crtc or sizes

Is this a hybrid system?
Please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General

I'm not sure what a "hybrid system" is. Here's my Xorg log:

[    17.015] (--) Log file renamed from "/home/xxx/.local/share/xorg/Xorg.pid-1216.log" to "/home/xxx/.local/share/xorg/Xorg.0.log"
[    17.016] 
X.Org X Server 1.21.1.16
X Protocol Version 11, Revision 0
[    17.016] Current Operating System: Linux localhost 6.14.7-arch2-1 #1 SMP PREEMPT_DYNAMIC Thu, 22 May 2025 05:37:49 +0000 x86_64
[    17.016] Kernel command line: initrd=\intel-ucode.img initrd=\initramfs-linux.img root=PARTUUID=eec6c381-47d5-4756-be89-ab96adb1a8f3 rw intel_pstate=no_hwp rootfstype=ext4 ibt=off
[    17.016]  
[    17.016] Current version of pixman: 0.46.0
[    17.016] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    17.016] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    17.016] (==) Log file: "/home/xxx/.local/share/xorg/Xorg.0.log", Time: Fri May 30 17:38:13 2025
[    17.016] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    17.016] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    17.017] (==) No Layout section.  Using the first Screen section.
[    17.017] (==) No screen section available. Using defaults.
[    17.017] (**) |-->Screen "Default Screen Section" (0)
[    17.017] (**) |   |-->Monitor "<default monitor>"
[    17.017] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    17.017] (**) Allowing byte-swapped clients
[    17.017] (==) Automatically adding devices
[    17.017] (==) Automatically enabling devices
[    17.017] (==) Automatically adding GPU devices
[    17.017] (==) Automatically binding GPU devices
[    17.017] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    17.017] (WW) The directory "/usr/share/fonts/misc" does not exist.
[    17.017] 	Entry deleted from font path.
[    17.017] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[    17.017] 	Entry deleted from font path.
[    17.017] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    17.017] 	Entry deleted from font path.
[    17.017] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    17.017] 	Entry deleted from font path.
[    17.017] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[    17.017] 	Entry deleted from font path.
[    17.017] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[    17.017] 	Entry deleted from font path.
[    17.017] (==) FontPath set to:
	
[    17.017] (==) ModulePath set to "/usr/lib/xorg/modules"
[    17.017] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    17.017] (II) Module ABI versions:
[    17.017] 	X.Org ANSI C Emulation: 0.4
[    17.017] 	X.Org Video Driver: 25.2
[    17.017] 	X.Org XInput driver : 24.4
[    17.017] 	X.Org Server Extension : 10.0
[    17.017] (++) using VT number 2

[    17.018] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_33
[    17.018] (II) xfree86: Adding drm device (/dev/dri/card0)
[    17.018] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0
[    17.018] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 14 paused 0
[    17.018] (II) xfree86: Adding drm device (/dev/dri/card1)
[    17.018] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card1
[    17.019] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 15 paused 0
[    17.019] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[    17.020] (--) PCI: (0@0:2:0) 8086:4680:1458:d000 rev 12, Mem @ 0x41000000/16777216, 0x50000000/268435456, I/O @ 0x00005000/64
[    17.020] (--) PCI:*(1@0:0:0) 10de:2489:1458:405e rev 161, Mem @ 0x42000000/16777216, 0x60000000/268435456, 0x70000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[    17.020] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    17.020] (II) LoadModule: "glx"
[    17.020] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    17.021] (II) Module glx: vendor="X.Org Foundation"
[    17.021] 	compiled for 1.21.1.16, module version = 1.0.0
[    17.021] 	ABI class: X.Org Server Extension, version 10.0
[    17.021] (II) Applying OutputClass "nvidia" to /dev/dri/card0
[    17.021] 	loading driver: nvidia
[    17.021] (==) Matched nvidia as autoconfigured driver 0
[    17.021] (==) Matched nouveau as autoconfigured driver 1
[    17.021] (==) Matched nv as autoconfigured driver 2
[    17.021] (==) Matched intel as autoconfigured driver 3
[    17.021] (==) Matched modesetting as autoconfigured driver 4
[    17.021] (==) Matched fbdev as autoconfigured driver 5
[    17.021] (==) Matched vesa as autoconfigured driver 6
[    17.021] (==) Assigned the driver to the xf86ConfigLayout
[    17.021] (II) LoadModule: "nvidia"
[    17.021] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    17.023] (II) Module nvidia: vendor="NVIDIA Corporation"
[    17.023] 	compiled for 1.6.99.901, module version = 1.0.0
[    17.023] 	Module class: X.Org Video Driver
[    17.023] (II) LoadModule: "nouveau"
[    17.023] (WW) Warning, couldn't open module nouveau
[    17.023] (EE) Failed to load module "nouveau" (module does not exist, 0)
[    17.023] (II) LoadModule: "nv"
[    17.023] (WW) Warning, couldn't open module nv
[    17.023] (EE) Failed to load module "nv" (module does not exist, 0)
[    17.023] (II) LoadModule: "intel"
[    17.023] (WW) Warning, couldn't open module intel
[    17.023] (EE) Failed to load module "intel" (module does not exist, 0)
[    17.023] (II) LoadModule: "modesetting"
[    17.023] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    17.024] (II) Module modesetting: vendor="X.Org Foundation"
[    17.024] 	compiled for 1.21.1.16, module version = 1.21.1
[    17.024] 	Module class: X.Org Video Driver
[    17.024] 	ABI class: X.Org Video Driver, version 25.2
[    17.024] (II) LoadModule: "fbdev"
[    17.024] (WW) Warning, couldn't open module fbdev
[    17.024] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    17.024] (II) LoadModule: "vesa"
[    17.024] (WW) Warning, couldn't open module vesa
[    17.024] (EE) Failed to load module "vesa" (module does not exist, 0)
[    17.024] (II) NVIDIA dlloader X Driver  570.153.02  Tue May 13 16:24:29 UTC 2025
[    17.024] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    17.024] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    17.024] (II) systemd-logind: releasing fd for 226:0
[    17.025] (II) Loading sub module "fb"
[    17.025] (II) LoadModule: "fb"
[    17.025] (II) Module "fb" already built-in
[    17.025] (II) Loading sub module "wfb"
[    17.025] (II) LoadModule: "wfb"
[    17.025] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    17.025] (II) Module wfb: vendor="X.Org Foundation"
[    17.025] 	compiled for 1.21.1.16, module version = 1.0.0
[    17.025] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    17.026] (WW) Falling back to old probe method for modesetting
[    17.026] (II) modeset(G0): using drv /dev/dri/card1
[    17.026] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[    17.026] (II) NVIDIA(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    17.026] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[    17.026] (==) NVIDIA(0): RGB weight 888
[    17.026] (==) NVIDIA(0): Default visual is TrueColor
[    17.026] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    17.026] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[    17.026] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[    17.026] (**) NVIDIA(0): Enabling 2D acceleration
[    17.026] (II) Loading sub module "glxserver_nvidia"
[    17.026] (II) LoadModule: "glxserver_nvidia"
[    17.026] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[    17.041] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[    17.041] 	compiled for 1.6.99.901, module version = 1.0.0
[    17.041] 	Module class: X.Org Server Extension
[    17.041] (II) NVIDIA GLX Module  570.153.02  Tue May 13 16:28:30 UTC 2025
[    17.042] (II) NVIDIA: The X server supports PRIME Render Offload.
[    17.044] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[    17.044] (--) NVIDIA(0):     DFP-0
[    17.044] (--) NVIDIA(0):     DFP-1
[    17.044] (--) NVIDIA(0):     DFP-2
[    17.044] (--) NVIDIA(0):     DFP-3
[    17.044] (--) NVIDIA(0):     DFP-4
[    17.044] (--) NVIDIA(0):     DFP-5
[    17.051] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce RTX 3060 Ti (GA104-A) at PCI:1:0:0
[    17.051] (II) NVIDIA(0):     (GPU-0)
[    17.051] (--) NVIDIA(0): Memory: 8388608 kBytes
[    17.051] (--) NVIDIA(0): VideoBIOS: 94.04.6b.00.aa
[    17.051] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[    17.051] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    17.051] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    17.051] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    17.051] (--) NVIDIA(GPU-0): 
[    17.051] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    17.051] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[    17.051] (--) NVIDIA(GPU-0): DFP-1: 2670.0 MHz maximum pixel clock
[    17.051] (--) NVIDIA(GPU-0): 
[    17.052] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    17.052] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[    17.052] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[    17.052] (--) NVIDIA(GPU-0): 
[    17.052] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    17.052] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    17.052] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[    17.052] (--) NVIDIA(GPU-0): 
[    17.052] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    17.052] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[    17.052] (--) NVIDIA(GPU-0): DFP-4: 2670.0 MHz maximum pixel clock
[    17.052] (--) NVIDIA(GPU-0): 
[    17.052] (--) NVIDIA(GPU-0): DFP-5: disconnected
[    17.052] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[    17.052] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[    17.052] (--) NVIDIA(GPU-0): 
[    17.052] (==) NVIDIA(0): 
[    17.052] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[    17.052] (==) NVIDIA(0):     will be used as the requested mode.
[    17.052] (==) NVIDIA(0): 
[    17.052] (--) NVIDIA(0): No enabled display devices found; starting anyway because
[    17.052] (--) NVIDIA(0):     AllowEmptyInitialConfiguration is enabled
[    17.055] (II) NVIDIA(0): Validated MetaModes:
[    17.055] (II) NVIDIA(0):     "NULL"
[    17.055] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[    17.055] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[    17.055] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[    17.055] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[    17.055] (==) modeset(G0): RGB weight 888
[    17.055] (==) modeset(G0): Default visual is TrueColor
[    17.055] (II) Loading sub module "glamoregl"
[    17.055] (II) LoadModule: "glamoregl"
[    17.055] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    17.058] (II) Module glamoregl: vendor="X.Org Foundation"
[    17.058] 	compiled for 1.21.1.16, module version = 1.0.1
[    17.058] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    17.092] (II) modeset(G0): glamor X acceleration enabled on Mesa Intel(R) UHD Graphics 770 (ADL-S GT1)
[    17.092] (II) modeset(G0): glamor initialized
[    17.147] (II) modeset(G0): Output DP-1-1 has no monitor section
[    17.150] (II) modeset(G0): Output HDMI-1-1 has no monitor section
[    17.155] (II) modeset(G0): Output HDMI-1-2 has no monitor section
[    17.211] (II) modeset(G0): EDID for output DP-1-1
[    17.211] (II) modeset(G0): Manufacturer: GBT  Model: 2800  Serial#: 16843009
[    17.211] (II) modeset(G0): Year: 2021  Week: 43
[    17.211] (II) modeset(G0): EDID Version: 1.4
[    17.211] (II) modeset(G0): Digital Display Input
[    17.211] (II) modeset(G0): 12 bits per channel
[    17.211] (II) modeset(G0): Digital interface is DisplayPort
[    17.211] (II) modeset(G0): Max Image Size [cm]: horiz.: 63  vert.: 36
[    17.211] (II) modeset(G0): Gamma: 2.20
[    17.211] (II) modeset(G0): DPMS capabilities: StandBy Suspend Off
[    17.211] (II) modeset(G0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 YCrCb 4:2:2
[    17.211] (II) modeset(G0): First detailed timing is preferred mode
[    17.211] (II) modeset(G0): Preferred mode is native pixel format and refresh rate
[    17.211] (II) modeset(G0): Display is continuous-frequency
[    17.211] (II) modeset(G0): redX: 0.670 redY: 0.312   greenX: 0.278 greenY: 0.660
[    17.211] (II) modeset(G0): blueX: 0.155 blueY: 0.064   whiteX: 0.313 whiteY: 0.329
[    17.211] (II) modeset(G0): Supported established timings:
[    17.211] (II) modeset(G0): 640x480@60Hz
[    17.211] (II) modeset(G0): 640x480@75Hz
[    17.211] (II) modeset(G0): 800x600@60Hz
[    17.211] (II) modeset(G0): 800x600@75Hz
[    17.211] (II) modeset(G0): 1024x768@60Hz
[    17.211] (II) modeset(G0): 1024x768@75Hz
[    17.211] (II) modeset(G0): Manufacturer's mask: 0
[    17.211] (II) modeset(G0): Supported standard timings:
[    17.211] (II) modeset(G0): #0: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[    17.211] (II) modeset(G0): #4: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[    17.211] (II) modeset(G0): #5: hsize: 1440  vsize 900  refresh: 60  vid: 149
[    17.211] (II) modeset(G0): #6: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[    17.211] (II) modeset(G0): Supported detailed timing:
[    17.211] (II) modeset(G0): clock: 567.0 MHz   Image Size:  697 x 392 mm
[    17.211] (II) modeset(G0): h_active: 3840  h_sync: 3948  h_sync_end 4020 h_blank_end 4200 h_border: 0
[    17.211] (II) modeset(G0): v_active: 2160  v_sync: 2168  v_sync_end 2178 v_blanking: 2250 v_border: 0
[    17.211] (II) modeset(G0): Ranges: V min: 48 V max: 144 Hz, H min: 246 H max: 246 kHz, PixClock max 1345 MHz
[    17.211] (II) modeset(G0): Monitor name: M28U
[    17.211] (II) modeset(G0): Serial No: 21430B003032
[    17.211] (II) modeset(G0): Supported detailed timing:
[    17.211] (II) modeset(G0): clock: 235.4 MHz   Image Size:  697 x 392 mm
[    17.211] (II) modeset(G0): h_active: 2560  h_sync: 2583  h_sync_end 2615 h_blank_end 2670 h_border: 0
[    17.211] (II) modeset(G0): v_active: 1440  v_sync: 1457  v_sync_end 1465 v_blanking: 1471 v_border: 0
[    17.211] (II) modeset(G0): Supported detailed timing:
[    17.211] (II) modeset(G0): clock: 486.3 MHz   Image Size:  697 x 392 mm
[    17.211] (II) modeset(G0): h_active: 2560  h_sync: 2578  h_sync_end 2610 h_blank_end 2660 h_border: 0
[    17.211] (II) modeset(G0): v_active: 1440  v_sync: 1503  v_sync_end 1511 v_blanking: 1525 v_border: 0
[    17.211] (II) modeset(G0): Supported detailed timing:
[    17.211] (II) modeset(G0): clock: 326.6 MHz   Image Size:  697 x 392 mm
[    17.211] (II) modeset(G0): h_active: 1920  h_sync: 1948  h_sync_end 1980 h_blank_end 2040 h_border: 0
[    17.211] (II) modeset(G0): v_active: 1080  v_sync: 1099  v_sync_end 1107 v_blanking: 1113 v_border: 0
[    17.211] (II) modeset(G0): Number of EDID sections to follow: 2
[    17.211] (II) modeset(G0): EDID (in hex):
[    17.211] (II) modeset(G0): 	00ffffffffffff001c54002801010101
[    17.211] (II) modeset(G0): 	2b1f0104c53f2478fbb4e5ab4f47a927
[    17.211] (II) modeset(G0): 	105054254a00d1c00101010101018180
[    17.211] (II) modeset(G0): 	9500b30001017cdd0068f1705a806c48
[    17.211] (II) modeset(G0): 	8a00b9882100001e000000fd003090f6
[    17.211] (II) modeset(G0): 	f686010a202020202020000000fc004d
[    17.211] (II) modeset(G0): 	3238550a2020202020202020000000ff
[    17.211] (II) modeset(G0): 	003231343330423030333033320a029c
[    17.211] (II) modeset(G0): 	02032f714903042f103f61765d202309
[    17.211] (II) modeset(G0): 	1707830100006d1a0000020b3090000f
[    17.211] (II) modeset(G0): 	661f661fe305c001e6060d0166661ff6
[    17.211] (II) modeset(G0): 	5b006ea0a01f5017201804b988210000
[    17.211] (II) modeset(G0): 	1ef5bd0064a0a055501220f80cb98821
[    17.211] (II) modeset(G0): 	00001e967f8078703821401c203804b9
[    17.211] (II) modeset(G0): 	882100001e0000000000000000000000
[    17.211] (II) modeset(G0): 	00000000000000000000000000000070
[    17.211] (II) modeset(G0): 	70123f000003013c5fe80004ff097700
[    17.211] (II) modeset(G0): 	1b801f009f056600088007001ff00104
[    17.211] (II) modeset(G0): 	ff0e4f0007801f006f08590045000700
[    17.211] (II) modeset(G0): 	ceac0104ff0e9f002f801f006f087e00
[    17.211] (II) modeset(G0): 	02800400ac0000000000000000000000
[    17.211] (II) modeset(G0): 	00000000000000000000000000000000
[    17.211] (II) modeset(G0): 	00000000000000000000000000000000
[    17.211] (II) modeset(G0): 	0000000000000000000000000000ace4
[    17.211] (II) modeset(G0): Printing probed modes for output DP-1-1
[    17.211] (II) modeset(G0): Modeline "3840x2160"x60.0  567.00  3840 3948 4020 4200  2160 2168 2178 2250 +hsync +vsync (135.0 kHz eP)
[    17.211] (II) modeset(G0): Modeline "3840x2160"x144.0  1270.08  3840 3848 3880 3920  2160 2230 2238 2250 +hsync -vsync (324.0 kHz e)
[    17.211] (II) modeset(G0): Modeline "3840x2160"x120.0  1188.00  3840 4016 4104 4400  2160 2168 2178 2250 +hsync +vsync (270.0 kHz e)
[    17.211] (II) modeset(G0): Modeline "3840x2160"x119.9  1186.81  3840 4016 4104 4400  2160 2168 2178 2250 +hsync +vsync (269.7 kHz e)
[    17.212] (II) modeset(G0): Modeline "3840x2160"x120.0  1097.75  3840 3888 3920 4000  2160 2163 2168 2287 +hsync +vsync (274.4 kHz e)
[    17.212] (II) modeset(G0): Modeline "3840x2160"x60.0  594.00  3840 4016 4104 4400  2160 2168 2178 2250 +hsync +vsync (135.0 kHz e)
[    17.212] (II) modeset(G0): Modeline "3840x2160"x59.9  593.41  3840 4016 4104 4400  2160 2168 2178 2250 +hsync +vsync (134.9 kHz e)
[    17.212] (II) modeset(G0): Modeline "3840x2160"x24.0  297.00  3840 5116 5204 5500  2160 2168 2178 2250 +hsync +vsync (54.0 kHz e)
[    17.212] (II) modeset(G0): Modeline "3840x2160"x24.0  296.70  3840 5116 5204 5500  2160 2168 2178 2250 +hsync +vsync (53.9 kHz e)
[    17.212] (II) modeset(G0): Modeline "2560x1440"x143.9  594.88  2560 2588 2620 2680  1440 1449 1457 1543 +hsync +vsync (222.0 kHz e)
[    17.212] (II) modeset(G0): Modeline "2560x1440"x119.9  486.29  2560 2578 2610 2660  1440 1503 1511 1525 +hsync +vsync (182.8 kHz e)
[    17.212] (II) modeset(G0): Modeline "2560x1440"x59.9  235.42  2560 2583 2615 2670  1440 1457 1465 1471 +hsync +vsync (88.2 kHz e)
[    17.212] (II) modeset(G0): Modeline "1920x1080"x143.9  326.62  1920 1948 1980 2040  1080 1099 1107 1113 +hsync +vsync (160.1 kHz e)
[    17.212] (II) modeset(G0): Modeline "1920x1080"x120.0  297.00  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (135.0 kHz e)
[    17.212] (II) modeset(G0): Modeline "1920x1080"x119.9  296.70  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (134.9 kHz e)
[    17.212] (II) modeset(G0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 -hsync -vsync (67.5 kHz e)
[    17.212] (II) modeset(G0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[    17.212] (II) modeset(G0): Modeline "1920x1080"x59.9  148.35  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[    17.212] (II) modeset(G0): Modeline "1920x1080"x24.0   74.25  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[    17.212] (II) modeset(G0): Modeline "1920x1080"x24.0   74.18  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[    17.212] (II) modeset(G0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[    17.212] (II) modeset(G0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    17.212] (II) modeset(G0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
[    17.212] (II) modeset(G0): Modeline "1280x720"x120.0  148.50  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (90.0 kHz e)
[    17.212] (II) modeset(G0): Modeline "1280x720"x119.9  148.35  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (89.9 kHz e)
[    17.212] (II) modeset(G0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    17.212] (II) modeset(G0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    17.212] (II) modeset(G0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    17.212] (II) modeset(G0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    17.212] (II) modeset(G0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    17.212] (II) modeset(G0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    17.212] (II) modeset(G0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[    17.212] (II) modeset(G0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[    17.212] (II) modeset(G0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    17.212] (II) modeset(G0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    17.212] (II) modeset(G0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    17.215] (II) modeset(G0): EDID for output HDMI-1-1
[    17.220] (II) modeset(G0): EDID for output HDMI-1-2
[    17.220] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[    17.220] (==) modeset(G0): DPI set to (96, 96)
[    17.220] (II) Loading sub module "fb"
[    17.220] (II) LoadModule: "fb"
[    17.220] (II) Module "fb" already built-in
[    17.220] (WW) NVIDIA: Failed to bind sideband socket to
[    17.220] (WW) NVIDIA:     '/var/run/nvidia-xdriver-d8ee344e' Permission denied
[    17.222] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[    17.222] (II) NVIDIA:     access.
[    17.228] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[    17.228] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[    17.228] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[    17.228] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[    17.228] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[    17.228] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[    17.228] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[    17.228] (II) NVIDIA(0):     Config Options in the README.
[    17.260] (II) NVIDIA(0): Setting mode "NULL"
[    17.281] (==) NVIDIA(0): Disabling shared memory pixmaps
[    17.281] (==) NVIDIA(0): Backing store enabled
[    17.281] (==) NVIDIA(0): Silken mouse enabled
[    17.281] (==) NVIDIA(0): DPMS enabled
[    17.281] (II) Loading sub module "dri2"
[    17.281] (II) LoadModule: "dri2"
[    17.281] (II) Module "dri2" already built-in
[    17.281] (II) NVIDIA(0): [DRI2] Setup complete
[    17.281] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[    17.295] (==) modeset(G0): Backing store enabled
[    17.295] (==) modeset(G0): Silken mouse enabled
[    17.402] (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
[    17.403] (==) modeset(G0): DPMS enabled
[    17.403] (II) modeset(G0): [DRI2] Setup complete
[    17.403] (II) modeset(G0): [DRI2]   DRI driver: iris
[    17.403] (II) modeset(G0): [DRI2]   VDPAU driver: va_gl
[    17.403] (II) modeset(G0): Disable reverse prime offload mode for i915.
[    17.403] (II) Initializing extension Generic Event Extension
[    17.403] (II) Initializing extension SHAPE
[    17.403] (II) Initializing extension MIT-SHM
[    17.403] (II) Initializing extension XInputExtension
[    17.403] (II) Initializing extension XTEST
[    17.403] (II) Initializing extension BIG-REQUESTS
[    17.403] (II) Initializing extension SYNC
[    17.404] (II) Initializing extension XKEYBOARD
[    17.412] (II) Initializing extension XC-MISC
[    17.412] (II) Initializing extension SECURITY
[    17.413] (II) Initializing extension XFIXES
[    17.413] (II) Initializing extension RENDER
[    17.413] (II) Initializing extension RANDR
[    17.414] (II) Initializing extension COMPOSITE
[    17.414] (II) Initializing extension DAMAGE
[    17.414] (II) Initializing extension MIT-SCREEN-SAVER
[    17.415] (II) Initializing extension DOUBLE-BUFFER
[    17.415] (II) Initializing extension RECORD
[    17.415] (II) Initializing extension DPMS
[    17.415] (II) Initializing extension Present
[    17.416] (II) Initializing extension DRI3
[    17.416] (II) Initializing extension X-Resource
[    17.416] (II) Initializing extension XVideo
[    17.416] (II) Initializing extension XVideo-MotionCompensation
[    17.416] (II) Initializing extension GLX
[    17.417] (II) Initializing extension GLX
[    17.417] (II) Indirect GLX disabled.
[    17.417] (II) GLX: Another vendor is already registered for screen 0
[    17.417] (II) Initializing extension XFree86-VidModeExtension
[    17.417] (II) Initializing extension XFree86-DGA
[    17.417] (II) Initializing extension XFree86-DRI
[    17.417] (II) Initializing extension DRI2
[    17.418] (II) Initializing extension NV-GLX
[    17.418] (II) Initializing extension NV-CONTROL
[    17.472] (II) modeset(G0): Damage tracking initialized
[    17.576] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    17.576] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    17.576] (**) Power Button: Applying InputClass "system-keyboard"
[    17.576] (II) LoadModule: "libinput"
[    17.576] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    17.578] (II) Module libinput: vendor="X.Org Foundation"
[    17.578] 	compiled for 1.21.1.13, module version = 1.5.0
[    17.578] 	Module class: X.Org XInput Driver
[    17.578] 	ABI class: X.Org XInput driver, version 24.4
[    17.578] (II) Using input driver 'libinput' for 'Power Button'
[    17.578] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 46 paused 0
[    17.578] (**) Power Button: always reports core events
[    17.578] (**) Option "Device" "/dev/input/event2"
[    17.580] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    17.580] (II) event2  - Power Button: device is a keyboard
[    17.580] (II) event2  - Power Button: device removed
[    17.580] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[    17.580] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    17.580] (**) Option "xkb_model" "pc105+inet"
[    17.580] (**) Option "xkb_layout" "us"
[    17.580] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    17.593] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    17.593] (II) event2  - Power Button: device is a keyboard
[    17.594] (II) config/udev: Adding input device Video Bus (/dev/input/event10)
[    17.594] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    17.594] (**) Video Bus: Applying InputClass "system-keyboard"
[    17.594] (II) Using input driver 'libinput' for 'Video Bus'
[    17.594] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 49 paused 0
[    17.594] (**) Video Bus: always reports core events
[    17.594] (**) Option "Device" "/dev/input/event10"
[    17.595] (II) event10 - Video Bus: is tagged by udev as: Keyboard
[    17.595] (II) event10 - Video Bus: device is a keyboard
[    17.595] (II) event10 - Video Bus: device removed
[    17.595] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input10/event10"
[    17.595] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    17.595] (**) Option "xkb_model" "pc105+inet"
[    17.595] (**) Option "xkb_layout" "us"
[    17.595] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    17.596] (II) event10 - Video Bus: is tagged by udev as: Keyboard
[    17.596] (II) event10 - Video Bus: device is a keyboard
[    17.596] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    17.596] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    17.596] (**) Power Button: Applying InputClass "system-keyboard"
[    17.596] (II) Using input driver 'libinput' for 'Power Button'
[    17.596] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 50 paused 0
[    17.596] (**) Power Button: always reports core events
[    17.596] (**) Option "Device" "/dev/input/event1"
[    17.597] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    17.597] (II) event1  - Power Button: device is a keyboard
[    17.597] (II) event1  - Power Button: device removed
[    17.597] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[    17.597] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    17.597] (**) Option "xkb_model" "pc105+inet"
[    17.597] (**) Option "xkb_layout" "us"
[    17.597] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    17.598] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    17.598] (II) event1  - Power Button: device is a keyboard
[    17.598] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[    17.598] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    17.598] (**) Sleep Button: Applying InputClass "system-keyboard"
[    17.598] (II) Using input driver 'libinput' for 'Sleep Button'
[    17.598] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 51 paused 0
[    17.598] (**) Sleep Button: always reports core events
[    17.598] (**) Option "Device" "/dev/input/event0"
[    17.599] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[    17.599] (II) event0  - Sleep Button: device is a keyboard
[    17.599] (II) event0  - Sleep Button: device removed
[    17.599] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[    17.599] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[    17.599] (**) Option "xkb_model" "pc105+inet"
[    17.599] (**) Option "xkb_layout" "us"
[    17.599] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    17.600] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[    17.600] (II) event0  - Sleep Button: device is a keyboard
[    17.600] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event13)
[    17.600] (II) No input driver specified, ignoring this device.
[    17.600] (II) This device may have been added with another device file.
[    17.601] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event14)
[    17.601] (II) No input driver specified, ignoring this device.
[    17.601] (II) This device may have been added with another device file.
[    17.601] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event15)
[    17.601] (II) No input driver specified, ignoring this device.
[    17.601] (II) This device may have been added with another device file.
[    17.601] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event16)
[    17.601] (II) No input driver specified, ignoring this device.
[    17.601] (II) This device may have been added with another device file.
[    17.602] (II) config/udev: Adding input device Keychron Keychron V1 Max (/dev/input/event3)
[    17.602] (**) Keychron Keychron V1 Max: Applying InputClass "libinput keyboard catchall"
[    17.602] (**) Keychron Keychron V1 Max: Applying InputClass "system-keyboard"
[    17.602] (II) Using input driver 'libinput' for 'Keychron Keychron V1 Max'
[    17.602] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 52 paused 0
[    17.602] (**) Keychron Keychron V1 Max: always reports core events
[    17.602] (**) Option "Device" "/dev/input/event3"
[    17.603] (II) event3  - Keychron Keychron V1 Max: is tagged by udev as: Keyboard
[    17.603] (II) event3  - Keychron Keychron V1 Max: device is a keyboard
[    17.603] (II) event3  - Keychron Keychron V1 Max: device removed
[    17.603] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11.1/1-11.1:1.0/0003:3434:0914.0001/input/input3/event3"
[    17.603] (II) XINPUT: Adding extended input device "Keychron Keychron V1 Max" (type: KEYBOARD, id 10)
[    17.603] (**) Option "xkb_model" "pc105+inet"
[    17.603] (**) Option "xkb_layout" "us"
[    17.604] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    17.605] (II) event3  - Keychron Keychron V1 Max: is tagged by udev as: Keyboard
[    17.605] (II) event3  - Keychron Keychron V1 Max: device is a keyboard
[    17.605] (II) config/udev: Adding input device Keychron Keychron V1 Max Mouse (/dev/input/event4)
[    17.605] (**) Keychron Keychron V1 Max Mouse: Applying InputClass "libinput pointer catchall"
[    17.605] (II) Using input driver 'libinput' for 'Keychron Keychron V1 Max Mouse'
[    17.606] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 53 paused 0
[    17.606] (**) Keychron Keychron V1 Max Mouse: always reports core events
[    17.606] (**) Option "Device" "/dev/input/event4"
[    17.607] (II) event4  - Keychron Keychron V1 Max Mouse: is tagged by udev as: Mouse
[    17.607] (II) event4  - Keychron Keychron V1 Max Mouse: device is a pointer
[    17.607] (II) event4  - Keychron Keychron V1 Max Mouse: device removed
[    17.607] (II) libinput: Keychron Keychron V1 Max Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    17.607] (II) libinput: Keychron Keychron V1 Max Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    17.607] (II) libinput: Keychron Keychron V1 Max Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    17.607] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11.1/1-11.1:1.2/0003:3434:0914.0003/input/input4/event4"
[    17.607] (II) XINPUT: Adding extended input device "Keychron Keychron V1 Max Mouse" (type: MOUSE, id 11)
[    17.607] (**) Option "AccelerationScheme" "none"
[    17.607] (**) Keychron Keychron V1 Max Mouse: (accel) selected scheme none/0
[    17.607] (**) Keychron Keychron V1 Max Mouse: (accel) acceleration factor: 2.000
[    17.607] (**) Keychron Keychron V1 Max Mouse: (accel) acceleration threshold: 4
[    17.608] (II) event4  - Keychron Keychron V1 Max Mouse: is tagged by udev as: Mouse
[    17.608] (II) event4  - Keychron Keychron V1 Max Mouse: device is a pointer
[    17.609] (II) config/udev: Adding input device Keychron Keychron V1 Max Mouse (/dev/input/mouse0)
[    17.609] (II) No input driver specified, ignoring this device.
[    17.609] (II) This device may have been added with another device file.
[    17.609] (II) config/udev: Adding input device Keychron Keychron V1 Max System Control (/dev/input/event5)
[    17.609] (**) Keychron Keychron V1 Max System Control: Applying InputClass "libinput keyboard catchall"
[    17.609] (**) Keychron Keychron V1 Max System Control: Applying InputClass "system-keyboard"
[    17.609] (II) Using input driver 'libinput' for 'Keychron Keychron V1 Max System Control'
[    17.610] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 54 paused 0
[    17.610] (**) Keychron Keychron V1 Max System Control: always reports core events
[    17.610] (**) Option "Device" "/dev/input/event5"
[    17.610] (II) event5  - Keychron Keychron V1 Max System Control: is tagged by udev as: Keyboard Joystick
[    17.611] (II) event5  - Keychron Keychron V1 Max System Control: device is a keyboard
[    17.611] (II) event5  - Keychron Keychron V1 Max System Control: device removed
[    17.611] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11.1/1-11.1:1.2/0003:3434:0914.0003/input/input5/event5"
[    17.611] (II) XINPUT: Adding extended input device "Keychron Keychron V1 Max System Control" (type: KEYBOARD, id 12)
[    17.611] (**) Option "xkb_model" "pc105+inet"
[    17.611] (**) Option "xkb_layout" "us"
[    17.611] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    17.611] (II) event5  - Keychron Keychron V1 Max System Control: is tagged by udev as: Keyboard Joystick
[    17.611] (II) event5  - Keychron Keychron V1 Max System Control: device is a keyboard
[    17.612] (II) config/udev: Adding input device Keychron Keychron V1 Max Consumer Control (/dev/input/event7)
[    17.612] (**) Keychron Keychron V1 Max Consumer Control: Applying InputClass "libinput keyboard catchall"
[    17.612] (**) Keychron Keychron V1 Max Consumer Control: Applying InputClass "system-keyboard"
[    17.612] (II) Using input driver 'libinput' for 'Keychron Keychron V1 Max Consumer Control'
[    17.612] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 55 paused 0
[    17.612] (**) Keychron Keychron V1 Max Consumer Control: always reports core events
[    17.612] (**) Option "Device" "/dev/input/event7"
[    17.613] (II) event7  - Keychron Keychron V1 Max Consumer Control: is tagged by udev as: Keyboard
[    17.613] (II) event7  - Keychron Keychron V1 Max Consumer Control: device is a keyboard
[    17.613] (II) event7  - Keychron Keychron V1 Max Consumer Control: device removed
[    17.613] (II) libinput: Keychron Keychron V1 Max Consumer Control: needs a virtual subdevice
[    17.613] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11.1/1-11.1:1.2/0003:3434:0914.0003/input/input6/event7"
[    17.613] (II) XINPUT: Adding extended input device "Keychron Keychron V1 Max Consumer Control" (type: MOUSE, id 13)
[    17.613] (**) Option "AccelerationScheme" "none"
[    17.613] (**) Keychron Keychron V1 Max Consumer Control: (accel) selected scheme none/0
[    17.613] (**) Keychron Keychron V1 Max Consumer Control: (accel) acceleration factor: 2.000
[    17.613] (**) Keychron Keychron V1 Max Consumer Control: (accel) acceleration threshold: 4
[    17.614] (II) event7  - Keychron Keychron V1 Max Consumer Control: is tagged by udev as: Keyboard
[    17.614] (II) event7  - Keychron Keychron V1 Max Consumer Control: device is a keyboard
[    17.615] (II) config/udev: Adding input device Keychron Keychron V1 Max Keyboard (/dev/input/event8)
[    17.615] (**) Keychron Keychron V1 Max Keyboard: Applying InputClass "libinput keyboard catchall"
[    17.615] (**) Keychron Keychron V1 Max Keyboard: Applying InputClass "system-keyboard"
[    17.615] (II) Using input driver 'libinput' for 'Keychron Keychron V1 Max Keyboard'
[    17.615] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 56 paused 0
[    17.615] (**) Keychron Keychron V1 Max Keyboard: always reports core events
[    17.615] (**) Option "Device" "/dev/input/event8"
[    17.616] (II) event8  - Keychron Keychron V1 Max Keyboard: is tagged by udev as: Keyboard
[    17.616] (II) event8  - Keychron Keychron V1 Max Keyboard: device is a keyboard
[    17.616] (II) event8  - Keychron Keychron V1 Max Keyboard: device removed
[    17.616] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11.1/1-11.1:1.2/0003:3434:0914.0003/input/input7/event8"
[    17.616] (II) XINPUT: Adding extended input device "Keychron Keychron V1 Max Keyboard" (type: KEYBOARD, id 14)
[    17.616] (**) Option "xkb_model" "pc105+inet"
[    17.616] (**) Option "xkb_layout" "us"
[    17.616] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    17.617] (II) event8  - Keychron Keychron V1 Max Keyboard: is tagged by udev as: Keyboard
[    17.617] (II) event8  - Keychron Keychron V1 Max Keyboard: device is a keyboard
[    17.618] (II) config/udev: Adding input device BenQ ZOWIE BenQ ZOWIE Gaming Mouse (/dev/input/event6)
[    17.618] (**) BenQ ZOWIE BenQ ZOWIE Gaming Mouse: Applying InputClass "libinput pointer catchall"
[    17.618] (II) Using input driver 'libinput' for 'BenQ ZOWIE BenQ ZOWIE Gaming Mouse'
[    17.669] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 57 paused 0
[    17.669] (**) BenQ ZOWIE BenQ ZOWIE Gaming Mouse: always reports core events
[    17.669] (**) Option "Device" "/dev/input/event6"
[    17.672] (II) event6  - BenQ ZOWIE BenQ ZOWIE Gaming Mouse: is tagged by udev as: Mouse
[    17.672] (II) event6  - BenQ ZOWIE BenQ ZOWIE Gaming Mouse: device is a pointer
[    17.672] (II) event6  - BenQ ZOWIE BenQ ZOWIE Gaming Mouse: device removed
[    17.672] (II) libinput: BenQ ZOWIE BenQ ZOWIE Gaming Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    17.672] (II) libinput: BenQ ZOWIE BenQ ZOWIE Gaming Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    17.672] (II) libinput: BenQ ZOWIE BenQ ZOWIE Gaming Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    17.672] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11.2/1-11.2:1.0/0003:04A5:8004.0005/input/input8/event6"
[    17.672] (II) XINPUT: Adding extended input device "BenQ ZOWIE BenQ ZOWIE Gaming Mouse" (type: MOUSE, id 15)
[    17.672] (**) Option "AccelerationScheme" "none"
[    17.672] (**) BenQ ZOWIE BenQ ZOWIE Gaming Mouse: (accel) selected scheme none/0
[    17.672] (**) BenQ ZOWIE BenQ ZOWIE Gaming Mouse: (accel) acceleration factor: 2.000
[    17.672] (**) BenQ ZOWIE BenQ ZOWIE Gaming Mouse: (accel) acceleration threshold: 4
[    17.673] (II) event6  - BenQ ZOWIE BenQ ZOWIE Gaming Mouse: is tagged by udev as: Mouse
[    17.674] (II) event6  - BenQ ZOWIE BenQ ZOWIE Gaming Mouse: device is a pointer
[    17.674] (II) config/udev: Adding input device BenQ ZOWIE BenQ ZOWIE Gaming Mouse (/dev/input/mouse1)
[    17.674] (II) No input driver specified, ignoring this device.
[    17.674] (II) This device may have been added with another device file.
[    17.675] (II) config/udev: Adding input device BenQ ZOWIE BenQ ZOWIE Gaming Mouse (/dev/input/event9)
[    17.675] (**) BenQ ZOWIE BenQ ZOWIE Gaming Mouse: Applying InputClass "libinput keyboard catchall"
[    17.675] (**) BenQ ZOWIE BenQ ZOWIE Gaming Mouse: Applying InputClass "system-keyboard"
[    17.675] (II) Using input driver 'libinput' for 'BenQ ZOWIE BenQ ZOWIE Gaming Mouse'
[    17.676] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 58 paused 0
[    17.676] (**) BenQ ZOWIE BenQ ZOWIE Gaming Mouse: always reports core events
[    17.676] (**) Option "Device" "/dev/input/event9"
[    17.677] (II) event9  - BenQ ZOWIE BenQ ZOWIE Gaming Mouse: is tagged by udev as: Keyboard
[    17.677] (II) event9  - BenQ ZOWIE BenQ ZOWIE Gaming Mouse: device is a keyboard
[    17.677] (II) event9  - BenQ ZOWIE BenQ ZOWIE Gaming Mouse: device removed
[    17.677] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11.2/1-11.2:1.1/0003:04A5:8004.0006/input/input9/event9"
[    17.677] (II) XINPUT: Adding extended input device "BenQ ZOWIE BenQ ZOWIE Gaming Mouse" (type: KEYBOARD, id 16)
[    17.677] (**) Option "xkb_model" "pc105+inet"
[    17.677] (**) Option "xkb_layout" "us"
[    17.677] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    17.678] (II) event9  - BenQ ZOWIE BenQ ZOWIE Gaming Mouse: is tagged by udev as: Keyboard
[    17.678] (II) event9  - BenQ ZOWIE BenQ ZOWIE Gaming Mouse: device is a keyboard
[    17.679] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event17)
[    17.679] (II) No input driver specified, ignoring this device.
[    17.679] (II) This device may have been added with another device file.
[    17.679] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event18)
[    17.679] (II) No input driver specified, ignoring this device.
[    17.679] (II) This device may have been added with another device file.
[    17.680] (II) config/udev: Adding input device HDA Intel PCH Line Out (/dev/input/event19)
[    17.680] (II) No input driver specified, ignoring this device.
[    17.680] (II) This device may have been added with another device file.
[    17.680] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event20)
[    17.680] (II) No input driver specified, ignoring this device.
[    17.680] (II) This device may have been added with another device file.
[    17.680] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event21)
[    17.680] (II) No input driver specified, ignoring this device.
[    17.680] (II) This device may have been added with another device file.
[    17.681] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event22)
[    17.681] (II) No input driver specified, ignoring this device.
[    17.681] (II) This device may have been added with another device file.
[    17.681] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event23)
[    17.681] (II) No input driver specified, ignoring this device.
[    17.681] (II) This device may have been added with another device file.
[    17.681] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event24)
[    17.681] (II) No input driver specified, ignoring this device.
[    17.681] (II) This device may have been added with another device file.
[    17.681] (II) config/udev: Adding input device Intel HID events (/dev/input/event11)
[    17.681] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[    17.681] (**) Intel HID events: Applying InputClass "system-keyboard"
[    17.681] (II) Using input driver 'libinput' for 'Intel HID events'
[    17.682] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 59 paused 0
[    17.682] (**) Intel HID events: always reports core events
[    17.682] (**) Option "Device" "/dev/input/event11"
[    17.682] (II) event11 - Intel HID events: is tagged by udev as: Keyboard
[    17.683] (II) event11 - Intel HID events: device is a keyboard
[    17.683] (II) event11 - Intel HID events: device removed
[    17.683] (**) Option "config_info" "udev:/sys/devices/platform/INTC1070:00/input/input11/event11"
[    17.683] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 17)
[    17.683] (**) Option "xkb_model" "pc105+inet"
[    17.683] (**) Option "xkb_layout" "us"
[    17.683] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    17.683] (II) event11 - Intel HID events: is tagged by udev as: Keyboard
[    17.683] (II) event11 - Intel HID events: device is a keyboard
[    17.684] (II) config/udev: Adding input device PC Speaker (/dev/input/event12)
[    17.684] (II) No input driver specified, ignoring this device.
[    17.684] (II) This device may have been added with another device file.
[    17.689] (**) Keychron Keychron V1 Max Consumer Control: Applying InputClass "libinput keyboard catchall"
[    17.689] (**) Keychron Keychron V1 Max Consumer Control: Applying InputClass "system-keyboard"
[    17.689] (II) Using input driver 'libinput' for 'Keychron Keychron V1 Max Consumer Control'
[    17.689] (II) systemd-logind: returning pre-existing fd for /dev/input/event7 13:71
[    17.689] (**) Keychron Keychron V1 Max Consumer Control: always reports core events
[    17.689] (**) Option "Device" "/dev/input/event7"
[    17.689] (II) libinput: Keychron Keychron V1 Max Consumer Control: is a virtual subdevice
[    17.689] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11.1/1-11.1:1.2/0003:3434:0914.0003/input/input6/event7"
[    17.689] (II) XINPUT: Adding extended input device "Keychron Keychron V1 Max Consumer Control" (type: KEYBOARD, id 18)
[    17.689] (**) Option "xkb_model" "pc105+inet"
[    17.689] (**) Option "xkb_layout" "us"
[    17.689] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    18.197] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    18.197] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    18.197] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    18.197] (--) NVIDIA(GPU-0): 
[    18.197] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    18.197] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[    18.197] (--) NVIDIA(GPU-0): DFP-1: 2670.0 MHz maximum pixel clock
[    18.197] (--) NVIDIA(GPU-0): 
[    18.197] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    18.197] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[    18.197] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[    18.197] (--) NVIDIA(GPU-0): 
[    18.198] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    18.198] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    18.198] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[    18.198] (--) NVIDIA(GPU-0): 
[    18.198] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    18.198] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[    18.198] (--) NVIDIA(GPU-0): DFP-4: 2670.0 MHz maximum pixel clock
[    18.198] (--) NVIDIA(GPU-0): 
[    18.198] (--) NVIDIA(GPU-0): DFP-5: disconnected
[    18.198] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[    18.198] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[    18.198] (--) NVIDIA(GPU-0): 
[    18.198] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    18.198] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    18.198] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    18.198] (--) NVIDIA(GPU-0): 
[    18.198] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    18.198] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[    18.198] (--) NVIDIA(GPU-0): DFP-1: 2670.0 MHz maximum pixel clock
[    18.198] (--) NVIDIA(GPU-0): 
[    18.199] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    18.199] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[    18.199] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[    18.199] (--) NVIDIA(GPU-0): 
[    18.199] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    18.199] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    18.199] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[    18.199] (--) NVIDIA(GPU-0): 
[    18.199] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    18.199] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[    18.199] (--) NVIDIA(GPU-0): DFP-4: 2670.0 MHz maximum pixel clock
[    18.199] (--) NVIDIA(GPU-0): 
[    18.199] (--) NVIDIA(GPU-0): DFP-5: disconnected
[    18.199] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[    18.199] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[    18.199] (--) NVIDIA(GPU-0): 
[    18.664] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    18.664] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    18.664] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    18.664] (--) NVIDIA(GPU-0): 
[    18.664] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    18.664] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[    18.664] (--) NVIDIA(GPU-0): DFP-1: 2670.0 MHz maximum pixel clock
[    18.664] (--) NVIDIA(GPU-0): 
[    18.665] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    18.665] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[    18.665] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[    18.665] (--) NVIDIA(GPU-0): 
[    18.665] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    18.665] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    18.665] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[    18.665] (--) NVIDIA(GPU-0): 
[    18.665] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    18.665] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[    18.665] (--) NVIDIA(GPU-0): DFP-4: 2670.0 MHz maximum pixel clock
[    18.665] (--) NVIDIA(GPU-0): 
[    18.665] (--) NVIDIA(GPU-0): DFP-5: disconnected
[    18.665] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[    18.665] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[    18.665] (--) NVIDIA(GPU-0): 
[    18.665] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    18.665] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    18.665] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    18.665] (--) NVIDIA(GPU-0): 
[    18.665] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    18.665] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[    18.665] (--) NVIDIA(GPU-0): DFP-1: 2670.0 MHz maximum pixel clock
[    18.665] (--) NVIDIA(GPU-0): 
[    18.666] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    18.666] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[    18.666] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[    18.666] (--) NVIDIA(GPU-0): 
[    18.666] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    18.666] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    18.666] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[    18.666] (--) NVIDIA(GPU-0): 
[    18.666] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    18.666] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[    18.666] (--) NVIDIA(GPU-0): DFP-4: 2670.0 MHz maximum pixel clock
[    18.666] (--) NVIDIA(GPU-0): 
[    18.666] (--) NVIDIA(GPU-0): DFP-5: disconnected
[    18.666] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[    18.666] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[    18.666] (--) NVIDIA(GPU-0): 

Offline

#16 2025-05-30 16:22:18

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 71,023

Re: [SOLVED] Firefox crashes in full screen if hardware acc is enabled

[    17.020] (--) PCI: (0@0:2:0) 8086:4680:1458:d000 rev 12, Mem @ 0x41000000/16777216, 0x50000000/268435456, I/O @ 0x00005000/64
[    17.020] (--) PCI:*(1@0:0:0) 10de:2489:1458:405e rev 161, Mem @ 0x42000000/16777216, 0x60000000/268435456, 0x70000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288

"Yours" - and

[    17.055] (II) NVIDIA(0):     "NULL"
…
[    17.211] (II) modeset(G0): EDID for output DP-1-1
[    17.211] (II) modeset(G0): Manufacturer: GBT  Model: 2800  Serial#: 16843009

You're running in reverse prime mode (the server runs on the nvidia GPU but the monitor is attached to the intel chip)
Likely becase

[    17.026] (II) Applying OutputClass "nvidia" options to /dev/dri/card0

the simplydumb device flips the card order.
Add "nvidia_drm.modeset=1" to the https://wiki.archlinux.org/title/Kernel_parameters (it /has/ to be there and it doesn't matter that the parameter is actually enabled by default anyway - the only purpose is to get rid of the simpledrm device and make the IGP card0
You can also/alternatively try to add i915 but not nvidia to the initramfs.

Post and updated X11 log and report on the firefox situation.

Offline

#17 2025-05-30 17:06:33

bettyblue
Member
Registered: 2025-02-08
Posts: 14

Re: [SOLVED] Firefox crashes in full screen if hardware acc is enabled

seth wrote:
[    17.020] (--) PCI: (0@0:2:0) 8086:4680:1458:d000 rev 12, Mem @ 0x41000000/16777216, 0x50000000/268435456, I/O @ 0x00005000/64
[    17.020] (--) PCI:*(1@0:0:0) 10de:2489:1458:405e rev 161, Mem @ 0x42000000/16777216, 0x60000000/268435456, 0x70000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288

"Yours" - and

[    17.055] (II) NVIDIA(0):     "NULL"
…
[    17.211] (II) modeset(G0): EDID for output DP-1-1
[    17.211] (II) modeset(G0): Manufacturer: GBT  Model: 2800  Serial#: 16843009

You're running in reverse prime mode (the server runs on the nvidia GPU but the monitor is attached to the intel chip)
Likely becase

[    17.026] (II) Applying OutputClass "nvidia" options to /dev/dri/card0

the simplydumb device flips the card order.
Add "nvidia_drm.modeset=1" to the https://wiki.archlinux.org/title/Kernel_parameters (it /has/ to be there and it doesn't matter that the parameter is actually enabled by default anyway - the only purpose is to get rid of the simpledrm device and make the IGP card0
You can also/alternatively try to add i915 but not nvidia to the initramfs.

Post and updated X11 log and report on the firefox situation.

OK, I'm a complete dumbass. Few weeks ago I was cleaning my computer and afterwards reconnected the display port to the motherboard (that has the integrated graphics card) instead of my 3060. I have now connected it back to 3060 and the problem is gone. Holy shit what a stupid fuck I am. Sorry, I should have checked the connection before making this post.

Anyways, thank you for your help!

Offline

#18 2025-05-30 19:44:38

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 71,023

Re: [SOLVED] Firefox crashes in full screen if hardware acc is enabled

Yes! Yess!! Throw yourself in the dust in front of your god.
the-simpsons-mr-burns.gif

smile

If you don't need/want to use the IGP it might be worthwhile to explore whether you can deactivate it in the firmware (BIOS/UEFI) or alternatively blacklist the i915 module.
And please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.

Offline

#19 2025-10-24 14:52:33

leducvinc
Member
Registered: 2025-10-24
Posts: 1

Re: [SOLVED] Firefox crashes in full screen if hardware acc is enabled

Brilliant Seth, thank you for the previous comment.

In my case, it was vscode crashing (or rather electron under the hood) when I started it under Wayland with "ELECTRON_OZONE_PLATFORM_HINT=auto code --verbose"

The error I got was: "libwayland: [destroyed object]: error 7: failed to import supplied dmabufs: Could not bind the given EGLImage to a CoglTexture2D".
It's very similar to the original error reported by bettyblue.

Just wanted to mention blacklisting i915 did the trick and allowed me to run vscode under Wayland.

I'm using nvidia-open with my monitor, of course, hooked to my nvidia card. Not quite sure why it worked, I never switched video port, only blacklisted i915.

Offline

Board footer

Powered by FluxBB