xMoad / marave

Automatically exported from code.google.com/p/marave
GNU General Public License v2.0
0 stars 0 forks source link

very slow on eeePC #42

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I would not call it an issue - it is more a performance or usability 
problem.

First of all I think this software is a great software with a great idea 
behind it.

I tried to use it on eeePC Ubuntu 9.10 netbook remix. It is quite slow - 
there is a very big lag between typing a character and displaying it on the 
screen - may like 1/3 of a second even with a simple color background - not  
graphics. It makes Marave unusable.

Anyway, besides that, great job. I had no problem with Marave on my 
desktop. Love the absence of toolbars , scrollbars etc. and the presence of 
X11 fonts. 

Original issue reported on code.google.com by tereshk...@gmail.com on 13 Feb 2010 at 3:58

GoogleCodeExporter commented 8 years ago
I have a eee 701 so I will make it work, but haven't tested it there in a while 
:-)

Could you try running it with the --opengl switch? 

Original comment by roberto.alsina on 13 Feb 2010 at 4:00

GoogleCodeExporter commented 8 years ago
installed libqt4-opengl package .. still getting:

...:~$ marave --opengl
Qt OpenGL support not available
.....

what else does it need?

Original comment by tereshk...@gmail.com on 13 Feb 2010 at 4:06

GoogleCodeExporter commented 8 years ago
added python-qt4-gl with dependences ... works like a charm!

fast and furious .. :) .. thanks. Good job!!!

Original comment by tereshk...@gmail.com on 13 Feb 2010 at 4:14

GoogleCodeExporter commented 8 years ago
I may make --opengl the default now :-)

OTOH, on my 701 it works well both ways, so I don't really know what happened 
there.

Original comment by roberto.alsina on 13 Feb 2010 at 4:52

GoogleCodeExporter commented 8 years ago
$ python main.py --opengl
OpenGL acceleration doesn't work well with Oxygen, disabling it

this is what i get on my samsung nc10 when i try marave with opengl. it works 
very
well here, no problem and no lag, without opengl.

Original comment by bdgr...@googlemail.com on 13 Feb 2010 at 5:51

GoogleCodeExporter commented 8 years ago
OpenGL + Oxygen was broken on KDE4.3+Qt 4.5 but seems to work on KDE 4.4 + Qt 
4.6 so 
I need to add some version checks there.

Original comment by roberto.alsina on 13 Feb 2010 at 6:00

GoogleCodeExporter commented 8 years ago
The version checks are there now, and Qt 4.6 is the recommended version, so 
it's just a 
matter of using --opengl or not, depending on how slow things are.

Original comment by roberto.alsina on 21 Feb 2010 at 2:19