Displaying 20 results from an estimated 28749 matches for "display".
2003 Nov 20
2
Cannot do international dial with E1 in Spain
...r information layer 1: A-Law (35)
> Channel ID (len= 5) [ Ext: 1 IntID: Implicit, PRI Spare: 0, Exclusive
Dchan: 0
> ChanSel: Reserved
> Ext: 1 Coding: 0 Number Specified Channel Type:
3
> Ext: 1 Channel: 3 ]
> Display (len= 1) [ > Display (len= 1) [ 1> Display (len= 1) [ 1 ]
> Calling Number (len= 4) [ Ext: 0 TON: Unknown Number Type (0) NPI:
Unknown Number Plan (0)
> Presentation: Unknown (67) '' ]
> Called Number (len=17) [ Ext: 1 TON: National Number (2) NP...
2001 Dec 05
1
DISPLAY=localhost
hi,
this can be applied to the latest portable CVS. by default bind sshd fake
display to localhost.
[stevesk at jenny stevesk]$ uname -sr
HP-UX B.11.11
[stevesk at jenny stevesk]$ echo $DISPLAY
localhost:14.0
[stevesk at jenny stevesk]$ netstat -an|grep 6014
tcp 0 0 127.0.0.1.6014 *.* LISTEN
this is currently controlled with sshd_config gat...
2007 Oct 26
1
x11(....) kills R without DISPLAY (PR#10379)
Full_Name: Christian Brechbuehler
Version: 2.4.1, 2.5.1,
OS: Ubuntu GNU/Linux
Submission from: (NULL) (24.61.47.236)
Context:
'X11' starts a graphics device driver on the display given by argument
'display'.
Problem:
If the environment variable DISPLAY is not set, the R process dies with exit
status 1.
Example (start R without DISPLAY from bash):
% DISPLAY= R
> x11("localhost:11.0") # this is my valid DISPLAY
Error: Couldn...
2005 Aug 31
4
Element.show - element.style.display=''''
All
Head up.
I found that when I had a hidden DIV (using css - display: none) which I
wanted to Effect.Appear on some event (although the underlying problem seems
to be with Element.show()), I had to make an amendment to the underlying
prototype.js code by changing :
element.style.display = '''' -> element.style.display = ''block'';...
2003 Apr 10
1
Starcraft Patch
...ventType;
-static BOOL DGAUsed = FALSE;
+BOOL DGAUsed = FALSE;
static HWND DGAhwnd = 0;
extern void X11DRV_DGAMotionEvent( HWND hwnd, XDGAMotionEvent *event );
@@ -133,18 +133,40 @@
XEvent event;
int count = 0;
+ /* Added to make starcraft work */
+#ifdef HAVE_LIBXXF86DGA2
+ Display *display = DGAUsed ? gdi_display : data->display;
+#else
+ Display *display = data->display;
+#endif
+
wine_tsx11_lock();
- while ( XPending( data->display ) )
+ /* Changed to make starcraft work */
+ while ( XPending( display ) )
{
- Bool ignore;
-
- XN...
2004 Oct 18
1
Display file problem with PXELINUX
Hi All,
I am having trouble with pxelinux display file not calling the correct name to
retrieve the graphic image. I guess the filename length is determained
the first time ^X is used, and doesnt re-size the field name on next call.
For example when cycling through F1 - F2 - F3
the f1 image displays fine, and its the longer name
f2 & f3 just...
2007 Oct 27
1
(PR#10379) Re: x11(....) kills R without DISPLAY
...Dalgaard wrote:
>> brechbuehler at gmail.com wrote:
>>> Full_Name: Christian Brechbuehler
>>> Version: 2.4.1, 2.5.1, OS: Ubuntu GNU/Linux
>>> Submission from: (NULL) (24.61.47.236)
>>>
>>>
> <snipped>
>>> Example (start R without DISPLAY from bash):
>>> % DISPLAY=3D R
>>> > x11("localhost:11.0") # this is my valid=20
>>> DISPLAY
>>> Error: Couldn't find per display information
>>> %
> <snipped>
>>> =20
>> I see this...
2010 Aug 06
3
Remote nautilus, X display forwarding problem
I need to open a Nautilus window on a headless server, but no matter
what I try it complains about the display:
?dcl:~$ xhost + localhost
localhost being added to access control list
?dcl:~$ ssh -X user at ip.address
[user at CentOS-55-32-minimal ~]$ export DISPLAY=localhost:0.0
[user at CentOS-55-32-minimal ~]$ nautilus --display=0:0
cannot open display: 0:0
Run 'nautilus --help' to see a full lis...
2009 Mar 05
6
Heroes of MIght and Magic V
Please, can someone help me with install Heroes?
I was reading HOWTO, but I understund it.
> If the setup program asks for 'setup.exe', kill it, and then run 'killall -9 IKernel.exe'
> Place d3dx9_25.dll in Wine's windows/system32 directory
> To allow camera change by holding down the right mouse button, edit input.cfg found in <game dir>/profiles/<profile
2005 Dec 01
0
[fdo] Programming problems in Dual Head Mode.
(Hope this is the right place to post this message.)
Hi all,
I am working on a small movie player which can play full screen movie
using Xserver. It works fine in Single Head Mode. But is I set the
Xserver in Dual Head Mode. I can't see any thing on both screens. The
Code to Init the display is shown as below:
> display = XOpenDisplay(NULL);
> if (display == NULL)
> fprintf(stderr, "Can not open display\n");
>
> if (!XMBXDHQueryExtension(display, &eventBase, &errorBase))
> {
> printf("XMBXDHQueryExtension failed\n");
>...
2005 Dec 05
0
[fdo] Programming problems in Dual Head Mode with Tiny-X.
(Hope this is the right place to post this message.)
Hi all,
I am working on a small movie player which can play full screen movie
using Xserver. It works fine in Single Head Mode. But is I set the
Xserver in Dual Head Mode. I can't see any thing on both screens. The
Code to Init the display is shown as below:
> display = XOpenDisplay(NULL);
> if (display == NULL)
> fprintf(stderr, "Can not open display\n");
>
> if (!XMBXDHQueryExtension(display, &eventBase, &errorBase))
> {
> printf("XMBXDHQueryExtension failed\n");
>...
2005 Sep 08
3
Centos 4.1 DISPLAY question
I have X running on 4.1. From another PC I use ssh to remote in.
from the command line I enter "export DISPLAY=machine:0.0; mozilla"
and nothing comes up on the X window screen. mozilla just returns.
I then tried in a terminal on X windows issue the command "xhost + "
and redid the "export DISPLAY=machine:0.0; mozilla" on the command line
with nothing showing on the X window screen...
2010 Jan 13
0
No subject
...ocumentation/Hardware/Develo=
per_Notes/Macintosh_CPUs-G4/iMac_Sep03/03_Input-Output/q26bc_inout.html#//a=
pple_ref/doc/uid/TP40000875-CH207-DontLinkElementID_14
Video Monitor Port
The iMac computer has a port for an external video monitor and supports vid=
eo
mirroring mode. Video mirroring mode displays the same information on both
monitors, enabling the control of a presentation on one display, while allo=
wing
an audience to watch the presentation on a second display or projector.
Due to display mirroring, the external monitor could have black borders dur=
ing
mirroring, depending on the suppo...
2006 Jul 08
0
[tip] running games on a dedicated display
Hi all,
Here's a small mechanism I have built to run games in a dedicated
display. The main reasons for doing that were:
- to avoid desktop stuff to pop over my games display
- to run games in a display matching the game resolution
- to avoid manually switching my main resolution back and forth
- to avoid problems where quitting a games leaves my desktop in the
wrong resolution...
2013 Mar 22
3
How to display div inline?
Ok, I have some div element, which should be displayed inline after AJAX
call and should replace other element.
Without display:inline it works, new element is on new line, and looks like
it supposed to be.
But when I add display:inline to styling, Ajax call just hides element but
renders nothing.
If I add display:inline-block than all element cha...
2004 Dec 17
3
If it's not a data.frame, matrix or vector, what is it?
Hi
Forgive my ignorance. I am selecting a column of a data.frame using the
column name, and I want to know what the resulting column "is". My data
frame is called "submin" and the column name is held in a variable
called "display.gname" Eg:
> is.data.frame(submin)
[1] TRUE
> is.data.frame(submin[,display.gname])
[1] FALSE
> is.matrix(submin[,display.gname])
[1] FALSE
> is.vector(submin[,display.gname])
[1] FALSE
> length(submin[,display.gname])
[1] 4622
So if it's not a data.frame, a matrix or a ve...
2009 Dec 02
3
CentOS 5.3 - changing display settings
I've just installed CentOS 5.3 on my desktop and need to change the
installed display setting from 1280x1024 to 1024x768 (more suitable for
my monitor). When I try this on the Display Settings tab, I get the
message:
"Display settings changed
You need to log out and restart the X server for the changes to take
effect.
Configuration was written to /etc/X11/xorg.conf, original c...
2020 Oct 01
2
Laptop display issue
I now have an older laptop with a display problem. I installed Centos 7 on it in February and had to install the xorg-x11-drv-ati and evdev drivers because the docking station has an ATI Radeon card. Everything worked fine with a dual display setup. I probably after that ran a system update but did not reboot while in this office. Today, w...
2009 Nov 26
13
How to display an image on RGL plot?
...r to this:
http://old.nabble.com/file/p26525177/rgl-device.png rgl-device.png
The underlying picture is a JPEG image, loaded with the rimage package and
coerced to the matrix.
Spheres denote control points, collected from this picture and must be
situated over the certain points of the image.
I display the image with rgl.points.
In case of the standard video camera image (704x576) it has to display over
400000 points which is rather slow and memory consuming.
How can I put an original JPEG on this plot?
Another problem is that the picture is color initially, but was converted to
the grayscale....
2013 Dec 09
1
[PATCH] launch: switch from -nographic to -display none
The latter is a better way to disable the qemu display output as we
need to, without enabling extra devices (which are disabled already,
anyway).
Also, related to the change above, ban the -display parameter from the
ones that can be supplied by the user.
---
configure.ac | 8 ++++----
src/launch-direct.c | 12 ++++++++----
src/launch.c...