View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 14 posts ] 
Print view Previous topic   Next topic  
Author Message
Search for:
PostPosted: Wed Jul 09, 2008 2:53 pm 
Offline
Joined: Sat Aug 07, 2004 1:55 am
Posts: 219
Location: West Lafayette, IN
Just upgraded from a 6200TC to a 7600GS. Pulled out the old card, put in the new card, did an auto upgrade (R5.5 to R5.5).

However, when the auto-upgrade restored my xorg.conf (for the 6200TC), I got a black screen.

Does anybody know what I need to do to generate a good xorg.conf for the new card?

Thanks!

_________________
Silverstone LC10|MSI K8N Neo4-F|1GB PC3200|Athlon 64 X2 4200+|NEC 3550A DVD-RW
750GB + 400GB w/Storage Groups|eVGA GeForce 7600 GS w/VGA out to Aquos 32" LCD |PVR-500|PVR-250|SiliconDust HDHomerun


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jul 09, 2008 6:37 pm 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
The xorg.conf should be fine as the changes made to produce it are minimal and there isn't anything that is different there across the Nvidia cards. Check your X log files for clues...


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jul 09, 2008 9:52 pm 
Offline
Joined: Sat Aug 07, 2004 1:55 am
Posts: 219
Location: West Lafayette, IN
Didn't see anything suspicious in the X logs this time around. I bought the 7600 GS because it's in the Dragon, and I figured it would be a hassle-free upgrade.

Decided to try an auto-install instead of an auto-upgrade. No errors, went through mythtv-setup, rebooted, everything comes up fine.

As soon as the system came up, I went immediately to the KnoppMyth Menu | Reboot.

System reboots, instead of loading X, I get the black screen, and the system is locked. CTRL-ALT-F1 does nothing - ssh is down - system is frozen.

I have the following at the end of my /home/mythtv/.xsession-errors file

Code:
Error in apps file on line 1.
Error in apps file on line 2.
Error in apps file on line 3.
Error in apps file on line 6.
X connection to :0.0 broken (explicit kill or server shutdown).


When I installed the new video card, I also installed another hard drive so I can take advantage of the storage groups. I don't think this is germane to the problem at hand, but thought I should mention it anyway.

_________________
Silverstone LC10|MSI K8N Neo4-F|1GB PC3200|Athlon 64 X2 4200+|NEC 3550A DVD-RW
750GB + 400GB w/Storage Groups|eVGA GeForce 7600 GS w/VGA out to Aquos 32" LCD |PVR-500|PVR-250|SiliconDust HDHomerun


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jul 09, 2008 11:10 pm 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
s1148625 wrote:
I have the following at the end of my /home/mythtv/.xsession-errors file

Code:
Error in apps file on line 1.
Error in apps file on line 2.
Error in apps file on line 3.
Error in apps file on line 6.
X connection to :0.0 broken (explicit kill or server shutdown).

Those are probably either from something that got messed up in your /home/mythtv/.fluxbox/apps or simply because the X server isn't starting properly...
Do this as root to make sure you've cleared the log files and restart your X server::
Code:
> /home/mythtv/.xsession-errors
> /var/log/Xorg.0.log
pkill xinit


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jul 09, 2008 11:34 pm 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
Hmm.. You know, the version(s) of the pci.ids files I found on the system are a bit old and update-pciids doesn't seem to work right. It might pay to download the latest from here
Code:
wget http://pciids.sourceforge.net/pci.ids

and put it here:
Code:
root@black2:~# locate pci.ids
/usr/share/hwdata/pci.ids
/usr/share/misc/pci.ids


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jul 10, 2008 5:41 am 
Offline
Joined: Sat Aug 07, 2004 1:55 am
Posts: 219
Location: West Lafayette, IN
tjc wrote:
Those are probably either from something that got messed up in your /home/mythtv/.fluxbox/apps or simply because the X server isn't starting properly...
Do this as root to make sure you've cleared the log files and restart your X server::
Code:
> /home/mythtv/.xsession-errors
> /var/log/Xorg.0.log
pkill xinit


I can't do this, since the system is completely locked when the black screen appears - I don't have shell access at the terminal or through SSH. Why would apps get messed up on a fresh install? Everything worked fine on my system with the 6200TC... now with the 7600GS, I'm having this problem...

tjc wrote:
Hmm.. You know, the version(s) of the pci.ids files I found on the system are a bit old and update-pciids doesn't seem to work right. It might pay to download the latest from here
Code:
wget http://pciids.sourceforge.net/pci.ids

and put it here:
Code:
root@black2:~# locate pci.ids
/usr/share/hwdata/pci.ids
/usr/share/misc/pci.ids


Is there a way to get ethernet running in single user mode so I can do this? Since this exact card is in the Dragon, shouldn't other people be having this issue?

Thanks for your help!

_________________
Silverstone LC10|MSI K8N Neo4-F|1GB PC3200|Athlon 64 X2 4200+|NEC 3550A DVD-RW
750GB + 400GB w/Storage Groups|eVGA GeForce 7600 GS w/VGA out to Aquos 32" LCD |PVR-500|PVR-250|SiliconDust HDHomerun


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jul 10, 2008 6:59 am 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
Boot into single user mode and run
Code:
/etc/init.d/networking start


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jul 10, 2008 11:42 am 
Offline
Joined: Sat Aug 07, 2004 1:55 am
Posts: 219
Location: West Lafayette, IN
tjc wrote:
Hmm.. You know, the version(s) of the pci.ids files I found on the system are a bit old and update-pciids doesn't seem to work right. It might pay to download the latest from here
Code:
wget http://pciids.sourceforge.net/pci.ids

and put it here:
Code:
root@black2:~# locate pci.ids
/usr/share/hwdata/pci.ids
/usr/share/misc/pci.ids


No go... system is still hard-locked after booting. I'll try updating the pci.ids files after a clean install before the first reboot which causes the lockup and will report back.

_________________
Silverstone LC10|MSI K8N Neo4-F|1GB PC3200|Athlon 64 X2 4200+|NEC 3550A DVD-RW
750GB + 400GB w/Storage Groups|eVGA GeForce 7600 GS w/VGA out to Aquos 32" LCD |PVR-500|PVR-250|SiliconDust HDHomerun


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jul 10, 2008 12:33 pm 
Offline
Joined: Sat Aug 07, 2004 1:55 am
Posts: 219
Location: West Lafayette, IN
After updating pci.ids after a clean install and before the first reboot, I was able to reboot once, but on the second reboot (with no changes made), I was back to the hard locked screen.

_________________
Silverstone LC10|MSI K8N Neo4-F|1GB PC3200|Athlon 64 X2 4200+|NEC 3550A DVD-RW
750GB + 400GB w/Storage Groups|eVGA GeForce 7600 GS w/VGA out to Aquos 32" LCD |PVR-500|PVR-250|SiliconDust HDHomerun


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jul 10, 2008 2:17 pm 
Offline
Joined: Sat Aug 07, 2004 1:55 am
Posts: 219
Location: West Lafayette, IN
This time, I did an auto-install, updated the pci.ids, and forced the install of the Nvidia driver with
Code:
install-nvidia-debian.sh 173.14.09 -force


First reboot came up OK. Second reboot and system was locked again.

I'm getting a familiar error which last time you tracked to a bug in the install-nvidia-debian.sh script.

In /home/mythtv/.xsession-errors i see:

Code:
XIO: fatal IO error 104 (connection reset by peer) on X server ":0.0
after 10548 requests (10545 known processed) with 0 events remaining.


I can't figure out why I'm the only one experiencing this when it seems as though the 7600GS is a fairly common card.

_________________
Silverstone LC10|MSI K8N Neo4-F|1GB PC3200|Athlon 64 X2 4200+|NEC 3550A DVD-RW
750GB + 400GB w/Storage Groups|eVGA GeForce 7600 GS w/VGA out to Aquos 32" LCD |PVR-500|PVR-250|SiliconDust HDHomerun


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jul 10, 2008 2:22 pm 
Offline
Joined: Sat Aug 07, 2004 1:55 am
Posts: 219
Location: West Lafayette, IN
I did

Code:
rm /etc/rc?.d/*install-nvidia-debian


to remove the script from startup, and presto - no more black screen.

There must still be an error in the nvidia install script.

_________________
Silverstone LC10|MSI K8N Neo4-F|1GB PC3200|Athlon 64 X2 4200+|NEC 3550A DVD-RW
750GB + 400GB w/Storage Groups|eVGA GeForce 7600 GS w/VGA out to Aquos 32" LCD |PVR-500|PVR-250|SiliconDust HDHomerun


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jul 10, 2008 6:19 pm 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
I'll have a look at it later. It does have some unquoted variables that I was mildly concerned about...

OBTW - You could help with debugging by running the following and reporting the output:
Code:
/usr/local/bin/check-nvidia-driver-version.pl 173.14.09

Empty string would confirm my unquoted variable fears...


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jul 10, 2008 6:28 pm 
Offline
Joined: Sat Aug 07, 2004 1:55 am
Posts: 219
Location: West Lafayette, IN
Ran the script and it replies with
Code:
173.14.09


I did force install that version, so it's reporting correctly.

_________________
Silverstone LC10|MSI K8N Neo4-F|1GB PC3200|Athlon 64 X2 4200+|NEC 3550A DVD-RW
750GB + 400GB w/Storage Groups|eVGA GeForce 7600 GS w/VGA out to Aquos 32" LCD |PVR-500|PVR-250|SiliconDust HDHomerun


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jul 10, 2008 6:36 pm 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
Actually it reports the version you "should" (in theory) be using, not necessarily the one you actually are.


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 14 posts ] 


All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 88 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu