10 More Discussions You Might Find Interesting
1. Solaris
Hello all,
I am trying to learn about Solaris and Sun systems so I purchased a SunFire 280r running Solaris 9 with a disk array from eBay. The system had no video card so I purchased a PGX32 card for the PCI slot and installed it.
The problem is I have no video what so ever. I am familiar... (3 Replies)
Discussion started by: FTBTX
3 Replies
2. Hardware
hi
I would like to ask some of the expert advice on my propose project. I going to assemble a high end desktop system before i quit my job. I had a laptop with linux and win7 pro for just incase bored and need some spare time gaming with nice graphics. My plan is to assemble a i7 processor model... (4 Replies)
Discussion started by: jao_madn
4 Replies
3. Programming
Hi everyone.
I'm looking for a way to extract the video card properties (Name, Driver version, amount of vram). I've managed to deal with nVidia cards, but nothing came for ATI/AMD cards and other kind of chipsets. Can someone point a way to do this?
Thanks. (4 Replies)
Discussion started by: JB007ROLV
4 Replies
4. Solaris
I am looking into getting some cards for the SunFire V440. Not sure how most folks go about this but I am assuming we can find compatible cards for this server platform without going through SUN. Do you guys recommend getting this video card from SUN? Yeah we got these servers without the video... (5 Replies)
Discussion started by: bluridge
5 Replies
5. Solaris
How can I get the supported video card list by solaris 10 (sparc)?
Could you tell me that which video card was supported by solaris 10?
I need all kinds of video card supported by solaris 10?
I find a lot of documents,but I didn't get what I want... ...
Could you help me? Thank you very much. (1 Reply)
Discussion started by: jg159993
1 Replies
6. UNIX for Advanced & Expert Users
I am wondering if a ATI Mobile Radeon 9600 PROTURBO will work with a any version of linux or Unix (NetBSD 1.6.2, FreeBSD). (0 Replies)
Discussion started by: mentor6
0 Replies
7. Solaris
i took this Elite 3D M3 video card out of my Ultra 60 machine which was replaced with an M6. the card was working w/o issue in the Ultra 60. however, i'm getting no video when i power the Tatung machine.
yes, the M3 is does work with an AXi motherboard. any ideas what's causing the problem? (1 Reply)
Discussion started by: xyyz
1 Replies
8. UNIX for Advanced & Expert Users
HI.
i have two monitor and two video card in one system, i want use both of the monitor, i am currently using redhat 7.2 and solaris 8, i was wondering if someone can help me set my system as a dual monitor, basically it called dual head in redhat but i dont' know what it called in sun. Im tring... (4 Replies)
Discussion started by: souldier
4 Replies
9. UNIX for Dummies Questions & Answers
My Ultra -2 Sun Monitor went blank one day ...
I tried using our monitor on another Sun , It worked fine .
So the problem would be with the video card ..
The thing is i have an Old Ultra 1 which has not been used for some time . I hooked that up to see the monitor works with that ..it works... (6 Replies)
Discussion started by: DPAI
6 Replies
10. UNIX for Dummies Questions & Answers
Hi there, I'm a newbie so please be patient. I wanted to know if it was possible to run X server on a box w/o a video card. The reason I want to do this is I'd like to have a CDE session from sun workstation into the AIX box. Please let me know if this is feasible. Thanks for your time. (5 Replies)
Discussion started by: blah00000
5 Replies
XvStopVideo(3) libXv Functions XvStopVideo(3)
NAME
XvStopVideo - stop active video
SYNOPSIS
#include <X11/extensions/Xvlib.h>
int XvStopVideo(Display *dpy, XvPortID port, Drawable draw);
ARGUMENTS
dpy Specifies the connection to the X server.
port Specifies the port for which video is to be stopped.
draw Specifies the drawable associated with the named port.
DESCRIPTION
XvStopVideo(3) stops active video for the specified port and drawable. If the port is not processing video, or if it is processing video
in a different drawable, the request is ignored. When video is stopped a XvVideoNotify(3) event with detail XvStopped is generated for the
associated drawable.
RETURN VALUES
[Success]
Returned if XvStopVideo(3) completed successfully.
[XvBadExtension]
Returned if the Xv extension is unavailable.
[XvBadAlloc]
Returned if XvStopVideo(3) failed to allocate memory to process the request.
DIAGNOSTICS
[XvBadPort]
Generated if the requested port does not exist.
[BadDrawable]
Generated if the requested drawable does not exist.
SEE ALSO
XvGetVideo(3), XvPutVideo(3), XvVideoNotify(3)
X Version 11 libXv 1.0.7 XvStopVideo(3)