Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Other Versions > EOL (End Of Life) Versions
FedoraForum Search

Forgot Password? Join Us!

EOL (End Of Life) Versions This is a Forum to discuss problems and workarounds for versions of Fedora that have passed End of Life.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 19th March 2007, 02:19 AM
scott_g Offline
Registered User
 
Join Date: Feb 2007
Location: Canada
Age: 23
Posts: 83
FC6 Install Issue -- Graphics?

Hi,

I'm trying to install FC6 on an HP a1610n, with a PCI-e nvidia 7600gs video card. When the anaconda installer tries to load, all I get is a blank screen with green lines on it. After a few more seconds, some smaller, multicolourled lines show up in the center. Any ideas? Any help is appreciated.

Note: It works fine when booting off the integrated graphics. Should I leave the graphics card out during the install, then install the drivers, then plug it in?

Thanks in advance,
Scott.

HP a1610n:
4200+ AMD 64bit live processor
1GB Ram DDR2
250GB SATA HD

Last edited by scott_g; 19th March 2007 at 02:43 AM.
Reply With Quote
  #2  
Old 19th March 2007, 02:46 AM
Nefarious's Avatar
Nefarious Offline
Registered User
 
Join Date: May 2004
Location: Ontario, Canada
Age: 28
Posts: 322
Have you tried a Text Install, instead of Graphical?
__________________
Registered Linux User - 420331

Worf: "Romulan Ale should be illegal"
Geordi: "It is..."
Reply With Quote
  #3  
Old 19th March 2007, 02:48 AM
scott_g Offline
Registered User
 
Join Date: Feb 2007
Location: Canada
Age: 23
Posts: 83
No, I havent...

I didn't feel tech savy enough.

I have it installing right now, using the integrated graphics. It is possible to install the correct drivers for the 7600gs after the os is installed correct?

Thanks for the help,
Scott
Reply With Quote
  #4  
Old 19th March 2007, 02:50 AM
Nefarious's Avatar
Nefarious Offline
Registered User
 
Join Date: May 2004
Location: Ontario, Canada
Age: 28
Posts: 322
As far as I know, it should be possible.

Are you comfortable enough using the Command Line? I imagine that until you get the right drivers installed, you won't get much further after Linux is installed than you got with installing Linux.
__________________
Registered Linux User - 420331

Worf: "Romulan Ale should be illegal"
Geordi: "It is..."
Reply With Quote
  #5  
Old 19th March 2007, 02:50 AM
bob's Avatar
bob Online
Administrator (yeah, back again)
 
Join Date: Jul 2004
Location: Colton, NY; Junction of Heaven & Earth (also Routes 56 & 68).
Age: 67
Posts: 21,235
Sure, just follow the instructions in FedoraFAQ (the link on the top of the page). You'll find a lot of great tips there.
__________________
Linux & Beer - That TOTALLY Computes!
Registered Linux User #362651


Don't use any of my solutions on working computers or near small children.
Reply With Quote
  #6  
Old 19th March 2007, 02:53 AM
scott_g Offline
Registered User
 
Join Date: Feb 2007
Location: Canada
Age: 23
Posts: 83
I am comfortable with the command line; I've been playing around with linux for about 4 months on a "testing" computer, but this is my main computer (), so I dont want to mess anything up... and am a little nervous, as I want to be sure it doesn't format my Windows hard drive...

Thanks for the replies...
Reply With Quote
  #7  
Old 19th March 2007, 02:58 AM
Nefarious's Avatar
Nefarious Offline
Registered User
 
Join Date: May 2004
Location: Ontario, Canada
Age: 28
Posts: 322
I know exactly how you feel. Mind you, I sorta went all in or none. My first install was on my main computer. FC4. When I upgraded to FC5, the Graphical wouldn't work(I'm guessing something to do with the nVidia card I've got...) so I had to use Text. Since I was still half using Windows at the time I was nervous. But, I'm now using FC5 on this computer and FC6 on my server. All is well and working.

Good luck. :-)
__________________
Registered Linux User - 420331

Worf: "Romulan Ale should be illegal"
Geordi: "It is..."
Reply With Quote
  #8  
Old 19th March 2007, 03:26 AM
bob's Avatar
bob Online
Administrator (yeah, back again)
 
Join Date: Jul 2004
Location: Colton, NY; Junction of Heaven & Earth (also Routes 56 & 68).
Age: 67
Posts: 21,235
Scott, Firewing1 is our Community Manager and member who is in charge of configuring the 3D drivers for Fedora and is online much of the time around here. He also has a ton of helpful tips, including this: http://forums.fedoraforum.org/forum/...ad.php?t=97055 You're in good hands on the graphics driver issue.
__________________
Linux & Beer - That TOTALLY Computes!
Registered Linux User #362651


Don't use any of my solutions on working computers or near small children.
Reply With Quote
  #9  
Old 22nd March 2007, 03:22 AM
scott_g Offline
Registered User
 
Join Date: Feb 2007
Location: Canada
Age: 23
Posts: 83
Ok,

I got FC6 installed fine (with a tweak to the xorg.conf file) but now I'm having difficulty with the nvidia drivers (for the nvidia 7600 gs). I followed Firewing's Howto Guide, and I get the following errors when I try to start the nvidia service.

Code:
service nvidia restart
Disabling the nvidia driver:                               [  OK  ]
Checking for module nvidia.ko:                             [FAILED]
nvidia.ko for kernel 2.6.18-1.2798.fc6 was not found.      [WARNING]
The nvidia driver will not be enabled until one is found.  [WARNING]
Any one have ideas on how to fix this?

Xorg.conf:
Code:
# Xorg configuration created by pyxf86config

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

Section "Files"
	ModulePath   "/usr/lib/xorg/modules"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "us"
EndSection

Section "Device"
	Identifier  "Videocard0"
	Driver      "vesa"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Videocard0"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes    "1280x1024" "1024x768"
	EndSubSection
EndSection
The desktop effects also fail horribly

Thanks a lot for your help and time,

Scott
Reply With Quote
Reply

Tags
fc6, graphics, install

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Graphics issue klee Using Fedora 1 2nd May 2009 04:55 AM
Graphics Issue I can't find solution. lubindam Hardware & Laptops 0 28th February 2009 12:49 AM
Wierd Graphics Issue kimothy1987 Hardware & Laptops 1 23rd December 2008 02:29 PM
Graphics issue TechDragon Using Fedora 0 25th February 2008 12:34 AM
Graphics issue on install adam.king89 Installation and Live Media 4 3rd October 2007 06:43 PM


Current GMT-time: 17:39 (Saturday, 25-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat