Fedora Core 4

gwarbot

Senior member
Nov 18, 2004
508
0
0
I am going crazy, can someone tell where I can get some updates specifically in rpm files or how I can update thorugh my console. I am sick of running allover the internet looking for programs. If there Is a site I can search for rpms built for fc4 that would be great.
 

Brazen

Diamond Member
Jul 14, 2000
4,259
0
0
Originally posted by: gwarbot
I am going crazy, can someone tell where I can get some updates specifically in rpm files or how I can update thorugh my console. I am sick of running allover the internet looking for programs. If there Is a site I can search for rpms built for fc4 that would be great.

Am I missing something?

Just type "yum update"
 

gwarbot

Senior member
Nov 18, 2004
508
0
0
Sorry Im a newb to linux, I just got sick of windows so i ported over with out thinking about it. I am having problems playing unreal tournament 2004, I see the splash screen when I try to run it then it disapears the game doesnt load up.
 

Juice Box

Diamond Member
Nov 7, 2003
9,615
1
0
Originally posted by: gwarbot
Sorry Im a newb to linux, I just got sick of windows so i ported over with out thinking about it. I am having problems playing unreal tournament 2004, I see the splash screen when I try to run it then it disapears the game doesnt load up.

?
 

xcript

Diamond Member
Apr 3, 2003
8,258
2
81
Originally posted by: gwarbot
I am having problems playing unreal tournament 2004, I see the splash screen when I try to run it then it disapears the game doesnt load up.
Did you get the nvidia drivers installed?
 

gwarbot

Senior member
Nov 18, 2004
508
0
0
yeah.



I think ifigured out why unreal wont load. I need to add glx to my x config file. I think
 

xstarseedx

Member
Jun 22, 2005
102
0
0
Originally posted by: gwarbot
Sorry Im a newb to linux, I just got sick of windows so i ported over with out thinking about it. I am having problems playing unreal tournament 2004, I see the splash screen when I try to run it then it disapears the game doesnt load up.


Welcome to the Linux Cult... It's the greatest place on earth :cool:
 

Brazen

Diamond Member
Jul 14, 2000
4,259
0
0
You might start with www.fedorafaq.org although I think it has not been updated for version 4 of Fedora.

Edit: this is just to get to know Fedora, not to address your problem with Unreal specifically. Maybe try Unreal tech support?
 

gwarbot

Senior member
Nov 18, 2004
508
0
0
After a clean install of the drivers and editing the xconfig file

I tried glxgears but i didnt work anyone have a suggestion?
[root@localhost ~]# glxgears
Xlib: extension "GLX" missing on display ":0.0".
glxgears: Error: couldn't get an RGB, Double-buffered visual.
 

gwarbot

Senior member
Nov 18, 2004
508
0
0
# Xorg configuration created by system-config-display

Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
# RgbPath is the location of the RGB database. Note, this is the name of the
# file minus the extension (like ".txt" or ".db"). There is normally
# no need to change the default.

# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.

RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "unix/:7100"
EndSection

Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
Load "type1"

EndSection

Section "InputDevice"
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
# Option "Xleds" "1 2 3"

# To disable the XKEYBOARD extension, uncomment XkbDisable.
# Option "XkbDisable"

# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults). For example, for a non-U.S.
# keyboard, you will probably want to use:
# Option "XkbModel" "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
# Option "XkbModel" "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
# Option "XkbLayout" "de"
# or:
# Option "XkbLayout" "de"
# Option "XkbVariant" "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
# Option "XkbOptions" "ctrl:swapcaps"
# Or if you just want both to be control, use:
# Option "XkbOptions" "ctrl:nocaps"
#
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Unknown monitor"
HorizSync 31.5 - 37.9
VertRefresh 50.0 - 70.0
Option "dpms"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "Videocard vendor"
BoardName "VESA driver (generic)"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 16
SubSection "Display"
Viewport 0 0
Depth 16
Modes "800x600" "640x480"
EndSubSection
EndSection

Section "DRI"
Group 0
Mode 0666
EndSection

 

xcript

Diamond Member
Apr 3, 2003
8,258
2
81
Hmm, looks good to me. Have you restarted X since you added "glx" to the module section?

If so, cat /var/log/Xorg.0.log |grep -i glx and see if it's having any problems loading GLX when it starts up.
 

gwarbot

Senior member
Nov 18, 2004
508
0
0
After restarting X it worked.
[root@localhost ~]# glxgears
30043 frames in 5.0 seconds = 6008.600 FPS
 

gwarbot

Senior member
Nov 18, 2004
508
0
0
Should I set X to boot automaticaly or should I boot it from the command interface, (multi user mode) when I start my computer.
 

drag

Elite Member
Jul 4, 2002
8,708
0
0
Originally posted by: gwarbot
Should I set X to boot automaticaly or should I boot it from the command interface, (multi user mode) when I start my computer.


Personal preference. I prefer generally to have to type startx, but on my laptop I use a graphical login manager.

Depending on the situation one may be easier or more convientent then the other.
 

gwarbot

Senior member
Nov 18, 2004
508
0
0
Heres what happens when I do yum update

Traceback (most recent call last):
File "/usr/bin/yum", line 22, in ?
import yummain
ImportError: Bad magic number in /usr/share/yum/yummain.pyc
 

Brazen

Diamond Member
Jul 14, 2000
4,259
0
0
Originally posted by: gwarbot
Heres what happens when I do yum update

Traceback (most recent call last):
File "/usr/bin/yum", line 22, in ?
import yummain
ImportError: Bad magic number in /usr/share/yum/yummain.pyc

holy cr@p