User Tools

Site Tools


hardware:geforce_go_6600

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
hardware:geforce_go_6600 [2009/01/09 17:10] kratz00hardware:geforce_go_6600 [2012/04/13 17:49] kratz00
Line 3: Line 3:
 http://www.nvidia.com/ http://www.nvidia.com/
  
-http://us.download.nvidia.com/XFree86/Linux-x86/180.22/NVIDIA-Linux-x86-180.22-pkg0.run+http://us.download.nvidia.com/XFree86/Linux-x86/180.60/NVIDIA-Linux-x86-180.60-pkg0.run
  
 +Required patch for Linux 2.6.39: [[http://kratz00.org/files/nvidia-drivers-180.60-linux-2.6.39.patch|nvidia-drivers-180.60-linux-2.6.39.patch]]
 +
 +This patch also contains the official security fix for CVE-2012-0946 (ftp://download.nvidia.com/XFree86/patches/security/CVE-2012-0946/)
 +
 +:!: The drivers from the 185.15.*, the 190.*, the 195.* and the 260.* series were not usable on this hardware so far.
 +
 +Applying the patch:
 +<code>
 +sh NVIDIA-Linux-x86-180.60-pkg0.run --apply-patch nvidia-drivers-180.60-linux-2.6.39.patch
 +</code>
 +
 +The original file will not be changed the patched installer's name is: NVIDIA-Linux-x86-180.60-pkg0-custom.run
  
 If installing the driver for the first time: If installing the driver for the first time:
 <code> <code>
-sh NVIDIA-Linux-x86-180.22-pkg0.run -s+sh NVIDIA-Linux-x86-180.60-pkg0-custom.run -s --no-opengl-headers
 </code> </code>
  
 If installing the driver after a Linux kernel upgrade; If installing the driver after a Linux kernel upgrade;
 <code> <code>
-sh NVIDIA-Linux-x86-180.22-pkg0.run -s -K+sh NVIDIA-Linux-x86-180.60-pkg0-custom.run -s -K --no-opengl-headers
 </code> </code>
  
Line 35: Line 47:
 http://www.nvnews.net/vbulletin/showthread.php?t=81256\\  http://www.nvnews.net/vbulletin/showthread.php?t=81256\\ 
  
-====Workaround==== +**Notes:**
-<code> +
-modprobe nvidia NVreg_UseVBios=0 +
-</code> +
-or better put this in ///etc/modprobe.conf// +
-<code> +
-options nvidia NVreg_UseVBios=0 +
-</code> +
- +
-**Notes:**\\ +
  
   * I can not see anything but I can type commands which gets executed if I press 'Return'   * I can not see anything but I can type commands which gets executed if I press 'Return'
   * the display backlight is on (I can switch it off and on with FN + F5 but this does not change anything)   * the display backlight is on (I can switch it off and on with FN + F5 but this does not change anything)
-\\ +
 **Howto create a bug report log file** **Howto create a bug report log file**
 <code> <code>
Line 57: Line 60:
 nvidia-bug-report.sh nvidia-bug-report.sh
 </code> </code>
-after the problem has occurred\\  +after the problem has occurred 
-\\  + 
-**Tested drivers:**\\ +====Workaround==== 
 +<code> 
 +modprobe nvidia NVreg_UseVBios=0 
 +</code> 
 +or better put this in ///etc/modprobe.conf// 
 +<code> 
 +options nvidia NVreg_UseVBios=0 
 +</code> 
 + 
 +====Tested drivers====
 ^ driver version ^ works (nvidia-bug-report.log) ^ works with workaround ^ ^ driver version ^ works (nvidia-bug-report.log) ^ works with workaround ^
 +|185.18.14 |no ([[http://kratz00.org/files/nvidia/nvidia-bug-report.log.185.18.14|nvidia-bug-report.log.185.18.14]])| yes |
 +|180.60 |no ([[http://kratz00.org/files/nvidia/nvidia-bug-report.log.180.60|nvidia-bug-report.log.180.60]])| yes |
 +|180.51 |no ([[http://kratz00.org/files/nvidia/nvidia-bug-report.log.180.51|nvidia-bug-report.log.180.51]])| yes |
 +|180.44 |no ([[http://kratz00.org/files/nvidia/nvidia-bug-report.log.180.44|nvidia-bug-report.log.180.44]])| yes |
 +|180.29 |no ([[http://kratz00.org/files/nvidia/nvidia-bug-report.log.180.29|nvidia-bug-report.log.180.29]])| yes |
 +|180.27 (pre-release) |no ([[http://kratz00.org/files/nvidia/nvidia-bug-report.log.180.27|nvidia-bug-report.log.180.27]])| yes |
 |180.22 |no ([[http://kratz00.org/files/nvidia/nvidia-bug-report.log.180.22|nvidia-bug-report.log.180.22]])| yes | |180.22 |no ([[http://kratz00.org/files/nvidia/nvidia-bug-report.log.180.22|nvidia-bug-report.log.180.22]])| yes |
 |177.82 |no ([[http://kratz00.org/files/nvidia/nvidia-bug-report.log.177.82|nvidia-bug-report.log.177.82]])| yes | |177.82 |no ([[http://kratz00.org/files/nvidia/nvidia-bug-report.log.177.82|nvidia-bug-report.log.177.82]])| yes |
Line 90: Line 108:
 |1.0-9639  |yes ([[http://kratz00.org/files/nvidia/nvidia-bug-report.log.1.0-9639|nvidia-bug-report.log.1.0-9639]])| |1.0-9639  |yes ([[http://kratz00.org/files/nvidia/nvidia-bug-report.log.1.0-9639|nvidia-bug-report.log.1.0-9639]])|
 |1.0-9631  |yes ([[http://kratz00.org/files/nvidia/nvidia-bug-report.log.1.0-9631|nvidia-bug-report.log.1.0-9631]])| |1.0-9631  |yes ([[http://kratz00.org/files/nvidia/nvidia-bug-report.log.1.0-9631|nvidia-bug-report.log.1.0-9631]])|
-\\  + 
-**Conclusion**:\\ +====Conclusion====
 At the moment there are only two possibilities: At the moment there are only two possibilities:
   * use this [[hardware:geforce_go_6600#Workaround|workaround]]   * use this [[hardware:geforce_go_6600#Workaround|workaround]]
   * running the latest Legacy GPU version (1.0-96xx series) because this is the latest available driver which does not show black VTs when switching from X to a VT or after quitting X   * running the latest Legacy GPU version (1.0-96xx series) because this is the latest available driver which does not show black VTs when switching from X to a VT or after quitting X
 + 
 +===== Creating a new patch =====
 +
 +<code>
 +sh NVIDIA-Linux-x86-180.60-pkg0.run --extract-only &&
 +wget http://kratz00.org/files/nvidia-drivers-180.60-linux-2.6.39.patch &&
 +cp -pR NVIDIA-Linux-x86-180.60-pkg0/ NVIDIA-Linux-x86-180.60-pkg0_patched &&
 +cd NVIDIA-Linux-x86-180.60-pkg0_patched &&
 +patch -p0 -i ../nvidia-drivers-180.60-linux-2.6.39.patch &&
 +cd usr/src/nv &&
 +make module</code>
 +
 +fix the error
 +
 +<code>
 +make clean &&
 +rm -f modules.order Module.symvers &&
 +cd ../../../../NVIDIA-Linux-x86-180.60-pkg0 &&
 +diff -Naur usr/ ../NVIDIA-Linux-x86-180.60-pkg0_patched/usr/ > ../nvidia-drivers-180.60-linux-2.6.40.patch</code>
hardware/geforce_go_6600.txt · Last modified: 2012/04/13 19:23 by kratz00