Sponsored Content
Operating Systems Linux Gentoo Gentoo on ppc with GXT6500P Gfx? Post 302328690 by newtoaix on Thursday 25th of June 2009 04:24:57 AM
Old 06-25-2009
Gentoo on ppc with GXT6500P Gfx?

Hey I have a

IntelliStation Power 9114 Model 275 1.45GHz Workstation

1-Way 1.45GHz Power4+ Processor (5223)
2GB Memory (4x 512MB Dimms) (4447)
GXT6500P Power Graphics Adapter

and was told that there would be trouble installing the powerpc version of Linux on it due to the video card.

I was going to go with AIX as a result, however, I could not find a version on Ebay to buy.

Would the ppc version of Gentoo work with this setup?

Or can you recommend another version of Linux that does cope with the video card on the ppc architecture say Yellow Dog?

Regards
newtoaix
 

5 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Rogue PPC RPm

Hello, i need to Rogue RPm for PPC, anybody knows where i can get it? Thanks. i am new to Unix, thats why ia m postin here. Thank you! (3 Replies)
Discussion started by: Ro'Taygahn
3 Replies

2. Linux

Redhat Linux 8 gfx card prob

hi guys, i have just installed Redhat Linux 8 on my home computer and it doesn't have the valid driver for my Radeon 9800 xt have looked about for it and can't find the driver. My computer works fine in a way, i can use it, but it would just be nice to have it set up fully correct so i can... (0 Replies)
Discussion started by: SemperFi
0 Replies

3. Ubuntu

Which GFX driver version am I'm using under Ubuntu 7.04?

I just did a fresh install of Ubuntu 7.04 with a Gnome desktop. Following some instructions on the ATI site I think I just managed to install 8.36.5 of the drivers for my Radeon 9500, I'm getting a "Proprietary Drivers in use" warning icon at the top right of the screen, which I activated with... (0 Replies)
Discussion started by: Mark Ward
0 Replies

4. Red Hat

Fedora 12 on PPC

I'm trying to install a linux system on a IBM PowerPC 275 system. I noticed that fedora 12 supports PowerPC. Does anyone have experience with this? I don't want to pay the fee for an enterprise licence for red hat or suse. (3 Replies)
Discussion started by: rein
3 Replies

5. Solaris

Issues after moving gfx card

Hello, I have a Sun V880 and a raptor gfx -8p today i installed a lsi card and had to use the pci slot that the gfx was using as it needed a 5v rail, after doing so i did a reconfigure boot with boot -r and now i no longer have a functioning display Im probably missing something simple,... (3 Replies)
Discussion started by: xccxcc
3 Replies
__PPC_YIELD(3)						     Linux Programmer'sManual						    __PPC_YIELD(3)

NAME
__ppc_yield, __ppc_mdoio, __ppc_mdoom - Hint the processor to release shared resources SYNOPSIS
#include <sys/platform/ppc.h> void __ppc_yield(void); void __ppc_mdoio(void); void __ppc_mdoom(void); DESCRIPTION
These functions provide hints about the usage of resources that are shared with other processors on the Power architecture. They can be used, for example, if a program waiting on a lock intends to divert the shared resources to be used by other processors. __ppc_yield() provides a hint that performance will probably be improved if shared resources dedicated to the executing processor are released for use by other processors. __ppc_mdoio() provides a hint that performance will probably be improved if shared resources dedicated to the executing processor are released until all outstanding storage accesses to caching-inhibited storage have been completed. __ppc_mdoom() provides a hint that performance will probably be improved if shared resources dedicated to the executing processor are released until all outstanding storage accesses to cacheable storage for which the data is not in the cache have been completed. VERSIONS
These functions first appeared in glibc in version 2.18. ATTRIBUTES
For an explanation of the terms used in this section, see attributes(7). +------------------------------+---------------+---------+ |Interface | Attribute | Value | +------------------------------+---------------+---------+ |__ppc_yield(), __ppc_mdoio(), | Thread safety | MT-Safe | |__ppc_mdoom() | | | +------------------------------+---------------+---------+ CONFORMING TO
These functions are nonstandard GNU extensions. SEE ALSO
__ppc_set_ppr_med(3) Power ISA, Book II - Section 3.2 ("or" architecture) GNU C Library 2017-09-15 __PPC_YIELD(3)
All times are GMT -4. The time now is 01:06 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy