i830 crash

2004-02-05 Thread David Gmez
Hi all ;),

I got an X crash with X 4.3.0, here is the error log.

By the way, are there many bugfixes in the i830 driver for the upcoming
4.4.0 release? Maybe i'm asking for a problem already fixed in CVS...


Gtk-CRITICAL **: file gtkmain.c: line 582 (gtk_main_quit): assertion `main_loops != 
NULL' failed.


.Error in I830WaitLpRing(), now is 6464996, start is 6462995
pgetbl_ctl: 0xff60001 pgetbl_err: 0x0
ipeir: 0 iphdr: 0
LP ring tail: 8 head: 0 len: 0 start 0
eir: 0 esr: 0 emr: 
instdone: ffc0 instpm: 0
memmode: 108 instps: 0
hwstam:  ier: 0 imr:  iir: 0
space: 131056 wanted 131064
.[drm:i830_wait_ring] *ERROR* space: 131048 wanted 131064
[drm:i830_wait_ring] *ERROR* lockup
.
Fatal server error:
lockup


Thanks,

-- 
David Gómez

The question of whether computers can think is just like the question of
 whether submarines can swim. -- Edsger W. Dijkstra
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


Re: Mouse grabbing

2004-01-25 Thread David Gmez
Hi Alexey ;),

 There is such task: I need to grab all mouse and keyboard events on some
 screen, do something after each event, and generate that events back to
 applications.   

Check for the 'ReplayPointer'/'ReplayKeyboard' flags to XAllowEvents, i
think that is what you need. You can grab the event, do some processing
and after that it's resent to the application. I've used it, for example,
to implement a click to focus policy in a window manager.

cheers

-- 
David Gómez

The question of whether computers can think is just like the question of
 whether submarines can swim. -- Edsger W. Dijkstra
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


Re: XServer kills console

2003-12-10 Thread David Gmez
Hi,

On Dec 10 at 08:59:20, Raymond Jennings wrote:
 If you're using xinit, the xterm is the session, killing it causes the X 
 server to exit.

I know, but i'm launching X with /usr/X11R6/bin/X, not xinit.

 If your console dies, then something screwy is going on.  Try the VT 
 switching keys.

No vt keys, no ctrl-alt-backspace, the console keyboard is definetely dead.

I tried to repeat this bug with XFree86 4.2, but it seems it only happens
with 4.3.0.

cheers

-- 
David Gómez

The question of whether computers can think is just like the question of
whether submarines can swim. -- Edsger W. Dijkstra
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


XServer kills console

2003-12-09 Thread David Gmez
Hi all,

I'm launching an Xserver from the console, with the 'X' binary. After that
i use another console to launch some applications: xterm, a window manager,
xeyes... When the last application dies, the X server doesn't die because
it hasn't been launched from xinit, but the console drops dead, and i
only can access my server remotely. A process list from the remote login
shows me that there is no X, but my console keyboard still is dead :(.

By the way, i'm using XFree86 4.3.0.

cheers,

-- 
David Gómez

The question of whether computers can think is just like the question of
whether submarines can swim. -- Edsger W. Dijkstra
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


ShapeNotify

2003-11-25 Thread David Gmez
Hi all ;),

Somebody knows what functions and in what conditions generate ShapeNotify
events? I thought that XShape extension calls, like XShapeCombineRectangles
will generate them, but experience told me that that's not the case.

In the scarce XShape documentation there is no info about this. Just a
testimony that ShapeNotify events exists and how to select them...

Thanks,

-- 
David Gómez

The question of whether computers can think is just like the question of
whether submarines can swim. -- Edsger W. Dijkstra
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


[XFree86] Xterm does not die

2003-07-23 Thread David Gmez
Hi all ;),

I'm facing a problem with xterm processes that still exists even if X has
been terminated. If the Xterm is launched from the console or from xinitrc,
when X are interrupted, the xterm process also finishes. But if i launch
the xterm process from the window manager (i'm using pawm wm), the process
becomes a child of pawm. Then when the window manager is finished with an
TERM signal, the xterm process becomes orphan and is reparented by init, just
like any other process launched by pawm. The difference is that, while all
processes die when the X connection dies, the xterm process is still running.

Ask me for more info if you need it.

Thanks a lot ;)

-- 
David Gómez

The question of whether computers can think is just like the question of
 whether submarines can swim. -- Edsger W. Dijkstra

___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] Xft Documentation

2003-07-10 Thread David Gmez
Hi all ;),

I looking documentation for the Xft 2.0 API. I've only a found a paper by
Keith Packard, and i don't know if it covers all the details of the last
version of Xft. Is there any more documentation I should know of?

Thanks in advance,

-- 
David Gómez

The question of whether computers can think is just like the question of
 whether submarines can swim. -- Edsger W. Dijkstra

___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86