GXT250 graphics card fileset


 
Thread Tools Search this Thread
Operating Systems AIX GXT250 graphics card fileset
# 1  
Old 12-06-2005
GXT250 graphics card fileset

Hello there!

Can anybody help me with regards to the driver of GXT250P graphics adapter. I have searched the web for the fileset devices.pci.14103c00 however no success was found. My current AIX version is 4.1.5 and my machine is 7043-140. My installation AIX CD is not working anymore, so I can't install the driver.

Anybody there who has this fileset? or site that I can download this driver? I will greatly appreciate your help.

Thanks,
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Ubuntu

Installing NVIDIA-Linux 64-260.19.04.run graphics card

I am trying to install this NVIDIA-Linux 64-260.19.04.run graphics card, it is a GeForce GTX460 EVGA. I have tried all the commands to turn off the Xserver yes I can get it off yes I can get to root prompt or sudo prompt in home directory but every time I use the sh NVIDIA-Linux 64-260.19.04.run... (0 Replies)
Discussion started by: jackdevon
0 Replies

2. Solaris

M4000 graphics card

Hi Guys, Anyone know any commands to verify the graphics card is installed correctly on an M4000? show-displays just comes back and echoes nothing. Also there is on input-device or output-device variable when you run printenv. This in itself is worrying. Any advice would be... (4 Replies)
Discussion started by: callmebob
4 Replies

3. HP-UX

X server on HP-UX without graphics card

Hi Gurus, I'm trying to install Oracle on HP-UX 11.23. The Oracle installer needs an X server running on the box. You then start an X client on your PC, export the DISPLAY on UNIX and the installer displays on your PC. The problem is that my HP boxes do not have graphics cards installed. ... (6 Replies)
Discussion started by: kskywr
6 Replies

4. Solaris

Is possible to start Xserver in a domain of E25K without graphics card?

Hi, I need to start the Xserver process in a domain of a E25K which has installed Solaris 8, however this domain doesn't have installed a graphic card, is this possible? Or is there any way to emulate this process? In fact I don't know how to stop or start the Xserver process, is with... (5 Replies)
Discussion started by: wolf8006
5 Replies

5. UNIX for Dummies Questions & Answers

Help, how do I find out what graphics card I have?

I am on an HP C8000 running B.11.11, I have no idea how to tell what graphics card I have...and the amount of memory it has, driver, etc. Also, how do I tell how much ram the box itself has, and other memory information like swap and processor speed and all that. Any help out there for me? ... (1 Reply)
Discussion started by: satraver
1 Replies

6. Solaris

Sparcstation 5 graphics card in Ultra 1 server

is it possible to swap the Turbo XGX graphics card in the SS5 to the ULTRA server 1 ? and do they use the same type of RAM ? Thx. (0 Replies)
Discussion started by: mads-nielsen
0 Replies

7. AIX

Request Help Finding a Kybd, Mouse, Graphics Card

Hi All - I looked through this forum and a couple of other places without success. Maybe someone here can help. I very recently came into possession of a p520, a 9131-52A. It arrived without documentation, mouse, keyboard, or graphics card. I managed to get ASMI to work on both DB-9 ports... (6 Replies)
Discussion started by: MikeJ
6 Replies

8. Filesystems, Disks and Memory

removing graphics card

I have a SuSE8.1 Linux box running as a testing webserver to my small network. It's administered through ssh and webmin entirely, and doesn't have a monitor. I could really do with the graphics card for another machine, but if I take it out, I can't start the machine up. Any ideas how I can... (6 Replies)
Discussion started by: mistafeesh
6 Replies
Login or Register to Ask a Question
advfs_set_fset_quotas(3)				     Library Functions Manual					  advfs_set_fset_quotas(3)

NAME
advfs_set_fset_quotas - Sets fileset quotas for an AdvFS fileset SYNOPSIS
#include <sys/advfs_syscalls.h> int advfs_set_fset_quotas( char *domainName, char *filesetName, filesetQuotasT *filesetQuotas ); LIBRARY
AdvFS Library (libadvfs) PARAMETERS
A pointer to the name of the domain. A pointer to the name of the fileset. A pointer to a structure that contains the fileset quotas. DESCRIPTION
This function associates the fileset quotas that are specified in the filesetQuotas structure with the fileset specified by the domainName and filesetName parameters. Note that the advfs_get_set_quotas function does not set: user or group quota information grace time information Use the quotactl system call instead. See the quotactl(2) reference page for information. RESTRICTIONS
At least one fileset in the domain nust be mounted. Clone filesets cannot have fileset quotas. If you attempt to set fileset quotas for a clone fileset, an error occurs. RETURN VALUES
The function returns a value of 0 (zero) on successful completion. The function returns a value of -1 on failure and sets the value of errno to the specific error. ERRORS
The function sets errno to the specified errors for the following failure conditions: The calling program is not running with root privi- leges. No fileset in the file domain has been mounted. The *filesetQuotas parameter contains invalid data. An I/O error occurred on one of the disks in the file domain. The filesetId parameter does not refer to an existing fileset. There is not enough memory available for the operation. The fileset is mounted read-only: it may be a clone fileset. Clone filesets cannot have fileset quotas. SEE ALSO
Commands: chfsets(8), showfsets(8) Functions: quotactl(2), advfs_get_fset_quotas(3) advfs_set_fset_quotas(3)