x11 not properly set

2009-05-25 Thread Pol
With my recently installed opensuse 11.1 on my hp tc4200 tablet. (laptop), X11 is not working well: sometimes windows disappear for few seconds and other minor weird things happen. My graphics card is intel 915GM Inspecting the /var/log/Xorg.0.org, i have found three lines with the error

Re: Problems Testing New Radeon Code

2009-05-25 Thread Jerome Glisse
On Sun, 2009-05-24 at 13:58 +0100, Mike Lothian wrote: 2009/5/9 Mike Lothian m...@fireburn.co.uk: 2009/5/7 Mike Lothian m...@fireburn.co.uk: 2009/5/6 Jerome Glisse gli...@freedesktop.org: On Sun, 2009-05-03 at 21:06 +0100, Mike Lothian wrote: 2009/5/2 Jerome Glisse gli...@freedesktop.org:

Can't run XServer

2009-05-25 Thread K�vin DA SILVA
Hi all, I've build Xorg server with git supermodule but I can't run Xserver. I've got a blackscreen. My configuration : Advent notebook (similary to MSi Wind notebook) Intel 945GM Slitaz(GNU Linux) It doesn't work too with vesa. Thanks for your help My xorg.log (sorry for the length...)

Re: proportional panning

2009-05-25 Thread Alex Deucher
On Sat, May 23, 2009 at 2:24 PM, David De La Harpe Golden david.delaharpe.gol...@gmail.com wrote: Panning's made a welcome return... But it's border-push type panning. That means to scroll new sections of the display into view you push against the border. Back in the day, some amiga stuff

Accessing an openGL viewport's pixels on multiple X servers

2009-05-25 Thread Jerome Guilmette
Hi everyone, I hope this is the good list to send my question to for it is a rather a specific matter. All my tests were done using an NVIDIA GeForce 8600M, driver version 180.29, under the Fedora 10 OS. Here is my issue: I have a program that takes a few screenshots of an application

Re: Can't run XServer

2009-05-25 Thread Adam K Kirchhoff
How are you starting X? If you are simply running 'X' or 'Xorg' all you will get is a blackscreen. What happens if you run 'startx' or 'xinit'? Adam On Mon, 25 May 2009 16:55:06 +0200 K�vin DA SILVA dasilvake...@hotmail.fr wrote: Hi all, I've build Xorg server with git supermodule but

Re: Accessing an openGL viewport's pixels on multiple X servers

2009-05-25 Thread Aaron Plattner
On Mon, May 25, 2009 at 07:15:33AM -0700, Jerome Guilmette wrote: Hi everyone, I hope this is the good list to send my question to for it is a rather a specific matter. All my tests were done using an NVIDIA GeForce 8600M, driver version 180.29, under the Fedora 10 OS. Here is my issue: I

Re: Accessing an openGL viewport's pixels on multiple X servers

2009-05-25 Thread Jerome Guilmette
Aaron Plattner wrote: On Mon, May 25, 2009 at 07:15:33AM -0700, Jerome Guilmette wrote: Hi everyone, I hope this is the good list to send my question to for it is a rather a specific matter. All my tests were done using an NVIDIA GeForce 8600M, driver version 180.29, under the

Re: Problems Testing New Radeon Code

2009-05-25 Thread Mike Lothian
2009/5/25 Jerome Glisse gli...@freedesktop.org: On Sun, 2009-05-24 at 13:58 +0100, Mike Lothian wrote: 2009/5/9 Mike Lothian m...@fireburn.co.uk: 2009/5/7 Mike Lothian m...@fireburn.co.uk: 2009/5/6 Jerome Glisse gli...@freedesktop.org: On Sun, 2009-05-03 at 21:06 +0100, Mike Lothian wrote:

It's useful to have a working X server if a client holds a grab when it triggers a debugger breakpoint

2009-05-25 Thread David Campbell
Hi, Many/most GUI toolkits implement pop up menus using grabs. This can cause major desktop lockups when debugging GUI applications, because hitting breakpoints in pop up menu callback code will occur while a grab is active. Reaching a breakpoint while a grab is active indefinitely locks up

Re: It's useful to have a working X server if a client holds a grab when it triggers a debugger breakpoint

2009-05-25 Thread Maarten Maathuis
I personally wouldn't mind a kill all grabs button/key/whatever. Even if you can debug a grab issue, you don't always have the time or the right machine (debugging symbols and friends) to do it. Maarten. ___ xorg mailing list xorg@lists.freedesktop.org

Re: It's useful to have a working X server if a client holds a grab when it triggers a debugger breakpoint

2009-05-25 Thread Peter Hutterer
On Mon, May 25, 2009 at 06:21:27PM -0700, Dylan McCall wrote: I wouldn't disagree that there is a problem for novice programmers, debugging a GUI app for the first time. But for these people, an obscure way to reconfigure their X server doesn't help much either. - Owen I think

Re: It's useful to have a working X server if a client holds a grab when it triggers a debugger breakpoint

2009-05-25 Thread David Campbell
Owen Taylor wrote: On Tue, 2009-05-26 at 10:00 +1000, David Campbell wrote: Hi, Many/most GUI toolkits implement pop up menus using grabs. This can cause major desktop lockups when debugging GUI applications, because hitting breakpoints in pop up menu callback code will occur while a

Re: It's useful to have a working X server if a client holds a grab when it triggers a debugger breakpoint

2009-05-25 Thread Daniel Stone
On Tue, May 26, 2009 at 03:46:12AM +0200, Maarten Maathuis wrote: I personally wouldn't mind a kill all grabs button/key/whatever. Even if you can debug a grab issue, you don't always have the time or the right machine (debugging symbols and friends) to do it. Yeah, it will come back as an XKB

Re: It's useful to have a working X server if a client holds a grab when it triggers a debugger breakpoint

2009-05-25 Thread Peter Hutterer
On Tue, May 26, 2009 at 11:56:58AM +1000, David Campbell wrote: Owen Taylor wrote: On Tue, 2009-05-26 at 10:00 +1000, David Campbell wrote: Hi, Many/most GUI toolkits implement pop up menus using grabs. This can cause major desktop lockups when debugging GUI applications, because

Re: It's useful to have a working X server if a client holds a grab when it triggers a debugger breakpoint

2009-05-25 Thread David Campbell
Daniel, If the kill all grabs functionality came back as an XKB action, that wouldn't help in this situation, would it, given that CTRL-ALT-number isn't working, which would seem to indicate that a synchronous grab is used? If VT switching doesn't work due to a synchronous grab, then an XKB

Re: It's useful to have a working X server if a client holds a grab when it triggers a debugger breakpoint

2009-05-25 Thread Peter Hutterer
On Tue, May 26, 2009 at 01:55:17PM +1000, David Campbell wrote: Daniel, If the kill all grabs functionality came back as an XKB action, that wouldn't help in this situation, would it, given that CTRL-ALT-number isn't working, which would seem to indicate that a synchronous grab is