Sponsored Content
Top Forums UNIX for Dummies Questions & Answers X Server on AIX w/o video card Post 3260 by blah00000 on Wednesday 27th of June 2001 07:12:48 PM
Old 06-27-2001
Question X Server on AIX w/o video card

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.

 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Sun Video Card

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

2. UNIX for Advanced & Expert Users

redhat 7.2 dual head video card

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

3. UNIX for Dummies Questions & Answers

Need help with video card.

http://adsl.027game.com/uploadImages/200211122321064403.jpg Help, please!!! :confused: :confused: :confused: (7 Replies)
Discussion started by: HOUSCOUS
7 Replies

4. Solaris

problems with my M3 video card and my Tatung Ultra 10 clone

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

5. UNIX for Advanced & Expert Users

Video Card for Lin/Unix

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

6. Solaris

How can I get the supported video card list by solaris 10?

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

7. Solaris

video card for a V440

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

8. Programming

Extracting video card properties

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

9. Hardware

I need an AGP video card that works with Linux as well as Windows 7

My MB has 3 PCI slots and 1 AGP 8x slot. Does anybody know of an AGP 8x video card with a DVI or HDMI output that will work for Fedora 13 as well as Windows 7? (3 Replies)
Discussion started by: EdN
3 Replies

10. Solaris

Very new to Solaris and Sun, need help please (video card)

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
glutDialsFunc(3GLUT)						       GLUT						      glutDialsFunc(3GLUT)

NAME
glutDialsFunc - sets the dial & button box dials callback for the current window. SYNTAX
void glutDialsFunc(void (*func)(int dial, int value)); ARGUMENTS
func The new dials callback function. DESCRIPTION
glutDialsFunc sets the dial & button box dials callback for the current window. The dial & button box dials callback for a window is called when the window has dial & button box input focus (normally, when the mouse is in the window) and the user generates dial & button box dial changes. The dial parameter will be the dial number (starting at one). The number of available dial & button box dials can be determined with glutDeviceGet(GLUT_NUM_DIALS). The value measures the absolute rotation in degrees. Dial values do not ``roll over'' with each com- plete rotation but continue to accumulate degrees (until the int dial value overflows). Registering a dial & button box dials callback when a dial & button box device is not available is ineffectual and not an error. In this case, no dial & button box dials callbacks will be generated. Passing NULL to glutDialsFunc disables the generation of dial & button box dials callbacks. When a new window is created, no dial & button box dials callback is initially registered. SEE ALSO
glutButtonBoxFunc, glutDeviceGet AUTHOR
Mark J. Kilgard (mjk@nvidia.com) GLUT
3.7 glutDialsFunc(3GLUT)
All times are GMT -4. The time now is 05:25 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy