Sponsored Content
Full Discussion: Red Hat 7.2.....
Top Forums UNIX for Dummies Questions & Answers Red Hat 7.2..... Post 20322 by Kelam_Magnus on Wednesday 24th of April 2002 02:05:51 PM
Old 04-24-2002
KDE is the Linux version of CDE, Common Desktop Environment.

Your box is trying to pull up the Xwindows, or GUI for your Linux. You may have a problem with your display resolution or your video card compatibility.

You will have to disable this to boot in command mode or possibly reload to reconfigure. OR even check out your display or video card compatibility.
 

9 More Discussions You Might Find Interesting

1. Linux

Red Hat 7.3 and Win XP

People, im having trouble installing red hat and win xp in the same machine, it just won`t create the double boot. Can anybody give me a hand? Im installing win xp in C and red hat in D. I´ve selected both grub and lilo as loaders in the mbr of hda0, but when i do this, mi original xp just... (5 Replies)
Discussion started by: mat
5 Replies

2. Linux

Red Hat?

I have a Red Hat upgrade disk. I installed it and it corrupted my entire hard drive! I had gotten the disks out of a Dummy's book at my local library. Trying to install 'Red Hat', has cost me $100.00 in damages. (The cool part is my friend gave me that $100.00 part) Ah...A 120gig Hard Drive. Just... (3 Replies)
Discussion started by: hdk_mkr
3 Replies

3. UNIX for Dummies Questions & Answers

Red Hat 9 help

please help me how to install softwares in linux.i have a ethernet internet connection.i try to open the site on LAN to download internet client.but i cannot as our lan supports only internet explorer....i downloaded the linux client by booting thru XP......but i cannot c my NTFS partition thru... (0 Replies)
Discussion started by: shobhit143
0 Replies

4. Linux

red hat ee 2.6.9-42

hello. I would be greatfull if someone could tell me how will i see what dns server and gateway my red hat server uses. I tryied to find out by typing ifconfig command but i got : -bash: ifconfig: command not found , although man ifonconfig gives output with info about using that command. Is... (3 Replies)
Discussion started by: tonijel
3 Replies

5. Red Hat

red hat 4 crash

Hi All, If red hat 4 crash. How do I find out the error info or the last log info? I tried dmesg and /var/log/messages, it's not there. Thanks in advance. (2 Replies)
Discussion started by: itik
2 Replies

6. Red Hat

Red Hat E 3

I'm am working with a Red Hat Enterprise 3 server. This is a dedicated server that is supposedly dedicated to one domain, but I have been tasked with trying to figure out if there are files on this system that are being accessed by other IP's. Does anyone know if how I would go about finding... (0 Replies)
Discussion started by: chrisPlusPlus
0 Replies

7. Red Hat

Red-hat

Hello, How do I see what IP addresses are connected to my machine? thanks (2 Replies)
Discussion started by: sonomao
2 Replies

8. Linux

Red Hat cluster

hi... I'm new to clustering concept, there was a issue in redhat clustering as "unable to load cluster.xml no such file or directory".. this issue restrict me from starting the cluster services and too execution of clustat command .. myself using vmware work station for the cluster setup with... (4 Replies)
Discussion started by: sriniv666
4 Replies

9. UNIX for Dummies Questions & Answers

how to know if i use "Red Hat Enterprise Linux" or "Red Hat Desktop" ?

how to know if i use "Red Hat Enterprise Linux" or "Red Hat Desktop" ? (2 Replies)
Discussion started by: ahmedamer12
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 04:47 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy