You are not logged in.

#1 2015-04-10 15:07:05

tsaber
Member
Registered: 2015-04-10
Posts: 27

Intel Iris Pro 5200 compton Openbox confusion

Hi,

I've been dealing with tearing in games such as Dota 2 or Pillars Of Eternity.
After searching for a while in this forum and on google I hereby give up.

I have not gotten as far as trying the config out ingame because this happened before.

Here's a screenshot. Look at the tint2 panel. Nitrogen always goes back to gray too.

http://i.imgur.com/qJwyWNg.png 


# panel
(sleep 1s && tint2) &
(sleep 1s && conky) &
 
nitrogen --restore &
 
 
 
 
# Enable as required
#xbacklight -set 100 &
#/usr/bin/synclient TouchpadOff=1 &
#xxkb &
setxkbmap de &
 
(sleep 2 && spacefm -d) &
(sleep 2 && tsaber)
# (sleep 3 && nm-applet) &
(sleep 3 && volumeicon) &
(sleep 8 && redshift -l 56:5.6) &
(sleep 6 && skype) &
(sleep 5 && deluge) &
(sleep 1 && thunderbird) &
compton --backend glx --paint-on-overlay --glx-no-stencil --glx-no-rebind-pixmap --vsync opengl-swc --shadow-exclude "! name~=''" --config ~/.compton.conf -b &
 
------------------------------------------------------------------------------------------------
 
compton.conf
 
shadow = true;
no-dnd-shadow = true;
no-dock-shadow = true;
clear-shadow = true;
shadow-radius = 7;
shadow-offset-x = -7;
shadow-offset-y = -7;
shadow-opacity = 0.7;
shadow-red = 0.0;
shadow-green = 0.0;
shadow-blue = 0.0;
shadow-exclude = [ "name = 'Notification'", "class_g = 'Conky'", "class_g ?= 'Notify-osd'", "class_g = 'Cairo-clock'" ];
shadow-ignore-shaped = false;
menu-opacity = 0.8;
inactive-opacity = 0.8;
active-opacity = 1.0;
frame-opacity = 0.7;
inactive-opacity-override = false;
alpha-step = 0.06;
inactive-dim = 0.0;
blur-kern = "3x3box";
blur-background-exclude = [ "window_type = 'dock'", "window_type = 'desktop'" ];
fading = true;
fade-in-step = 0.03;
fade-out-step = 0.03;
fade-exclude = [ ];
backend = "glx";
mark-wmwin-focused = true;
mark-ovredir-focused = true;
detect-rounded-corners = true;
detect-client-opacity = true;
refresh-rate = 0;
vsync = "opengl-swc";
dbe = false;
paint-on-overlay = true;
focus-exclude = [ "class_g = 'Cairo-clock'" ];
detect-transient = true;
detect-client-leader = true;
invert-color-include = [ ];
glx-copy-from-front = false;
glx-swap-method = "undefined";
wintypes :
{
  tooltip :
  {
    fade = true;
    shadow = false;
    opacity = 0.75;
    focus = true;
  };
};

Thanks! I love archlinux

-- mod edit: converted img to url. Trilby --

Last edited by Trilby (2015-04-10 21:14:49)

Offline

#2 2015-04-10 21:12:05

pdgessler
Member
From: Milwaukee, WI
Registered: 2011-04-06
Posts: 23

Re: Intel Iris Pro 5200 compton Openbox confusion

Welcome! Please read the forum etiquette and only post thumbnails of images (with links to full-size if necessary): https://wiki.archlinux.org/index.php/Fo … s_and_code

Offline

#3 2015-04-10 21:17:11

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 30,456
Website

Re: Intel Iris Pro 5200 compton Openbox confusion

Welcome to the forums, please see the page linked above.  I've replaced the image with a link.  But also with images, please let us know what we should be looking for and how it differs from your expectation.  You said to look at the tint2 bar ... it looks fine to me*, what do you want it to look like, or what do you think it should look like?

*note: I may be missing something - and it's likely something obvious to you, but for us (at least me) it's not obvious that there is a problem/symptom shown there.

EDIT: D'Oh - that is quite obvious now that you point it out (in the post below) - I just scanned the image at first and nothing jumped out.

Last edited by Trilby (2015-04-11 11:20:50)


"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman

Offline

#4 2015-04-11 11:17:51

tsaber
Member
Registered: 2015-04-10
Posts: 27

Re: Intel Iris Pro 5200 compton Openbox confusion

Oh the Bluetooth icon merged with caffeine since I changed the Compton config.

I also heard that Compton may be the reason nitrogen isn't working properly.

Last edited by tsaber (2015-04-11 11:18:29)

Offline

Board footer

Powered by FluxBB