Advertisement
herouxma

compiz-stable

May 26th, 2014
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. //with these options, compiz was crashing many times a day:
  2. s0_active_plugins = core;crashhandler;composite;opengl;imgjpeg;compiztoolbox;decor;vpswitch;shift;move;regex;gnomecompat;resize;place;grid;imgpng;wallpaper;mousepoll;animation;session;animationaddon;workarounds;wobbly;fade;cube;rotate;scale;unitymtgrabhandles;cubeaddon;td;expo;unityshell;
  3. s0_outputs = 640x480+0+0;
  4.  
  5. //by now, compiz did not crash since 3 days now, changes are the following:
  6. s0_active_plugins = gtkloader;winrules;
  7. s0_outputs = 1920X1080+0+0;640x480+0+0;
  8.  
  9. 1. gtkloader: as the issue was with window-decorator, it may be related;
  10. 2. Display Size: setting 1920X1080+0+0 influence the proper output I agree now match my X11 config;
  11. 3. Window Rules: now enable without any specific configurations, may not be related;
  12. 3. I started to use Chrome more than Firefox on that machine and I will get back to Firefox for few days to see.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement