 |
 |
 |
 |
| Fedora Core 3 Test Releases The place to go to discuss Fedora Core 3 test releases and ask for help |

20th September 2004, 05:04 PM
|
 |
Community Manager
|
|
Join Date: Mar 2004
Location: Vancouver, Canada
Posts: 2,366

|
|
Fedora Core 3 Test 2 now available
Lady and gentlement, Fedora development proudly announced that Fedora Core 3 Test 2 is available for testing. Here is the new features:
- a minor change to the device model, switching from a static /dev to a dynamic /dev provided by udev
- SELinux enablement
- the GNOME 2.8 release candidate
- KDE 3.3.0
- X.org X11 6.8.0
Be in mind this is a test release so users should only install it for reporting bugs. You can download the ISO via fedora official site , mirrors or Bit Torrent.
Fedore Core 1 which is no longed updated on official website is now transfered to Fedora Legacy community.
__________________
Desktop CPU: AMD Phenom II(tm) X4 Processor 940 AM2+ - Memory: 8GB DDR2-RAM - GPU: Nvidia Geforce GTX 460 v2 - OS: Fedora 18 Spherical Cow x86-64 and Windows 7 Ultimate SP1 64-bit
Laptop Toshiba Satellite C650D - OS: Fedora 19 Schrödinger's Cat (preview release) x86-64 and Microsoft Windows 7 64-bit
|

20th September 2004, 05:12 PM
|
 |
Registered User
|
|
Join Date: Jul 2004
Location: Canada
Age: 27
Posts: 504

|
|
|
Im Downloading it right now
|

20th September 2004, 05:17 PM
|
|
Registered User
|
|
Join Date: Apr 2004
Location: Euregio
Posts: 3,613

|
|
|
hmm should I? * X.org X11 6.8.0 sound too nice, to wait...
|

20th September 2004, 07:21 PM
|
 |
Registered User
|
|
Join Date: Feb 2004
Age: 44
Posts: 8,256

|
|
|
nice to know but i dont have an extra machine to test it....nor extra hd.
|

20th September 2004, 08:37 PM
|
|
Registered User
|
|
Join Date: Feb 2004
Age: 30
Posts: 37

|
|
|
im gonna download and install tonight :-)
|

20th September 2004, 08:43 PM
|
 |
Registered User
|
|
Join Date: Jan 2004
Posts: 456

|
|
|
Got them d/l if I have time tonight will put it on a test box. I'm already running rawhide so just the install will be different i guess.
__________________
aka "jlc" on irc.
Main Desktop:
Rawhide x86_64
MSI K8N NEO2 Platinum
AMD Athlon 64 3200+ Winchester @ 2350MHz
CORSAIR XMS TWINX1024-3200C2 2GB
BFG Nvidia GeForce 6800GT OC @ 370MHz 256MB GDDR3
2x80GB SATA 150 Segate Raid 0
|

20th September 2004, 10:11 PM
|
|
Registered User
|
|
Join Date: Dec 2003
Posts: 19

|
|
|
as always, it rocks hard... I already had my system updated using yum, but just to test the installer for bugs I did a reinstall..
I must say while I wasn't overtly impressed with FC2 as a release, FC3 looks to be killer so far - test2 is good indicator and I like what I see.
__________________
Remember kids - only YOU can prevent Windows installs.
|

21st September 2004, 05:48 AM
|
|
Registered User
|
|
Join Date: Apr 2004
Age: 30
Posts: 104

|
|
|
For reasons unknown to me, I have to reinstall my nvidia drivers every single time I boot. On each boot they fail, I remove them, install them, they work, reboot, they fail. I have no idea why this is happening and its driving me nuts!!!!
|

21st September 2004, 09:55 PM
|
|
Registered User
|
|
Join Date: Feb 2004
Age: 30
Posts: 37

|
|
|
the reason this is happening is an issue with udev that is still being sorted out if my memory serves me properly. Go to fedora.redhat.com and check out the mailing lists. there are several people there reporting this issue as well.
|

21st September 2004, 10:05 PM
|
|
Registered User
|
|
Join Date: Aug 2004
Posts: 1,317

|
|
|
you can update fedora via yum? How? Does anyone know what ftp server I can use to do an ftp install of fc3t2?
__________________
Ware wa mutekinari.
Wa ga kage waza ni kanau mono nashi.
Wa ga ichigeki wa mutekinari.
Please vote for this bug and help me make GAYT [Go As You Type ]a standard option in Firefox.
|

21st September 2004, 10:16 PM
|
|
Registered User
|
|
Join Date: May 2004
Location: NJ, USA
Posts: 83

|
|
|
Try adding a line to your rc.local file to load the nvidia driver for you automatically each time you boot. I don't think you need to remove and reinstall it each time. It is just that the module isn't getting loaded. This forces it to load using a modprobe command . . . .
The file is located at /etc/rc.local and mine looks like this, with the nvidia line included:
-----------------------------------
#!/bin/sh
#
# This script will be executed *after* all the other init scripts.
# You can put your own initialization stuff in here if you don't
# want to do the full Sys V style init stuff.
touch /var/lock/subsys/local
/sbin/MAKEDEV sound
/sbin/modprobe nvidia
------------------------------------------------
I also needed to add the sound entry to have a /dev/dsp in place for alsa to use. Both of these seem to have something to do with the latest changes to udev, as the post above noted. Hope this helps you out!
__________________
FC4/Rawhide
Dell Inspiron 5150
|

21st September 2004, 10:16 PM
|
 |
Community Manager
|
|
Join Date: Mar 2004
Location: Vancouver, Canada
Posts: 2,366

|
|
|
Edit your yum.conf by uncommenting the development repository.
__________________
Desktop CPU: AMD Phenom II(tm) X4 Processor 940 AM2+ - Memory: 8GB DDR2-RAM - GPU: Nvidia Geforce GTX 460 v2 - OS: Fedora 18 Spherical Cow x86-64 and Windows 7 Ultimate SP1 64-bit
Laptop Toshiba Satellite C650D - OS: Fedora 19 Schrödinger's Cat (preview release) x86-64 and Microsoft Windows 7 64-bit
Last edited by Finalzone; 21st September 2004 at 10:17 PM.
Reason: Reply to Shadow Skill post
|

21st September 2004, 10:32 PM
|
|
Registered User
|
|
Join Date: Aug 2004
Posts: 1,317

|
|
|
Thanks alot, I thought I did that though, I did a yum update and nothing came up should I do something like yum update fedora? When I can boot back into Fedora, I'll check my conf file. (I'm downloading the fc3t2 dvd in windows right now..hope I can get it done by noon tomorrow.)
__________________
Ware wa mutekinari.
Wa ga kage waza ni kanau mono nashi.
Wa ga ichigeki wa mutekinari.
Please vote for this bug and help me make GAYT [Go As You Type ]a standard option in Firefox.
|

22nd September 2004, 01:58 AM
|
|
Registered User
|
|
Join Date: Sep 2004
Posts: 3

|
|
|
how do install this via ftp/http
what ip should i use and what folder do i point it to?
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 12:18 (Tuesday, 21-05-2013)
|
|
 |
 |
 |
 |
|
|