Ad
News

Red Hat hit by security-update email scam

Published on October 25, 2004

Red Hat is warning users that an email purporting to be a security update may contain malicious code. Read more

MSI enhances performance of 865PE/G Neo2 series with release of MAT

Published on June 20, 2003

Users of Micro-Star International's (MSI) 865PE/G Neo2 series motherboards now have an opportunity to upgrade performance. Read more

Dell set to preinstall Linux

Published on March 20, 1999

Dell Computer Corp. Read more

Red Hat goes live with Fedora

Published on November 06, 2003

Red Hat Inc. Read more

Last Reviews & Articles

Radeon HD 4870 X2: Four Cards Compared

Published on November 19, 2008

Not only do we have four super-fast Radeon HD 4870 X2s to test, but also a list of 31 other graphics configurations including CrossFire and SLI setups. If you're in the market for AMD's fastest card available, you'll want to see this. Read more

Synology's DS408 Reviewed: Fast NAS For Pros

Published on November 18, 2008

Does a NAS device with high data transfer rate and a Web interface that is easy to configure actually exist? Synology shows how it should be done. But the enclosure is not without its faults, either. Read more

The Hardware Behind Overdrive

Published on November 18, 2008

Our worldwide overclocking championship has begun and we wanted to introduce you to the everyday components our teams will be tweaking to supersonic speeds in a bid for a shot at $5,000. Read more

Team USA Emerges in Round One of Overdrive

Published on November 17, 2008

After a long weekend of intense benchmarking with nearly 1,300 liters of liquid nitrogen, one team emerged victorious. They’re on their way to Paris to represent the US against four other international teams. Show them some support! Read more

Relatives contents
 

redhat 9 and MSI neo2

Advanced Search

There are 255 identified and unidentified users. To see the list of identified users, Click here



Word :   Username :  
 
Bottom
Author
 Thread : redhat 9 and MSI neo2
 
Profile: stranger
More Information

Motherboard: MSI Neo2 LS 865PE
Memory: 512Mb
Graphics: Nvidia 5200
Processor: Pentium IV 800 FSB

I am trying to install redhat 9 on this machine.
But, somehow it gets stuck at during very few steps of the installation process (even before it finds out which hardwares are attached).

Any help?

Thank You.

Related Product

Register or log in to remove.

Profile: newbie
More Information

Install in text mode. you should down load fedoara (still need text mode). The problem is you 5200 card. (and is that mother board a Nforce2 Board) if so red hat 9 probaly will not install. fedora is what some are calling red hat 10. you still need the Nvidia driver and then a little work.
after you install in textmode it may lock up after reboot when I't tries to start X. boot the install cd hit f5 and type linux rescue. mout your main partition. edit /etc/inittab to start in default init level 3.
reboot
_____________YOU MUST INSTALL DEVELOPMENT PACKAGES INCLUDING
KERNEL DEVELOPMENT _______________________
do a wget http://download.nvidia.com/XFree86 [...] 6-pkg1.run
after the driver downloads type the following
rpm -e --nodeps XFree86-Mesa-libGL && export CC=gcc32
now type ./NVIDIA-Linux-x86-1.0-5336-pkg1.run
after that is finnished you need to edit your XF86Config file . its localted in /etc/X11/XF86Config
you need to remove any refrence to dri
you need to change your card driver from nv or vesa to nvidia.

I know this is a hassal but it because nvidia put a faulty drive for the fx series cards into the X11 build.other releases like mandrake and SuSE do not have this problem as they relesed after the fix was posted. if you have problems email me and I'll send you my XF86Config file and a step by step install procedure.

here is my xf86config.

# XFree86 4 configuration created by pyxf86config

Section "ServerLayout"
Identifier "Default Layout"
Screen "AGP Screen" 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 "keyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "microsoft"
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 "InputDevice"

# If the normal CorePointer mouse is not a USB mouse then
# this input device can be used in AlwaysCore mode to let you
# also use USB mice at the same time.
Identifier "DevInputMice"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Lite-On A1770NSL"
DisplaySize 320 240
HorizSync 30.0 - 69.0
VertRefresh 50.0 - 120.0
Gamma 1.5
Option "dpms"
EndSection

Section "Device"
Identifier "NV AGP"
Driver "nvidia"
VendorName "nvidia"
BoardName "NVIDIA GeForce FX (PNY)"
EndSection

Section "Screen"
Identifier "AGP Screen"
Device "NV AGP"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Willaim S. Huskey
Network Engineer
SAIC
"there are 10 types of people in this world. They who understand binary and they how do not"



Go to:
 

Google ads