search for: displays

Displaying 20 results from an estimated 28575 matches for "displays".

Did you mean: display
2003 Nov 20
2
Cannot do international dial with E1 in Spain
Hi, I have a problem with dialling internationals numbers, and I don't now what is the cause. I have one asterisk with a e100p card connected to the Telco (spain/telefonica) and it can dial local and national numbers without problems but when I try to dial a international number it hangs-up. I call the Telco to ask if the E1 can do international calls and it said that it can. I have tried
2001 Dec 05
1
DISPLAY=localhost
...ports) { int display_number, sock; u_short port; struct addrinfo hints, *ai, *aitop; char strport[NI_MAXSERV]; int gaierr, n, num_socks = 0, socks[NUM_SOCKS]; - char display[512]; - char hostname[MAXHOSTNAMELEN]; for (display_number = x11_display_offset; display_number < MAX_DISPLAYS; @@ -2416,12 +2414,12 @@ port = 6000 + display_number; memset(&hints, 0, sizeof(hints)); hints.ai_family = IPv4or6; - hints.ai_flags = AI_PASSIVE; /* XXX loopback only ? */ + hints.ai_flags = gateway_ports ? AI_PASSIVE : 0; hints.ai_socktype = SOCK_STREAM; snprintf(strport, si...
2007 Oct 26
1
x11(....) kills R without DISPLAY (PR#10379)
...9; argument. Nothing happens on DISPLAY, which is appropriate. My conjecture: R seems to first connect to the server given by the DISPLAY environment variable, performing no visible operations, before heeding the 'display' argument. (D) It is possible to swich between X11 servers (a.k.a. displays) on the fly by using graphics.off() followed by x11(my.new.display). When Googling, I found the error string "Couldn't find per display information" sometimes associated with the Xt library. I'd be happy to answer any questions that may help clarify the issue.
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''; I think the problem was
2003 Apr 10
1
Starcraft Patch
I've done some work getting the patches from http://starcraft-wine.sourceforge.net/ working with CVS wine. Using the patch I'm including, starcraft works perfectly on my machine, run as root using DGA on a 640x480 XF86 layout. In particular the changes to event.c enable the mouse and keyboard with DGA. The changes to input.c make the mouse acceleration work the same in all directions.
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 display the text and no image, output from tftpd-hpa shows the incorrect names being called. i am using sarge syslinux-2.11-0.1 RRQ from 123.1.1.111 filename pxelinux.cfg/default RRQ from 123.1.1.111 filename display/brin.txt RRQ from 123.1.1.111 file...
2007 Oct 27
1
(PR#10379) Re: x11(....) kills R without DISPLAY
Hin-Tak Leung wrote: > Peter 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 >>> >
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
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) >
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) >
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
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 suppor...
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 The idea is
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 change their size with each new, which I
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 >
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
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, when I got to the office again for the first time in seven
2009 Nov 26
13
How to display an image on RGL plot?
Hi all. It's been a long time since I wrote to this list. Glad to see the R project well and working. I am working with a 3D plot similar 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
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 | 1 + 3 files changed, 13 insertions(+), 8