LinHES Forums http://forums.linhes.org/ |
|
Upgrading video card - NVidia 7600GS display problem http://forums.linhes.org/viewtopic.php?f=2&t=18493 |
Page 1 of 1 |
Author: | s1148625 [ Wed Jul 09, 2008 2:53 pm ] |
Post subject: | Upgrading video card - NVidia 7600GS display problem |
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! |
Author: | tjc [ Wed Jul 09, 2008 6:37 pm ] |
Post subject: | |
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... |
Author: | s1148625 [ Wed Jul 09, 2008 9:52 pm ] |
Post subject: | |
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. |
Author: | tjc [ Wed Jul 09, 2008 11:10 pm ] |
Post subject: | |
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 |
Author: | tjc [ Wed Jul 09, 2008 11:34 pm ] |
Post subject: | |
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 |
Author: | s1148625 [ Thu Jul 10, 2008 5:41 am ] |
Post subject: | |
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! |
Author: | tjc [ Thu Jul 10, 2008 6:59 am ] |
Post subject: | |
Boot into single user mode and run Code: /etc/init.d/networking start
|
Author: | s1148625 [ Thu Jul 10, 2008 11:42 am ] |
Post subject: | |
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. |
Author: | s1148625 [ Thu Jul 10, 2008 12:33 pm ] |
Post subject: | |
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. |
Author: | s1148625 [ Thu Jul 10, 2008 2:17 pm ] |
Post subject: | |
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. |
Author: | s1148625 [ Thu Jul 10, 2008 2:22 pm ] |
Post subject: | |
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. |
Author: | tjc [ Thu Jul 10, 2008 6:19 pm ] |
Post subject: | |
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... |
Author: | s1148625 [ Thu Jul 10, 2008 6:28 pm ] |
Post subject: | |
Ran the script and it replies with Code: 173.14.09
I did force install that version, so it's reporting correctly. |
Author: | tjc [ Thu Jul 10, 2008 6:36 pm ] |
Post subject: | |
Actually it reports the version you "should" (in theory) be using, not necessarily the one you actually are. |
Page 1 of 1 | All times are UTC - 6 hours |
Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |