Sponsored Content
Full Discussion: PIII video problems.
Special Forums Hardware PIII video problems. Post 302477804 by GermanWolf on Monday 6th of December 2010 11:22:56 AM
Old 12-06-2010
Quote:
Originally Posted by Corona688
How did you ever find a replacement video card if you don't know what the SPECIAL SLOT is?

How do you know the problem is even the video card?

I've seen ethernet cards blink when the computer is OFF. So all it means is that it's receiving power, not that the computer's working.
no by blinking i meant that the slots recieving power.. and the card is AGP.. i had to think for a second.. i have one AGP and one PCI.. i tried pci on ALL slots, no work.. i tried the AGP in well, the one AGP slot and it didnt work... the AGP was the ORIGINAL video card.. i just had the PCI lying around..
 

4 More Discussions You Might Find Interesting

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

2. UNIX and Linux Applications

Kudda has successfully solved the downloading problems for numerous video web

The rise of Video web stimulates more intuitive video feeling of large people, and makes video downloading becomes a popular trend in web times, meanwhile, more and more downloading problems arises correspondingly, in which the first trouble is slow downloading speed and incomplete downloading. It... (0 Replies)
Discussion started by: angelstar
0 Replies

3. Linux

USB video capture? composite, s-video, etc

does anybody have any experience with any of these composite video to usb devices on linux? usb video capture - Google Product Search would like to get one but a linux newbie and having trouble figuring out if any are ported... i've found lots of things that link to freedesktop.org DisplayLink... (1 Reply)
Discussion started by: danpaluska
1 Replies

4. UNIX for Advanced & Expert Users

Video Cards :: Video Memory Intercept and Redirect

I need a broad spectrum understanding on this subject, and any help would be greatly appreciated. First of all, as I understand it... The way the video hardware works is the CPU sends information about input and possible changes to the display, the video card receives these changes, makes the... (2 Replies)
Discussion started by: ciNG
2 Replies
get_gfx_mode_list(3alleg4)					  Allegro manual					get_gfx_mode_list(3alleg4)

NAME
get_gfx_mode_list - Obtains a list of available video modes. Allegro game programming library. SYNOPSIS
#include <allegro.h> GFX_MODE_LIST *get_gfx_mode_list(int card); DESCRIPTION
Attempts to create a list of all the supported video modes for a certain graphics driver, made up from the GFX_MODE_LIST structure, which has the following definition: typedef struct GFX_MODE_LIST { int num_modes; GFX_MODE *mode; } GFX_MODE_LIST; The mode entry points to the actual list of video modes. typedef struct GFX_MODE { int width, height, bpp; } GFX_MODE; This list of video modes is terminated with an { 0, 0, 0 } entry. Note that the card parameter must refer to a _real_ driver. This function fails if you pass GFX_SAFE, GFX_AUTODETECT, or any other "magic" driver. RETURN VALUE
Returns a pointer to a list structure of the type GFX_MODE_LIST or NULL if the request could not be satisfied. SEE ALSO
destroy_gfx_mode_list(3alleg4), set_gfx_mode(3alleg4), set_color_depth(3alleg4) Allegro version 4.4.2 get_gfx_mode_list(3alleg4)
All times are GMT -4. The time now is 09:52 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy