Suspend fails, GPU has fallen off the bus (Nvidia)How do I kill the x-server?nvidia backlight brightness problemACPI Error: Method parse/execution failed; NVRM: Xid: 79, GPU has fallen off the busAdditional drivers for my NVIDIA 680GTX not showing up in the additional drivers toolnVidia graphic card seems not revelead by ubuntu 12.04External monitor is not detected in Ubuntu 12.04 (detected as Laptop)Xubuntu 14.04: How do I know if I'm using my NVidia 740M when playing games?Second nvidia is not recognisedHow to install Radeon HD 8670A/8670M/8750M graphic card driver on Ubuntu 16.04?PlayOnLinux FPS problems and glxChooseVisual failed'PRIME Profiles' tab missing in NVIDIA X Server Settings (Ubuntu 16.04)Is there any issues after upgrading to Gnome 16.10 with Intel Graphic Cards?Unable to use nvidia gpu with optimus on ubuntu 16.04

Am I breaking OOP practice with this architecture?

How seriously should I take size and weight limits of hand luggage?

files created then deleted at every second in tmp directory

Avoiding the "not like other girls" trope?

Why are UK visa biometrics appointments suspended at USCIS Application Support Centers?

What is required to make GPS signals available indoors?

How to travel to Japan while expressing milk?

Sums of two squares in arithmetic progressions

How dangerous is XSS

How to compactly explain secondary and tertiary characters without resorting to stereotypes?

Getting extremely large arrows with tikzcd

How to stretch the corners of this image so that it looks like a perfect rectangle?

Where would I need my direct neural interface to be implanted?

My ex-girlfriend uses my Apple ID to log in to her iPad. Do I have to give her my Apple ID password to reset it?

Should I tell management that I intend to leave due to bad software development practices?

Do Iron Man suits sport waste management systems?

Finitely generated matrix groups whose eigenvalues are all algebraic

Bullying boss launched a smear campaign and made me unemployable

How do conventional missiles fly?

Why is the sentence "Das ist eine Nase" correct?

What is an equivalently powerful replacement spell for the Yuan-Ti's Suggestion spell?

What is a Samsaran Word™?

Mathematica command that allows it to read my intentions

Theorists sure want true answers to this!



Suspend fails, GPU has fallen off the bus (Nvidia)


How do I kill the x-server?nvidia backlight brightness problemACPI Error: Method parse/execution failed; NVRM: Xid: 79, GPU has fallen off the busAdditional drivers for my NVIDIA 680GTX not showing up in the additional drivers toolnVidia graphic card seems not revelead by ubuntu 12.04External monitor is not detected in Ubuntu 12.04 (detected as Laptop)Xubuntu 14.04: How do I know if I'm using my NVidia 740M when playing games?Second nvidia is not recognisedHow to install Radeon HD 8670A/8670M/8750M graphic card driver on Ubuntu 16.04?PlayOnLinux FPS problems and glxChooseVisual failed'PRIME Profiles' tab missing in NVIDIA X Server Settings (Ubuntu 16.04)Is there any issues after upgrading to Gnome 16.10 with Intel Graphic Cards?Unable to use nvidia gpu with optimus on ubuntu 16.04













14















My problem is that my laptop does not wake from suspend mode.
It shows me only a black screen with one sentence



[1300.001615] NVRM: Xid (PCI:0000:07:00):79, GPU has fallen off the bus.


My OS is Ubuntu 16.04 LTS. I used to work with Ubuntu 15.10 and everything was fine.



Nvidia GeForce 740M



lspci | grep -E "VGA|3D"
00:02.0 VGA compatible controller: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller (rev 06)
07:00.0 3D controller: **NVIDIA Corporation GK208M [GeForce GT 740M]** (rev a1)


I have to push the power button for 10 seconds to shut it down and then turn it on.



In software & updates I chose to use Nvidia binary driver - version 384.69 from nvidia 384 (open source) and this driver is listed on nvidia's site as the latest recommended driver.



The NVIDIA GeForce GT 740M supports NVIDIA Optimus technology (switchable graphics technology). Is this technology the cause of the issue?



If you have any questions, please ask me, I will answer with pleasure.



Thanks in advance ;)










share|improve this question



















  • 1





    Welcome to Ask Ubuntu! ;-) What version of the nVidia driver are you using?

    – Fabby
    Dec 5 '16 at 22:07











  • In software & updates I chose to use Nvidia binary driver - version 367.57 from nvidia 367 (proprietary, tested)

    – wingedRuslan
    Dec 6 '16 at 17:17












  • Mmmh... According to the nVidia site you should be using Version 375.20 Release Date Fri Nov 18, 2016 Operating System Linux 64-bit Language English (US) File Size 72.37 MB Can you try that one first?

    – Fabby
    Dec 6 '16 at 20:46











  • AFfter your command I tried to install another driver. Firstly I needed to kill X-server. I followed instructions here askubuntu.com/questions/320666/how-do-i-kill-the-x-server and tried to install driver sh ./Nvidia....run . But I got an error "Installation has failed . See /var/log/Nvidia...log " And now I can not see that log, cause I can not boot my laptop. Only gray screen. After some googling I still dont know what the problem is.

    – wingedRuslan
    Dec 10 '16 at 10:16






  • 2





    I'm using driver nvidia-378 from the repos, problem still persists.

    – Felipe Almeida
    Mar 28 '17 at 13:56















14















My problem is that my laptop does not wake from suspend mode.
It shows me only a black screen with one sentence



[1300.001615] NVRM: Xid (PCI:0000:07:00):79, GPU has fallen off the bus.


My OS is Ubuntu 16.04 LTS. I used to work with Ubuntu 15.10 and everything was fine.



Nvidia GeForce 740M



lspci | grep -E "VGA|3D"
00:02.0 VGA compatible controller: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller (rev 06)
07:00.0 3D controller: **NVIDIA Corporation GK208M [GeForce GT 740M]** (rev a1)


I have to push the power button for 10 seconds to shut it down and then turn it on.



In software & updates I chose to use Nvidia binary driver - version 384.69 from nvidia 384 (open source) and this driver is listed on nvidia's site as the latest recommended driver.



The NVIDIA GeForce GT 740M supports NVIDIA Optimus technology (switchable graphics technology). Is this technology the cause of the issue?



If you have any questions, please ask me, I will answer with pleasure.



Thanks in advance ;)










share|improve this question



















  • 1





    Welcome to Ask Ubuntu! ;-) What version of the nVidia driver are you using?

    – Fabby
    Dec 5 '16 at 22:07











  • In software & updates I chose to use Nvidia binary driver - version 367.57 from nvidia 367 (proprietary, tested)

    – wingedRuslan
    Dec 6 '16 at 17:17












  • Mmmh... According to the nVidia site you should be using Version 375.20 Release Date Fri Nov 18, 2016 Operating System Linux 64-bit Language English (US) File Size 72.37 MB Can you try that one first?

    – Fabby
    Dec 6 '16 at 20:46











  • AFfter your command I tried to install another driver. Firstly I needed to kill X-server. I followed instructions here askubuntu.com/questions/320666/how-do-i-kill-the-x-server and tried to install driver sh ./Nvidia....run . But I got an error "Installation has failed . See /var/log/Nvidia...log " And now I can not see that log, cause I can not boot my laptop. Only gray screen. After some googling I still dont know what the problem is.

    – wingedRuslan
    Dec 10 '16 at 10:16






  • 2





    I'm using driver nvidia-378 from the repos, problem still persists.

    – Felipe Almeida
    Mar 28 '17 at 13:56













14












14








14


7






My problem is that my laptop does not wake from suspend mode.
It shows me only a black screen with one sentence



[1300.001615] NVRM: Xid (PCI:0000:07:00):79, GPU has fallen off the bus.


My OS is Ubuntu 16.04 LTS. I used to work with Ubuntu 15.10 and everything was fine.



Nvidia GeForce 740M



lspci | grep -E "VGA|3D"
00:02.0 VGA compatible controller: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller (rev 06)
07:00.0 3D controller: **NVIDIA Corporation GK208M [GeForce GT 740M]** (rev a1)


I have to push the power button for 10 seconds to shut it down and then turn it on.



In software & updates I chose to use Nvidia binary driver - version 384.69 from nvidia 384 (open source) and this driver is listed on nvidia's site as the latest recommended driver.



The NVIDIA GeForce GT 740M supports NVIDIA Optimus technology (switchable graphics technology). Is this technology the cause of the issue?



If you have any questions, please ask me, I will answer with pleasure.



Thanks in advance ;)










share|improve this question
















My problem is that my laptop does not wake from suspend mode.
It shows me only a black screen with one sentence



[1300.001615] NVRM: Xid (PCI:0000:07:00):79, GPU has fallen off the bus.


My OS is Ubuntu 16.04 LTS. I used to work with Ubuntu 15.10 and everything was fine.



Nvidia GeForce 740M



lspci | grep -E "VGA|3D"
00:02.0 VGA compatible controller: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller (rev 06)
07:00.0 3D controller: **NVIDIA Corporation GK208M [GeForce GT 740M]** (rev a1)


I have to push the power button for 10 seconds to shut it down and then turn it on.



In software & updates I chose to use Nvidia binary driver - version 384.69 from nvidia 384 (open source) and this driver is listed on nvidia's site as the latest recommended driver.



The NVIDIA GeForce GT 740M supports NVIDIA Optimus technology (switchable graphics technology). Is this technology the cause of the issue?



If you have any questions, please ask me, I will answer with pleasure.



Thanks in advance ;)







nvidia graphics suspend nvidia-optimus






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 9 mins ago









Zanna

51.2k13139243




51.2k13139243










asked Dec 5 '16 at 21:59









wingedRuslanwingedRuslan

7115




7115







  • 1





    Welcome to Ask Ubuntu! ;-) What version of the nVidia driver are you using?

    – Fabby
    Dec 5 '16 at 22:07











  • In software & updates I chose to use Nvidia binary driver - version 367.57 from nvidia 367 (proprietary, tested)

    – wingedRuslan
    Dec 6 '16 at 17:17












  • Mmmh... According to the nVidia site you should be using Version 375.20 Release Date Fri Nov 18, 2016 Operating System Linux 64-bit Language English (US) File Size 72.37 MB Can you try that one first?

    – Fabby
    Dec 6 '16 at 20:46











  • AFfter your command I tried to install another driver. Firstly I needed to kill X-server. I followed instructions here askubuntu.com/questions/320666/how-do-i-kill-the-x-server and tried to install driver sh ./Nvidia....run . But I got an error "Installation has failed . See /var/log/Nvidia...log " And now I can not see that log, cause I can not boot my laptop. Only gray screen. After some googling I still dont know what the problem is.

    – wingedRuslan
    Dec 10 '16 at 10:16






  • 2





    I'm using driver nvidia-378 from the repos, problem still persists.

    – Felipe Almeida
    Mar 28 '17 at 13:56












  • 1





    Welcome to Ask Ubuntu! ;-) What version of the nVidia driver are you using?

    – Fabby
    Dec 5 '16 at 22:07











  • In software & updates I chose to use Nvidia binary driver - version 367.57 from nvidia 367 (proprietary, tested)

    – wingedRuslan
    Dec 6 '16 at 17:17












  • Mmmh... According to the nVidia site you should be using Version 375.20 Release Date Fri Nov 18, 2016 Operating System Linux 64-bit Language English (US) File Size 72.37 MB Can you try that one first?

    – Fabby
    Dec 6 '16 at 20:46











  • AFfter your command I tried to install another driver. Firstly I needed to kill X-server. I followed instructions here askubuntu.com/questions/320666/how-do-i-kill-the-x-server and tried to install driver sh ./Nvidia....run . But I got an error "Installation has failed . See /var/log/Nvidia...log " And now I can not see that log, cause I can not boot my laptop. Only gray screen. After some googling I still dont know what the problem is.

    – wingedRuslan
    Dec 10 '16 at 10:16






  • 2





    I'm using driver nvidia-378 from the repos, problem still persists.

    – Felipe Almeida
    Mar 28 '17 at 13:56







1




1





Welcome to Ask Ubuntu! ;-) What version of the nVidia driver are you using?

– Fabby
Dec 5 '16 at 22:07





Welcome to Ask Ubuntu! ;-) What version of the nVidia driver are you using?

– Fabby
Dec 5 '16 at 22:07













In software & updates I chose to use Nvidia binary driver - version 367.57 from nvidia 367 (proprietary, tested)

– wingedRuslan
Dec 6 '16 at 17:17






In software & updates I chose to use Nvidia binary driver - version 367.57 from nvidia 367 (proprietary, tested)

– wingedRuslan
Dec 6 '16 at 17:17














Mmmh... According to the nVidia site you should be using Version 375.20 Release Date Fri Nov 18, 2016 Operating System Linux 64-bit Language English (US) File Size 72.37 MB Can you try that one first?

– Fabby
Dec 6 '16 at 20:46





Mmmh... According to the nVidia site you should be using Version 375.20 Release Date Fri Nov 18, 2016 Operating System Linux 64-bit Language English (US) File Size 72.37 MB Can you try that one first?

– Fabby
Dec 6 '16 at 20:46













AFfter your command I tried to install another driver. Firstly I needed to kill X-server. I followed instructions here askubuntu.com/questions/320666/how-do-i-kill-the-x-server and tried to install driver sh ./Nvidia....run . But I got an error "Installation has failed . See /var/log/Nvidia...log " And now I can not see that log, cause I can not boot my laptop. Only gray screen. After some googling I still dont know what the problem is.

– wingedRuslan
Dec 10 '16 at 10:16





AFfter your command I tried to install another driver. Firstly I needed to kill X-server. I followed instructions here askubuntu.com/questions/320666/how-do-i-kill-the-x-server and tried to install driver sh ./Nvidia....run . But I got an error "Installation has failed . See /var/log/Nvidia...log " And now I can not see that log, cause I can not boot my laptop. Only gray screen. After some googling I still dont know what the problem is.

– wingedRuslan
Dec 10 '16 at 10:16




2




2





I'm using driver nvidia-378 from the repos, problem still persists.

– Felipe Almeida
Mar 28 '17 at 13:56





I'm using driver nvidia-378 from the repos, problem still persists.

– Felipe Almeida
Mar 28 '17 at 13:56










1 Answer
1






active

oldest

votes


















1














As was said in nvidia backlight brightness problem, it seems your solution would lie in upgrading to at least 381 as there was a critical bug in the previous versions regarding suspending.



Wish I could do more, but I think you will be solved with that.






share|improve this answer























  • I updated to 381 but the problem still the same :(

    – Ahmed Hamdy
    Sep 6 '17 at 14:59











  • It is NOT the solution! Now I am using Nvidia driver - version 384.69 from nvidia 384. The problem still exists :(( GPU has fallen off the bus.

    – wingedRuslan
    Sep 6 '17 at 20:19












  • Sorry I could not be of more help. Another case of "It works for some..." . That is the problem with bugs; they can be the same symptoms with vastly different causes.

    – ben-Nabiy Derush
    Sep 17 '17 at 2:03









protected by Community May 7 '17 at 15:13



Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).



Would you like to answer one of these unanswered questions instead?














1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









1














As was said in nvidia backlight brightness problem, it seems your solution would lie in upgrading to at least 381 as there was a critical bug in the previous versions regarding suspending.



Wish I could do more, but I think you will be solved with that.






share|improve this answer























  • I updated to 381 but the problem still the same :(

    – Ahmed Hamdy
    Sep 6 '17 at 14:59











  • It is NOT the solution! Now I am using Nvidia driver - version 384.69 from nvidia 384. The problem still exists :(( GPU has fallen off the bus.

    – wingedRuslan
    Sep 6 '17 at 20:19












  • Sorry I could not be of more help. Another case of "It works for some..." . That is the problem with bugs; they can be the same symptoms with vastly different causes.

    – ben-Nabiy Derush
    Sep 17 '17 at 2:03















1














As was said in nvidia backlight brightness problem, it seems your solution would lie in upgrading to at least 381 as there was a critical bug in the previous versions regarding suspending.



Wish I could do more, but I think you will be solved with that.






share|improve this answer























  • I updated to 381 but the problem still the same :(

    – Ahmed Hamdy
    Sep 6 '17 at 14:59











  • It is NOT the solution! Now I am using Nvidia driver - version 384.69 from nvidia 384. The problem still exists :(( GPU has fallen off the bus.

    – wingedRuslan
    Sep 6 '17 at 20:19












  • Sorry I could not be of more help. Another case of "It works for some..." . That is the problem with bugs; they can be the same symptoms with vastly different causes.

    – ben-Nabiy Derush
    Sep 17 '17 at 2:03













1












1








1







As was said in nvidia backlight brightness problem, it seems your solution would lie in upgrading to at least 381 as there was a critical bug in the previous versions regarding suspending.



Wish I could do more, but I think you will be solved with that.






share|improve this answer













As was said in nvidia backlight brightness problem, it seems your solution would lie in upgrading to at least 381 as there was a critical bug in the previous versions regarding suspending.



Wish I could do more, but I think you will be solved with that.







share|improve this answer












share|improve this answer



share|improve this answer










answered Jul 23 '17 at 14:04









ben-Nabiy Derushben-Nabiy Derush

496214




496214












  • I updated to 381 but the problem still the same :(

    – Ahmed Hamdy
    Sep 6 '17 at 14:59











  • It is NOT the solution! Now I am using Nvidia driver - version 384.69 from nvidia 384. The problem still exists :(( GPU has fallen off the bus.

    – wingedRuslan
    Sep 6 '17 at 20:19












  • Sorry I could not be of more help. Another case of "It works for some..." . That is the problem with bugs; they can be the same symptoms with vastly different causes.

    – ben-Nabiy Derush
    Sep 17 '17 at 2:03

















  • I updated to 381 but the problem still the same :(

    – Ahmed Hamdy
    Sep 6 '17 at 14:59











  • It is NOT the solution! Now I am using Nvidia driver - version 384.69 from nvidia 384. The problem still exists :(( GPU has fallen off the bus.

    – wingedRuslan
    Sep 6 '17 at 20:19












  • Sorry I could not be of more help. Another case of "It works for some..." . That is the problem with bugs; they can be the same symptoms with vastly different causes.

    – ben-Nabiy Derush
    Sep 17 '17 at 2:03
















I updated to 381 but the problem still the same :(

– Ahmed Hamdy
Sep 6 '17 at 14:59





I updated to 381 but the problem still the same :(

– Ahmed Hamdy
Sep 6 '17 at 14:59













It is NOT the solution! Now I am using Nvidia driver - version 384.69 from nvidia 384. The problem still exists :(( GPU has fallen off the bus.

– wingedRuslan
Sep 6 '17 at 20:19






It is NOT the solution! Now I am using Nvidia driver - version 384.69 from nvidia 384. The problem still exists :(( GPU has fallen off the bus.

– wingedRuslan
Sep 6 '17 at 20:19














Sorry I could not be of more help. Another case of "It works for some..." . That is the problem with bugs; they can be the same symptoms with vastly different causes.

– ben-Nabiy Derush
Sep 17 '17 at 2:03





Sorry I could not be of more help. Another case of "It works for some..." . That is the problem with bugs; they can be the same symptoms with vastly different causes.

– ben-Nabiy Derush
Sep 17 '17 at 2:03





protected by Community May 7 '17 at 15:13



Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).



Would you like to answer one of these unanswered questions instead?



Popular posts from this blog

Möglingen Índice Localización Historia Demografía Referencias Enlaces externos Menú de navegación48°53′18″N 9°07′45″E / 48.888333333333, 9.129166666666748°53′18″N 9°07′45″E / 48.888333333333, 9.1291666666667Sitio web oficial Mapa de Möglingen«Gemeinden in Deutschland nach Fläche, Bevölkerung und Postleitzahl am 30.09.2016»Möglingen

Virtualbox - Configuration error: Querying “UUID” failed (VERR_CFGM_VALUE_NOT_FOUND)“VERR_SUPLIB_WORLD_WRITABLE” error when trying to installing OS in virtualboxVirtual Box Kernel errorFailed to open a seesion for the virtual machineFailed to open a session for the virtual machineUbuntu 14.04 LTS Virtualbox errorcan't use VM VirtualBoxusing virtualboxI can't run Linux-64 Bit on VirtualBoxUnable to insert the virtual optical disk (VBoxguestaddition) in virtual machine for ubuntu server in win 10VirtuaBox in Ubuntu 18.04 Issues with Win10.ISO Installation

Antonio De Lisio Carrera Referencias Menú de navegación«Caracas: evolución relacional multipleja»«Cuando los gobiernos subestiman a las localidades: L a Iniciativa para la Integración de la Infraestructura Regional Suramericana (IIRSA) en la frontera Colombo-Venezolana»«Maestría en Planificación Integral del Ambiente»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»«Conózcanos»«Caracas: evolución relacional multipleja»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»