You are not logged in.

#1 2021-06-15 13:06:43

Kkameleon
Member
Registered: 2021-06-15
Posts: 2

[SOLVED] App screen freezing while still being responsive

I can't find the cause of the bug, I am not able to reproduce it willingly.

With some apps (Deezer, Discord, Zoom, the new version of firefox (not the old one), sometimes (often) when I switch to the workspace or after waking up my laptop from its resting black screen, the application is displaying a frozen screen but is still answering to keyboard and mouse, I just cannot see what is going on, the screen displayed is the one from the workspace I come from or the frozen version of the app. When I click in the place of the firefox tabs i can see the title of the window change but the content stays the same.

Sometimes with Discord of Deezer, if I wait for a while, it comes back. Refreshing i3 does nothing. I was not able to find any useful logs.

I had notice something similar when dunst was not running and the app like Deezer was sending some notification. If dunst was not running it would freeze until I start dunst.

Configuration :

- i3
- x11
- dunst

sudo lspci -v -s 01:00.0
01:00.0 3D controller: NVIDIA Corporation GP107GLM [Quadro P620] (rev a1)
	Subsystem: Dell Device 09c2
	Flags: bus master, fast devsel, latency 0, IRQ 180
	Memory at ec000000 (32-bit, non-prefetchable) [size=16M]
	Memory at c0000000 (64-bit, prefetchable) [size=256M]
	Memory at d0000000 (64-bit, prefetchable) [size=32M]
	I/O ports at 3000 [size=128]
	Expansion ROM at ed000000 [virtual] [disabled] [size=512K]
	Capabilities: [60] Power Management version 3
	Capabilities: [68] MSI: Enable+ Count=1/1 Maskable- 64bit+
	Capabilities: [78] Express Endpoint, MSI 00
	Capabilities: [100] Virtual Channel
	Capabilities: [250] Latency Tolerance Reporting
	Capabilities: [258] L1 PM Substates
	Capabilities: [128] Power Budgeting <?>
	Capabilities: [420] Advanced Error Reporting
	Capabilities: [600] Vendor Specific Information: ID=0001 Rev=1 Len=024 <?>
	Capabilities: [900] Secondary PCI Express
	Kernel driver in use: nvidia
	Kernel modules: nouveau, nvidia_drm, nvidia
sudo lshw
description: Notebook
    product: Precision 3551 (09C2)
    vendor: Dell Inc.
    serial: 3RZ2M63
    width: 64 bits
    capabilities: smbios-3.2.0 dmi-3.2.0 smp vsyscall32
    configuration: boot=normal chassis=notebook family=Precision sku=09C2 uuid=44454C4C-5200-105A-8032-B3C04F4D3633
-- snip --

I had trouble finding people with the same problem.

Thanks in advance for your help.

Last edited by Kkameleon (2021-06-16 10:21:09)


The main resource in a project is one's interest in it.

Offline

#2 2021-06-15 13:35:54

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,660

Re: [SOLVED] App screen freezing while still being responsive

Welcome to the boards

That's a 3D controller nvidia card, did you set something up that would make this actively used? By default this isn't going to do anything and everything will be rendered by the intel integrated card. And symptoms here sound like the typical issues with xf86-video-intel which I suggest you uninstall if it's currently installed.

Should that not suffice, post your xorg log and a

sudo journalctl -b --no-pager

, and please use and edit your previous post to wrap command outputs and file information in

[code]code tags[/code]

Last edited by V1del (2021-06-15 13:39:14)

Offline

#3 2021-06-15 16:44:07

Kkameleon
Member
Registered: 2021-06-15
Posts: 2

Re: [SOLVED] App screen freezing while still being responsive

Thank you,

It seems like removing the package xf86-video-intel (and rebooting) fixed it thanks ! There was nothing in journalctl. Here is my x11 log https://pastebin.com/xKpFRkBD after reboot.

It seems like I use both controller :

lspci -k | grep -EA3 'VGA|3D|Display'
00:02.0 VGA compatible controller: Intel Corporation UHD Graphics (rev 05)
	DeviceName: Onboard - Video
	Subsystem: Dell Device 09c2
	Kernel driver in use: i915
--
01:00.0 3D controller: NVIDIA Corporation GP107GLM [Quadro P620] (rev a1)
	Subsystem: Dell Device 09c2
	Kernel driver in use: nvidia
	Kernel modules: nouveau, nvidia_drm, nvidia

I am thinking to to install a compositor like picom smile


The main resource in a project is one's interest in it.

Offline

Board footer

Powered by FluxBB