LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 06-19-2007, 09:34 AM   #1
DMeerholz
LQ Newbie
 
Registered: Jun 2007
Posts: 22

Rep: Reputation: 15
New graphics card - Kernel Panic - Not syncing errors


Hi,

I am pretty new at this so be nice...

Could someone please let me know how I would go about sorting this out?

I installed Fedora 6 using the motherboards built in screen card, trying to install new screen card now, NVidia GF FX 5200...

If i change the bios to use the PCI slot card I get Kernel Panic - not syncing errors... if I change it back to the onboard card it works fine.

I take it I have to rebuild the kernel so it has the new cards details... but how do I do that? ... Changed runlevel to 3 so I boot into text mode but error is way before that, so how do i have the new card enabled and set it up in the kernel? Please point me in the right direction.

Thanks.
 
Old 06-19-2007, 09:38 AM   #2
Okie
Senior Member
 
Registered: Mar 2002
Location: Oklahoma
Posts: 1,154

Rep: Reputation: 187Reputation: 187
that is odd, seems like the graphics card specifics should not even be an issue until X wants to start a GUI...
 
Old 06-20-2007, 01:08 AM   #3
DMeerholz
LQ Newbie
 
Registered: Jun 2007
Posts: 22

Original Poster
Rep: Reputation: 15
What about this then?

If I go to my display settings, Dual Head and click, Use Dual Head, I select my monitor, and then in the 2nd video card I have 2 choices, my onboard one... Intel Corp 82865G Integrated Graphics Controller, and then the new one nVidia Corp NV34 [GeForce FX 5200], so I select the nVidia, save, restart and nothing happens on the 2nd screen...
So it is being detected right, you know what else I can try ?
 
Old 06-20-2007, 03:45 AM   #4
DMeerholz
LQ Newbie
 
Registered: Jun 2007
Posts: 22

Original Poster
Rep: Reputation: 15
I think i am getting a bit further now, but still need some help please...

This is a copy of my xorg.conf

----------------------------------------------------------------------------------

# Xorg configuration created by system-config-display

Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
# Screen 1 "Screen1" 0 0
# Identifier "Multihead layout"
# Screen 0 "Screen0" LeftOf "Screen1"
# Screen 1 "Screen1" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
Option "Xinerama" "off"
Option "Clone" "on"
EndSection

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

Section "Device"
Identifier "Videocard1"
Driver "nv"
VendorName "Videocard Vendor"
BoardName "nVidia Corporation NV34 [GeForce FX 5200]"
BusID "PCI:1:1:0"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "i810"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 1 1
Depth 24
Modes "1280x1024" "1280x1024" "1280x960" "1280x960" "1280x800" "1280x800" "1152x864" "1152x864" "1024x768" "1024x768" "800x600" "800x600" "640x480" "640x480"
EndSubSection
EndSection

Section "Screen"
Identifier "Screen1"
Device "Videocard1"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024" "1280x1024" "1280x960" "1280x960" "1280x800" "1280x800" "1152x864" "1152x864" "1024x768" "1024x768" "800x600" "800x600" "640x480" "640x480"
EndSubSection
EndSection

----------------------------------------------------------------------------------

As it is above, I can startx on my internal card no problem,
If I comment out screen0 and uncomment screen1, still as single monitor dislpay,
x starts up on my new monitor with nVidia card, BUT... mouse icon doesnt change to an arrow, it remains an "X"... ??? AND, all windows that I open after that dont have to top bar with the, minimize, maximize and close buttons ??? Weird, doesnt matter if it is Firefox or Nautilus or whatever, all the same.

---

Ok now I try comment out the single screen part and make the Multi layout bit active, startx and ... nVidia screen initializes, both go into graphics mode, mouse appears as an arrow, I get excited cause it looks like its going to work, then it dies... :-(

Fatal server error:
Caught signal 11. Server Aborting
gnome-session : fatal IO error 104 (Connection reset by peer) on X server :0.0.
X connection to : 0.0 broken (explicit kill or server shutdown).
it mentions gnome-panel, xinit, nautilus and gnome-window-decorate with similar errors too...

Anyone got any ideas what I can do here?

I tried Xorg -config, it sets up a dual monitor display for me too, but doesnt work either...
 
Old 06-20-2007, 07:45 AM   #5
DMeerholz
LQ Newbie
 
Registered: Jun 2007
Posts: 22

Original Poster
Rep: Reputation: 15
Ha!
Incase no 1 noticed, I like talking to myself :-)

I got it !!!

Just incase this happens to someone else,
Some stupid desktop effects thing was enabled, it made the toolbars at the top of each window half transparent, disabled it and tried again with config above. It works perfect.
 
Old 06-20-2007, 09:22 AM   #6
Okie
Senior Member
 
Registered: Mar 2002
Location: Oklahoma
Posts: 1,154

Rep: Reputation: 187Reputation: 187
i was at a loss to find a solution, but i know any well built distro with a properly configured kernel should not kernel panic over the change of a graphics card, and should only need /etc/X11/xorg.conf to be edited to reflect the new graphics card, multiple monitors is something i never done before...
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Kernel Panic - not syncing (2.6.9-22) Sayoji Linux - Kernel 5 11-28-2006 11:56 PM
Kernel panic-not syncing PowersurgeX Linux - Newbie 5 09-14-2006 02:27 PM
Kernel panic - not syncing carboncopy Slackware 9 12-13-2005 05:53 AM
Kernel panic-not syncing MRDucks Mandriva 2 11-04-2005 06:57 PM
Kernel panic - not syncing darkarcon2015 Slackware 7 11-01-2005 09:02 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 06:21 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration