Error while running NVIDIA CUDA SDK sample program

Hi guys,

Iam using Fedora 10 operating system, installed CUDA 2.2 driver, toolkit and SDK…using Nvidia Tesla s1070 1U server…

Iam getting the following errors while running sample CUDA SDK programs tthat requires graphics

[sysadmin@tesla1 release]$ ./simpleGL
freeglut (./simpleGL): ERROR: Internal error in function fgOpenWindow
X Error of failed request: BadWindow (invalid Window parameter)
Major opcode of failed request: 4 (X_DestroyWindow)
Resource id in failed request: 0x0
Serial number of failed request: 41
Current serial number in output stream: 48
Locking assertion failure. Backtrace:
#0 /usr/lib64/libxcb-xlib.so.0 [0x366500097c]
#1 /usr/lib64/libxcb-xlib.so.0(xcb_xlib_lock+0x17) [0x3665000af7]
#2 /usr/lib64/libX11.so.6 [0x3665c4c520]
#3 /usr/lib64/libX11.so.6(XESetCloseDisplay+0x43) [0x3665c2e5f3]
#4 /usr/lib64/libGL.so.1 [0x366226a282]

can anyone help me out…
Thanks in advance

You need an NVIDIA card with an active X11 display running on it to use that demo. Your S1070 cards don’t have that.

Thank you Mr.avidday for your reply

My VGA card is ATI radeon ES1000…will this work or need to have an Nvidia card for display…

any other way to get display using ATI ES1000??

Thanks in advance