KnoppMyth downloads | documentation | HowTo | reporting bugs | links | Recent Changes  
search for in the  

What is a Wiki?

See WikiWikiWeb

If you don't know how to use a wiki see the WikiHowto

ErfurtWiki is maintained by a loosely knit group of developers.

Quick Links

Related sites

Contact

Please submit website bugs in the BugReports

Contribute!

Please file any wishes on UserSuggestions.

Hosted By

Symptoms:

After upgrading to R5F27, console fonts are difficult to read and the video has visible stairstep jaggies (like on diagonal lines). All text in the Mythtv menus in X is also affected to one extent or another.

Possibly not even show X with an int10 error.

Systems effected:

nvidia video hardware. Specific chipsets known to be affected: GeForce MX-440, NForce2 IGP MX4 (Chaintech 7NIF2 mobo), Nvidia 4000 series.

Solution:

roll back the nvidia drivers to R5F1.

Process:

init 1
pkill xinit

mount an old R5F1 image or hard drive to \media\tmp (to get to the R5F1 debs). See MountImage for how to use cloop.

cd /myth/tmp/nvidia/latest/
dpkg -i --force-conflicts --force-overwrite *.deb

If you get the following errors:

Errors were encountered while processing:
 nvidia-glx_1.0.8776-1_i386.deb
 nvidia-glx-dev 

Then run:

dpkg -P nvidia-kernel-2.6.18-chw-13
dpkg -P nvidia-glx-legacy-96xx
dpkg -i --force-conflicts --force-overwrite *.deb 

Alternatives:

Before attempting this you may want to try forcing the installation of the current or one of the legacy nvidia driver packages provided as part of R5F27. From current to oldest the appropriate commands are:

install-nvidia-debian.sh 1.0.9755 -force
install-nvidia-debian.sh 1.0.9631 -force
install-nvidia-debian.sh 1.0.8776 -force

(The 8776 version is the one you want, but it is no longer available on the nvidia web site so this fails - Cliff)

install-nvidia-debian.sh 1.0.7185 -force

Try this script:

I did a reinstall of R5F27 and found that the deb's found in /usr/src/debs/nvidia/1.0.8776 fix the problem. This directory exists on your hard drive after doing an R5F27 install, so there is no need to get the files from an R5F1 install.

Here is a script that I wrote from the commands I used to fix my system:

#!/bin/bash
cd /usr/src/debs/nvidia/1.0.8776
dpkg -P nvidia-glx-legacy-96xx
dpkg -P nvidia-kernel-legacy-96xx-2.6.18-chw-13
dpkg -i nvidia-kernel-2.6.18-chw-13_1.0.8776-1+2.6.18-chw-13-10.00.Custom_i386.deb
dpkg -i nvidia-glx_1.0.8776-1_i386.deb

Important: The final dpkg -i had some errors that it could not create the symbolic links because the files already existed, so I made the symlinks by hand, forcing it to overwrite (or rm the links and remake them pointing to the files that dpkg -i was trying to make them point to). I do not remember the exact commands. Sorry. - Cliff

7050/7025 GPUs

These new GPUs require drivers 100.14.11 or later.

For example:

install-nvidia-debian.sh 100.14.19 -force

Remember you need to BecomeRoot to run any of these commands!



UpdatedPages

· WakeOnLANRouter last changed on Sun Feb 7 05:04:09 2010
· KnoppMythWiki last changed on Sat Feb 6 14:22:21 2010
· KnoppMythInstall last changed on Tue Feb 2 04:58:54 2010
· StaticIPConfig last changed on Sun Jan 24 11:02:40 2010
· LinuxTips last changed on Tue Jan 12 05:11:08 2010
· TroubleShooting last changed on Tue Jan 12 05:09:39 2010
· HowTo last changed on Tue Jan 12 05:05:53 2010
· RarFiles last changed on Sun Jan 10 06:13:35 2010
· TinnyAudioPVR150 last changed on Thu Jan 7 19:21:53 2010
· MediaMVP_LinuxHOWTO last changed on Mon Jan 4 07:23:41 2010
· StorageGroups last changed on Mon Dec 14 18:38:15 2009
· SandBox last changed on Mon Nov 30 10:04:30 2009
· NZMythConfig last changed on Fri Nov 27 01:32:05 2009
· webminhowto last changed on Wed Nov 25 16:02:59 2009
· UpgradeHowTo last changed on Tue Nov 24 00:09:52 2009
· MythVodkaHuluFixR6 last changed on Mon Nov 23 18:09:38 2009
· Change Channels with Serial Cable last changed on Sat Nov 21 06:22:23 2009
· x11vncHowTo last changed on Wed Nov 18 09:15:23 2009
· GeForce4 last changed on Sun Nov 15 06:13:50 2009
· WhatCardYouUse last changed on Thu Nov 12 22:54:17 2009
· tv_grab_au last changed on Wed Nov 11 16:58:37 2009
· kworld115HowTo last changed on Sat Nov 7 18:18:53 2009
· AutomatedBackup last changed on Mon Oct 12 11:01:34 2009
· MythBackupAndRestoreHowTo last changed on Mon Oct 12 09:59:40 2009
· HardwareAcceleratedVideo last changed on Mon Oct 5 23:03:26 2009
· RepairingMythConvergDB last changed on Thu Oct 1 18:51:12 2009
sitemap |