Sponsored Content
Full Discussion: Reflection X and Windows XP
Operating Systems Solaris Reflection X and Windows XP Post 302448905 by aeroforce on Friday 27th of August 2010 10:56:24 AM
Old 08-27-2010
I have checked and the box does not have the firewall running...when running the reflection with logging enabled I get the following log info.
client 1: error (BadValue) value (0x00000004) in Create Pixmap request (RX1304)
clinet 1: error (BadPixmap) value (0x00400002) in Free Pixmap request (RX1304)

I am at a loss here...any help would be great.

Thanks,
 

10 More Discussions You Might Find Interesting

1. UNIX Desktop Questions & Answers

problems with Reflection X

Hi everibody, i have a "nice" problem with Reflection X: I have the sw on my computer, but when I login into my HP/UX wkst (an old Apollo running hp/ux 10.20) and into my Linux RedHat (9.0) using a lan connection I don't see the graphical export on my video, I see just the terminal. I'd like to... (1 Reply)
Discussion started by: Mauro
1 Replies

2. AIX

Start CDE using Reflection on AIx

Hello. I want to know how to start CDE on AIX, to export the console under reflection. What commands are necesary to run on AIX to start CDE and after start It export the console using Reflection X. Someboy know how to do that. Regards (1 Reply)
Discussion started by: hmoday
1 Replies

3. Windows & DOS: Issues & Discussions

WRQ Reflection SFTP process hangs when run using windows scheduler

Hi I am doing development on .net framework on Win 2003 box. I am scheduling a job using Windows scheduler to kick off SFTP of files from a local directory to a remotre Unix box. I am using WRQ Reflection Multihost v12.0.7 standard edition for this. Here is how we are scheduling the thing.... (0 Replies)
Discussion started by: kapilash
0 Replies

4. UNIX for Dummies Questions & Answers

Reflection X clipboard issues

Hey, Has anyone else ever run into a problem with Reflection X and clipboard not working? I'll copy something command line, try to vi into a file and paste it and it either pastes nothing or sometimes the correct data and even in some cases it will print stuff in the clipboard from 3 copies ago.... (2 Replies)
Discussion started by: kingdbag
2 Replies

5. UNIX Desktop Questions & Answers

Reflection X window settings: Problem

Hello guys In our company, we have a serious problem with WRQ Reflection X (Version 10.0.0) and the window settings (window manager) in Reflection. We are running an airline crew planningsystem on linux, using WRQ Reflection X as X server. In the window manager in Reflection window settings,... (1 Reply)
Discussion started by: belvie
1 Replies

6. Windows & DOS: Issues & Discussions

Reflection X multi screen problem

Am using Win XPpro with Reflection X. The system has 2 NVidia Quadro FX 3500s running a dual Planar stereo screen plus a "normal" flat screen monitor. My problem is this - I recently had to swap my "normal" monitor from the right to the left. This was OK for Windows (I just repositioned the... (0 Replies)
Discussion started by: tudor777
0 Replies

7. UNIX for Dummies Questions & Answers

Issue with Reflection - text copy beyond screen.

Hi, Gretings, While viewing the contents of a file using more/cat in Reflection, I am neither able to see the text beyond the width of screen, nor able to type it as well. I have tried changing windows settings also, but of no vail. Even if I cat/more a file and try to copy its contents, it... (1 Reply)
Discussion started by: dipanchandra
1 Replies

8. UNIX for Dummies Questions & Answers

Reflection X v14 Desktop Title bar

Not sure exactly where to post this, so I apologize if this is incorrect. I have recently installed Reflection X v14.1 as an X windows client. While this may sound trivial, I have found that if you are connected to multiple servers, only 1 desktop is used. If anyone happens to know much about... (3 Replies)
Discussion started by: niswonp
3 Replies

9. UNIX for Dummies Questions & Answers

Problem connecting with Reflection X 14.1

Other people at work are able to connect but I am not. I am not sure if there is a setting that I am missing. Connecting from Win7 to Solaris 10. Connection attempt log: gnome-session Connecting 144.243.90.235 via TELNET Thu Mar 29 15:15:32 2012 login: *** Password: ******* Last login: Thu... (2 Replies)
Discussion started by: SIFT3R
2 Replies

10. UNIX Desktop Questions & Answers

Reflection xterm - need some tuning assistance

Hi, new job where they use Reflection on windows desktop that I haven't used before. Two things I need to change or adjust and cannot seem to find. First, I use Windows Alt-tab extensively to switch between windows including reflection xterm window. When I switch to one of those, a tab character... (0 Replies)
Discussion started by: nav_linux
0 Replies
XCreatePixmap(3X11)						  XLIB FUNCTIONS					       XCreatePixmap(3X11)

NAME
XCreatePixmap, XFreePixmap - create or destroy pixmaps SYNTAX
Pixmap XCreatePixmap(Display *display, Drawable d, unsigned int width, unsigned int height, unsigned int depth); int XFreePixmap(Display *display, Pixmap pixmap); ARGUMENTS
d Specifies which screen the pixmap is created on. depth Specifies the depth of the pixmap. display Specifies the connection to the X server. pixmap Specifies the pixmap. width height Specify the width and height, which define the dimensions of the pixmap. DESCRIPTION
The XCreatePixmap function creates a pixmap of the width, height, and depth you specified and returns a pixmap ID that identifies it. It is valid to pass an InputOnly window to the drawable argument. The width and height arguments must be nonzero, or a BadValue error results. The depth argument must be one of the depths supported by the screen of the specified drawable, or a BadValue error results. The server uses the specified drawable to determine on which screen to create the pixmap. The pixmap can be used only on this screen and only with other drawables of the same depth (see XCopyPlane for an exception to this rule). The initial contents of the pixmap are unde- fined. XCreatePixmap can generate BadAlloc, BadDrawable, and BadValue errors. The XFreePixmap function first deletes the association between the pixmap ID and the pixmap. Then, the X server frees the pixmap storage when there are no references to it. The pixmap should never be referenced again. XFreePixmap can generate a BadPixmap error. DIAGNOSTICS
BadAlloc The server failed to allocate the requested resource or server memory. BadDrawable A value for a Drawable argument does not name a defined Window or Pixmap. BadPixmap A value for a Pixmap argument does not name a defined Pixmap. BadValue Some numeric value falls outside the range of values accepted by the request. Unless a specific range is specified for an argu- ment, the full range defined by the argument's type is accepted. Any argument defined as a set of alternatives can generate this error. SEE ALSO
XCopyArea(3X11) Xlib - C Language X Interface XFree86 Version 4.7.0 XCreatePixmap(3X11)
All times are GMT -4. The time now is 12:59 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy