You are not logged in.
Pages: 1
Hello guys!
I`ve got a problem with my i3gaps + compton. Whenever I open more than 2 windows (terminal, browser etc.) screen is glitching. For example, i open two empty terminal windows and one with vtop and behind empty terminal window, i see some vtop glitched window. I tried to use different compositor(xcompmgr) and it was all the same. Does anyone can help me with this? Thanks!
i3gaps config: https://pastebin.com/gx0pWVj6
Offline
Which GPU and driver are you using?
Offline
GPU: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller
Drivers: extra/xf86-video-intel 1:2.99.917+853+g0932a6b3-1 (xorg-drivers) [installed]
X.org Intel i810/i830/i915/945G/G965+ video drivers
Offline
Have you perused
https://wiki.archlinux.org/index.php/in … cs#Tearing
Ancestoral Clan https://cirrus.freevar.com/mclean.html
Offline
Yes, and it doesn`t help ![]()
Offline
Try disabling Compton to rule out compositor
Ancestoral Clan https://cirrus.freevar.com/mclean.html
Offline
Also FWIW since the intel DDX is in flux and often considered to be obsoleted by the modesetting driver, what happens if you remove your xorg configs (which reference the intel driver directly) and xf86-video-intel and let the xorg internal modesetting driver do it's thing?
Offline
Also: what kind of terminal (assuming it's a significant variable?), "xwininfo" and "xprop" of the terminal and maybe a screenshot.
Online
Hello. I had the same issue with an IBM T60 with Intel Graphics card. When I disabled compton, all this flickering stopped. As a temporary solution, I downgraded compton from version 3.0.2 to version 2.0.2. This fixed the issue.
FOSS - GNU/Linux enthusiast
Offline
@V1del Thanks for your suggestion. I had a tearing problem with i3wm w/ and w/o compton. Removing the xf86-video-intel and enabling early KMS seem to significantly improve the situation whether compton is running or not.
Offline
Cirrus - i desibled compton and it glitches also.
V1del - when i remove intel drivers and xorg config my computer boots, but it doesnt load login screen, so i have to switch to command line(ctrl+alt+f2) and install my drivers again - what am I doing wrong?
Seth - Thats the output of xprop command - https://pastebin.pl/view/7276dbed - I use termite terminal but it also glitches with firefox etc.
MidnightRanger - when I disabled compton it also glitches, so i dont think it will help ![]()
Aurelieng - i tried this, but i did something wrong, because when i rebooted my computer, login screen(lxdm) couldnt load without intel drivers
This is link to screenshots where i captured tearing examples.
https://drive.google.com/open?id=1yEicS … I-tgNSSRhe
Guys, thank you all for help, hope we will get through this ![]()
Offline
Intel driver removed, have you checked /var/log/Xorg.0.log for errors?
Offline
Xorg logs:
https://pastebin.pl/view/142833b0
Offline
I don't see any errors in this one, it looks like it's the one generated with the Intel driver installed?
Here's a difference with mine.
Mine (w/modsetting):
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
compiled for 1.20.3, module version = 1.0.0
ABI class: X.Org Server Extension, version 10.0
(==) Matched intel as autoconfigured driver 0
(==) Matched modesetting as autoconfigured driver 1
(==) Matched fbdev as autoconfigured driver 2
(==) Matched vesa as autoconfigured driver 3
(==) Assigned the driver to the xf86ConfigLayout
(II) LoadModule: "intel"
(WW) Warning, couldn't open module intel
(EE) Failed to load module "intel" (module does not exist, 0)
(II) LoadModule: "modesetting"
(II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
(II) Module modesetting: vendor="X.Org Foundation"
compiled for 1.20.3, module version = 1.20.3
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 24.0
(II) LoadModule: "fbdev"
(WW) Warning, couldn't open module fbdev
(EE) Failed to load module "fbdev" (module does not exist, 0)
(II) LoadModule: "vesa"
(WW) Warning, couldn't open module vesa
(EE) Failed to load module "vesa" (module does not exist, 0)
(II) modesetting: Driver for Modesetting Kernel Drivers: kms
(II) modeset(0): using drv /dev/dri/card0
(II) modeset(0): Creating default Display subsection in Screen sectionYours (w/ the Intel driver?)
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
compiled for 1.20.3, module version = 1.0.0
ABI class: X.Org Server Extension, version 10.0
(II) LoadModule: "intel"
(II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
(II) Module intel: vendor="X.Org Foundation"
compiled for 1.20.2, module version = 2.99.917
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 24.0
(II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
(i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
ies, G45/G43, Q45/Q43, G41, B43
(II) intel: Driver for Intel(R) HD Graphics
(II) intel: Driver for Intel(R) Iris(TM) Graphics
(II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
(II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20170818
(II) intel(0): SNA compiled from 2.99.917-853-g0932a6b3
(--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 3000
(--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx; using a maximum of 2 threads
(II) intel(0): Creating default Display subsection in Screen sectionOffline
There's no xwininfo output, but I assume termite is an ARGB window?
[ 62.313] (**) | |-->Device "Intel Graphics"You probably have some explicit reference to the intel driver in /etc/X11/xorg.conf.d or /usr/share/X11/xorg.conf.d
Online
There is xwininfo output:
https://pastebin.com/CSmRwmZ3
And i have a file (20-intel.conf) in /etc/X11/xorg.conf.d (according to the arch wiki)
Offline
Here is xorg logs again, because I uploaded wrong file, sorry!
https://pastebin.com/dFx8hUtd
It looks like, it`s still trying to load intel drivers or something like this, why?
Last edited by jmieszkowski (2018-11-01 14:26:18)
Offline
Ok, my mistake. I had this file 20-intel.conf and i didint remove this, i just changed name to 20-intelback.conf
So now my computer boots without intel drivers, and its better, but glitches sometimes happen. For example when i resize windows or something.
There are new Xorg logs, when it booted properly, sorry for mess:
https://pastebin.com/Q17CuSHk
Offline
Yup, is ARGB and your X server now uses the modesetting driver.
Ftr, you can just click the edit link in the lower right corner to mend your posts.
Does this also happen w/ xterm instead of termite?
Online
Yes, it also glitches ![]()
Offline
I found a way to get it work. I added to my i3 config line "default_border none" and now my screen doesnt glitch
. Thank you all for help!
Offline
Pages: 1