Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Anyone know if ATI RADEON 7500 will work under RH 7.2? Post 18678 by auswipe on Monday 1st of April 2002 10:33:23 PM
Old 04-01-2002
Quote:
Originally posted by killerserv
Nope it wont work on RH or any Xfree86. I never used ATI cards but i checked/query this support page. Check it out..

http://www.ati.com/support/faq/linux.html
Here is a reference about the Radeon 7500 under XFree86.

Please reference this thread at www.freebsdforums.com:

http://www.freebsdforums.com/forums/...p?threadid=186

Also, this page at XFree86 mentions adding support for the Radeon 7500:

http://ftp.xfree86.org/pub/XFree86/4.2.0/RELNOTES

[All hail Google!]
 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

ati rageon freebsd

does anyone know if i am able to run this: x -version 4.2.1 freebsd 5 or 4.7 ati rageon 9700 pro I tried to install gatos drivers, but fortune was not on my side :( (2 Replies)
Discussion started by: hachik
2 Replies

2. UNIX Desktop Questions & Answers

X-window+radeon 9700pro

i can`t configure resolution on my screen:( the resolution is 400*600. but i want more, and when i choose another resolution(1024*768) X don`t want to start? what shall i do? (6 Replies)
Discussion started by: crush
6 Replies

3. Linux

ATI Graphics Question

I'm running FC4 and i've got an ATI mobility 9100 igp. The ATI drivers don't support 3d acceleration for this card... my luck. Does anybody know of any way i could get 3d support up? Thanks Byblyk (0 Replies)
Discussion started by: byblyk
0 Replies

4. UNIX for Advanced & Expert Users

ATI Video Driver

I recent got a Compaq Presario with Vista Installed. I reformatted the drive and loaded Redhat Fedora. It runs well except I can only get 800 X 600 resolution. The motherboard has integrated ATI Radeon Xpress 1100 graphics and I cannot locate a linux driver for that chipset. Any ideas? Thanks.... (3 Replies)
Discussion started by: flacker
3 Replies

5. UNIX for Advanced & Expert Users

ATI Radeon HD 3200, Compiz, FreeBSD8.0-RC2, White screen

The issue I'm having (after some effort) is that while compiz starts fine and functions (I can use the cube, expo, key bindings all good) all desktops are white. I can't see any of my windows, backgrounds, or menus. I am using FreeBSD 8 with no custom kernel options or otherwise interesting... (0 Replies)
Discussion started by: WrecknRoll
0 Replies

6. UNIX for Dummies Questions & Answers

ATI 12XX card- which linux???

Hi, Im somewhat used to linux..especially ubuntu and pclos. Previously I was using a intel based PC and never had any issues. Now I am switching to an AMD based pc and have issues with the display driver. any version of ubuntu gives me a complletely blurry display. Are there any linux... (0 Replies)
Discussion started by: jamie_123
0 Replies

7. Red Hat

Install PCI ATI radeon 7000

its an old ati video card ( never use) added to my server.... Running Centos 6.3 now I can only log in terminal and I can not log in X server.... I try to startX... cant getting goint I got this errors when I run startx Failed to load module "ati" ( module does not exist, 0) Failed to load... (0 Replies)
Discussion started by: golpemortal
0 Replies

8. Hardware

ATI Radeon HD 7450 DP Linux driver

I'm looking for Linux driver for ATI Radeon HD 7450 graphics card. The OS I'm using is RHEL5.7 server. The desktop is HP compaq elite 8300 SFF. Couldn't find it in hp.com support website. Downloaded AMD Catalyst 13.1 Proprietary Linux x86 Display Driver (file size is 109MB) from... (1 Reply)
Discussion started by: joker_789us
1 Replies
Ns_Url(3aolserver)					   AOLserver Library Procedures 					Ns_Url(3aolserver)

__________________________________________________________________________________________________________________________________________________

NAME
Ns_AbsoluteUrl, Ns_ParseUrl, Ns_RelativeUrl, Ns_SkipUrl - URL manipulation routines SYNOPSIS
#include "ns.h" int Ns_AbsoluteUrl(Ns_DString *pds, char *url, char *baseurl) int Ns_ParseUrl(char *url, char **pprotocol, char **phost, char **pport, char **ppath, char **ptail) char * Ns_RelativeUrl(char *url, char *location) char * Ns_SkipUrl(Ns_Request *request, int n) _________________________________________________________________ DESCRIPTION
Ns_AbsoluteUrl(pds, url, baseurl) Construct an URL based on baseurl but with as many parts of the incomplete url as possible. Return NS_OK or NS_ERROR. Ns_ParseUrl(url, pprotocol, phost, pport, ppath, ptail) Parse a URL into its component parts. Pointers to the protocol, host, port, path, and "tail" (last path element) will be set by ref- erence in the passed-in pointers. The passed-in url will be modified. Ns_RelativeUrl(url, location) If the url passed in is for this server, then the initial part of the URL is stripped off. e.g., on a server whose location is http://www.foo.com, Ns_RelativeUrl of "http://www.foo.com/hello" will return "/hello". Returns a pointer to the beginning of the relative url in the passed-in url, or NULL if error. Will set errno on error. Ns_SkipUrl(request, n) Return a pointer n elements into the request's url. SEE ALSO
nsd(1), info(n) KEYWORDS
AOLserver 4.0 Ns_Url(3aolserver)
All times are GMT -4. The time now is 04:46 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy