Sponsored Content
Operating Systems Linux Help with OpenGL in Fedora Core 4. Post 81979 by Filth Pig on Thursday 25th of August 2005 08:37:47 PM
Old 08-25-2005
Just to let anyone know who views this in search of a similar problem, the link above fixed my problem. Now I get 4700+fps in glxgears and Quake3 runs smooth as glass. Smilie
 

10 More Discussions You Might Find Interesting

1. Linux

Fedora Core 2 Snapshot

These are not my desktop (I am still using FC1), they are from Internet forum. http://gator.dt.uh.edu/~yangm001/snapshot1.jpg http://gator.dt.uh.edu/~yangm001/snapshot2.jpg (0 Replies)
Discussion started by: HOUSCOUS
0 Replies

2. Linux

Migrate from RH 8.0 to Fedora Core 2

I have done some research on the Fedora Project and trying to find clear cut answer on how to migrate from current OS - RH 8.0 Pro to Fedora Core 2. Can anybody help me with this and does Fedora Core 2 include OpenOffice and Ximian Evolution like with my RH 8.0 Pro. (3 Replies)
Discussion started by: Mark McWilliams
3 Replies

3. Linux

Using Fedora Core 2

I've been using FC2, but my sound card doesn't work I'm new with linux systems.. but there says that needs to recompile kernel how can i do it with a kernel 2.6.5 i386 ? by the way,. my sound card chipset is an ESS 1869F, with a compaq deskpro Smal Form Factor. but i have not found a... (4 Replies)
Discussion started by: Quake
4 Replies

4. Linux

Trying to install Fedora Core 3...

Hiya all, Hope you can help. I keep getting the same Error message when I try to install. I have tried several different Diskettes. And I finally ordered CDs from "FASTDISCs". The install "disc Checks" passed fine on these. The error: "The package usbitils-0.11.6.1 cannot be opened. ... (8 Replies)
Discussion started by: marty 600
8 Replies

5. UNIX for Dummies Questions & Answers

Installing Fedora Core 4

Hello, I am about to install Fedora on a partition on my hard drive. I got the CD from a magazine and it isnt a LiveCD so the magazine says "fedora core installer isn't a LiveCD, so it will merrily destroy your primary partition when you install on your machine", now I'm guessing the primary... (1 Reply)
Discussion started by: ArkNia
1 Replies

6. UNIX for Dummies Questions & Answers

help installing fedora core 5

Hello I'm trying to install fedora core 5 and I'm currently at this screen here: http://fedora.redhat.com/docs/fedora-install-guide-en/fc5/figs/installingpackages.png However, the bottom bar is completely gray and there's nothing telling me the "status" of the install. I also told it to format... (2 Replies)
Discussion started by: obeseogre
2 Replies

7. UNIX for Dummies Questions & Answers

fedora core mailrelay

how do i change the mailrelay settings smtp for fedora core 4 to a new IP ? (1 Reply)
Discussion started by: dannyd
1 Replies

8. Linux

mysql in fedora core 4

hi i dont know much about linux but my boss gave me a job to backup all the mysql database and tables from fedora core4 running as web/database server. i can enter in fedora using remote desktop from my laptop but after that i am unable to do anything. if any one can help me in finding mysql and... (3 Replies)
Discussion started by: obstinate
3 Replies

9. SuSE

Navigation of Fedora Core 6

Hi. Not sure if this should go in the beginners section, so forgivness please if it's not correctly placed. I just installed Linux Fedora Core 6 on my home computer (and am very very new to this) so I can learn more about it. However, I am looking for the FC6 equivalent to the System Device... (2 Replies)
Discussion started by: Carl1976
2 Replies

10. Ubuntu

i am new to opengl , how to work opengl in ubuntu

Hi, i am new to opengl, how to work openGL in ubuntu ,, i am not getting which packages as to be install and how to install those packages. and how to work with small programs.. Please guide me ,,, it will appriceated ... (7 Replies)
Discussion started by: Ravikishore
7 Replies
Bootloader::Core::NONE(3)				User Contributed Perl Documentation				 Bootloader::Core::NONE(3)

NAME
Bootlader::Core::NONE - library for blank configuration PREFACE
This package is the NONE library of the bootloader configuration SYNOPSIS
use Bootloader::Core::NONE; "$obj_ref = Bootloader::Core::NONE->new ();" "$files_ref = Bootloader::Core::NONE->ListFiles ();" "$status = Bootloader::Core::NONE->ParseLines (\%files, $avoid_reading_device_map);" "$files_ref = Bootloader::Core::NONE->CreateLines ();" "$settings_ref = Bootloader::Core::NONE->GetSettings ();" "$status = Bootloader::Core::NONE->SetSettings (\%settings);" "$status = Bootloader::Core::NONE->InitializeBootloader ();" DESCRIPTION
"$obj_ref = Bootloader::Core::NONE->new ();" Creates an instance of the Bootloader::Core::NONE class. "$files_ref = Bootloader::Core::NONE->ListFiles ();" Returns the list of the configuration files of the bootloader "$status = Bootloader::Core::NONE->ParseLines (\%files, $avoid_reading_device_map);" Simulate parsing lines. Do nothing. Return non-zero for success. "$files_ref = Bootloader::Core::NONE->CreateLines ();" Simulate creating lines and return empty lines hash structure. "$settings_ref = Bootloader::Core::NONE->GetSettings ();" returns the complete settings in a hash. Does not read the settings from the system, but returns internal structures. "$status = Bootloader::Core::NONE->SetSettings (\%settings);" Do nothing, as none bootloader cannot change internal settings. "$status = Bootloader::Core::NONE->InitializeBootloader ();" Simulate initializing bootloader. Allways success. perl v5.12.1 2009-06-02 Bootloader::Core::NONE(3)
All times are GMT -4. The time now is 03:29 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy