Re: [MSEide-MSEgui-talk] About xrender and stretched bitmaps + EXA + Linux issues

2013-09-19 Thread Sieghard
Hallo Graeme, Du schriebst am Wed, 18 Sep 2013 23:32:20 +0100: > > No way to disable EXA.. change modeset makes use of VESA driver and max > > resolution is 1024x768.. of course MSE runs fine with VESA > > Not sure if I understood you statement correctly. I run the X11 VESA > driver here, under

Re: [MSEide-MSEgui-talk] Switching threads in the IDE

2013-09-19 Thread Martin Schreiber
On Thursday 19 September 2013 16:18:16 Martin Schreiber wrote: > For me it shows "running" after attach process which is wrong, I am > investigating. > Please try again with git master d50043bcf35c5ee82cf022ba21854c3383d214df. Martin --

Re: [MSEide-MSEgui-talk] About xrender and stretched bitmaps + EXA + Linux issues

2013-09-19 Thread Julio Jiménez
I got it working fine using nouveau driver too.. just had to disable thee hw acceleration. I added to xorg.conf Section "Device" Identifier "Nouveau" Driver "nouveau" Option "NoAccel" "on" EndSection Like for EXAPixmaps "off" there is a performance penalization, but this is better t

Re: [MSEide-MSEgui-talk] Switching threads in the IDE

2013-09-19 Thread Martin Schreiber
Am 19.09.2013 15:21, schrieb Graeme Geldenhuys: > Hi Martin, > > Continuing from my Lazarus mailing list discussion. I'm trying to use > MSEide to attach to a running CGI process, so I can debug the CGI app. > The CGI app has 3 threads, and it seems once I attach to the process, > GDB always select

[MSEide-MSEgui-talk] Switching threads in the IDE

2013-09-19 Thread Graeme Geldenhuys
Hi Martin, Continuing from my Lazarus mailing list discussion. I'm trying to use MSEide to attach to a running CGI process, so I can debug the CGI app. The CGI app has 3 threads, and it seems once I attach to the process, GDB always selects the last thread [this happens in Lazarus IDE too]. eg: th

Re: [MSEide-MSEgui-talk] About xrender and stretched bitmaps + EXA + Linux issues

2013-09-19 Thread Julio Jiménez
2013/9/19 Martin Schreiber > > > > > may be a issue related to ati and radeon open source drivers. > I meant nouveau*(nvidia) and radeon :) -- Julio Jiménez Borreguero -- LIMITED TIME SALE - Full Year of Microsoft Tr

Re: [MSEide-MSEgui-talk] About xrender and stretched bitmaps + EXA + Linux issues

2013-09-19 Thread Martin Schreiber
On Thursday 19 September 2013 11:49:15 Julio Jiménez wrote: > 2013/9/19 Martin Schreiber > > > I saw artefacts without fades too. For example in objectinspector there > > can be > > not painted white or garbage areas. With fades the problems are more > > visible > > it seeems. > > Yes, that's why

Re: [MSEide-MSEgui-talk] About xrender and stretched bitmaps + EXA + Linux issues

2013-09-19 Thread Julio Jiménez
2013/9/19 Martin Schreiber > > I saw artefacts without fades too. For example in objectinspector there > can be > not painted white or garbage areas. With fades the problems are more > visible > it seeems. > > Yes, that's why I asked if you were using fades in tfilenameedit components... (mse con

Re: [MSEide-MSEgui-talk] About xrender and stretched bitmaps + EXA + Linux issues

2013-09-19 Thread Martin Schreiber
On Wednesday 18 September 2013 20:37:24 Julio Jiménez wrote: > There are lots of reports about EXA issues. I can fill a bug report, but > probably you are more indicated to do it. You know how MSE interact with > xrender in deep ;) > > About NOUVEAU xorg driver... I'm unable to make it working prop

Re: [MSEide-MSEgui-talk] About xrender and stretched bitmaps + EXA + Linux issues

2013-09-19 Thread Martin Schreiber
On Thursday 19 September 2013 10:43:24 Julio Jiménez wrote: > 2013/9/19 Martin Schreiber > > > I think something goes wrong with clipping mask plane. IIRC widget > > refreshing > > does not help. What happens if you build with -dmse_flushgdi? It then > > doesn't > > use an intermediate pixmap for

Re: [MSEide-MSEgui-talk] About xrender and stretched bitmaps + EXA + Linux issues

2013-09-19 Thread Julio Jiménez
2013/9/19 Martin Schreiber > > I think something goes wrong with clipping mask plane. IIRC widget > refreshing > does not help. What happens if you build with -dmse_flushgdi? It then > doesn't > use an intermediate pixmap for flicker free drawing. > > Compiling with -dmse_flushgdi is working fine

Re: [MSEide-MSEgui-talk] About xrender and stretched bitmaps + EXA + Linux issues

2013-09-19 Thread Martin Schreiber
On Thursday 19 September 2013 09:48:36 Julio Jiménez wrote: > I have observed that if you switch from one working area to another, when > you return all is rendered fine, It looks something related to > refresh/invalidate. I haven't tested if invalidating the widget may help... > I think something

Re: [MSEide-MSEgui-talk] About xrender and stretched bitmaps + EXA + Linux issues

2013-09-19 Thread Julio Jiménez
I have observed that if you switch from one working area to another, when you return all is rendered fine, It looks something related to refresh/invalidate. I haven't tested if invalidating the widget may help... Regards 2013/9/19 Martin Schreiber > On Wednesday 18 September 2013 21:42:12 Juli

Re: [MSEide-MSEgui-talk] About xrender and stretched bitmaps + EXA + Linux issues

2013-09-19 Thread Julio Jiménez
By default (with no xorg.conf) logs said was unable to set other screen resolutions. Probably I had to set the modeline in xorg.conf to enable other resolutions. I didn't investigate it.. was only trying to set nouveau driver working with MSEide. Regards. 2013/9/19 Graeme Geldenhuys > On 201