Advertisement
saper_2

Debian 7 Wheezy NVIDIA driver install console

May 14th, 2013
297
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.09 KB | None | 0 0
  1. saper@deb-down:~$ sudo apt-get install linux-headers-$(uname -r)
  2. saper@deb-down:~$ sudo apt-get install build-essential
  3. saper@deb-down:~$ wget http://us.download.nvidia.com/XFree86/Linux-x86_64/319.17/NVIDIA-Linux-x86_64-319.17.run
  4. saper@deb-down:~$ ls
  5. NVIDIA-Linux-x86_64-319.17.run
  6. saper@deb-down:~$ chmod +x NVIDIA-Linux-x86_64-319.17.run
  7. saper@deb-down:~$ sudo lsmod | grep nouveau
  8. nouveau 587481 1
  9. mxm_wmi 12515 1 nouveau
  10. wmi 13243 2 mxm_wmi,nouveau
  11. ttm 53664 1 nouveau
  12. drm_kms_helper 31370 1 nouveau
  13. drm 183952 3 drm_kms_helper,ttm,nouveau
  14. i2c_algo_bit 12841 1 nouveau
  15. i2c_core 23876 6 i2c_i801,i2c_algo_bit,drm,drm_kms_helper,videodev,nouveau
  16. power_supply 13475 4 ac,battery,compal_laptop,nouveau
  17. video 17683 1 nouveau
  18. button 12937 1 nouveau
  19. saper@deb-down:~$ sudo sh ./NVIDIA-Linux-x86_64-319.17.run
  20. saper@deb-down:~$ sudo telinit 6
  21.  
  22. [COMMENT: nvidia-installer will complain about gcc being too new :),
  23. just ignore it and will try to disable nouveau driver in few places,
  24. then you have to reboot machine...
  25. ]
  26.  
  27. Last login: Tue May 14 17:40:01 2013 from 192.168.2.25
  28. saper@deb-down:~$ sudo lsmod | grep nouveau
  29. [COMMENT: THere should be nothing :) ]
  30. saper@deb-down:~$ sudo sh ./NVIDIA-Linux-x86_64-319.17.run
  31. [COMMENT: nvidia-installer complain about gcc version... ignore it :) ]
  32. saper@deb-down:~$ sudo nvidia-smi
  33. Tue May 14 18:11:38 2013
  34. +------------------------------------------------------+
  35. | NVIDIA-SMI 5.319.17 Driver Version: 319.17 |
  36. |-------------------------------+----------------------+----------------------+
  37. | GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
  38. | Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
  39. |===============================+======================+======================|
  40. | 0 GeForce 9600M GT Off | 0000:01:00.0 N/A | N/A |
  41. | N/A 78C N/A N/A / N/A | 3MB / 511MB | N/A Default |
  42. +-------------------------------+----------------------+----------------------+
  43.  
  44. +-----------------------------------------------------------------------------+
  45. | Compute processes: GPU Memory |
  46. | GPU PID Process name Usage |
  47. |=============================================================================|
  48. | 0 Not Supported |
  49. +-----------------------------------------------------------------------------+
  50. saper@deb-down:~$ sensors
  51. coretemp-isa-0000
  52. Adapter: ISA adapter
  53. Core 0: +40.0°C (high = +100.0°C, crit = +100.0°C)
  54. Core 1: +39.0°C (high = +100.0°C, crit = +100.0°C)
  55.  
  56. compal-laptop-isa-0000
  57. Adapter: ISA adapter
  58. fan1: 4600 RPM
  59. CPU_TEMP: +45.0°C
  60. CPU_TEMP_LOCAL: +43.0°C
  61. CPU_DTS: +0.0°C
  62. NorthBridge: +0.0°C
  63. VGA_TEMP: +78.0°C
  64. SKIN_TEMP90: +0.0°C
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement