Displaying 7 results from an estimated 7 matches for "rootwindow".
Did you mean:
root_window
2005 Mar 03
2
X problem (radeon/intel-agp) on unstable
...ith my notebook (see ''[Xen-devel] "general
protection faults" in dom0 when loading intel-agp module'') I tried
xen-testing. Now I''m on xen-unstable but I still get the following problem.
X loads but doesn''t display anything more than the X cursor. The rootwindow
looks kind of strange. Please see
http://www.fs.tum.de/~meyerm/XonRadeon.jpg since I can''t explain it ;-)
gcc 3.4.3
X.org 6.8.2
Radeon 9200
i845
Any idea what I could try?
Thanks,
Marcel
--
Marcel Meyer
| Netzwerk- und Rechnerorganisation
| Fachschaft Mathematik/Physik/Informatik
|...
2007 Jun 17
2
X11 help please
...Current serial number in output stream: 29
I've checked and as far as I can see all the parameters we're sending to
XCreateWindow are valid, but I might have missed something: I don't
know much about X11 programming. (The call is
::Window xwindow = XCreateWindow(
xdisplay, RootWindow(xdisplay, DefaultScreen(xdisplay)),
0, 0, 256, 256, 0,
xvisualinfo->depth,
InputOutput,
xvisualinfo->visual,
valuemask,
&attrib
);
but without context that's probably not worth much to others.)
Are there any experienced X11 programmers out there who can su...
2013 Jun 19
2
Relative position between two windows
...ve
position
between two established corners of them that they have when mapped.
So that if I move or resize one of the window, the other if necessary
automatically
moves to observe the condition. I'm close with this code, let's see for
example
the case for window A:
XSelectInput ( display, RootWindow ( display, 0 ), SubstructureNotifyMask );
>
> XEvent event;
> while ( true )
> {
> XNextEvent ( display, & event );
> /* ... */
> if ( event.type == ConfigureNotify and event.xconfigure.window ==
> window_B )
> {
> // new_x, new_y based on e...
2005 Dec 01
0
[fdo] Programming problems in Dual Head Mode.
...reenCount(display);
> printf("number of screens = %d\n", count);
> screen = DefaultScreen(display);
> printf("screen = %d\n", screen);
>
> hwidth = 640;
> hheight = 480;
>
> /* Make the window */
> window = XCreateSimpleWindow (display, RootWindow(display, screen),
> 0, 0, hwidth, hheight,0,0,0);
>
> XSelectInput(display, window, KeyPressMask | StructureNotifyMask);
>
> /* Map window. */
>
> XMapWindow(display, window);
>
> /* Wait for map. */
> do
> {
> XNe...
2005 Dec 05
0
[fdo] Programming problems in Dual Head Mode with Tiny-X.
...reenCount(display);
> printf("number of screens = %d\n", count);
> screen = DefaultScreen(display);
> printf("screen = %d\n", screen);
>
> hwidth = 640;
> hheight = 480;
>
> /* Make the window */
> window = XCreateSimpleWindow (display, RootWindow(display, screen),
> 0, 0, hwidth, hheight,0,0,0);
>
> XSelectInput(display, window, KeyPressMask | StructureNotifyMask);
>
> /* Map window. */
>
> XMapWindow(display, window);
>
> /* Wait for map. */
> do
> {
> XNe...
2013 Jun 19
0
Relative position between two windows
...d corners of them that they have when mapped.
> So that if I move or resize one of the window, the other if necessary
> automatically
> moves to observe the condition. I'm close with this code, let's see for
> example
> the case for window A:
>
> XSelectInput ( display, RootWindow ( display, 0 ), SubstructureNotifyMask
>> );
>>
>> XEvent event;
>> while ( true )
>> {
>> XNextEvent ( display, & event );
>> /* ... */
>> if ( event.type == ConfigureNotify and event.xconfigure.window ==
>> window_B )
>>...
2018 Feb 28
0
[ANNOUNCE] xserver 1.20 RC1
...Xephyr: Avoid calling xcb_shm_detach() twice
Ben Crocker (1):
Fix a segfault that occurs if xorg.conf.d is absent:
Carlos Garnacho (10):
xwayland: Refactor cursor management into xwl_cursor
xwayland: update cursor on tablet tools in proximity
dix: assume warping on the RootWindow always happens on visible coords
xwayland: Allow pointer warp on root/None window
xwayland: "Accept" confineTo on InputOnly windows
xwayland: Update root window size when desktop size changes
xwayland: Lock the pointer if it is confined and has no cursor
Xi:...