You are not logged in.
Hi there, I'm back with a, probably, simple question.
My system has very low resources and I want disable all the visual effects. From the menu, I disable compositor but when I move Thunar or Emacs (whit evince don't happen) with the mouse, the windows move very very very slow. I think doesn't happen with Evince because use GTK3 but I have no idea. So the issue is if I active compositor the system run slow.
What can I do to disable all the visual effects?
I really try to search the way to do before ask here but I have found nothing
Last edited by emek (2017-08-23 04:51:19)
Offline
Menu -> Preferences -> Openbox -> GUI Config Tool
Try disabling "Update window contents when resizing".
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
It doesn't work. I make a restart to be sure, but don't work.
I google the behaviors and it's like wobbly windows on ubuntu, but in my system it's very slow
Offline
Is everything OK without compositing?
Perhaps there is a compositor setting to suit your system? Get all the options with
man compton
Menu -> Preferences -> Compositor, to edit the compton config., and "/usr/bin/bl-compositor" for the command arguments (somewhere there is a thread about this. Maybe comment out the following lines...)
if glxinfo | egrep -iq 'direct rendering: yes'; then
EXECXCOMP+=' --vsync opengl'
fi
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
I have to sleep now, but tomorrow I'll check it, thanks for your help!
Last edited by emek (2017-08-24 00:18:59)
Offline
Is everything OK without compositing?
Everything is ok except for the issue of the "wobbly windows"
Perhaps there is a compositor setting to suit your system? Get all the options with
man compton
Menu -> Preferences -> Compositor, to edit the compton config., and "/usr/bin/bl-compositor" for the command arguments (somewhere there is a thread about this. Maybe comment out the following lines...)
if glxinfo | egrep -iq 'direct rendering: yes'; then EXECXCOMP+=' --vsync opengl' fi
But if I activate compositing my system will use resources on it, isn't?
Anyway I try to comment the lines but the system run slow with compton on
Offline
My system has very low resources
how low exactly?
and I want disable all the visual effects.
you probably should.
Offline
how low exactly?
It's a netbook HP mini 110. It have 2GB of RAM and a processor Intel Atom(TM) CPU n2600 @1.60Ghz.
About the graphic card, lspci give "Atom Processor D2xxx/N2xxx Integrated Graphics Controller"
Last edited by emek (2017-08-25 03:48:40)
Offline
yep, disable visual effects == benefit for a single core atom thingy.
Offline
If I were you I would not use Compton at all. For you it would be useful only to achieve vertical sync, but the performance penalty is not worth it.
Offline
^ +1
@emek, to stop compositing on your desktop, edit the file at ~/.config/openbox/autostart and remove this line:
bl-compositor --start
Offline
I think the same way to you guys, I already disable compton, but the problem is when I do that, some programs (thunar, emacs) show a really weird behavior that I don't think it's OK. I mean, the windows tremble like gelatine. It's look like the wobbly windows of compiz
So that is my question, how can I disable all the effects besides compton or, the behavior can be an error?
Offline
... or, the behavior can be an error?
^ This..
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
So these effects do not occur with any GTK3 applications?
If that is the case then perhaps just switch to GTK3 programs.
I have no idea why they might behave themselves though
Offline
I already disable compton, but the problem is when I do that, some programs (thunar, emacs) show a really weird behavior that I don't think it's OK. I mean, the windows tremble like gelatine.
nice description.
are you actually using a normal, vanilla bunsenlabs install?
have you installed any software?
do the windows wobble without any user interaction?
do all windows wobble? if not, which do wobble and which don't.
(phew, i'm getting all wobbly myself here...)
also output of
lspci -k | grep -A5 VGA
please.
Offline
So these effects do not occur with any GTK3 applications?
If that is the case then perhaps just switch to GTK3 programs.
GTK3 doesn't mean more use of resources, right?
are you actually using a normal, vanilla bunsenlabs install?
I'm not sure what is a vanilla install, but I install the system download the OS and install via USB.
have you installed any software?
Related to this nothing, I just install chromium and emacs.
do the windows wobble without any user interaction?
do all windows wobble? if not, which do wobble and which don't.
No, just happens with some programs like chromium, emacs or thunar, and with evince or terminal don't.
Only occurs when I move the windows with the mouse, and it's move really slow
lspci -k | grep -A5 VGA
please.
Here is:
00:02.0 VGA compatible controller: Intel Corporation Atom Processor D2xxx/N2xxx Integrated Graphics Controller (rev 09)
Subsystem: Hewlett-Packard Company Device 338d
Kernel driver in use: gma500
00:1b.0 Audio device: Intel Corporation NM10/ICH7 Family High Definition Audio Controller (rev 02)
Subsystem: Hewlett-Packard Company Device 338d
Kernel driver in use: snd_hda_intel
Offline
Kernel driver in use: gma500
Oh dear
That driver is notoriously bad.
Some tips from the Debian wiki but they are quite old and may no longer apply:
https://wiki.debian.org/IntelEmbeddedMe … hicsDriver
More from the ArchWiki:
https://wiki.archlinux.org/index.php/Intel_GMA_500
It may be worth trying the Debian stretch "live" environment as that should use Xorg's built-in modesetting drivers for Intel hardware:
Offline
@HoaS I can't found the driver mentioned on the debian's wiki, or an updated one
On the other hand, on the archlinux wiki just appear solutions to problems I haven't
It may be worth trying the Debian stretch "live" environment as that should use Xorg's built-in modesetting drivers for Intel hardware:
https://cdimage.debian.org/cdimage/unof … so-hybrid/
I'll download a image and try, but what can I do when I run the OS to know if it work properly? Because I just can know if the issue that is happening now is gone.
Offline
Kernel driver in use: gma500
aka poulsbo.
you could try adding 'nomodeset' to grub command line and see if it actually performs better with the fallback video driver.
Offline
you could try adding 'nomodeset' to grub command line and see if it actually performs better with the fallback video driver.
I do, but I can't notice some improvement.
Looks like I can't fix the issue because the card it's too old
Offline