Jump to content

[SOLVED] Fedora 10 install


HyperD

Recommended Posts

You'll need to hit Esc as it loads, this ought drop you into the grub menu, from there you can select fedora.

 

Once your in Linux you'll want to edit /boot/menu.list and add a default timeout.

 

timeout=5

 

This will ensure the grub menu is diplayed for 5 seconds on boot. You can also change the default OS. Take a look at man grub for more info.

Link to comment
Share on other sites

Okay, I've tried a reinstall, put grub on the MBR, but it seems I don't have a GUI.

I've tried running the "gdm" command, but I got a "no screens" error. My graphics chipset is GeForce 7150M, which I've read should worrk. Any reason why this or the actual installer won't default to GUI?

 

HP Pavilion dv6500

AMD Athlon 64 X2

2GB RAM

Nvidia GeForce 7150M

 

I'm using the x86 DVD, forgot my CPU was actually 64-bit.

Link to comment
Share on other sites

when I run the install anaconda came up with a X not found error.

When I ran startx, the no screens error came up.

When I ran gdm, I get a "maximum number of X instance failures reached" type error.

I hooked up ethernet and updated before this.

my initid is 5. I have no /boot/menu.list

Link to comment
Share on other sites

startx gives me:

 

(EE) unable to locate/open configuration

(EE) open /dev/fb0 no such file or directory

(EE) no devices detected

fatal server error - no screens found

 

gdm says:

GdmLocalDisplayFactory: maximum number of X display failures reached.

 

I tried following the gentoo.org instructions for setting up X, and the only commands I could get to not throw an error were:

source /etc/profile and X -configure.

 

I then tested the new configure file X generated using:

X -config /root/xorg.conf.new

and a grey screen comes up, where it seems to lock

Link to comment
Share on other sites

fedora has a nice little program called yum :P use it to download the legacy NV drivers that should fix it. freshrpms should have your drivers on it. it also should configure your xorg.conf for you once it installs. also can use rpmfusion its better 2 of the 3rd party rpms in one.

oh and here read this http://forums.fedoraforum.org/showthread.php?t=204752

Link to comment
Share on other sites

Okay, I'll try that. In the meantime, here's my xorg.config.new

On the plus side, figuring out how to get it on a removable drive was a challenge, but after pounding away at it and a bit of manual reading, I now understand mounting and the basics of the fstab.  :D

Section "ServerLayout"
Identifier     "X.org Configured"
Screen      0  "Screen0" 0 0
InputDevice    "Mouse0" "CorePointer"
InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
ModulePath   "/usr/lib/xorg/modules"
FontPath     "catalogue:/etc/X11/fontpath.d"
FontPath     "built-ins"
EndSection

Section "Module"
Load  "extmod"
Load  "dri"
Load  "dbe"
Load  "glx"
EndSection

Section "InputDevice"
Identifier  "Keyboard0"
Driver      "kbd"
EndSection

Section "InputDevice"
Identifier  "Mouse0"
Driver      "mouse"
Option	    "Protocol" "auto"
Option	    "Device" "/dev/input/mice"
Option	    "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
Identifier   "Monitor0"
VendorName   "Monitor Vendor"
ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "SWcursor"           	# [<bool>]
        #Option     "HWcursor"           	# [<bool>]
        #Option     "NoAccel"            	# [<bool>]
        #Option     "ShadowFB"           	# [<bool>]
        #Option     "VideoKey"           	# <i>
        #Option     "FlatPanel"          	# [<bool>]
        #Option     "FPDither"           	# [<bool>]
        #Option     "FPScale"            	# [<bool>]
        #Option     "FPTweak"            	# <i>
        #Option     "CBLocation"         	# <str>
        #Option     "CBSize"             	# <i>
        #Option     "Randr12"            	# [<bool>]
        #Option     "ScalingMode"        	# <str>
        #Option     "PrepareFinishAccess" 	# [<bool>]
Identifier  "Card0"
Driver      "nouveau"
VendorName  "nVidia Corporation"
BoardName   "GeForce 7150M"
BusID       "PCI:0:18:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device     "Card0"
Monitor    "Monitor0"
SubSection "Display"
	Viewport   0 0
	Depth     1
EndSubSection
SubSection "Display"
	Viewport   0 0
	Depth     4
EndSubSection
SubSection "Display"
	Viewport   0 0
	Depth     8
EndSubSection
SubSection "Display"
	Viewport   0 0
	Depth     15
EndSubSection
SubSection "Display"
	Viewport   0 0
	Depth     16
EndSubSection
SubSection "Display"
	Viewport   0 0
	Depth     24
EndSubSection
EndSection

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.