You are not logged in.

#1 2019-09-17 14:30:34

kibartas
Member
Registered: 2019-01-29
Posts: 29

[SOLVED] Firefox doesn't respond until i3bar clock updates. Sometimes

Hello, I've recently reinstalled Arch Linux on my Acer Aspire 3, because I had too much junk on it.

Since the installation my firefox has started behaving weirdly. Sometimes, not always, when scrolling, firefox doesn't respond to scroll key presses, and the scrollbar doesn't work too. That stops after my i3bar updates to new time. I've tried this with 5s intervals, 1s times and 20s times. When using 5s intervals it stops semi-often, when using 1s it lags all the time and in case of 20s it happens around once a minute.

My question would be, how can this even be related, and am I stupid to think that it is related, and if not, what should I do about it? Also, I don't know what logs should I provide, so I can, if needed. Thanks in advance.

Last edited by kibartas (2019-09-17 15:50:31)

Offline

#2 2019-09-17 14:47:32

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 20,612

Re: [SOLVED] Firefox doesn't respond until i3bar clock updates. Sometimes

What is your video card?  What driver?
Xorg or Weston?
If Xorg, Are you running a compositor ?
What is your Window Manager?


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way

Offline

#3 2019-09-17 14:50:32

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,104

Re: [SOLVED] Firefox doesn't respond until i3bar clock updates. Sometimes

Unlikely to be related, what hardware and drivers? If using xf86-video-intel try without.

Offline

#4 2019-09-17 15:04:18

kibartas
Member
Registered: 2019-01-29
Posts: 29

Re: [SOLVED] Firefox doesn't respond until i3bar clock updates. Sometimes

V1del wrote:

Unlikely to be related, what hardware and drivers? If using xf86-video-intel try without.

Okay, after uninstalling xf86-video-intel my X display manager doesn't launch, because of a faulty .conf file.

The contents of it are:

Section "Device"
	Identifier "Intel Graphics"
	Driver	"intel"
	Option	"Backlight" "intel_backlight"
EndSection

What should I do about that?

Last edited by kibartas (2019-09-17 15:05:22)

Offline

#5 2019-09-17 15:07:00

kibartas
Member
Registered: 2019-01-29
Posts: 29

Re: [SOLVED] Firefox doesn't respond until i3bar clock updates. Sometimes

ewaller wrote:

What is your video card?  What driver?
Xorg or Weston?
If Xorg, Are you running a compositor ?
What is your Window Manager?

My card is Intel HD Graphics 520. I think I'm using the xf86-video-intel driver.
Xorg.
I'm not sure what is a compositor, but I'd wager to say that I'm not.
I3

Offline

#6 2019-09-17 15:10:17

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 20,612

Re: [SOLVED] Firefox doesn't respond until i3bar clock updates. Sometimes

Delete (or move) that config file and try again.  This will cause the system to use the modesetting driver.  This is generally the recommended configuration, and I find it to be rock solid on my system.


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way

Offline

#7 2019-09-17 15:16:48

kibartas
Member
Registered: 2019-01-29
Posts: 29

Re: [SOLVED] Firefox doesn't respond until i3bar clock updates. Sometimes

ewaller wrote:

Delete (or move) that config file and try again.  This will cause the system to use the modesetting driver.  This is generally the recommended configuration, and I find it to be rock solid on my system.

Okay, but that makes my xbacklight not work. The .conf file is specifically for xbacklight to be usable.
Now when I type in xbacklight in the terminal it returns 'No outputs have backlight property'.

Offline

#8 2019-09-17 15:23:48

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 20,612

Re: [SOLVED] Firefox doesn't respond until i3bar clock updates. Sometimes

What is the output of find /sys/class/backlight   ?


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way

Offline

#9 2019-09-17 15:28:29

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,104

Re: [SOLVED] Firefox doesn't respond until i3bar clock updates. Sometimes

Use a more modern backlight handler like light (though that requires your user to be in the video group since recent updates FWIW)

Offline

#10 2019-09-17 15:29:39

kibartas
Member
Registered: 2019-01-29
Posts: 29

Re: [SOLVED] Firefox doesn't respond until i3bar clock updates. Sometimes

ewaller wrote:

What is the output of find /sys/class/backlight   ?

   find /sys/class/backlight
/sys/class/backlight
/sys/class/backlight/intel_backlight

Offline

#11 2019-09-17 15:37:26

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 20,612

Re: [SOLVED] Firefox doesn't respond until i3bar clock updates. Sometimes

I am with V1del on this.  xbacklight is a bit long in the tooth and does not work with the modesetting drtiver.
You might try light.   I use my own, home grown utility which I can post if you like. 

In i3, you will want to bind the brightness up/dowm keys to commands that increment and decrement the backlight.

Did the modesetting driver solve the other issue?

If you want to continue with the Intel driver, you might try a compositor like compton


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way

Offline

#12 2019-09-17 15:48:44

kibartas
Member
Registered: 2019-01-29
Posts: 29

Re: [SOLVED] Firefox doesn't respond until i3bar clock updates. Sometimes

ewaller wrote:

I am with V1del on this.  xbacklight is a bit long in the tooth and does not work with the modesetting drtiver.
You might try light.   I use my own, home grown utility which I can post if you like. 

In i3, you will want to bind the brightness up/dowm keys to commands that increment and decrement the backlight.

Did the modesetting driver solve the other issue?

If you want to continue with the Intel driver, you might try a compositor like compton

Uninstalling the driver did solve the issue. I'll try looking into different backlight managers. Thanks for the help. Closed!

Offline

Board footer

Powered by FluxBB