Sponsored Content
Full Discussion: removing graphics card
Special Forums Hardware Filesystems, Disks and Memory removing graphics card Post 38185 by eNTer on Tuesday 8th of July 2003 09:49:56 PM
Old 07-08-2003
If you don't have another card.. just take it off!

Hello

I've been in this situation a while ago, and I found that:
- the BIOS POST sequence complains that there's no gfx card and beeps 3 or 4 times
- if the bios is set-up to ignore the absence of the gfx card it simply boots the sistem and everithing works fine.
The BIOS manufacturer for that system was Award, don't remember exactly what version , maybe 4,6 (i'm not sure, but 4.51 should work fine). I don't know if other os-es (non unix) can boot without gfx Smilie

The only disadvantage is that if you have some trouble with this "blind" computer, it is possible to be forced to shut it down, plug a gfx card and power-on again. Sometimes this is not desirable.
 

8 More Discussions You Might Find Interesting

1. AIX

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... (0 Replies)
Discussion started by: bright_genius
0 Replies

2. 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

3. 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

4. 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

5. 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

6. 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

7. 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

8. 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
gfx_mode_select(3alleg4)					  Allegro manual					  gfx_mode_select(3alleg4)

NAME
gfx_mode_select - Displays the Allegro graphics mode selection dialog. SYNOPSIS
#include <allegro.h> int gfx_mode_select(int *card, int *w, int *h); DESCRIPTION
Displays the Allegro graphics mode selection dialog, which allows the user to select a screen mode and graphics card. The initial values at the addresses provided by card, w, and h are used as the default selections in the dialog if they are found in the driver and mode lists. If they are not found then the initial selections will be the first in each list. If you wish to ensure that the initial selection is always the first entry, then initialize the data at the addresses passed to the function to the value of 0 or -1. If the dialog is OK'd, it stores the selections at the addresses passed to the function. RETURN VALUE
See the gfx_mode_select_filter function for the return values. SEE ALSO
gfx_mode_select_ex(3alleg4), gfx_mode_select_filter(3alleg4), set_gfx_mode(3alleg4), gui_fg_color(3alleg4) Allegro version 4.4.2 gfx_mode_select(3alleg4)
All times are GMT -4. The time now is 09:42 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy