Displaying 7 results from an estimated 7 matches for "xdisplay".
Did you mean:
display
2007 Jun 17
2
X11 help please
...est: 28
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 ther...
2014 Nov 01
2
linux kernel 3.17, freeze on resume
...in that's what I'm up against. When I resume after
>> hibernate, Plymouth fails then I get a completely inert machine. Lights are
>> on but keyboard nor mouse will elicit any response. If I go to another
>> machine and ssh to a shell and do, #systemctl restart gdm, a clean Xdisplay
>> pops up showing the log in screen. Now all is well. I'm running Gnome 3 on
>> kernel 3.17.1-302.fc21.x86_64 on an HP Elitebook 8440p with NVIDIA GT218N
>> [NVS 3100M] GPU, 8 GIG RAM and SSD. Can you help me help you to help me?
>> Do you suppose this is an as yet unre...
2004 Jul 20
1
Installing rgl on linux
...or: `X11WindowImpl' was not declared in this scope
x11gui.h:66: error: syntax error before `>' token
x11gui.h:68: error: 'WindowMap' is used as a type, but is not defined as
a
type.
x11gui.h: In member function `bool gui::X11GUIFactory::isConnected()':
x11gui.h:32: error: `xdisplay' undeclared (first use this function)
x11gui.h: In member function `int gui::X11GUIFactory::getFD()':
x11gui.h:33: error: `xdisplay' undeclared (first use this function)
x11gui.h:33: error: `ConnectionNumber' undeclared (first use this
function)
make: *** [x11lib.o] Error 1
ERROR: c...
2018 Apr 27
4
[PATCH] allow indefinite ForwardX11Timeout by setting it to 0
This change allows use of untrusted X11 forwarding (which is more
secure) without
requiring users to choose a finite timeout after which to refuse new
connections.
This matches the semantics of the X11 security extension itself, which
also treat a
validity timeout of 0 on an authentication cookie as indefinite.
Signed-off-by: Trixie Able <table at inventati.org>
---
clientloop.c | 12
2014 Oct 26
0
linux kernel 3.17, freeze on resume
...;m not certain that's what I'm up against. When I resume after
> hibernate, Plymouth fails then I get a completely inert machine. Lights are
> on but keyboard nor mouse will elicit any response. If I go to another
> machine and ssh to a shell and do, #systemctl restart gdm, a clean Xdisplay
> pops up showing the log in screen. Now all is well. I'm running Gnome 3 on
> kernel 3.17.1-302.fc21.x86_64 on an HP Elitebook 8440p with NVIDIA GT218N
> [NVS 3100M] GPU, 8 GIG RAM and SSD. Can you help me help you to help me?
> Do you suppose this is an as yet unreported driver bu...
2014 Nov 01
0
linux kernel 3.17, freeze on resume
...;m not certain that's what I'm up against. When I resume after
> hibernate, Plymouth fails then I get a completely inert machine. Lights are
> on but keyboard nor mouse will elicit any response. If I go to another
> machine and ssh to a shell and do, #systemctl restart gdm, a clean Xdisplay
> pops up showing the log in screen. Now all is well. I'm running Gnome 3 on
> kernel 3.17.1-302.fc21.x86_64 on an HP Elitebook 8440p with NVIDIA GT218N
> [NVS 3100M] GPU, 8 GIG RAM and SSD. Can you help me help you to help me?
> Do you suppose this is an as yet unreported driver bu...
2014 Oct 25
4
linux kernel 3.17, freeze on resume
...quot; but I'm not certain that's what I'm up against. When I resume after hibernate, Plymouth fails then I get a completely inert machine. Lights are on but keyboard nor mouse will elicit any response. If I go to another machine and ssh to a shell and do, #systemctl restart gdm, a clean Xdisplay pops up showing the log in screen. Now all is well. I'm running Gnome 3 on kernel 3.17.1-302.fc21.x86_64 on an HP Elitebook 8440p with NVIDIA GT218N [NVS 3100M] GPU, 8 GIG RAM and SSD. Can you help me help you to help me?
Do you suppose this is an as yet unreported driver bug or something else....